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/07 16:32:02 UTC

svn commit: r354774 - in /geronimo/devtools/trunk/modules/eclipse-plugin: geronimo-emf/.classpath plugins/org.apache.geronimo.deployment.model.edit/maven.xml plugins/org.apache.geronimo.deployment.model/maven.xml

Author: sppatel
Date: Wed Dec  7 07:31:57 2005
New Revision: 354774

URL: http://svn.apache.org/viewcvs?rev=354774&view=rev
Log:
override generateclasspath

Added:
    geronimo/devtools/trunk/modules/eclipse-plugin/geronimo-emf/.classpath
Modified:
    geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model.edit/maven.xml
    geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/maven.xml

Added: geronimo/devtools/trunk/modules/eclipse-plugin/geronimo-emf/.classpath
URL: http://svn.apache.org/viewcvs/geronimo/devtools/trunk/modules/eclipse-plugin/geronimo-emf/.classpath?rev=354774&view=auto
==============================================================================
--- geronimo/devtools/trunk/modules/eclipse-plugin/geronimo-emf/.classpath (added)
+++ geronimo/devtools/trunk/modules/eclipse-plugin/geronimo-emf/.classpath Wed Dec  7 07:31:57 2005
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" path="src"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+	<classpathentry kind="output" path="target/classes"/>
+</classpath>

Modified: geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model.edit/maven.xml
URL: http://svn.apache.org/viewcvs/geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model.edit/maven.xml?rev=354774&r1=354773&r2=354774&view=diff
==============================================================================
--- geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model.edit/maven.xml (original)
+++ geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model.edit/maven.xml Wed Dec  7 07:31:57 2005
@@ -30,4 +30,8 @@
     <attainGoal name="build"/>
   </goal>
   
+  <goal name="eclipse:generate-classpath">
+    <ant:copy file="${basedir}/../../geronimo-emf/.classpath" todir="${basedir}"/>
+  </goal>
+  
 </project>

Modified: geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/maven.xml
URL: http://svn.apache.org/viewcvs/geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/maven.xml?rev=354774&r1=354773&r2=354774&view=diff
==============================================================================
--- geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/maven.xml (original)
+++ geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/maven.xml Wed Dec  7 07:31:57 2005
@@ -30,4 +30,8 @@
     <attainGoal name="build"/>
   </goal>
   
+  <goal name="eclipse:generate-classpath">
+    <ant:copy file="${basedir}/../../geronimo-emf/.classpath" todir="${basedir}"/>
+  </goal>
+  
 </project>