psteitz 2004/03/06 10:16:49
Modified: id build.xml
Log:
Updated to include commons-codec dependency, state resource.
Revision Changes Path
1.4 +10 -2 jakarta-commons-sandbox/id/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/id/build.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- build.xml 29 Feb 2004 16:06:33 -0000 1.3
+++ build.xml 6 Mar 2004 18:16:49 -0000 1.4
@@ -15,7 +15,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-
+
<project default="jar" name="commons-id" basedir=".">
<property name="defaulttargetdir" value="target">
</property>
@@ -56,6 +56,12 @@
</fileset>
</classpath>
</javac>
+ <copy todir="${classesdir}">
+ <fileset dir="src/conf">
+ <include name="*.state">
+ </include>
+ </fileset>
+ </copy>
</target>
<target name="jar" description="o Create the jar" depends="compile,test">
<jar jarfile="target/${final.name}.jar" excludes="**/package.html"
basedir="${classesdir}">
@@ -134,7 +140,7 @@
<format pattern="2003-yyyy" property="year">
</format>
</tstamp>
- <property name="copyright" value="Copyright &copy; Apache Software
Foundation. All Rights Reserved.">
+ <property name="copyright" value="Copyright &copy; The Apache Software
Foundation. All Rights Reserved.">
</property>
<property name="title" value="Commons Id 0.1-dev API">
</property>
@@ -155,6 +161,8 @@
<get dest="${libdir}/commons-discovery-0.1.jar" usetimestamp="true"
ignoreerrors="true"
src="http://www.ibiblio.org/maven/commons-discovery/jars/commons-discovery-0.1.jar">
</get>
<get dest="${libdir}/commons-logging-1.0.3.jar" usetimestamp="true"
ignoreerrors="true"
src="http://www.ibiblio.org/maven/commons-logging/jars/commons-logging-1.0.3.jar">
+ </get>
+ <get dest="${libdir}/commons-codec-1.2.jar" usetimestamp="true"
ignoreerrors="true"
src="http://www.ibiblio.org/maven/commons-codec/jars/commons-codec-1.2.jar">
</get>
<get dest="${libdir}/junit-3.8.1.jar" usetimestamp="true" ignoreerrors="true"
src="http://www.ibiblio.org/maven/junit/jars/junit-3.8.1.jar">
</get>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]