Skip to content

Commit 269b9ac

Browse files
author
zhourenjian
committed
Merge from branch 3.3
1 parent 3bcd08b commit 269b9ac

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
ILaunch launch, IProgressMonitor monitor) throws CoreException {
1717
if (configuration != null) {
1818
try {
19-
J2SLaunchingUtil.launchingJ2SApp(configuration, mode);
19+
J2SLaunchingUtil.launchingJ2SApp(configuration, mode, "html");
2020
} catch (CoreException e) {
2121
e.printStackTrace();
2222
}

0 commit comments

Comments
 (0)