[izpack-changes] izpack-src/src build.xml,1.126.2.5,1.126.2.6

eppelman nobody at sheep.berlios.de
Thu Apr 6 14:38:15 CEST 2006


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

Modified Files:
      Tag: branch-3-8
	build.xml 
Log Message:
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.126.2.5
retrieving revision 1.126.2.6
diff -u -d -r1.126.2.5 -r1.126.2.6
--- build.xml	12 Jan 2006 09:45:07 -0000	1.126.2.5
+++ build.xml	6 Apr 2006 12:38:39 -0000	1.126.2.6
@@ -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