You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by sp...@apache.org on 2005/12/03 18:42:45 UTC

svn commit: r351992 - /geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.devtools.eclipse.core/serverdef/geronimo10.serverdef

Author: sppatel
Date: Sat Dec  3 09:42:38 2005
New Revision: 351992

URL: http://svn.apache.org/viewcvs?rev=351992&view=rev
Log:
remove classpath dir, don't need to prompt for both app server dir and classpath dir

Modified:
    geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.devtools.eclipse.core/serverdef/geronimo10.serverdef

Modified: geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.devtools.eclipse.core/serverdef/geronimo10.serverdef
URL: http://svn.apache.org/viewcvs/geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.devtools.eclipse.core/serverdef/geronimo10.serverdef?rev=351992&r1=351991&r2=351992&view=diff
==============================================================================
--- geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.devtools.eclipse.core/serverdef/geronimo10.serverdef (original)
+++ geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.devtools.eclipse.core/serverdef/geronimo10.serverdef Sat Dec  3 09:42:38 2005
@@ -34,11 +34,6 @@
 	type="string"
 	context="server"
 	default="manager" />
-<property id="classPath"
-	label="%classPath"
-	type="directory"
-	context="runtime"
-	default="" />
 
 	<port>
 		<no>${port}</no>
@@ -88,8 +83,8 @@
 	</classpath>
 
 	<classpath id="geronimo.project">
-		<archive path="${classPath}/repository/geronimo-spec/jars" />
-		<archive path="${classPath}/lib" />
+		<archive path="${serverRootDirectory}/repository/geronimo-spec/jars" />
+		<archive path="${serverRootDirectory}/lib" />
 	</classpath>
 	
 	<jndiConnection>