Skip to Content.
Sympa Menu

notify-dpml - r2042 - in trunk: . main/depot/tools

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: davidoff at BerliOS <davidoff AT mail.berlios.de>
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r2042 - in trunk: . main/depot/tools
  • Date: Mon, 17 Sep 2007 08:11:55 +0200

Author: davidoff
Date: 2007-09-17 08:11:55 +0200 (Mon, 17 Sep 2007)
New Revision: 2042

Modified:
trunk/build.xml
trunk/main/depot/tools/build.xml
Log:
Add replication of dpml/depot configuration under the group dpml/tools for
backward compatibility.

Modified: trunk/build.xml
===================================================================
--- trunk/build.xml 2007-09-17 05:14:12 UTC (rev 2041)
+++ trunk/build.xml 2007-09-17 06:11:55 UTC (rev 2042)
@@ -87,7 +87,7 @@
</path>
<taskdef resource="ant_deb_task.properties" classpathref="debian.path"/>
<deb
- todir="${basedir}/target/debian"
+ todir="${basedir}/target/dist"
package="dpml-sdk"
section="devel"
depends="sun-java6-jdk"
@@ -205,6 +205,11 @@
<include name="**/*"/>
</fileset>
</copy>
+ <copy todir="${share.config}/dpml/tools" filtering="false">
+ <fileset dir="${depot.builder.basedir}/target/config">
+ <include name="**/*"/>
+ </fileset>
+ </copy>
<property name="station.config" location="${share.config}/dpml/metro"/>
<x:property name="station.main.basedir"
ref="dpml/metro/dpml-metro-station" feature="basedir"/>
<mkdir dir="${station.config}"/>

Modified: trunk/main/depot/tools/build.xml
===================================================================
--- trunk/main/depot/tools/build.xml 2007-09-17 05:14:12 UTC (rev 2041)
+++ trunk/main/depot/tools/build.xml 2007-09-17 06:11:55 UTC (rev 2042)
@@ -12,6 +12,14 @@
<fileset dir="${project.target.dir}/config">
<include name="**/*"/>
</fileset>
+ </copy>
+ <!-- for legacy < 2.1.1 with references to dpml/tools -->
+ <property name="tools.config" location="${dpml.config}/dpml/tools"/>
+ <mkdir dir="${tools.config}"/>
+ <copy toDir="${tools.config}">
+ <fileset dir="${project.target.dir}/config">
+ <include name="**/*"/>
+ </fileset>
</copy>
</target>





  • r2042 - in trunk: . main/depot/tools, davidoff at BerliOS, 09/17/2007

Archive powered by MHonArc 2.6.24.

Top of Page