Skip to Content.
Sympa Menu

notify-dpml - r1578 - in trunk: . central main

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: r1578 - in trunk: . central main
  • Date: Mon, 17 Jul 2006 10:29:57 +0200

Author: mcconnell
Date: 2006-07-17 10:29:57 +0200 (Mon, 17 Jul 2006)
New Revision: 1578

Added:
trunk/central/
trunk/central/site/
Removed:
trunk/main/index.xml
Modified:
trunk/index.xml
Log:
prep separation of runtime from docs

Modified: trunk/index.xml
===================================================================
--- trunk/index.xml 2006-07-17 08:08:13 UTC (rev 1577)
+++ trunk/index.xml 2006-07-17 08:29:57 UTC (rev 1578)
@@ -25,21 +25,21 @@
<types>
<type id="module" alias="true"/>
</types>
-
+
<filters>
<filter token="PUBLISHER-NAME" value="${project.publisher.name}"/>
<filter token="PUBLISHER-URL" value="${project.publisher.url}"/>
<feature token="PROJECT-VERSION" id="version"/>
</filters>

- <module file="lang/module.xml"/>
- <module file="transit/module.xml"/>
- <module file="util/module.xml"/>
- <module file="depot/module.xml"/>
- <module file="metro/module.xml"/>
- <module file="station/module.xml"/>
- <module file="planet/module.xml"/>
-
+ <module file="main/lang/module.xml"/>
+ <module file="main/transit/module.xml"/>
+ <module file="main/util/module.xml"/>
+ <module file="main/depot/module.xml"/>
+ <module file="main/metro/module.xml"/>
+ <module file="main/station/module.xml"/>
+ <module file="main/planet/module.xml"/>
+
<project name="central" basedir="central">
<filters>
<feature token="VERSION" id="version"/>
@@ -59,8 +59,42 @@
<feature token="UTIL-LOGGING-API-URI"
ref="dpml/util/dpml-logging-api" id="uri" type="jar"/>
</filters>
</project>
-
+
</module>
+
+ <module name="dpmlx">
+
+ <module name="central" basedir="central">
+
+ <dependencies>
+ <build>
+ <include ref="dpml"/>
+ </build>
+ </dependencies>
+
+ <project name="site" basedir="site">
+ <filters>
+ <feature token="VERSION" id="version"/>
+ <feature token="ANT-JAR-VERSION" ref="ant/ant" id="version"/>
+ <feature token="ANT-JAR-URI" ref="ant/ant" id="uri" type="jar" />
+ <feature token="TRANSIT-TOOLS-URI"
ref="dpml/transit/dpml-transit-tools" id="uri" type="jar" />
+ <feature token="TRANSIT-MODULE-VERSION" ref="dpml/transit"
id="version"/>
+ <feature token="TRANSIT-HANDLER-URI"
ref="dpml/transit/dpml-transit-main" id="uri" type="jar" />
+ <feature token="DEPOT-MODULE-VERSION" ref="dpml/depot"
id="version" />
+ <feature token="DEPOT-CONSOLE-URI"
ref="dpml/depot/dpml-depot-console" id="uri" type="jar" />
+ <feature token="DEPOT-TOOLS-ANT-URI"
ref="dpml/depot/dpml-tools-builder" id="uri" type="part" />
+ <feature token="DEPOT-TOOLS-LIBRARY-URI"
ref="dpml/depot/dpml-library" id="uri" type="jar"/>
+ <feature token="METRO-RUNTIME-URI"
ref="dpml/metro/dpml-metro-runtime" id="uri" type="part"/>
+ <feature token="METRO-TOOLS-URI"
ref="dpml/metro/dpml-metro-tools" id="uri" type="part"/>
+ <feature token="UTIL-CLI-URI" ref="dpml/util/dpml-util-cli"
id="uri" type="jar" />
+ <feature token="UTIL-I18N-URI" ref="dpml/util/dpml-util-i18n"
id="uri" type="jar"/>
+ <feature token="UTIL-LOGGING-API-URI"
ref="dpml/util/dpml-logging-api" id="uri" type="jar"/>
+ </filters>
+ </project>
+
+ </module>
+
+ </module>

</modules>


Deleted: trunk/main/index.xml
===================================================================
--- trunk/main/index.xml 2006-07-17 08:08:13 UTC (rev 1577)
+++ trunk/main/index.xml 2006-07-17 08:29:57 UTC (rev 1578)
@@ -1,67 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<index xmlns="link:xsd:dpml/lang/dpml-module#1.0">
-
- <imports>
- <import uri="link:module:junit"/>
- <import uri="link:module:ant"/>
- </imports>
-
- <modules>
-
- <module name="dpml" basedir=".">
-
- <properties>
- <property name="project.publisher.name" value="Digital Product Meta
Library"/>
- <property name="project.specification.vendor"
value="${project.publisher.name}"/>
- <property name="project.implementation.vendor"
value="${project.publisher.name}"/>
- <property name="project.implementation.vendor-id" value="net.dpml"/>
- <property name="project.publisher.url" value="http://www.dpml.net"/>
- <property name="project.resource.host"
value="http://repository.dpml.net"/>
- <property name="project.api.host" value="http://api.dpml.net"/>
- <property name="project.svn.host"
value="svn://svn.berlios.de/dpml/trunk/main"/>
- <property name="project.javadoc.linksource" value="true"/>
- </properties>
-
- <types>
- <type id="module" alias="true"/>
- </types>
-
- <filters>
- <filter token="PUBLISHER-NAME" value="${project.publisher.name}"/>
- <filter token="PUBLISHER-URL" value="${project.publisher.url}"/>
- <feature token="PROJECT-VERSION" id="version"/>
- </filters>
-
- <module file="lang/module.xml"/>
- <module file="transit/module.xml"/>
- <module file="util/module.xml"/>
- <module file="depot/module.xml"/>
- <module file="metro/module.xml"/>
- <module file="station/module.xml"/>
- <module file="planet/module.xml"/>
-
- <project name="central" basedir="central">
- <filters>
- <feature token="VERSION" id="version"/>
- <feature token="ANT-JAR-VERSION" ref="ant/ant" id="version"/>
- <feature token="ANT-JAR-URI" ref="ant/ant" id="uri" type="jar" />
- <feature token="TRANSIT-TOOLS-URI"
ref="dpml/transit/dpml-transit-tools" id="uri" type="jar" />
- <feature token="TRANSIT-MODULE-VERSION" ref="dpml/transit"
id="version"/>
- <feature token="TRANSIT-HANDLER-URI"
ref="dpml/transit/dpml-transit-main" id="uri" type="jar" />
- <feature token="DEPOT-MODULE-VERSION" ref="dpml/depot"
id="version" />
- <feature token="DEPOT-CONSOLE-URI"
ref="dpml/depot/dpml-depot-console" id="uri" type="jar" />
- <feature token="DEPOT-TOOLS-ANT-URI"
ref="dpml/depot/dpml-tools-builder" id="uri" type="part" />
- <feature token="DEPOT-TOOLS-LIBRARY-URI"
ref="dpml/depot/dpml-library" id="uri" type="jar"/>
- <feature token="METRO-RUNTIME-URI"
ref="dpml/metro/dpml-metro-runtime" id="uri" type="part"/>
- <feature token="METRO-TOOLS-URI"
ref="dpml/metro/dpml-metro-tools" id="uri" type="part"/>
- <feature token="UTIL-CLI-URI" ref="dpml/util/dpml-util-cli"
id="uri" type="jar" />
- <feature token="UTIL-I18N-URI" ref="dpml/util/dpml-util-i18n"
id="uri" type="jar"/>
- <feature token="UTIL-LOGGING-API-URI"
ref="dpml/util/dpml-logging-api" id="uri" type="jar"/>
- </filters>
- </project>
-
- </module>
-
- </modules>
-
-</index>




  • r1578 - in trunk: . central main, mcconnell at BerliOS, 07/17/2006

Archive powered by MHonArc 2.6.24.

Top of Page