Skip to Content.
Sympa Menu

notify-dpml - r1830 - trunk/main/transit

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: r1830 - trunk/main/transit
  • Date: Fri, 9 Feb 2007 00:38:45 +0100

Author: mcconnell
Date: 2007-02-09 00:38:44 +0100 (Fri, 09 Feb 2007)
New Revision: 1830

Modified:
trunk/main/transit/module.xml
Log:
SDK 2.X staged commit.

Modified: trunk/main/transit/module.xml
===================================================================
--- trunk/main/transit/module.xml 2007-02-08 23:38:19 UTC (rev 1829)
+++ trunk/main/transit/module.xml 2007-02-08 23:38:44 UTC (rev 1830)
@@ -1,16 +1,17 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<module name="transit"
- xmlns="link:xsd:dpml/lang/dpml-module#1.0"
+ xmlns="dpml:library"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
- xmlns:part="link:xsd:dpml/lang/dpml-part#1.0">
+ xmlns:part="dpml:part">

<properties>
<property name="project.test.fork" value="true"/>
- <property name="project.major.version" value="1"/>
- <property name="project.minor.version" value="1"/>
- <property name="project.micro.version" value="0"/>
+ <property name="project.javac.lint" value="unchecked"/>
</properties>

+ <project file="core/project.xml"/>
+
+ <!--
<project name="dpml-transit-console" basedir="console">
<info title="DPML Transit Console">
<description>Transit preferences commandline handler.</description>
@@ -36,68 +37,6 @@
<feature token="PROJECT-VERSION" id="version"/>
</filters>
</project>
-
- <project name="dpml-transit-main" basedir="core">
- <info title="DPML Transit Resource Management">
- <description>Transit resource management system.</description>
- </info>
- <properties>
- <property name="project.micro.version" value="0"/>
- </properties>
- <types>
- <type id="jar"/>
- </types>
- <dependencies>
- <build>
- <include ref="dpml/lang/dpml-part"/>
- </build>
- <test>
- <include ref="ant/ant-junit"/>
- </test>
- </dependencies>
- <filters>
- <feature token="PROJECT-NAME" id="name"/>
- <feature token="PROJECT-GROUP" id="group"/>
- <feature token="PROJECT-VERSION" id="version"/>
- <feature token="PART-XSD-SPEC-URI" id="uri" type="xsd"
ref="dpml/lang/dpml-part" alias="true"/>
- </filters>
- </project>
-
- <project name="dpml-transit-tools" basedir="tools">
- <info title="DPML Transit Antlib">
- <description>Transit tools for the Ant build system.</description>
- </info>
- <properties>
- <property name="project.micro.version" value="0"/>
- </properties>
- <types>
- <type id="jar"/>
- </types>
- <dependencies>
- <runtime>
- <include key="dpml-transit-main"/>
- <include ref="ant/ant"/>
- </runtime>
- </dependencies>
- </project>
-
- <project name="dpml-transit-jmx" basedir="jmx">
- <info title="DPML Transit JMX">
- <description>Transit JMX Management Support.</description>
- </info>
- <properties>
- <property name="project.major.version" value="0"/>
- <property name="project.minor.version" value="0"/>
- <property name="project.micro.version" value="0"/>
- </properties>
- <types>
- <type id="jar"/>
- </types>
- <dependencies>
- <runtime>
- <include key="dpml-transit-main"/>
- </runtime>
- </dependencies>
- </project>
-
+ -->
+
</module>




  • r1830 - trunk/main/transit, mcconnell at BerliOS, 02/08/2007

Archive powered by MHonArc 2.6.24.

Top of Page