Author: bodewig
Date: Sun Sep 17 13:00:14 2006
New Revision: 447130
URL: http://svn.apache.org/viewvc?view=rev&rev=447130
Log:
rename libraries.properties, bundle it with the source distribution
Added:
ant/antlibs/dotnet/trunk/version.properties
- copied unchanged from r447114,
ant/antlibs/dotnet/trunk/libraries.properties
Removed:
ant/antlibs/dotnet/trunk/libraries.properties
Modified:
ant/antlibs/common/trunk/build.xml
Modified: ant/antlibs/common/trunk/build.xml
URL:
http://svn.apache.org/viewvc/ant/antlibs/common/trunk/build.xml?view=diff&rev=447130&r1=447129&r2=447130
==============================================================================
--- ant/antlibs/common/trunk/build.xml (original)
+++ ant/antlibs/common/trunk/build.xml Sun Sep 17 13:00:14 2006
@@ -22,7 +22,7 @@
<target name="setup-properties">
<property file="build.properties"/>
<!--load in an optional file containing versions of things-->
- <property file="libraries.properties"/>
+ <property file="version.properties"/>
<!--load in a file containing versions of ant
and other libraries-->
@@ -36,7 +36,7 @@
<property name="src.junit" location="src/tests/junit"/>
<property name="src.antunit" location="src/tests/antunit"/>
- <!--you really need a proper version in libraries.properties-->
+ <!--you really need a proper version in version.properties-->
<property name="artifact.version" value="0.1-SNAPSHOT"/>
<property name="artifact.name" value="ant-${ant.project.name}"/>
<property name="artifact.stub"
value="${artifact.name}-${artifact.version}"/>
@@ -274,6 +274,7 @@
<include name="WHATSNEW"/>
<include name="contributors.xml"/>
<include name="build.xml"/>
+ <include name="version.properties"/>
</fileset>
<fileset dir="common">
<include name="LICENSE"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]