Skip to Content.
Sympa Menu

notify-dpml - r1202 - in trunk/main: . central/src/docs/depot/cli depot/core metro metro/test/src/test/net/dpml/metro

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell at BerliOS <mcconnell AT mail.berlios.de>
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r1202 - in trunk/main: . central/src/docs/depot/cli depot/core metro metro/test/src/test/net/dpml/metro
  • Date: Fri, 17 Mar 2006 07:58:10 +0100

Author: mcconnell
Date: 2006-03-17 07:57:25 +0100 (Fri, 17 Mar 2006)
New Revision: 1202

Added:
trunk/main/station/
Removed:
trunk/main/metro/station/
trunk/main/metro/test/src/test/net/dpml/metro/runtime/
Modified:
trunk/main/central/src/docs/depot/cli/consumers.xml
trunk/main/central/src/docs/depot/cli/patterns.xml
trunk/main/depot/core/build.xml
trunk/main/metro/module.xml
Log:
move dpml/metro/station to dpml/station

Modified: trunk/main/central/src/docs/depot/cli/consumers.xml
===================================================================
--- trunk/main/central/src/docs/depot/cli/consumers.xml 2006-03-17 06:42:33
UTC (rev 1201)
+++ trunk/main/central/src/docs/depot/cli/consumers.xml 2006-03-17 06:57:25
UTC (rev 1202)
@@ -41,7 +41,7 @@
[9] project:dpml/depot/dpml-station-console
[10] project:dpml/depot/dpml-depot-install
[11] module:dpml/depot
- [12] project:dpml/metro/dpml-metro-exec
+ [12] project:dpml/metro/dpml-station-exec
[13] module:dpml/metro
[14] module:dpml</source>


Modified: trunk/main/central/src/docs/depot/cli/patterns.xml
===================================================================
--- trunk/main/central/src/docs/depot/cli/patterns.xml 2006-03-17 06:42:33
UTC (rev 1201)
+++ trunk/main/central/src/docs/depot/cli/patterns.xml 2006-03-17 06:57:25
UTC (rev 1202)
@@ -37,7 +37,7 @@
[5] project:dpml/metro/dpml-metro-runtime
[6] project:dpml/metro/dpml-metro-tools
[7] project:dpml/metro/dpml-metro-test
- [8] project:dpml/metro/dpml-metro-exec
+ [8] project:dpml/metro/dpml-station-exec
[9] module:dpml/metro
</source>

@@ -172,7 +172,7 @@
[2] project:dpml/metro/dpml-metro-runtime
[3] project:dpml/metro/dpml-metro-tools
[4] project:dpml/metro/dpml-metro-test
- [5] project:dpml/metro/dpml-metro-exec</source>
+ [5] project:dpml/metro/dpml-station-exec</source>

<p><i>Example of a single project listing:</i></p>


Modified: trunk/main/depot/core/build.xml
===================================================================
--- trunk/main/depot/core/build.xml 2006-03-17 06:42:33 UTC (rev 1201)
+++ trunk/main/depot/core/build.xml 2006-03-17 06:57:25 UTC (rev 1202)
@@ -16,7 +16,7 @@
<filter token="DEPOT-CLASSLOADER-CLASS"
value="net.dpml.transit.SystemClassLoader" />
<x:filter token="TRANSIT-CORE-URI" ref="dpml/transit/dpml-transit-main"
feature="uri" type="jar"/>
<x:filter token="DEPOT-CONSOLE-URI" feature="uri" type="jar"/>
- <x:filter token="DEPOT-EXEC-URI" ref="dpml/metro/dpml-metro-exec"
feature="uri" type="part"/>
+ <x:filter token="DEPOT-EXEC-URI" ref="dpml/metro/dpml-station-exec"
feature="uri" type="part"/>
<x:filter token="DEPOT-BUILDER-URI" ref="dpml/depot/dpml-library-build"
feature="uri" type="part"/>
<x:filter token="DEPOT-STATION-URI"
ref="dpml/metro/dpml-station-console" feature="uri" type="part"/>
<x:filter token="DEPOT-STATION-SERVER-URI"
ref="dpml/metro/dpml-station-server" feature="uri" type="part"/>

Modified: trunk/main/metro/module.xml
===================================================================
--- trunk/main/metro/module.xml 2006-03-17 06:42:33 UTC (rev 1201)
+++ trunk/main/metro/module.xml 2006-03-17 06:57:25 UTC (rev 1202)
@@ -135,80 +135,4 @@
</dependencies>
</project>

- <project name="dpml-metro-exec" basedir="exec">
- <types>
- <type id="jar"/>
- <part:plugin class="net.dpml.metro.exec.ApplicationHandler"/>
- </types>
- <dependencies scope="build">
- <include ref="dpml/metro/dpml-metro-runtime"/>
- </dependencies>
- <dependencies>
- <include ref="dpml/util/dpml-util-cli"/>
- <include ref="dpml/util/dpml-configuration-api"/>
- <include ref="dpml/util/dpml-configuration-impl"/>
- <include ref="dpml/transit/dpml-transit-main"/>
- <include ref="dpml/metro/dpml-metro-component"/>
- <include ref="dpml/metro/dpml-station-api"/>
- <include ref="dpml/metro/dpml-metro-model"/>
- </dependencies>
- </project>
-
- <project name="dpml-station-api" basedir="station/api">
- <types>
- <type id="jar"/>
- </types>
- <dependencies>
- <include ref="dpml/transit/dpml-transit-main"/>
- <include ref="dpml/metro/dpml-metro-component"/>
- </dependencies>
- <dependencies scope="test">
- <include ref="junit/junit"/>
- </dependencies>
- </project>
-
- <project name="dpml-station-builder" basedir="station/builder">
- <types>
- <type id="jar"/>
- </types>
- <dependencies>
- <include key="dpml-station-api" tag="public"/>
- </dependencies>
- <dependencies scope="test">
- <include ref="junit/junit"/>
- </dependencies>
- </project>
-
- <project name="dpml-station-server" basedir="station/server">
- <properties>
- <property name="project.test.fork" value="true"/>
- </properties>
- <types>
- <type id="jar"/>
- <part:plugin class="net.dpml.station.server.StationServerPlugin"/>
- </types>
- <dependencies>
- <include ref="dpml/metro/dpml-metro-component" tag="public"/>
- <include key="dpml-station-api" tag="public"/>
- <include ref="dpml/transit/dpml-transit-main" tag="public"/>
- <include ref="dpml/metro/dpml-station-builder" tag="protected"/>
- <include ref="dpml/util/dpml-util-cli"/>
- </dependencies>
- <dependencies scope="test">
- <include ref="ant/ant-junit"/>
- </dependencies>
- </project>
-
- <project name="dpml-station-console" basedir="station/console">
- <types>
- <type id="jar"/>
- <part:plugin alias="true"
class="net.dpml.station.console.StationPlugin"/>
- </types>
- <dependencies>
- <include ref="dpml/util/dpml-util-cli"/>
- <include key="dpml-station-api" tag="public"/>
- <include key="dpml-station-server"/>
- </dependencies>
- </project>
-
</module>

Copied: trunk/main/station (from rev 1201, trunk/main/metro/station)




  • r1202 - in trunk/main: . central/src/docs/depot/cli depot/core metro metro/test/src/test/net/dpml/metro, mcconnell at BerliOS, 03/17/2006

Archive powered by MHonArc 2.6.24.

Top of Page