Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1703 - development/main/home

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: pneubauer AT netcompartner.com
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r1703 - development/main/home
  • Date: Wed, 02 Feb 2005 23:23:14 +0100

Author: pneubauer
Date: Wed Feb 2 23:23:13 2005
New Revision: 1703

Modified:
development/main/home/build.properties
development/main/home/standard.xml
Log:
Noticed some naming problems when removing .ant/ and .dpml/cache


Modified: development/main/home/build.properties
==============================================================================
--- development/main/home/build.properties (original)
+++ development/main/home/build.properties Wed Feb 2 23:23:13 2005
@@ -3,5 +3,5 @@
project.name = dpml-home
project.group = dpml
dpml.repository = http://repository.dpml.net/classic
-junit-filename = junit-3.8.1.jar
+junit.filename = junit-3.8.1.jar


Modified: development/main/home/standard.xml
==============================================================================
--- development/main/home/standard.xml (original)
+++ development/main/home/standard.xml Wed Feb 2 23:23:13 2005
@@ -88,7 +88,7 @@
</path>
<path id="project.test.path">
<path refid="project.main.path"/>
- <pathelement
location="${dpml.home}/cache/junit/jars/${junit-filename}"/>
+ <pathelement
location="${dpml.home}/cache/junit/jars/${junit.filename}"/>
</path>
</target>

@@ -322,11 +322,11 @@
</echo>
<mkdir dir="${dpml.home}/cache/junit/jars"/>
<get src="${junit.url}" usetimestamp="true"
- dest="${dpml.home}/cache/junit/jars/${junit.jar}"/>
+ dest="${dpml.home}/cache/junit/jars/${junit.filename}"/>
<mkdir dir="${user.home}/.ant/lib"/>
<copy toDir="${user.home}/.ant/lib">
<fileset dir="${dpml.home}/cache/junit/jars">
- <include name="${junit.jar}"/>
+ <include name="${junit.filename}"/>
</fileset>
</copy>
</target>



  • svn commit: r1703 - development/main/home, pneubauer, 02/02/2005

Archive powered by MHonArc 2.6.24.

Top of Page