The following commit has been merged in the master branch:
commit fd7da26b31386356dfa1fa2977fec87903b51fb8
Author: Ludovic Claude <ludovic.cla...@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

_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to