[Japi-cvs] SF.net SVN: japi: [351] libs
Status: Beta
Brought to you by:
christianhujer
From: <chr...@us...> - 2007-05-19 12:38:48
|
Revision: 351 http://svn.sourceforge.net/japi/?rev=351&view=rev Author: christianhujer Date: 2007-05-19 05:38:46 -0700 (Sat, 19 May 2007) Log Message: ----------- Fixed some minor build.xml glitches. Modified Paths: -------------- libs/argparser/trunk/build.xml libs/lang/trunk/build.xml libs/swing-about/trunk/build.xml Modified: libs/argparser/trunk/build.xml =================================================================== --- libs/argparser/trunk/build.xml 2007-05-19 12:37:32 UTC (rev 350) +++ libs/argparser/trunk/build.xml 2007-05-19 12:38:46 UTC (rev 351) @@ -91,7 +91,7 @@ </zipfileset> </jar> <jar destfile="${distName}.jar"> - <zipfileset dir="classes" excludes="production/**,test/**"/> + <zipfileset dir="classes/production/${module.shortname}" /> <manifest> <attribute name="Implementation-Title" value="${module.name}" /> <attribute name="Implementation-Vendor" value="Christian Hujer + the JAPI Developers" /> Modified: libs/lang/trunk/build.xml =================================================================== --- libs/lang/trunk/build.xml 2007-05-19 12:37:32 UTC (rev 350) +++ libs/lang/trunk/build.xml 2007-05-19 12:38:46 UTC (rev 351) @@ -23,7 +23,7 @@ <property name="module.version" value="0.1" /> <property name="module.name" value="japi-lib-lang" /> <property name="module.shortname" value="lang" /> - <property name="module.title" value="ArgParser" /> + <property name="module.title" value="Lang Extensions" /> <taskdef name="pack200" classpath="lib/Pack200Task.jar" classname="com.sun.tools.apache.ant.pack200.Pack200Task" /> Modified: libs/swing-about/trunk/build.xml =================================================================== --- libs/swing-about/trunk/build.xml 2007-05-19 12:37:32 UTC (rev 350) +++ libs/swing-about/trunk/build.xml 2007-05-19 12:38:46 UTC (rev 351) @@ -47,6 +47,7 @@ encoding="utf-8" source="1.5" target="1.5" + debug="yes" > <classpath> <fileset dir="lib" includes="*.jar" excludes="LICENSE-*.jar" /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |