svn commit: r2014 - in development/laboratory/plus: . api/model standard/model

mcconnell at dpml.net mcconnell at dpml.net
Thu Mar 10 15:49:56 EST 2005


Author: mcconnell at dpml.net
Date: Thu Mar 10 15:49:56 2005
New Revision: 2014

Added:
   development/laboratory/plus/api/model/
      - copied from r2012, development/laboratory/plus/standard/model/
Removed:
   development/laboratory/plus/standard/model/
Modified:
   development/laboratory/plus/index.xml
Log:


Modified: development/laboratory/plus/index.xml
==============================================================================
--- development/laboratory/plus/index.xml	(original)
+++ development/laboratory/plus/index.xml	Thu Mar 10 15:49:56 2005
@@ -80,7 +80,7 @@
     </dependencies>
   </project>
 
-  <project basedir="impl/kernel">
+  <project basedir="core">
     <info>
       <group>dpml/metro</group>
       <name>dpml-metro-kernel-impl</name>
@@ -96,45 +96,44 @@
     </dependencies>
   </project>
 
-  <project basedir="impl/builder">
+  <project basedir="standard/model">
     <info>
       <group>dpml/metro</group>
-      <name>dpml-metro-builder-impl</name>
+      <name>dpml-metro-model-impl</name>
       <version>1.0.0</version>
       <status>SNAPSHOT</status>
       <types>
         <type>jar</type>
-        <type>plugin</type>
       </types>
     </info>
     <dependencies>
-      <include key="dpml-metro-model-api" tag="api"/>
-      <include key="dpml-system-part-api" tag="api"/>
-      <include key="dpml-system-builder-api"/>
-      <include key="dpml-magic-core"/>
-      <include key="ant"/>
+      <include key="dpml-metro-part-api"/>
     </dependencies>
   </project>
 
-  <project basedir="metro/model">
+  <project basedir="standard/builder">
     <info>
       <group>dpml/metro</group>
-      <name>dpml-metro-model</name>
+      <name>dpml-metro-builder-impl</name>
       <version>1.0.0</version>
       <status>SNAPSHOT</status>
       <types>
         <type>jar</type>
+        <type>plugin</type>
       </types>
     </info>
     <dependencies>
-      <include key="dpml-system-part-api"/>
+      <include key="dpml-metro-model-impl" tag="api"/>
+      <include key="dpml-metro-builder-api"/>
+      <include key="dpml-magic-core"/>
+      <!--<include key="ant"/>-->
     </dependencies>
   </project>
 
-  <project basedir="metro/control">
+  <project basedir="standard/control">
     <info>
       <group>dpml/metro</group>
-      <name>dpml-metro-control</name>
+      <name>dpml-metro-control-impl</name>
       <version>1.0.0</version>
       <status>SNAPSHOT</status>
       <types>
@@ -142,8 +141,8 @@
       </types>
     </info>
     <dependencies>
-      <include key="dpml-system-kernel-api"/>
-      <include key="dpml-system-control-api"/>
+      <include key="dpml-metro-kernel-api"/>
+      <include key="dpml-metro-control-api"/>
       <include key="dpml-metro-model"/>
     </dependencies>
   </project>



More information about the notify-dpml mailing list