[SCM] Plexus Compiler branch, master, updated. debian/1.6-2-27-g26ae018

Ludovic Claude ludovic.claude at laposte.net
Sun Jan 8 23:13:35 UTC 2012


The following commit has been merged in the master branch:
commit 7484fe83685f994400bac67bd6f94d12bc1934f3
Author: Ludovic Claude <ludovic.claude at laposte.net>
Date:   Sun Jan 8 15:53:05 2012 +0100

    Update name of the javadoc install target

diff --git a/debian/build.xml b/debian/build.xml
index 158e97a..cb72e92 100644
--- a/debian/build.xml
+++ b/debian/build.xml
@@ -30,7 +30,7 @@
     <macrodef name="package-module-doc">
         <attribute name="dir"/>
         <sequential>
-          <ant target="package-doc-and-local-install" antfile="${maven.build}" dir="@{dir}">
+          <ant target="local-install-doc" antfile="${maven.build}" dir="@{dir}">
             <property name="debian.dir" location="debian" />
             <property name="project.dir" value="@{dir}" />
             <property name="keep-cleaned-pom" value="true" />

-- 
Plexus Compiler



More information about the pkg-java-commits mailing list