Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1679 - in development/main/home: . transit/plugin util

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell AT netcompartner.com
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r1679 - in development/main/home: . transit/plugin util
  • Date: Tue, 01 Feb 2005 09:19:32 +0100

Author: mcconnell
Date: Tue Feb 1 09:19:32 2005
New Revision: 1679

Modified:
development/main/home/build.properties
development/main/home/build.xml
development/main/home/transit/plugin/build.xml
development/main/home/util/build.xml
Log:


Modified: development/main/home/build.properties
==============================================================================
--- development/main/home/build.properties (original)
+++ development/main/home/build.properties Tue Feb 1 09:19:32 2005
@@ -1,7 +1,7 @@

transit.home = .
-project.name = dpml.transit
-project.group = dpml/transit
+project.name = dpml-home
+project.group = dpml
dpml.repository = http://repository.dpml.net/classic
junit-filename = junit-3.8.1.jar


Modified: development/main/home/build.xml
==============================================================================
--- development/main/home/build.xml (original)
+++ development/main/home/build.xml Tue Feb 1 09:19:32 2005
@@ -19,7 +19,7 @@
-->


-<project name="dpml-transit-root" default="install" basedir=".">
+<project name="dpml-home" default="install" basedir=".">

<property file="build.properties"/>
<import file="${transit.home}/standard.xml"/>
@@ -48,7 +48,7 @@
<fileset dir="${basedir}/util/cli/target/deliverables"/>
<fileset dir="${basedir}/transit/target/deliverables"/>
<fileset dir="${basedir}/transit/handler/target/deliverables"/>
- <fileset dir="${basedir}/transit/antlib/target/deliverables"/>
+ <fileset dir="${basedir}/transit/tools/target/deliverables"/>
<fileset dir="${basedir}/transit/plugin/target/deliverables"/>
</copy>
<!-- create the bin directory -->

Modified: development/main/home/transit/plugin/build.xml
==============================================================================
--- development/main/home/transit/plugin/build.xml (original)
+++ development/main/home/transit/plugin/build.xml Tue Feb 1 09:19:32
2005
@@ -26,7 +26,9 @@
<target name="init" depends="standard.init">

<echo>VERSION: ${project.version}</echo>
+ <echo>HOME: ${dpml.home}</echo>
<property name="dpml.cache" value="${dpml.home}/cache"/>
+ <echo>CACHE: ${dpml.cache}</echo>

<path id="project.main.path">
<pathelement
location="${dpml.cache}/dpml/transit/jars/dpml-transit-main-${project.version}.jar"/>
@@ -39,7 +41,8 @@
</path>

<pathconvert pathsep=", " property="thepath" refid="project.main.path"/>
- <echo>THE PATH: ${thepath}</echo>
+ <echo>PATH: ${thepath}</echo>
+
<filter token="TRANSIT-PLUGIN-URI"

value="artifact:plugin:dpml/transit/dpml-transit-plugin#${project.version}" />
<filter token="WINDOWS-CLI-MAIN-PATH"

Modified: development/main/home/util/build.xml
==============================================================================
--- development/main/home/util/build.xml (original)
+++ development/main/home/util/build.xml Tue Feb 1 09:19:32 2005
@@ -29,7 +29,8 @@
</target>

<target name="package" depends="standard.package">
- <move file="${basedir}/target/deliverables/modules/project.module"
+ <mkdir dir="${basedir}/target/deliverables/modules"/>
+ <move file="${basedir}/target/project.module"

tofile="${basedir}/target/deliverables/modules/dpml-util-${project.version}.module"/>
</target>




  • svn commit: r1679 - in development/main/home: . transit/plugin util, mcconnell, 02/01/2005

Archive powered by MHonArc 2.6.24.

Top of Page