[Cherbot-commit] SF.net SVN: cherbot:[143] trunk/build.xml
Status: Alpha
Brought to you by:
christianhujer
|
From: <chr...@us...> - 2008-12-14 20:04:01
|
Revision: 143
http://cherbot.svn.sourceforge.net/cherbot/?rev=143&view=rev
Author: christianhujer
Date: 2008-12-14 20:03:59 +0000 (Sun, 14 Dec 2008)
Log Message:
-----------
Updated build.xml to include META-INF in jar.
Modified Paths:
--------------
trunk/build.xml
Modified: trunk/build.xml
===================================================================
--- trunk/build.xml 2008-12-14 19:22:53 UTC (rev 142)
+++ trunk/build.xml 2008-12-14 20:03:59 UTC (rev 143)
@@ -2,7 +2,7 @@
<!DOCTYPE project [
<!ENTITY catalogForAnt SYSTEM "src/doc/dtd/catalogForAnt.xml">
]>
-<project default="createJar">
+<project default="createJar" name="CherBot">
<description>
CherBot
@@ -46,6 +46,7 @@
<copy todir="classes">
<fileset dir="src">
<include name="**/*.properties"/>
+ <include name="META-INF/**"/>
</fileset>
</copy>
</target>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|