[pkg-java] r10728 - trunk/ivy/debian

Varun Hiremath varun at alioth.debian.org
Thu Oct 1 23:41:44 UTC 2009


Author: varun
Date: 2009-10-01 23:41:44 +0000 (Thu, 01 Oct 2009)
New Revision: 10728

Added:
   trunk/ivy/debian/README.Debian
Modified:
   trunk/ivy/debian/build.xml
   trunk/ivy/debian/changelog
   trunk/ivy/debian/pom.xml
Log:
* Update pom.xml file to latest 2.1.0~rc2 version (Closes: #548310)
* Include the MANIFEST.MF file in the jar (Closes: #548311)
* Add debian/README.Debian listing reasons for not creating symlink to
  ivy.jar in ant's lib directory and solutions (Closes: #547969)

Added: trunk/ivy/debian/README.Debian
===================================================================
--- trunk/ivy/debian/README.Debian	                        (rev 0)
+++ trunk/ivy/debian/README.Debian	2009-10-01 23:41:44 UTC (rev 10728)
@@ -0,0 +1,13 @@
+Using ivy
+=========
+
+This package installs the ivy.jar in /usr/share/java.
+
+No symlink to ivy.jar is created in /usr/share/ant/lib/ due to several
+reasons listed in #547969.
+
+To use ivy ant tasks, ivy should be added to ant's classpath in any of
+the ways listed here:
+http://ant.apache.org/manual/install.html#optionalTasks
+
+-- Varun Hiremath <varun at debian.org>  Thu,  1 Oct 2009 19:37:44 -0400

Modified: trunk/ivy/debian/build.xml
===================================================================
--- trunk/ivy/debian/build.xml	2009-10-01 21:04:54 UTC (rev 10727)
+++ trunk/ivy/debian/build.xml	2009-10-01 23:41:44 UTC (rev 10728)
@@ -54,7 +54,7 @@
   </target>
 
   <target name="jar" description="o Create the jar" depends="compile">
-    <jar jarfile="${jar.name}" basedir="${class.dir}"/>
+    <jar jarfile="${jar.name}" basedir="${class.dir}" manifest="META-INF/MANIFEST.MF"/>
   </target>
 
   <target name="javadoc" description="Creates Javadoc documentation">

Modified: trunk/ivy/debian/changelog
===================================================================
--- trunk/ivy/debian/changelog	2009-10-01 21:04:54 UTC (rev 10727)
+++ trunk/ivy/debian/changelog	2009-10-01 23:41:44 UTC (rev 10728)
@@ -1,3 +1,12 @@
+ivy (2.1.0~rc2-3) unstable; urgency=low
+
+  * Update pom.xml file to latest 2.1.0~rc2 version (Closes: #548310)
+  * Include the MANIFEST.MF file in the jar (Closes: #548311)
+  * Add debian/README.Debian listing reasons for not creating symlink to
+    ivy.jar in ant's lib directory and solutions (Closes: #547969)
+
+ -- Varun Hiremath <varun at debian.org>  Thu, 01 Oct 2009 19:40:28 -0400
+
 ivy (2.1.0~rc2-2) unstable; urgency=low
 
   * Upload to unstable.
@@ -26,7 +35,7 @@
   * New upstream release
   * Fix watch file
   * Include .xsd and .ent files in ivy.jar (Closes: #526326)
-  * Copy settings files for backward compatibility with ivyconf naming	
+  * Copy settings files for backward compatibility with ivyconf naming
   * Copy antlib for backward compatibility with fr.jayasoft.ivy package
 
  -- Varun Hiremath <varun at debian.org>  Thu, 30 Apr 2009 20:15:32 -0400

Modified: trunk/ivy/debian/pom.xml
===================================================================
--- trunk/ivy/debian/pom.xml	2009-10-01 21:04:54 UTC (rev 10727)
+++ trunk/ivy/debian/pom.xml	2009-10-01 23:41:44 UTC (rev 10728)
@@ -29,7 +29,7 @@
   <groupId>org.apache.ivy</groupId>
   <artifactId>ivy</artifactId>
   <packaging>jar</packaging>
-  <version>2.1.0-rc1</version>
+  <version>2.1.0-rc2</version>
   <url>http://ant.apache.org/ivy/</url>
   <dependencies>
     <dependency>




More information about the pkg-java-commits mailing list