Revision 25433

View differences:

trunk/frameworks/_fwAndami/theme/andami-theme.xml
2 2
	<ApplicationImages>
3 3
		<SplashImages>
4 4
			<!--Splash path="theme/logoIver.png" timer="1000"/-->
5
			<Splash path="theme/splash.png" timer="10000" version="2.0" x="270" y="240" fontsize="18" color="80,170,240"/>
5
			<Splash path="theme/splash.png" timer="10000" version="1.9 alpha" x="270" y="240" fontsize="18" color="80,170,240"/>
6 6
		</SplashImages>
7 7
		<!--BackgroundImage path="theme/logo_es.png"/-->
8 8
		<!--WallpaperType value="CENTERED"/-->
9 9
		<Icon path="theme/icon.png"/>
10 10
	</ApplicationImages>
11
	<ApplicationName value="gvSIG 2.0"/>
11
	<ApplicationName value="gvSIG 1.9 alpha"/>
12 12
</AndamiProperties>
trunk/applications/appgvSIG/src/com/iver/cit/gvsig/Version.java
7 7
import com.iver.cit.gvsig.gui.panels.FPanelAbout;
8 8

  
9 9
public class Version {
10
	public final static int MAJOR_VERSION_NUMBER = 2;
11
	public final static int MINOR_VERSION_NUMBER = 0;
10
	public final static int MAJOR_VERSION_NUMBER = 1;
11
	public final static int MINOR_VERSION_NUMBER = 9;
12 12
	public final static int RELEASE_NUMBER = 0;
13 13

  
14 14
	private static String BUILD = null;
trunk/install/instalador-gvSIG-win/install_15.xml
1 1
<installation version="1.0">
2 2
	<info>
3
		<appname>gvSIG_2.0</appname>
4
		<appversion>2.0</appversion>
3
		<appname>gvSIG_1.9_alpha</appname>
4
		<appversion>1.9</appversion>
5 5
		<authors>
6 6
			<author name="Generalitat Valenciana. Conselleria d'Infraestructures i Transport" email="" />
7 7
			<author name="Iver Tecnologías de la Información S.A." email="" />
trunk/install/build.properties
3 3
#EXTENSIONS=com.iver.cit.gvsig.cad,es.gva.cit.gvsig.catalogClient,com.iver.cit.gvsig.jdbc_spatial,com.iver.cit.gvsig.wcs,com.iver.cit.gvsig.wfs2,com.iver.cit.gvsig.wms,com.iver.gvsig.datalocator,com.iver.cit.gvsig.geoprocess,com.iver.cit.gvsig.oracle_spatial,com.iver.cit.gvsig.geoprocessextensions,org.gvsig.georeferencing,org.gvsig.rastertools,org.gvsig.scripting,com.iver.gvsig.centerviewpoint,es.prodevelop.cit.gvsig.arcims,com.iver.gvsig.expressionfield,com.iver.cit.gvsig.annotation,org.gvsig.crs,org.gvsig.sde,
4 4
EXTENSIONS=com.iver.cit.gvsig.cad,es.gva.cit.gvsig.catalogClient,com.iver.cit.gvsig.jdbc_spatial,com.iver.cit.gvsig.wcs,com.iver.cit.gvsig.wfs2,com.iver.cit.gvsig.wms,com.iver.gvsig.datalocator,com.iver.cit.gvsig.geoprocess,com.iver.cit.gvsig.oracle_spatial,com.iver.cit.gvsig.geoprocessextensions,org.gvsig.rastertools,org.gvsig.scripting,com.iver.gvsig.centerviewpoint,com.iver.gvsig.expressionfield,com.iver.cit.gvsig.annotation,org.gvsig.crs,org.gvsig.sde,org.gvsig.remotesensing,org.gvsig.graph,org.gvsig.extended-symbology,org.gvsig.georeferencing,es.prodevelop.cit.gvsig.arcims,org.gvsig.topology,es.unex.sextante,org.gvsig.extDockingSkin
5 5

  
6
version=2.0
7
bversion=2_0
6
version=1.9a
7
bversion=1_9a
8 8
APPNAME=gvSIG
9 9
OUTPUT_DIR=/tmp/versiones/v${bversion}/${build.number}
10 10

  
trunk/install/instalador-gvSIG-lin/install.xml
1 1
<installation version="1.0">
2 2
	<info>
3
		<appname>gvSIG_2.0</appname>
4
		<appversion>2.0</appversion>
3
		<appname>gvSIG_1.9_alpha</appname>
4
		<appversion>1.9</appversion>
5 5
		<authors>
6 6
			<author name="Generalitat Valenciana. Conselleria d'Infraestructures i Transport" email="" />
7 7
			<author name="Iver Tecnologías de la Información S.A." email="" />

Also available in: Unified diff