Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit269b9ac

Browse files
author
zhourenjian
committed
Merge from branch 3.3
1 parent3bcd08b commit269b9ac

File tree

6 files changed

+580
-1342
lines changed

6 files changed

+580
-1342
lines changed

‎META-INF/MANIFEST.MF‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ Require-Bundle: org.eclipse.ui,
2828
org.eclipse.ltk.ui.refactoring,
2929
org.eclipse.ui.console,
3030
net.sf.j2s.core,
31-
org.eclipse.core.filesystem;
32-
org.junit,
33-
org.eclipse.jdt.junit,
31+
org.eclipse.core.filesystem,
32+
org.junit,
33+
org.eclipse.jdt.junit,
3434
net.sf.j2s.ajax
3535
Eclipse-AutoStart:true

‎src/net/sf/j2s/ui/launching/J2SLaunchConfigurationDelegate.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public void launch(ILaunchConfiguration configuration, String mode,
1616
ILaunchlaunch,IProgressMonitormonitor)throwsCoreException {
1717
if (configuration !=null) {
1818
try {
19-
J2SLaunchingUtil.launchingJ2SApp(configuration,mode);
19+
J2SLaunchingUtil.launchingJ2SApp(configuration,mode,"html");
2020
}catch (CoreExceptione) {
2121
e.printStackTrace();
2222
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp