summaryrefslogtreecommitdiff
blob: 968485e71959b72c0adde94c762f4654abdb1400 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
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}"