summaryrefslogtreecommitdiff
blob: 852de25cd2a35668017a865a726dc326ef2b3388 (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
--- build.xml.orig	2008-06-21 20:06:11.000000000 +0200
+++ build.xml	2008-06-21 20:07:03.000000000 +0200
@@ -14,7 +14,7 @@
 
   <property name="defaulttargetdir" value="${basedir}/target">
   </property>
-  <property name="libdir" value="${user.home}/.maven/repository">
+  <property name="libdir" value="target/lib">
   </property>
   <property name="classesdir" value="${basedir}/target/classes">
   </property>
@@ -74,7 +74,7 @@
       </and>
     </condition>
   </target>
-  <target name="compile" description="o Compile the code" depends="get-deps">
+  <target name="compile" description="o Compile the code" depends="">
     <mkdir dir="${classesdir}">
     </mkdir>
     <javac destdir="${classesdir}" deprecation="true" debug="true" optimize="false" excludes="**/package.html">
@@ -94,7 +94,7 @@
       </fileset>
     </copy>
   </target>
-  <target name="jar" description="o Create the jar" depends="compile,test">
+  <target name="jar" description="o Create the jar" depends="compile">
     <jar jarfile="${defaulttargetdir}/${final.name}.jar" excludes="**/package.html" basedir="${classesdir}">
     </jar>
   </target>
@@ -172,7 +172,7 @@
       </fileset>
     </copy>
   </target>
-  <target name="javadoc" description="o Generate javadoc" depends="get-deps">
+  <target name="javadoc" description="o Generate javadoc" depends="">
     <mkdir dir="${javadocdir}">
     </mkdir>
     <tstamp>
@@ -295,4 +295,4 @@
     <unjar dest="${maven.home}" src="${user.home}/maven-install-latest.jar">
     </unjar>
   </target>
-</project>
\ Chybí znak konce řádku na konci souboru
+</project>