[freenet-cvs] r18125 - trunk/apps/thingamablog

nextgens at freenetproject.org nextgens at freenetproject.org
Sat Feb 23 14:29:28 UTC 2008


Author: nextgens
Date: 2008-02-23 14:29:27 +0000 (Sat, 23 Feb 2008)
New Revision: 18125

Modified:
   trunk/apps/thingamablog/build.xml
Log:
thingamablog: tweak ant buildfile

Modified: trunk/apps/thingamablog/build.xml
===================================================================
--- trunk/apps/thingamablog/build.xml	2008-02-23 14:21:29 UTC (rev 18124)
+++ trunk/apps/thingamablog/build.xml	2008-02-23 14:29:27 UTC (rev 18125)
@@ -48,6 +48,7 @@
 		<mkdir dir="${class_dir}" />
 		<mkdir dir="${jar_dir}" />
 		<mkdir dir="${dist_dir}" />
+		<mkdir dir="installer/" />
 		<echo message="Initializing" />
 	</target>
 
@@ -61,7 +62,7 @@
 		<replace file="${src_dir}/net/sf/thingamablog/TBGlobals.java" token="@VERSION@" value="${version}" />
 		<replace file="${src_dir}/net/sf/thingamablog/TBGlobals.java" token="@BUILD@" value="${DSTAMP}.${build.number}" />
 
-		<javac srcdir="${src_dir}" source="1.4" destdir="${class_dir}" excludes="**/Cvs/**,**/*.ini,**/~*" optimize="on" deprecation="true" fork="true">
+		<javac srcdir="${src_dir}" source="1.5" destdir="${class_dir}" excludes="**/Cvs/**,**/*.ini,**/~*" optimize="on" deprecation="true" fork="true">
 			<classpath>
 				<fileset dir="${lib_dir}" includes="*.jar, *.zip" />
 			</classpath>




More information about the cvs mailing list