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/08 14:21:47 UTC

svn commit: r355084 - /geronimo/devtools/trunk/modules/eclipse-plugin/geronimo-emf/maven.xml

Author: sppatel
Date: Thu Dec  8 05:21:42 2005
New Revision: 355084

URL: http://svn.apache.org/viewcvs?rev=355084&view=rev
Log:
move classpath creation up

Modified:
    geronimo/devtools/trunk/modules/eclipse-plugin/geronimo-emf/maven.xml

Modified: geronimo/devtools/trunk/modules/eclipse-plugin/geronimo-emf/maven.xml
URL: http://svn.apache.org/viewcvs/geronimo/devtools/trunk/modules/eclipse-plugin/geronimo-emf/maven.xml?rev=355084&r1=355083&r2=355084&view=diff
==============================================================================
--- geronimo/devtools/trunk/modules/eclipse-plugin/geronimo-emf/maven.xml (original)
+++ geronimo/devtools/trunk/modules/eclipse-plugin/geronimo-emf/maven.xml Thu Dec  8 05:21:42 2005
@@ -87,6 +87,8 @@
     <ant:copy todir="../plugins/org.apache.geronimo.deployment.model/target/templates">
         <ant:fileset dir="templates"/>
     </ant:copy>
+    <ant:copy file=".classpath" todir="../plugins/org.apache.geronimo.deployment.model/" overwrite="true"/>
+    <ant:copy file=".classpath" todir="../plugins/org.apache.geronimo.deployment.model.edit/" overwrite="true"/> 
     <echo>Starting Workbench...</echo>
     <ant:java fork="true" jar="${eclipse.home}/startup.jar" failonerror="true">
       <ant:jvmarg value="-Djava.endorsed.dirs=${maven.repo.local}/xerces/jars/"/>
@@ -97,9 +99,6 @@
       <ant:arg value="-buildfile"/>
       <ant:arg value="${basedir}/build.xml"/>
    </ant:java>
-   <ant:copy file=".classpath" todir="../plugins/org.apache.geronimo.deployment.model/" overwrite="true"/>
-   <ant:copy file=".classpath" todir="../plugins/org.apache.geronimo.deployment.model.edit/" overwrite="true"/> 
-   <ant:delete dir="../plugins/org.apache.geronimo.deployment.model/bin"/>
   </goal>
 	
 	<goal name="genmodels" prereqs="importschemas">