Skip to Content.
Sympa Menu

notify-dpml - r1186 - in 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: r1186 - in trunk/main: . transit
  • Date: Wed, 15 Mar 2006 07:24:45 +0100

Author: mcconnell
Date: 2006-03-15 07:24:27 +0100 (Wed, 15 Mar 2006)
New Revision: 1186

Removed:
trunk/main/transit/spec/
Modified:
trunk/main/bootstrap
trunk/main/bootstrap.bat
trunk/main/transit/module.xml
Log:
remove xsd for transit config (in effect the implementation is better off
with a DTD schema given that Transit is not available to handle xsd resource
resolution).

Modified: trunk/main/bootstrap
===================================================================
--- trunk/main/bootstrap 2006-03-14 20:35:21 UTC (rev 1185)
+++ trunk/main/bootstrap 2006-03-15 06:24:27 UTC (rev 1186)
@@ -86,13 +86,6 @@
cd ../..
}

-transitSpec()
-{
- cd transit/spec
- build clean install
- cd ../..
-}
-
transitTools()
{
cd transit/tools
@@ -150,7 +143,6 @@
dpmlState
dpmlComponent
dpmlType
-transitSpec
transitMain
transitTools
depotLibrary

Modified: trunk/main/bootstrap.bat
===================================================================
--- trunk/main/bootstrap.bat 2006-03-14 20:35:21 UTC (rev 1185)
+++ trunk/main/bootstrap.bat 2006-03-15 06:24:27 UTC (rev 1186)
@@ -25,8 +25,6 @@
IF ERRORLEVEL 1 GOTO :exit
CALL :dpml-type
IF ERRORLEVEL 1 GOTO :exit
-CALL :transit-spec
-IF ERRORLEVEL 1 GOTO :exit
CALL :transit-main
IF ERRORLEVEL 1 GOTO :exit
CALL :transit-tools
@@ -91,12 +89,6 @@
POPD
GOTO :EOF

-:transit-spec
-PUSHD transit\spec
-CALL :build clean install
-POPD
-GOTO :EOF
-
:transit-main
PUSHD transit\core
CALL :build clean install

Modified: trunk/main/transit/module.xml
===================================================================
--- trunk/main/transit/module.xml 2006-03-14 20:35:21 UTC (rev 1185)
+++ trunk/main/transit/module.xml 2006-03-15 06:24:27 UTC (rev 1186)
@@ -8,20 +8,11 @@
<property name="project.test.fork" value="true"/>
</properties>

- <resource name="dpml-transit-spec">
- <types>
- <type id="xsd"/>
- </types>
- </resource>
-
<project name="dpml-transit-console" basedir="console">
<types>
<type id="jar"/>
<part:plugin class="net.dpml.transit.console.TransitConsoleHandler"/>
</types>
- <dependencies scope="build">
- <include key="dpml-transit-spec"/>
- </dependencies>
<dependencies>
<include ref="dpml/transit/dpml-transit-main"/>
<include ref="dpml/util/dpml-util-cli"/>




  • r1186 - in trunk/main: . transit, mcconnell at BerliOS, 03/15/2006

Archive powered by MHonArc 2.6.24.

Top of Page