[Japi-cvs] SF.net SVN: japi:[915] common/trunk/commonBuild.xml
Status: Beta
Brought to you by:
christianhujer
|
From: <chr...@us...> - 2009-02-16 03:25:33
|
Revision: 915
http://japi.svn.sourceforge.net/japi/?rev=915&view=rev
Author: christianhujer
Date: 2009-02-16 03:25:30 +0000 (Mon, 16 Feb 2009)
Log Message:
-----------
Removed bogus redundancy in main jar creation.
Modified Paths:
--------------
common/trunk/commonBuild.xml
Modified: common/trunk/commonBuild.xml
===================================================================
--- common/trunk/commonBuild.xml 2009-02-16 03:16:46 UTC (rev 914)
+++ common/trunk/commonBuild.xml 2009-02-16 03:25:30 UTC (rev 915)
@@ -228,7 +228,7 @@
<target
name = "dist"
description = "Creates and packs distribution archives."
- depends = "clean, compile, test, doc"
+ depends = "clean, compile, test, doc, build"
>
<delete dir="dist" />
<mkdir dir="dist" />
@@ -266,20 +266,6 @@
<!-- TODO -->
</zipfileset>
</jar>
- <jar destfile="${distPath}.jar">
- <zipfileset dir="classes/production/${module.shortname}" />
- <manifest>
- <attribute name="Implementation-Title" value="${module.name}" />
- <attribute name="Implementation-Vendor" value="Christian Hujer + the JAPI Developers" />
- <attribute name="Implementation-Version" value="${module.version}" />
- <attribute name="Implementation-URL" value="http://sourceforge.net/projects/japi/" />
- <section name="${module.package.path}">
- <attribute name="Package-Title" value="${module.package}" />
- <attribute name="Package-Version" value="${module.version}" />
- <attribute name="Package-Vendor" value="Christian Hujer + the JAPI Developers" />
- </section>
- </manifest>
- </jar>
<tar tarfile="${distPath}.doc.tar" longfile="gnu">
<tarfileset dir="." prefix="${module.name}-${module.version}">
<include name="docs/**" />
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|