Revision 16315

View differences:

tags/tmp_build/extensions/extHelp/build.xml
58 58
	    </copy>
59 59

  
60 60
	</target>
61
	
61

  
62 62
	<target name="help-documentation-zip">
63
		
64
		 <!--get src="http://" 
65
		 	dest="${mydist}/gvSIG/manual-de-usuario.zip" 
63

  
64
		 <!--get src="http://"
65
		 	dest="${mydist}/gvSIG/manual-de-usuario.zip"
66 66
	 	 /-->
67
		
68
				
67

  
68

  
69 69
		<unzip src="${mydist}/gvSIG/manual-de-usuario.zip"
70 70
		       dest="${mydist}/gvSIG">
71 71
		    <patternset>
72 72
		        <include name="manual-de-usuario/es/map.jhm"/>
73 73
		    </patternset>
74 74
		</unzip>
75
		
75

  
76 76
		<loadfile property="add_text"
77 77
		      srcFile="${mydist}/gvSIG/map.jhm.add"/>
78 78
		<loadfile property="end_text"
79 79
		      srcFile="${mydist}/gvSIG/end.add"/>
80
		
80

  
81 81
		<property name="total" value="${add_text}${end_text}"/>
82
		
83
		<replace file="${mydist}/gvSIG/manual-de-usuario/es/map.jhm" value="${total}">			
82

  
83
		<replace file="${mydist}/gvSIG/manual-de-usuario/es/map.jhm" value="${total}">
84 84
			  <replacetoken><![CDATA[</map>]]></replacetoken>
85 85
		</replace>
86
		
86

  
87 87
		<zip destfile="${dist}/gvSIG/manual-de-usuario.zip"
88 88
  	  		 basedir="${mydist}/gvSIG"
89 89
  			 includes="manual-de-usuario/**/**"
90 90
			 excludes="**/*.db"
91
		 	 update="true"/>	
91
		 	 update="true"/>
92 92
	</target>
93 93

  
94 94
	<target name="move-to-andami">
......
96 96
			<fileset dir="${dist}" includes="**/**"/>
97 97
		</move>
98 98
	</target>
99
	
100
	<target name="clear">
99

  
100
	<target name="clean">
101 101
		<delete dir="${dist}" failonerror="no"/>
102 102
		<delete dir="${build}" failonerror="no"/>
103 103
	</target>

Also available in: Unified diff