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/09/21 19:04:49 UTC

svn commit: r290743 - /geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/build.xml

Author: sppatel
Date: Wed Sep 21 10:04:46 2005
New Revision: 290743

URL: http://svn.apache.org/viewcvs?rev=290743&view=rev
Log:
need con entry inserted in classpath

Modified:
    geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/build.xml

Modified: geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/build.xml
URL: http://svn.apache.org/viewcvs/geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/build.xml?rev=290743&r1=290742&r2=290743&view=diff
==============================================================================
--- geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/build.xml (original)
+++ geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/build.xml Wed Sep 21 10:04:46 2005
@@ -6,6 +6,7 @@
     <property name="project.directory" location="${basedir}"/>
 	<property name="source.directory" value="src"/>
     <property name="target.directory" location="${basedir}/target"/>
+    <property name="con" value='&lt;classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>'/>	
 	
 	<target name="codegen">
 	    <!-- A macrodef makes it easier to generate code for multiple models in one script. -->
@@ -31,7 +32,7 @@
 			</settings>
 		</multipleXSDs2Java>
 		
-		<replace file=".classpath" token='path="bin"/>' value='path="target/classes"/>'/>		
+		<replace file=".classpath" token='path="bin"/>' value='path="target/classes"/>${con}'/>		
 		<delete dir="bin"/>
 		
 		<multipleXSDs2Java genModelName="geronimo-web">