Subversion Repositories eFlore/Applications.del

Compare Revisions

Regard whitespace Rev 1458 → Rev 1459

/trunk/build.xml
3,8 → 3,8
<property file="build.properties"/>
 
<path id="gwt">
<fileset includes="*.jar" dir="${user.home}/gwt/build/lib"/>
<fileset includes="cobogw-1.3.2.jar" dir="${user.home}"/>
<fileset includes="*.jar" dir="${user.home}/src/gwt/gwt/build/lib"/>
<fileset includes="cobogw-1.3.2.jar" dir="${user.home}/src/gwt"/>
<pathelement location="src" />
</path>
 
18,7 → 18,7
<target name="compile">
<!-- <java classname="com.google.gwt.dev.GWTCompiler" fork="true"> -->
<java classname="com.google.gwt.dev.Compiler" fork="true">
<arg line="-localWorkers 2 -style DETAILED ${projectName}"/>
<arg line="-localWorkers 4 -style DETAILED ${projectName}"/>
<!-- <arg line="-out build/gwtOutput"/> -->
<classpath refid="gwt"/>
</java>