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/19 23:23:50 UTC

svn commit: r290275 - /geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.runtime.v1/maven.xml

Author: sppatel
Date: Mon Sep 19 14:23:48 2005
New Revision: 290275

URL: http://svn.apache.org/viewcvs?rev=290275&view=rev
Log:
custom eclipse post goal to specify exported entries

Modified:
    geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.runtime.v1/maven.xml

Modified: geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.runtime.v1/maven.xml
URL: http://svn.apache.org/viewcvs/geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.runtime.v1/maven.xml?rev=290275&r1=290274&r2=290275&view=diff
==============================================================================
--- geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.runtime.v1/maven.xml (original)
+++ geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.runtime.v1/maven.xml Mon Sep 19 14:23:48 2005
@@ -23,7 +23,11 @@
     <preGoal name="clean:clean">        
         <ant:delete dir="${basedir}/lib"/>    
     </preGoal>
-
+    
+    <postGoal name="eclipse:generate-classpath">
+      <replaceregexp file=".classpath" match='(classpathentry) (kind="var")' replace='\1 exported="true" \2' byline="true"/>
+    </postGoal>
+    
     <goal name="copyjars">        
         <j:forEach var="artifact" items="${pom.artifacts}">  
           <ant:copy todir="${basedir}/lib" file="${artifact.path}"/>