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/02 17:21:15 UTC

svn commit: r351769 - /geronimo/devtools/trunk/modules/eclipse-plugin/assembly/project.xml

Author: sppatel
Date: Fri Dec  2 08:21:13 2005
New Revision: 351769

URL: http://svn.apache.org/viewcvs?rev=351769&view=rev
Log:
include src feature and package in distribution

Modified:
    geronimo/devtools/trunk/modules/eclipse-plugin/assembly/project.xml

Modified: geronimo/devtools/trunk/modules/eclipse-plugin/assembly/project.xml
URL: http://svn.apache.org/viewcvs/geronimo/devtools/trunk/modules/eclipse-plugin/assembly/project.xml?rev=351769&r1=351768&r2=351769&view=diff
==============================================================================
--- geronimo/devtools/trunk/modules/eclipse-plugin/assembly/project.xml (original)
+++ geronimo/devtools/trunk/modules/eclipse-plugin/assembly/project.xml Fri Dec  2 08:21:13 2005
@@ -46,6 +46,14 @@
     </dependency>
     <dependency>
       <groupId>geronimo-devtools</groupId>
+      <artifactId>org.apache.geronimo.source.feature</artifactId>
+      <version>${devtools_currentversion}</version>
+      <properties>
+        <feature>true</feature>
+      </properties>
+    </dependency>
+    <dependency>
+      <groupId>geronimo-devtools</groupId>
       <artifactId>org.apache.geronimo.runtime.v1</artifactId>
       <version>${devtools_currentversion}</version>
       <properties>
@@ -58,6 +66,14 @@
       <version>${devtools_currentversion}</version>
       <properties>
         <jar>true</jar>
+      </properties>
+    </dependency>
+    <dependency>
+      <groupId>geronimo-devtools</groupId>
+      <artifactId>org.apache.geronimo.feature.source</artifactId>
+      <version>${devtools_currentversion}</version>
+      <properties>
+        <jar>false</jar>
       </properties>
     </dependency>
   </dependencies>