Subversion Repositories eFlore/Applications.del

Rev

Rev 2046 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2046 Rev 2077
Line 46... Line 46...
46
 
46
 
47
  <target name="compile-quick" depends="init-local-properties">
47
  <target name="compile-quick" depends="init-local-properties">
48
	<java classname="com.google.gwt.dev.Compiler" fork="true">
48
	<java classname="com.google.gwt.dev.Compiler" fork="true">
49
	  <arg line="-style DETAILED -draftCompile ${projectTestName}" />
49
	  <arg line="-style DETAILED -draftCompile ${projectTestName}" />
50
	  <arg line="-logLevel INFO" />
50
	  <arg line="-logLevel INFO" />
51
	  <arg line="-style OBF" />
51
	  <!--<arg line="-style OBF" />-->
52
	  <arg value="org.tela_botanica.del.Del" />
52
	  <arg value="org.tela_botanica.del.Del" />
53
	  <classpath>
53
	  <classpath>
54
		<path>
54
		<path>
55
		  <pathelement location="${gwt-path}/gwt-user.jar" />
55
		  <pathelement location="${gwt-path}/gwt-user.jar" />