[izpack-changes] izpack-src/src build.xml,1.128,1.129

eppelman nobody at sheep.berlios.de
Sat Apr 8 12:33:51 CEST 2006


Update of /cvsroot/izpack/izpack-src/src
In directory sheep:/tmp/cvs-serv28890/src

Modified Files:
	build.xml 
Log Message:
Also for HEAD:
Inserted the fix.crlf target in the depends-list of target "all" to prevent encoding problems.

Index: build.xml
===================================================================
RCS file: /cvsroot/izpack/izpack-src/src/build.xml,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -d -r1.128 -r1.129
--- build.xml	21 Mar 2006 18:14:56 -0000	1.128
+++ build.xml	8 Apr 2006 10:34:13 -0000	1.129
@@ -139,8 +139,11 @@
     09.09.2005: (Marc.Eppelmann)
 		Added start.sh to the shipped files in bin-folder.
 		
-		10.01.2006: (by Fabrice Mirabile)
+	10.01.2006: (by Fabrice Mirabile)
 		Added the splashscreen to the cleandistreg target
+		
+	06.04.2006: (Marc Eppelmann)
+	    Inserted the fix.crlf target in the depends-list of target "all" to prevent encoding problems.
 
   Mini-HowTo:
 
@@ -822,7 +825,7 @@
 
     <!-- Builds all compilation targets -->
     <target name="all"
-            depends="splashscreen, build.compiler, build.installer, build.uninstaller, build.uninstaller-ext, build.panels, build.listeners, build.standalone-compiler" />
+            depends="splashscreen, build.compiler, build.installer, build.uninstaller, build.uninstaller-ext, build.panels, build.listeners, build.standalone-compiler, fix.crlf" />
 
     <!-- Builds the Javadoc -->
     <target name="build.javadoc" depends="prepare" description="Builds the javadoc">
@@ -976,6 +979,10 @@
             <include name="**/*.xml" />
             <include name="**/*.properties" />
         </fixcrlf>
+    	<fixcrlf srcdir="${src.dir}">
+    		<include name="**/*.sh"/>
+    		<include name="dist/compile"/>
+    	</fixcrlf>
     </target>
 
     <!-- Runs a testing installer. -->




More information about the izpack-changes mailing list