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 2006/05/24 20:53:00 UTC

svn commit: r409231 - /geronimo/devtools/eclipse-plugin/trunk/config-store-service/src/main/resources/plan.xml

Author: sppatel
Date: Wed May 24 11:52:59 2006
New Revision: 409231

URL: http://svn.apache.org/viewvc?rev=409231&view=rev
Log:
BUG FIX: configID-->moduleId

Modified:
    geronimo/devtools/eclipse-plugin/trunk/config-store-service/src/main/resources/plan.xml

Modified: geronimo/devtools/eclipse-plugin/trunk/config-store-service/src/main/resources/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/config-store-service/src/main/resources/plan.xml?rev=409231&r1=409230&r2=409231&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/config-store-service/src/main/resources/plan.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/config-store-service/src/main/resources/plan.xml Wed May 24 11:52:59 2006
@@ -15,14 +15,14 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-<configuration xmlns="http://geronimo.apache.org/xml/ns/deployment-1.1">
+<module xmlns="http://geronimo.apache.org/xml/ns/deployment-1.1">
 	<environment>
-    	<configId>
+    	<moduleId>
       		<groupId>default</groupId>
       		<artifactId>eclipse-config-store</artifactId>
       		<version>1.0</version>
       		<type>car</type>
-    	</configId>
+    	</moduleId>
         <dependencies>
             <dependency>
                 <groupId>geronimo</groupId>
@@ -30,11 +30,6 @@
                 <type>car</type>
             </dependency>
             <dependency>
-                <groupId>geronimo</groupId>
-                <artifactId>sharedlib</artifactId>
-                <type>car</type>
-            </dependency>
-            <dependency>
                 <groupId>mx4j</groupId>
                 <artifactId>mx4j</artifactId>
                 <type>jar</type>
@@ -67,18 +62,10 @@
      		<name>ServerInfo</name>
     	</reference>
   	</gbean>
-  	
-  	<!--<gbean name="ExternalEclipseRepository" class="org.apache.geronimo.system.repository.Maven2Repository">
-    	<attribute name="root">eclipse-repository/</attribute>
-    	<reference name="ServerInfo">
-     		<name>ServerInfo</name>
-    	</reference>
-  	</gbean>-->
 
-    <!--Configuration Store service-->
     <gbean name="EclipseConfigStore" class="org.apache.geronimo.devtools.EclipseAwareConfigurationStore">
         <reference name="Repository">
             <name>ExternalEclipseRepository</name>
         </reference>
     </gbean>
-</configuration>
\ No newline at end of file
+</module>
\ No newline at end of file