Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1643 - in development/main/transit: . core tutorials util

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell AT netcompartner.com
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r1643 - in development/main/transit: . core tutorials util
  • Date: Sun, 30 Jan 2005 20:20:47 +0100

Author: mcconnell
Date: Sun Jan 30 20:20:47 2005
New Revision: 1643

Added:
development/main/transit/build.xml
development/main/transit/index.xml
development/main/transit/tutorials/index.xml
Modified:
development/main/transit/core/index.xml
development/main/transit/util/index.xml
Log:
add transit applicvation root build index and build file, and separate out
the tutorial to its own index

Added: development/main/transit/build.xml
==============================================================================
--- (empty file)
+++ development/main/transit/build.xml Sun Jan 30 20:20:47 2005
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+ Copyright 2004 Stephen J McConnell
+ Copyright 2004 Niclas Hedhman
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied.
+
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+
+<project name="dpml-transit-application" default="default" basedir="."
+ xmlns:magic="antlib:net.dpml.magic">
+
+ <magic:import uri="artifact:template:dpml/magic/reactor"/>
+
+</project>

Modified: development/main/transit/core/index.xml
==============================================================================
--- development/main/transit/core/index.xml (original)
+++ development/main/transit/core/index.xml Sun Jan 30 20:20:47 2005
@@ -20,7 +20,6 @@

<index key="dpml-transit">

- <!--<import index="../magic/index.xml"/>-->
<import index="../util/index.xml"/>

<!--
@@ -94,72 +93,4 @@
</dependencies>
</project>

- <!-- tutorials -->
-
- <project basedir="tutorials/artifact">
- <info>
- <group>dpml/tutorial</group>
- <name>dpml-transit-tutorial-artifact</name>
- <type>NULL</type>
- </info>
- <dependencies>
- <include key="dpml-transit-main"/>
- </dependencies>
- </project>
-
- <project basedir="tutorials/extension">
- <info>
- <group>dpml/tutorial</group>
- <name>dpml-transit-tutorial-extension</name>
- <type>NULL</type>
- </info>
- <dependencies>
- <include key="dpml-transit-main"/>
- </dependencies>
- </project>
-
- <project basedir="tutorials/plugins/simple">
- <info>
- <group>dpml/tutorial</group>
- <name>dpml-transit-tutorial-plugin-simple</name>
- <types>
- <type>jar</type>
- <type>plugin</type>
- </types>
- </info>
- <dependencies>
- <include key="dpml-transit-main"/>
- </dependencies>
- </project>
-
- <project basedir="tutorials/plugins/cli">
- <info>
- <group>dpml/tutorial</group>
- <name>dpml-transit-tutorial-plugin-cli</name>
- <types>
- <type>jar</type>
- <type>plugin</type>
- </types>
- </info>
- <dependencies>
- <include key="dpml-transit-main"/>
- <include key="commons-cli"/>
- </dependencies>
- </project>
-
- <project basedir="tutorials/plugins/controller">
- <info>
- <group>dpml/tutorial</group>
- <name>dpml-transit-tutorial-plugin-controller</name>
- <types>
- <type>jar</type>
- <type>plugin</type>
- </types>
- </info>
- <dependencies>
- <include key="dpml-transit-main"/>
- <include key="dpml-transit-tutorial-plugin-cli" build="false"/>
- </dependencies>
- </project>
-
</index>

Added: development/main/transit/index.xml
==============================================================================
--- (empty file)
+++ development/main/transit/index.xml Sun Jan 30 20:20:47 2005
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ Copyright 2004 Stephen J McConnell
+ Copyright 2004 Niclas Hedhman
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied.
+
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+
+<index>
+
+ <import index="util/index.xml"/>
+ <import index="transit/index.xml"/>
+
+</index>

Added: development/main/transit/tutorials/index.xml
==============================================================================
--- (empty file)
+++ development/main/transit/tutorials/index.xml Sun Jan 30 20:20:47
2005
@@ -0,0 +1,93 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ Copyright 2004 Stephen J McConnell
+ Copyright 2004 Niclas Hedhman
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied.
+
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<index>
+
+ <import index="../core/index.xml"/>
+
+ <!-- tutorials -->
+
+ <project basedir="tutorials/artifact">
+ <info>
+ <group>dpml/tutorial</group>
+ <name>dpml-transit-tutorial-artifact</name>
+ <type>NULL</type>
+ </info>
+ <dependencies>
+ <include key="dpml-transit-main"/>
+ </dependencies>
+ </project>
+
+ <project basedir="tutorials/extension">
+ <info>
+ <group>dpml/tutorial</group>
+ <name>dpml-transit-tutorial-extension</name>
+ <type>NULL</type>
+ </info>
+ <dependencies>
+ <include key="dpml-transit-main"/>
+ </dependencies>
+ </project>
+
+ <project basedir="tutorials/plugins/simple">
+ <info>
+ <group>dpml/tutorial</group>
+ <name>dpml-transit-tutorial-plugin-simple</name>
+ <types>
+ <type>jar</type>
+ <type>plugin</type>
+ </types>
+ </info>
+ <dependencies>
+ <include key="dpml-transit-main"/>
+ </dependencies>
+ </project>
+
+ <project basedir="tutorials/plugins/cli">
+ <info>
+ <group>dpml/tutorial</group>
+ <name>dpml-transit-tutorial-plugin-cli</name>
+ <types>
+ <type>jar</type>
+ <type>plugin</type>
+ </types>
+ </info>
+ <dependencies>
+ <include key="dpml-transit-main"/>
+ <include key="commons-cli"/>
+ </dependencies>
+ </project>
+
+ <project basedir="tutorials/plugins/controller">
+ <info>
+ <group>dpml/tutorial</group>
+ <name>dpml-transit-tutorial-plugin-controller</name>
+ <types>
+ <type>jar</type>
+ <type>plugin</type>
+ </types>
+ </info>
+ <dependencies>
+ <include key="dpml-transit-main"/>
+ <include key="dpml-transit-tutorial-plugin-cli" build="false"/>
+ </dependencies>
+ </project>
+
+</index>

Modified: development/main/transit/util/index.xml
==============================================================================
--- development/main/transit/util/index.xml (original)
+++ development/main/transit/util/index.xml Sun Jan 30 20:20:47 2005
@@ -2,10 +2,8 @@

<index key="dpml-util">

- <!--<import index="../magic/index.xml"/>-->
-
<!--
- Metro Module
+ Util Module
-->

<project file="module.xml">
@@ -16,9 +14,6 @@
<status>SNAPSHOT</status>
<type>module</type>
</info>
- <plugins>
- <!--<include key="dpml-magic-checkstyle"/>-->
- </plugins>
</project>

<!-- Utitlities -->



  • svn commit: r1643 - in development/main/transit: . core tutorials util, mcconnell, 01/30/2005

Archive powered by MHonArc 2.6.24.

Top of Page