[jboss-cvs] jbosside/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/server/runtime ...
Robert Stryker
rawblem at gmail.com
Mon Nov 6 12:03:34 EST 2006
User: rawb
Date: 06/11/06 12:03:34
Modified: as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/server/runtime
IJBossServerRuntimeDelegate.java
Log:
Some new stuff to help support ejb3.0. This branch of .as will be replaced this week and this is a stopgap commit to get ejb3.0 and its dependencies in ASAP.
Revision Changes Path
1.3 +0 -4 jbosside/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/server/runtime/IJBossServerRuntimeDelegate.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: IJBossServerRuntimeDelegate.java
===================================================================
RCS file: /cvsroot/jboss/jbosside/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/server/runtime/IJBossServerRuntimeDelegate.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- IJBossServerRuntimeDelegate.java 2 Jun 2006 16:47:56 -0000 1.2
+++ IJBossServerRuntimeDelegate.java 6 Nov 2006 17:03:34 -0000 1.3
@@ -27,10 +27,6 @@
public static final int ACTION_START = 1;
public static final int ACTION_SHUTDOWN = 2;
public static final int ACTION_TWIDDLE = 3;
- public static final int ACTION_OTHER = 4;
-
-
-
public String getId();
public String getStartArgs();
More information about the jboss-cvs-commits
mailing list