You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ge...@apache.org on 2005/09/08 22:10:56 UTC

svn commit: r279616 - in /geronimo/devtools/trunk/modules/eclipse-plugin/org.apache.geronimo.runtime.v1: .classpath maven.xml plugin.xml

Author: geirm
Date: Thu Sep  8 13:10:52 2005
New Revision: 279616

URL: http://svn.apache.org/viewcvs?rev=279616&view=rev
Log:
GERONIMODEVTOOLS-8

Had to do .classpath by hand

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

Modified: geronimo/devtools/trunk/modules/eclipse-plugin/org.apache.geronimo.runtime.v1/.classpath
URL: http://svn.apache.org/viewcvs/geronimo/devtools/trunk/modules/eclipse-plugin/org.apache.geronimo.runtime.v1/.classpath?rev=279616&r1=279615&r2=279616&view=diff
==============================================================================
--- geronimo/devtools/trunk/modules/eclipse-plugin/org.apache.geronimo.runtime.v1/.classpath (original)
+++ geronimo/devtools/trunk/modules/eclipse-plugin/org.apache.geronimo.runtime.v1/.classpath Thu Sep  8 13:10:52 2005
@@ -1,22 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry exported="true" kind="lib" path="lib/endorsed/xercesImpl-2.6.2.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/cglib-nodep-2.1_2.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/commons-cli-1.0.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/commons-logging-1.0.4.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/geronimo-common-1.0-SNAPSHOT.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib/geronimo-deploy-jsr88-1.0-SNAPSHOT.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/geronimo-deployment-1.0-SNAPSHOT.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/geronimo-deploy-tool-1.0-SNAPSHOT.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib/geronimo-kernel-1.0-SNAPSHOT.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/geronimo-spec-corba-2.3-rc4.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib/geronimo-spec-j2ee-deployment-1.1-rc4.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/geronimo-spec-qname-1.1-rc4.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/geronimo-system-1.0-SNAPSHOT.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/log4j-1.2.8.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib/mx4j-3.0.1.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib/mx4j-remote-3.0.1.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/endorsed/xmlParserAPIs-2.2.1.jar"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="output" path="bin"/>

Modified: geronimo/devtools/trunk/modules/eclipse-plugin/org.apache.geronimo.runtime.v1/maven.xml
URL: http://svn.apache.org/viewcvs/geronimo/devtools/trunk/modules/eclipse-plugin/org.apache.geronimo.runtime.v1/maven.xml?rev=279616&r1=279615&r2=279616&view=diff
==============================================================================
--- geronimo/devtools/trunk/modules/eclipse-plugin/org.apache.geronimo.runtime.v1/maven.xml (original)
+++ geronimo/devtools/trunk/modules/eclipse-plugin/org.apache.geronimo.runtime.v1/maven.xml Thu Sep  8 13:10:52 2005
@@ -9,20 +9,19 @@
 
     <goal name="build">
         <attainGoal name="copyjars"/>
+        <attainGoal name="jar:jar"/>
+        <attainGoal name="jar:install"/>
     </goal>
 
     <goal name="rebuild">
         <attainGoal name="clean"/>
         <attainGoal name="build"/>
-      </goal>
+    </goal>
 
     <goal name="copyjars">        
-        <j:forEach var="artifact" items="${pom.artifacts}">
-            <j:set var="dependency" value="${artifact.dependency}"/>  
-            <j:if test="${dependency.getProperty('lib') == 'true'}">  
-                <ant:copy todir="${maven.build.dest}" file="${artifact.path}"/>
-            </j:if>            
+        <j:forEach var="artifact" items="${pom.artifacts}">  
+          <ant:copy todir="${basedir}/lib" file="${artifact.path}"/>          
         </j:forEach>                 
     </goal>  
      
-</project>
+</project>
\ No newline at end of file

Modified: geronimo/devtools/trunk/modules/eclipse-plugin/org.apache.geronimo.runtime.v1/plugin.xml
URL: http://svn.apache.org/viewcvs/geronimo/devtools/trunk/modules/eclipse-plugin/org.apache.geronimo.runtime.v1/plugin.xml?rev=279616&r1=279615&r2=279616&view=diff
==============================================================================
--- geronimo/devtools/trunk/modules/eclipse-plugin/org.apache.geronimo.runtime.v1/plugin.xml (original)
+++ geronimo/devtools/trunk/modules/eclipse-plugin/org.apache.geronimo.runtime.v1/plugin.xml Thu Sep  8 13:10:52 2005
@@ -5,58 +5,21 @@
    name="Apache Geronimo Runtime V1 Plug-in"
    version="1.0.0"
    provider-name="Apache Software Foundation">
-   <runtime>
-      <library name="lib/endorsed/xercesImpl-2.6.2.jar">
-         <export name="*"/>
-      </library>
-      <library name="lib/commons-cli-1.0.jar">
-         <export name="*"/>
-      </library>
-      <library name="lib/commons-logging-1.0.4.jar">
-         <export name="*"/>
-      </library>
-      <library name="lib/geronimo-common-1.0-SNAPSHOT.jar">
-         <export name="*"/>
-      </library>
+   <runtime>     
       <library name="lib/geronimo-deploy-jsr88-1.0-SNAPSHOT.jar">
          <export name="*"/>
-      </library>
-      <library name="lib/geronimo-deployment-1.0-SNAPSHOT.jar">
-         <export name="*"/>
-      </library>
-      <library name="lib/geronimo-deploy-tool-1.0-SNAPSHOT.jar">
-         <export name="*"/>
-      </library>
+      </library>     
       <library name="lib/geronimo-kernel-1.0-SNAPSHOT.jar">
          <export name="*"/>
-      </library>
-      <library name="lib/geronimo-spec-corba-2.3-rc4.jar">
-         <export name="*"/>
-      </library>
+      </library>     
       <library name="lib/geronimo-spec-j2ee-deployment-1.1-rc4.jar">
          <export name="*"/>
-      </library>
-      <library name="lib/geronimo-spec-qname-1.1-rc4.jar">
-         <export name="*"/>
-      </library>
-      <library name="lib/geronimo-system-1.0-SNAPSHOT.jar">
-         <export name="*"/>
-      </library>
-      <library name="lib/log4j-1.2.8.jar">
-         <export name="*"/>
-      </library>
+      </library>     
       <library name="lib/mx4j-3.0.1.jar">
          <export name="*"/>
       </library>
       <library name="lib/mx4j-remote-3.0.1.jar">
          <export name="*"/>
-      </library>
-      <library name="lib/endorsed/xmlParserAPIs-2.2.1.jar">
-         <export name="*"/>
-      </library>
-      <library name="lib/cglib-nodep-2.1_2.jar">
-         <export name="*"/>
-      </library>
+      </library>   
    </runtime>
-
 </plugin>