Revision 16979

View differences:

branches/v10/extensions/extCenterViewToPoint/build.xml
21 21
	<property name="installDir" location="${installBaseDir}/gvSIG/extensiones/${plugin}"/>
22 22
	<property name="JavaSourceVersion" value="1.4"/>
23 23
	<property name="JavaTargetVersion" value="1.4"/>
24
	<property name="encoding" value="ISO_8859_1"/>
24 25

  
25 26
  <target name="init">
26 27
    <!-- Create the time stamp -->
......
124 125
			target="${JavaTargetVersion}"
125 126
			debug="${debug}"
126 127
			debuglevel="${debuglevel}"
128
			encoding="${encoding}"
127 129
			classpath="${compile-classpath}"/>
128 130
    	<copy todir="${build}">
129 131
    		<fileset

Also available in: Unified diff