Revision 26572

View differences:

tmp/trunk/cliente/WorkSpace_WPSClient/extWPSCallejero/build.xml
7 7
  <property name="build" location="bin"/>
8 8
  <property name="dist"  location="dist"/>
9 9
  <property name="images" location="images"/>
10
  <property name="fmapjar" value="fmap-wps"/>
11
  <property name="wpsclientjar" value="client-wps"/>
12
  <property name="mainplugin" value="com.iver.cit.gvsig"/>
10 13
  <property name="plugin" value="es.logex.gvsig.wps"/>
11 14
  <property name="GVSIG_INSTALL_DIR" value="../../gvSIG_1.1.2" />
12 15
  <property name="andami-dir" location="${GVSIG_INSTALL_DIR}/bin"/>
......
40 43
  	<mkdir dir="${dist}/leyendas"/>
41 44
  	<mkdir dir="${dist}/images"/>
42 45
  	
43
    <jar jarfile="${dist}/lib/${plugin}.jar" basedir="${build}"/>
44
  	    <copy file="config/config.xml" todir="${dist}"/>
46
    <jar jarfile="${dist}/lib/${plugin}.jar" basedir="${build}"
47
    	excludes="es/logex/gvsig/fmap/** 
48
				es/logex/gvsig/wps/client/** 
49
				es/logex/gvsig/wps/wps_0_4_0/**"/> 
50
  
51
  	 	
52
  	<!-- excludes="es/logex/gvsig/fmap/** 
53
    								es/logex/gvsig/wps/client/** 
54
    								es/logex/gvsig/wps/wps_0_4_0/**"   irán en un jar aparte. -->
55
  
56
  
57
  	<jar jarfile="${dist}/${fmapjar}.jar" basedir="${build}"
58
  	  	  		includes="es/logex/gvsig/fmap/**" />	
59
  	
60
  	<jar jarfile="${dist}/${wpsclientjar}.jar" basedir="${build}"
61
  	  	  	  		includes="es/logex/gvsig/wps/client/** es/logex/gvsig/wps/wps_0_4_0/**" />	
62

  
63
  	
64
  	  	<copy file="config/config.xml" todir="${dist}"/>
45 65
  	  	<copy file="build.number" todir="${dist}"/>
46 66
  	  	<copy file="config/about.htm" todir="${dist}"/>
47 67
  		<loadproperties srcFile="build.number"/>
......
66 86
  			<fileset dir="images" includes = "*"/>
67 87
  		</copy>
68 88
    
89
  	
90
  		<move todir="${extension-dir}/${mainplugin}/lib">
91
  	  				<fileset dir="${dist}" includes="${fmapjar}.jar"/>
92
  	    </move>
93
  	
94
  		<move todir="${extension-dir}/${mainplugin}/lib">
95
  	  	  				<fileset dir="${dist}" includes="${wpsclientjar}.jar"/>
96
  	  	</move>
97
   	  	
98
  		<move todir="${extension-dir}/${mainplugin}/lib">
99
  	  	  	  				<fileset dir="${dist}/lib" includes="*.*" excludes="es.logex.gvsig.wps.jar"/>
100
  	  	</move>
101
  	
69 102
  	    <move todir="${extension-dir}/${plugin}/">
70 103
  	    	<fileset dir="${dist}" includes="**/**"/>
71 104
  	    </move>
72 105
  </target>
73
  
74
  
106
    
75 107
</project>
76 108

  
77 109

  
tmp/trunk/cliente/WorkSpace_WPSClient/extWPSCallejero/leyendas/municipios_geom.gvl
10 10
        <property key="m_symbolType" value="4"/>
11 11
        <property key="m_Style" value="1"/>
12 12
        <property key="m_useOutline" value="true"/>
13
        <property key="m_Color" value="204,204,204,77"/>
14
        <property key="m_outlineColor" value="153,153,153,77"/>
13
        <property key="m_outlineColor" value="0,255,255,255"/>
15 14
        <property key="m_bUseFontSize" value="true"/>
16 15
        <property key="m_bDrawShape" value="true"/>
17 16
        <property key="m_Size" value="2"/>
18 17
        <property key="m_Rotation" value="0"/>
19
        <property key="m_LinePattern" value="0"/>
18
        <property key="m_LinePattern" value="5"/>
20 19
        <property key="m_stroke" value="1.0"/>
21 20
        <property key="m_bUseSize" value="false"/>
22 21
        <property key="m_AlingVert" value="0"/>
23 22
        <property key="m_AlingHoriz" value="0"/>
24 23
        <property key="m_Descrip"/>
25
        <property key="rgb" value="-6993080"/>
24
        <property key="rgb" value="-16711681"/>
26 25
    </xml-tag>
27 26
</xml-tag>
tmp/trunk/cliente/WorkSpace_WPSClient/extWPSCallejero/config/about.htm
17 17
<h3>Plugin Callejero WPS:</h3>
18 18
<h4>Equipo de desarrollo:</h4>
19 19

  
20
 <p> Lógica Extrema: </p>
21
 <p> - José Luís Celda Ibáñez</p>
20
 <p> L&oacute;gica Extrema: </p>
21
 <p> - Jos&eacute; Lu&iacute;s Celda Ib&aacute;&ntilde;ez</p>
22 22
 <p> - Enrique Araque Vilches</p>
23 23
 
24
  <p> CIT: </p>
24
 <p> CIT: </p>
25 25
 <p> - Luis W. Sevilla</p>
26
 <p> - José Joaquín del Cerro</p>
26
 <p> - Jos&eacute; Joaqu&iacute;n del Cerro</p>
27 27
 <p> - Jorge Piera</p>
28 28
 
29
<p><br><br><b> Build Number: #build.number#</b></p>
29
<p><br><br><b>Build Number: #build.number#</b></p>
30 30
</body>
31 31
</html>
tmp/trunk/cliente/WorkSpace_WPSClient/extWPSCallejero/install/buildExt.xml
188 188
		<delete dir="${tmp_mac}" failonerror="no"/>
189 189
		
190 190
		<mkdir dir="${tmp_mac}"/>
191
		
192
		
191
			
193 192
		<ant antfile="build-updater.xml" dir="${THIS_INSTALLDIR}/instalador-gvSIG-mac">
194 193
			<property name="NOMBRE_BUNDLE" value="${autoinstalador}"/>
195 194
			<property name="DIR_DESTINO" value="${tmp_mac}"/>
......
200 199
		<replace file="${tmp_mac}/${autoinstalador}.app/Contents/Resources/configfile"
201 200
			 token="%BUILD.NUMBER%"
202 201
			 value="${build.number}"/>
203
		
204
		
202
			
205 203
		<property name="mac_install_path_bin" value="${tmp_mac}/${autoinstalador}.app/Contents/Resources/updates/gvSIGbin"/>
206 204
		<property name="mac_install_path_gvsig" value="${mac_install_path_bin}/gvSIG"/>
207 205
		<property name="mac_install_path_ext" value="${mac_install_path_gvsig}/extensiones"/>
208
		
206
			
209 207
		<!-- Copiar en los directorios los ficheros a instalar:   
210 208
		     ${mac_install_path_bin} ==> directorio 'bin' de la instalacion (donde esta andami.jar)
211 209
		     ${mac_install_path_gvsig} ==> directorio 'bin/gvSIG' de la instalacion
......
245 243
		
246 244
		     
247 245
		     -->
248
		
249
		
250
		
246
		<copy todir="${mac_install_path_ext}">
247
						<fileset dir="extensiones">
248
							<include name="${MAIN_INSTALL_PLUGIN}/**/**"/>
249
						</fileset>
250
		</copy>
251
	
251 252
		<zip destfile="${OUTPUT_DIR}/${MAC_10_ZIP}">
252 253
			<zipfileset dir="${tmp_mac}"
253 254
				    includes="${autoinstalador}.app/**"

Also available in: Unified diff