Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2938 - in development/main: . metro/central

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell AT dpml.net
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r2938 - in development/main: . metro/central
  • Date: Tue, 28 Jun 2005 17:00:20 -0400

Author: mcconnell AT dpml.net
Date: Tue Jun 28 17:00:20 2005
New Revision: 2938

Modified:
development/main/build.bat
development/main/metro/central/build.xml
Log:
o - Add the creation of a link to dpml-metro-central that we can reference
inside part handler preferences.
o - Updates to the build procedure sequence.

Modified: development/main/build.bat
==============================================================================
--- development/main/build.bat (original)
+++ development/main/build.bat Tue Jun 28 17:00:20 2005
@@ -41,10 +41,10 @@
IF ERRORLEVEL 1 goto fail
CALL :util
IF ERRORLEVEL 1 goto fail
-CALL :depot
-if ERRORLEVEL 1 goto fail
CALL :metro
if ERRORLEVEL 1 goto fail
+CALL :depot
+if ERRORLEVEL 1 goto fail
CALL :test
if ERRORLEVEL 1 goto fail
GOTO :EOF
@@ -58,10 +58,10 @@
IF ERRORLEVEL 1 goto fail
CALL :magic
IF ERRORLEVEL 1 goto fail
-CALL :depot
-if ERRORLEVEL 1 goto fail
CALL :metro
if ERRORLEVEL 1 goto fail
+CALL :depot
+if ERRORLEVEL 1 goto fail
CALL :test
if ERRORLEVEL 1 goto fail
GOTO :EOF
@@ -134,6 +134,7 @@
echo magic -- build the magic distribution
echo util -- build the util distribution
echo metro -- build the metro distribution
+echo depot -- build the depot distribution
echo test -- build and execute integration tests
echo all -- builds transit, magic, util, depot, and metro
distributions and executes integration tests
echo [revision] optional build revision identified used when

Modified: development/main/metro/central/build.xml
==============================================================================
--- development/main/metro/central/build.xml (original)
+++ development/main/metro/central/build.xml Tue Jun 28 17:00:20 2005
@@ -22,4 +22,9 @@
<x:export class="net.dpml.metro.central.PartContentHandler"/>
</target>

+ <target name="install" depends="standard.install">
+ <x:property name="plugin.uri" feature="uri" type="plugin"/>
+ <transit:link target="${plugin.uri}"
uri="link:plugin:${project.group}/${project.name}#LATEST"/>
+ </target>
+
</project>



  • svn commit: r2938 - in development/main: . metro/central, mcconnell, 06/28/2005

Archive powered by MHonArc 2.6.24.

Top of Page