Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1982 - in development/laboratory/plus: . composition composition/part composition/test part part/src test test/src

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: r1982 - in development/laboratory/plus: . composition composition/part composition/test part part/src test test/src
  • Date: Tue, 08 Mar 2005 14:35:52 -0500

Author: mcconnell AT dpml.net
Date: Tue Mar 8 14:35:52 2005
New Revision: 1982

Added:
development/laboratory/plus/index.xml
- copied, changed from r1976,
development/laboratory/plus/composition/index.xml
development/laboratory/plus/part/
- copied from r1976, development/laboratory/plus/composition/part/
development/laboratory/plus/part/build.xml
- copied, changed from r1981,
development/laboratory/plus/composition/part/build.xml
development/laboratory/plus/part/src/
- copied from r1981, development/laboratory/plus/composition/part/src/
development/laboratory/plus/test/
- copied from r1976, development/laboratory/plus/composition/test/
development/laboratory/plus/test/build.properties
- copied unchanged from r1981,
development/laboratory/plus/composition/test/build.properties
development/laboratory/plus/test/build.xml
- copied, changed from r1981,
development/laboratory/plus/composition/test/build.xml
development/laboratory/plus/test/src/
- copied from r1981, development/laboratory/plus/composition/test/src/
Removed:
development/laboratory/plus/composition/index.xml
development/laboratory/plus/composition/part/
development/laboratory/plus/composition/test/
Log:
restructuring to seaparate the part from the composition packages

Copied: development/laboratory/plus/index.xml (from r1976,
development/laboratory/plus/composition/index.xml)
==============================================================================
--- development/laboratory/plus/composition/index.xml (original)
+++ development/laboratory/plus/index.xml Tue Mar 8 14:35:52 2005
@@ -22,10 +22,22 @@

<import uri="artifact:module:dpml/magic/dpml-magic#SNAPSHOT"/>

+ <project basedir="part">
+ <info>
+ <group>dpml/metro</group>
+ <name>dpml-part-api</name>
+ <version>1.0.0</version>
+ <status>SNAPSHOT</status>
+ <types>
+ <type>jar</type>
+ </types>
+ </info>
+ </project>
+
<project basedir="test">
<info>
<group>dpml/metro</group>
- <name>dpml-composition-test</name>
+ <name>dpml-part-test</name>
<version>1.0.0</version>
<status>SNAPSHOT</status>
<types>
@@ -38,7 +50,7 @@
</dependencies>
</project>

- <project basedir="builder">
+ <project basedir="composition/builder">
<info>
<group>dpml/metro</group>
<name>dpml-composition-builder</name>
@@ -50,14 +62,14 @@
</types>
</info>
<dependencies>
- <include key="dpml-magic-core"/>
<include key="dpml-composition-model" tag="api"/>
- <include key="dpml-composition-part" tag="api"/>
+ <include key="dpml-part-api" tag="api"/>
+ <include key="dpml-magic-core"/>
<include key="ant"/>
</dependencies>
</project>

- <project basedir="model">
+ <project basedir="composition/model">
<info>
<group>dpml/metro</group>
<name>dpml-composition-model</name>
@@ -68,20 +80,8 @@
</types>
</info>
<dependencies>
- <include key="dpml-composition-part"/>
+ <include key="dpml-part-api"/>
</dependencies>
</project>

- <project basedir="part">
- <info>
- <group>dpml/metro</group>
- <name>dpml-composition-part</name>
- <version>1.0.0</version>
- <status>SNAPSHOT</status>
- <types>
- <type>jar</type>
- </types>
- </info>
- </project>
-
</index>

Copied: development/laboratory/plus/part/build.xml (from r1981,
development/laboratory/plus/composition/part/build.xml)
==============================================================================
--- development/laboratory/plus/composition/part/build.xml (original)
+++ development/laboratory/plus/part/build.xml Tue Mar 8 14:35:52 2005
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>

-<project name="dpml-composition-part" default="install" basedir="."
+<project name="dpml-part-api" default="install" basedir="."
xmlns:transit="antlib:net.dpml.transit"
xmlns:x="plugin:dpml/magic/dpml-magic-core">


Copied: development/laboratory/plus/test/build.xml (from r1981,
development/laboratory/plus/composition/test/build.xml)
==============================================================================
--- development/laboratory/plus/composition/test/build.xml (original)
+++ development/laboratory/plus/test/build.xml Tue Mar 8 14:35:52 2005
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>

-<project name="dpml-composition-test" default="install" basedir="."
+<project name="dpml-part-test" default="install" basedir="."
xmlns:transit="antlib:net.dpml.transit"
xmlns:x="plugin:dpml/magic/dpml-magic-core" >

@@ -8,7 +8,6 @@

<target name="init" depends="standard.init">
<filter token="XPATH"
value="target/deliverables/xparts/${project.filename}"/>
- <x:filter feature="plugin" key="dpml-composition-test"
token="XPATH_URI"/>
<x:property name="builder.uri" feature="plugin"
key="dpml-composition-builder"/>
<transit:plugin uri="${builder.uri}"/>
</target>



  • svn commit: r1982 - in development/laboratory/plus: . composition composition/part composition/test part part/src test test/src, mcconnell, 03/08/2005

Archive powered by MHonArc 2.6.24.

Top of Page