[pkg-java] r8916 - in trunk/maven-ant-helper: . debian
Ludovic Claude
ludovicc-guest at alioth.debian.org
Tue Jul 7 19:04:22 UTC 2009
Author: ludovicc-guest
Date: 2009-07-07 19:04:19 +0000 (Tue, 07 Jul 2009)
New Revision: 8916
Modified:
trunk/maven-ant-helper/debian/build.properties
trunk/maven-ant-helper/debian/changelog
trunk/maven-ant-helper/debian/rules
trunk/maven-ant-helper/manifest.mf
trunk/maven-ant-helper/maven-build.xml
trunk/maven-ant-helper/maven-defaults.properties
Log:
* New version
Modified: trunk/maven-ant-helper/debian/build.properties
===================================================================
--- trunk/maven-ant-helper/debian/build.properties 2009-07-06 23:27:02 UTC (rev 8915)
+++ trunk/maven-ant-helper/debian/build.properties 2009-07-07 19:04:19 UTC (rev 8916)
@@ -1,5 +1,5 @@
# Set the default Maven locations.
-# See http://maven.apache.org/ref/current/maven-model/maven.html for nams
+# See http://maven.apache.org/ref/current/maven-model/maven.html for names
build.sourceDirectory=src/main/java
build.testSourceDirectory=src/test/java
Modified: trunk/maven-ant-helper/debian/changelog
===================================================================
--- trunk/maven-ant-helper/debian/changelog 2009-07-06 23:27:02 UTC (rev 8915)
+++ trunk/maven-ant-helper/debian/changelog 2009-07-07 19:04:19 UTC (rev 8916)
@@ -1,3 +1,9 @@
+maven-ant-helper (6) unstable; urgency=low
+
+ * Add support for custom manifest
+
+ -- Ludovic Claude <ludovic.claude at laposte.net> Tue, 07 Jul 2009 19:46:22 +0100
+
maven-ant-helper (5) unstable; urgency=low
* Change section to java, bump up Standards-Version: 3.8.1.
Modified: trunk/maven-ant-helper/debian/rules
===================================================================
--- trunk/maven-ant-helper/debian/rules 2009-07-06 23:27:02 UTC (rev 8915)
+++ trunk/maven-ant-helper/debian/rules 2009-07-07 19:04:19 UTC (rev 8916)
@@ -18,4 +18,5 @@
dh_installdirs -A usr/share/maven-ant-helper
dh_install maven-build.xml usr/share/maven-ant-helper
dh_install maven-defaults.properties usr/share/maven-ant-helper
+ dh_install manifest.mf usr/share/maven-ant-helper
dh_install bootstrap usr/share/maven-ant-helper
Modified: trunk/maven-ant-helper/manifest.mf
===================================================================
--- trunk/maven-ant-helper/manifest.mf 2009-07-06 23:27:02 UTC (rev 8915)
+++ trunk/maven-ant-helper/manifest.mf 2009-07-07 19:04:19 UTC (rev 8916)
@@ -1,3 +1,2 @@
Manifest-Version: 1.0
-X-COMMENT: Main-Class will be added automatically by build
Modified: trunk/maven-ant-helper/maven-build.xml
===================================================================
--- trunk/maven-ant-helper/maven-build.xml 2009-07-06 23:27:02 UTC (rev 8915)
+++ trunk/maven-ant-helper/maven-build.xml 2009-07-07 19:04:19 UTC (rev 8916)
@@ -319,7 +319,8 @@
<target name="jar" depends="test">
<jar jarfile="${build.directory}/${artifactId}-${version}.jar"
- basedir="${build.outputDirectory}"/>
+ basedir="${build.outputDirectory}"
+ manifest="${manifest}" />
</target>
<target name="mvn-package" depends="jar" if="maven.package.target">
Modified: trunk/maven-ant-helper/maven-defaults.properties
===================================================================
--- trunk/maven-ant-helper/maven-defaults.properties 2009-07-06 23:27:02 UTC (rev 8915)
+++ trunk/maven-ant-helper/maven-defaults.properties 2009-07-07 19:04:19 UTC (rev 8916)
@@ -1,5 +1,5 @@
# Set the default Maven locations.
-# See http://maven.apache.org/ref/current/maven-model/maven.html for nams
+# See http://maven.apache.org/ref/current/maven-model/maven.html for names
build.sourceDirectory=src/main/java
build.testSourceDirectory=src/test/java
build.resourcesDirectory=src/main/resources
@@ -14,5 +14,6 @@
classpath.test=
classpath.full.compile=${build.outputDirectory}:${classpath.compile}
classpath.full.test=${build.testOutputDirectory}:${classpath.test}:${build.outputDirectory}:${classpath.compile}
+manifest=/usr/share/maven-ant-helper/manifest.mf
maven.test.excludes=
More information about the pkg-java-commits
mailing list