[SCM] Plexus Compiler branch, master, updated. debian/1.6-2-21-g7633148
Ludovic Claude
ludovic.claude at laposte.net
Thu Jan 5 23:13:22 UTC 2012
The following commit has been merged in the master branch:
commit fd7da26b31386356dfa1fa2977fec87903b51fb8
Author: Ludovic Claude <ludovic.claude at laposte.net>
Date: Tue Jan 3 22:46:13 2012 +0100
Add missing macro package-module
diff --git a/debian/build.xml b/debian/build.xml
index b0f129e..69dd8b1 100644
--- a/debian/build.xml
+++ b/debian/build.xml
@@ -16,6 +16,17 @@
</sequential>
</macrodef>
+ <macrodef name="package-module">
+ <attribute name="dir"/>
+ <sequential>
+ <ant target="package-and-local-install" antfile="${maven.build}" dir="@{dir}">
+ <property name="debian.dir" location="debian" />
+ <property name="project.dir" value="@{dir}" />
+ <property name="keep-cleaned-pom" value="true" />
+ </ant>
+ </sequential>
+ </macrodef>
+
<target name="clean">
<clean-module dir=""/>
<clean-module dir="plexus-compiler-api"/>
--
Plexus Compiler
More information about the pkg-java-commits
mailing list