Skip to Content.
Sympa Menu

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

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell AT dpml.net
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r2014 - in development/laboratory/plus: . api/model standard/model
  • Date: Thu, 10 Mar 2005 15:49:56 -0500

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>



  • svn commit: r2014 - in development/laboratory/plus: . api/model standard/model, mcconnell, 03/10/2005

Archive powered by MHonArc 2.6.24.

Top of Page