jruaux 2003/01/15 01:18:48
Modified: Eclipse-Plugin/src/java/org/apache/cactus/eclipse/launcher
CactusLaunchShortcut.java
Log:
Modified Cactus Jars path (now included in the plugin)
Revision Changes Path
1.23 +2 -3
jakarta-cactus/Eclipse-Plugin/src/java/org/apache/cactus/eclipse/launcher/CactusLaunchShortcut.java
Index: CactusLaunchShortcut.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/Eclipse-Plugin/src/java/org/apache/cactus/eclipse/launcher/CactusLaunchShortcut.java,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- CactusLaunchShortcut.java 13 Jan 2003 13:49:25 -0000 1.22
+++ CactusLaunchShortcut.java 15 Jan 2003 09:18:48 -0000 1.23
@@ -90,6 +90,7 @@
public class CactusLaunchShortcut
extends JUnitLaunchShortcut
implements ITestRunListener
+
{
/**
@@ -182,7 +183,6 @@
};
try
{
- dialog.setCancelable(true);
dialog.run(true, true, runnable);
}
catch (InvocationTargetException e)
@@ -218,8 +218,7 @@
{
WarBuilder newWar =
new WarBuilder(
- theJavaProject,
- new File(CactusPreferences.getJarsDir()));
+ theJavaProject);
war = newWar.createWar(thePM);
provider.deploy(
CactusPreferences.getContextURLPath(),
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>