Revision 7770 branches/v10/frameworks/_fwAndami/build.xml

View differences:

build.xml
31 31
    <target name="compile" description="compile the source" >
32 32
        <!-- Compile the Java code from ${src} to ${build} -->
33 33
    	<mkdir dir="${build}" />
34
        <javac srcdir="${src}"
35
               destdir="${build}"
36
			   debug="${debug}"
37
			   debuglevel="${debuglevel}">
38
        	<classpath refid="andami.compile-classpath"/>
34
        <javac	srcdir="${src}"
35
				destdir="${build}"
36
        		source="1.4"
37
				target="1.4"
38
				debug="${debug}"
39
				debuglevel="${debuglevel}">
40
        	<classpath refid="_fwAndami.compile-classpath"/>
39 41
        </javac>
40 42
        <copy file="${src}/log4j.properties" todir="${build}"/>
41 43
        <copy todir="${build}/images/">

Also available in: Unified diff