Skip to Content.
Sympa Menu

notify-dpml - r1676 - in trunk/main: depot lang metro planet/http station transit util

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: r1676 - in trunk/main: depot lang metro planet/http station transit util
  • Date: Tue, 25 Jul 2006 23:39:34 +0200

Author: mcconnell
Date: 2006-07-25 23:39:33 +0200 (Tue, 25 Jul 2006)
New Revision: 1676

Modified:
trunk/main/depot/module.xml
trunk/main/lang/module.xml
trunk/main/metro/module.xml
trunk/main/planet/http/module.xml
trunk/main/station/module.xml
trunk/main/transit/module.xml
trunk/main/util/module.xml
Log:
add info elements to all projects

Modified: trunk/main/depot/module.xml
===================================================================
--- trunk/main/depot/module.xml 2006-07-25 21:18:30 UTC (rev 1675)
+++ trunk/main/depot/module.xml 2006-07-25 21:39:33 UTC (rev 1676)
@@ -5,6 +5,9 @@
xmlns:part="link:xsd:dpml/lang/dpml-part#1.0">

<resource name="dpml-library" basedir="library">
+ <info title="DPML Project Management Library">
+ <description>Module, project and resource management
system.</description>
+ </info>
<types>
<type id="jar"/>
</types>
@@ -19,6 +22,9 @@
</resource>

<project name="dpml-library-build" basedir="build">
+ <info title="DPML Depot Build Tool">
+ <description>Multi-project build automation tool.</description>
+ </info>
<types>
<type id="jar"/>
<part:plugin alias="true"
class="net.dpml.library.console.BuilderPlugin"/>
@@ -39,6 +45,9 @@
</project>

<project name="dpml-depot-console" basedir="core">
+ <info title="DPML Console">
+ <description>Internal subsystem application handler.</description>
+ </info>
<properties>
<property name="depot.short.filename" value="${project.name}.jar"/>
<property name="transit.short.filename" value="dpml-transit-main.jar"/>
@@ -72,6 +81,9 @@
</project>

<resource name="dpml-tools-builder" basedir="tools">
+ <info title="DPML Depot Toolkit">
+ <description>Antlib supporting Depot-based build
automation.</description>
+ </info>
<types>
<type id="jar"/>
<part:plugin alias="true" class="net.dpml.tools.impl.StandardBuilder"/>
@@ -89,6 +101,9 @@
</resource>

<project name="dpml-depot-checkstyle" basedir="plugins/checkstyle">
+ <info title="DPML Checkstyle Plugin">
+ <description>Checkstyle plugin for Depot.</description>
+ </info>
<types>
<type id="jar"/>
<part:resource alias="true" urn="dpml:checkstyle"
path="net/dpml/tools/checkstyle/antlib.xml"/>
@@ -110,6 +125,9 @@
</project>

<project name="dpml-depot-convert" basedir="plugins/convert">
+ <info title="DPML Java to HTML Converter">
+ <description>Checkstyle plugin for Depot.</description>
+ </info>
<types>
<type id="jar"/>
<part:resource alias="true" urn="dpml:convert"
path="net/dpml/tools/convert/antlib.xml"/>

Modified: trunk/main/lang/module.xml
===================================================================
--- trunk/main/lang/module.xml 2006-07-25 21:18:30 UTC (rev 1675)
+++ trunk/main/lang/module.xml 2006-07-25 21:39:33 UTC (rev 1676)
@@ -2,12 +2,18 @@
<module name="lang" xmlns="link:xsd:dpml/lang/dpml-module#1.0">

<resource name="dpml-module">
+ <info title="DPML Library XSD Schema">
+ <description>Formal XML specification of the index, module, project
and resource elements.</description>
+ </info>
<types>
<type id="xsd" version="1.0"/>
</types>
</resource>

<resource name="dpml-part">
+ <info title="DPML Part XSD Schema">
+ <description>Formal XML specification of a part deployment
unit.</description>
+ </info>
<types>
<type id="xsd" version="1.0"/>
</types>
@@ -19,12 +25,18 @@
</resource>

<resource name="dpml-state">
+ <info title="DPML State XSD Schema">
+ <description>Formal XML specification of a state transition
model.</description>
+ </info>
<types>
<type id="xsd" version="1.0"/>
</types>
</resource>

<resource name="dpml-component">
+ <info title="DPML State XSD Schema">
+ <description>Formal XML specification of the Metro component
descriptors and deployment directives.</description>
+ </info>
<types>
<type id="xsd" version="1.0"/>
</types>
@@ -37,6 +49,9 @@
</resource>

<resource name="dpml-type">
+ <info title="DPML Type XSD Schema">
+ <description>Formal XML specification of the Metro component type
descriptors.</description>
+ </info>
<types>
<type id="xsd" version="1.0"/>
</types>

Modified: trunk/main/metro/module.xml
===================================================================
--- trunk/main/metro/module.xml 2006-07-25 21:18:30 UTC (rev 1675)
+++ trunk/main/metro/module.xml 2006-07-25 21:39:33 UTC (rev 1676)
@@ -5,6 +5,9 @@
xmlns:part="link:xsd:dpml/lang/dpml-part#1.0">

<project name="dpml-metro-state" basedir="state">
+ <info title="DPML State Management Model">
+ <description>State/transition model for lifecycle
manaement.</description>
+ </info>
<types>
<type id="jar"/>
</types>
@@ -22,6 +25,9 @@
</project>

<project name="dpml-metro-component" basedir="component">
+ <info title="DPML Metro Component API">
+ <description>Interfaces defining the Metro component
model.</description>
+ </info>
<types>
<type id="jar"/>
</types>
@@ -43,6 +49,9 @@
</project>

<project name="dpml-metro-model" basedir="model">
+ <info title="DPML Metro Component SPI">
+ <description>Interfaces defining the Metro
datastructures.</description>
+ </info>
<types>
<type id="jar"/>
</types>
@@ -68,9 +77,9 @@
</project>

<project name="dpml-metro-runtime" basedir="runtime">
- <info title="Metro Runtime">
+ <info title="DPML Metro Runtime">
<description>
- DPML Component management platform runtime container.
+ Metro component management platform runtime container.
</description>
</info>
<types>
@@ -102,7 +111,7 @@
<info title="DPML Metro Tools">
<description>
DPML extensions supporting the Ant build system for component
- type and deployment data management
+ type and deployment data management.
</description>
</info>
<types>
@@ -126,6 +135,7 @@
</project>

<project name="dpml-metro-test" basedir="test">
+ <info title="Internal Test Package"/>
<properties>
<property name="project.javadoc.exclude" value="true"/>
</properties>

Modified: trunk/main/planet/http/module.xml
===================================================================
--- trunk/main/planet/http/module.xml 2006-07-25 21:18:30 UTC (rev 1675)
+++ trunk/main/planet/http/module.xml 2006-07-25 21:39:33 UTC (rev 1676)
@@ -8,6 +8,9 @@
</properties>

<project name="dpml-http-impl" basedir="impl">
+ <info title="DPML HTTP Component Types">
+ <description>Metro-based wrapped to the Jetty HTTP
server.</description>
+ </info>
<types>
<type id="jar"/>
</types>

Modified: trunk/main/station/module.xml
===================================================================
--- trunk/main/station/module.xml 2006-07-25 21:18:30 UTC (rev 1675)
+++ trunk/main/station/module.xml 2006-07-25 21:39:33 UTC (rev 1676)
@@ -5,6 +5,9 @@
xmlns:part="link:xsd:dpml/lang/dpml-part#1.0">

<project name="dpml-station-info" basedir="info">
+ <info title="DPML Station XSD Schema">
+ <description>Formal specification of application registry
elements.</description>
+ </info>
<types>
<type id="xsd" version="1.0"/>
</types>
@@ -20,6 +23,9 @@
</project>

<project name="dpml-station-api" basedir="api">
+ <info title="DPML Station API">
+ <description>Application control APIs.</description>
+ </info>
<types>
<type id="jar"/>
</types>
@@ -41,6 +47,9 @@
</project>

<project name="dpml-station-exec" basedir="exec">
+ <info title="DPML Station Application Launcher">
+ <description>Support tool for the deployment of component
applications.</description>
+ </info>
<types>
<type id="jar"/>
<part:plugin class="net.dpml.station.exec.ApplicationHandler"
alias="true"/>
@@ -65,6 +74,9 @@
</project>

<project name="dpml-station-builder" basedir="builder">
+ <info title="DPML Station Builder">
+ <description>Internal utilities supporting application profile
encoding/decoding.</description>
+ </info>
<types>
<type id="jar"/>
</types>
@@ -83,6 +95,9 @@
</project>

<project name="dpml-station-server" basedir="server">
+ <info title="DPML Station Server">
+ <description>Background process supporting application
clustering.</description>
+ </info>
<properties>
<property name="project.test.fork" value="true"/>
</properties>
@@ -110,6 +125,9 @@
</project>

<project name="dpml-station-console" basedir="console">
+ <info title="DPML Station Console">
+ <description>Commandline interface to the DPML Station.</description>
+ </info>
<types>
<type id="jar"/>
<part:plugin alias="true"
class="net.dpml.station.console.StationPlugin"/>

Modified: trunk/main/transit/module.xml
===================================================================
--- trunk/main/transit/module.xml 2006-07-25 21:18:30 UTC (rev 1675)
+++ trunk/main/transit/module.xml 2006-07-25 21:39:33 UTC (rev 1676)
@@ -9,6 +9,9 @@
</properties>

<project name="dpml-transit-console" basedir="console">
+ <info title="DPML Transit Console">
+ <description>Transit preferences commandline handler.</description>
+ </info>
<types>
<type id="jar"/>
<part:plugin
@@ -26,12 +29,18 @@
</project>

<resource name="dpml-transit-main" basedir="core">
+ <info title="DPML Transit Resource Management">
+ <description>Transit resource management system.</description>
+ </info>
<types>
<type id="jar"/>
</types>
</resource>

<resource name="dpml-transit-tools" basedir="tools">
+ <info title="DPML Transit Antlib">
+ <description>Transit tools for the Ant build system.</description>
+ </info>
<types>
<type id="jar"/>
</types>

Modified: trunk/main/util/module.xml
===================================================================
--- trunk/main/util/module.xml 2006-07-25 21:18:30 UTC (rev 1675)
+++ trunk/main/util/module.xml 2006-07-25 21:39:33 UTC (rev 1676)
@@ -10,6 +10,9 @@
</dependencies>

<project name="dpml-util-i18n" basedir="i18n">
+ <info title="DPML I18N Utility">
+ <description>Internationalization utility.</description>
+ </info>
<types>
<type id="jar"/>
</types>
@@ -21,6 +24,9 @@
</project>

<project name="dpml-util-cli" basedir="cli">
+ <info title="DPML CLI Utility">
+ <description>Commandline handling utility.</description>
+ </info>
<properties>
<property name="project.test.fork" value="true"/>
</properties>
@@ -35,6 +41,9 @@
</project>

<project name="dpml-logging-api" basedir="logging">
+ <info title="DPML Logging Utility">
+ <description>Logging API Wrapper.</description>
+ </info>
<types>
<type id="jar" alias="true"/>
</types>




  • r1676 - in trunk/main: depot lang metro planet/http station transit util, mcconnell at BerliOS, 07/25/2006

Archive powered by MHonArc 2.6.24.

Top of Page