summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/xdoclet/files/xdoclet-1.2.3-buildfile.patch')
-rw-r--r--dev-java/xdoclet/files/xdoclet-1.2.3-buildfile.patch48
1 files changed, 48 insertions, 0 deletions
diff --git a/dev-java/xdoclet/files/xdoclet-1.2.3-buildfile.patch b/dev-java/xdoclet/files/xdoclet-1.2.3-buildfile.patch
new file mode 100644
index 000000000000..968485e71959
--- /dev/null
+++ b/dev-java/xdoclet/files/xdoclet-1.2.3-buildfile.patch
@@ -0,0 +1,48 @@
+diff -urpN xdoclet-1.2.2.orig/build.xml xdoclet-1.2.2/build.xml
+--- xdoclet-1.2.2.orig/build.xml 2005-04-03 05:13:08.000000000 +0200
++++ xdoclet-1.2.2/build.xml 2005-04-03 05:13:12.000000000 +0200
+@@ -75,7 +75,7 @@
+ <ant dir="${samples.dir}"/>
+ </target>
+
+- <target name="l10n" depends="core, modules">
++ <target name="l10n">
+ <!-- messages for each locale get built into a separate jar -->
+ <jar jarfile="${dist.lib.dir}/${name}-pt_BR-locale-${version}.jar">
+ <fileset dir="${l10n.build.dir}">
+diff -urpN xdoclet-1.2.2.orig/core/build.xml xdoclet-1.2.2/core/build.xml
+--- xdoclet-1.2.2.orig/core/build.xml 2005-04-03 05:13:08.000000000 +0200
++++ xdoclet-1.2.2/core/build.xml 2005-04-03 05:13:12.000000000 +0200
+@@ -106,7 +106,7 @@
+ <!-- =================================================================== -->
+ <!-- Compiles the source code -->
+ <!-- =================================================================== -->
+- <target name="compile" depends="beautify">
++ <target name="compile" depends="prepare">
+ <mkdir dir="${modules.all-src.dir}"/>
+ <copy todir="${modules.all-src.dir}">
+ <fileset dir="${core.src.dir}">
+diff -urpN xdoclet-1.2.2.orig/maven/build.xml xdoclet-1.2.2/maven/build.xml
+--- xdoclet-1.2.2.orig/maven/build.xml 2005-04-03 05:13:08.000000000 +0200
++++ xdoclet-1.2.2/maven/build.xml 2005-04-03 05:13:14.000000000 +0200
+@@ -77,7 +77,7 @@
+ </jar>
+
+ <!-- Install the plugin if MAVEN_HOME/MAVEN_LOCAL_HOME is defined -->
+- <antcall target="install"/>
++ <!--antcall target="install"/-->
+ </target>
+
+ <target name="clean">
+diff -urpN xdoclet-1.2.2.orig/modules/modules-common.ent xdoclet-1.2.2/modules/modules-common.ent
+--- xdoclet-1.2.2.orig/modules/modules-common.ent 2005-04-03 05:13:08.000000000 +0200
++++ xdoclet-1.2.2/modules/modules-common.ent 2005-04-03 05:13:12.000000000 +0200
+@@ -190,7 +190,7 @@
+ <!-- =================================================================== -->
+ <!-- Compiles the source code -->
+ <!-- =================================================================== -->
+- <target name="compile" depends="beautify" unless="module.jar.uptodate">
++ <target name="compile" depends="init" unless="module.jar.uptodate">
+ <mkdir dir="${module.classes.dir}"/>
+ <javac
+ destdir="${module.classes.dir}"