Revision 22124

View differences:

branches/Mobile_Compatible_Hito_1/libFMap_mapcontext/.settings/org.eclipse.jdt.core.prefs
1
#Mon Jun 16 16:01:29 CEST 2008
2
eclipse.preferences.version=1
3
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
4
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.2
5
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
6
org.eclipse.jdt.core.compiler.compliance=1.4
7
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
8
org.eclipse.jdt.core.compiler.debug.localVariable=generate
9
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
10
org.eclipse.jdt.core.compiler.problem.assertIdentifier=warning
11
org.eclipse.jdt.core.compiler.problem.enumIdentifier=warning
12
org.eclipse.jdt.core.compiler.source=1.3
branches/Mobile_Compatible_Hito_1/libFMap_mapcontext/build.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!-- ======================================================================
3
     09/01/2008 13:02:25
4

  
5
     libDataStore
6
     Build del libDataStore
7

  
8
     jmvivo and csanchez
9
     ====================================================================== -->
10
<project name="libFMap_MapContext" default="build-desktop">
11
    <description>
12
            Build del libDataStore
13
    </description>
14
	<property name="dir" location="${basedir}" />
15
	<property name="jars" value="${eclipseClasspath}"/>	
16
	<!-- =================================
17
	          target: default
18
     ================================= -->	    
19
	<target name="build-desktop">
20
			<depend srcdir="${dir}/src" destdir="${dir}/bin"></depend>
21
			<javac srcdir="${dir}/src" destdir="${dir}/bin"  classpath="${jars}">
22
			</javac>
23
			<mkdir dir="${dir}/dist"/>
24
	 		<!-- library jar -->
25
	 		<jar destfile="${dir}/dist/org.gvsig.fmap.mapcontext.jar" basedir="${dir}/bin" ></jar>
26
	</target>
27
</project>
branches/Mobile_Compatible_Hito_1/libFMap_mapcontext/.classpath
22 22
	<classpathentry kind="lib" path="lib/batik-transcoder.jar"/>
23 23
	<classpathentry kind="lib" path="lib/batik-util.jar"/>
24 24
	<classpathentry kind="lib" path="lib/batik-xml.jar"/>
25
	<classpathentry kind="lib" path="/resources/external-jars/log4j-1.2.15.jar"/>
26
	<classpathentry kind="lib" path="/resources/gvsig-jars/iver-utiles.jar" sourcepath="/libIverUtiles/src"/>
27
	<classpathentry kind="lib" path="/resources/gvsig-jars/org.gvsig.projection.api.jar"/>
28
	<classpathentry kind="lib" path="/resources/external-jars/geoapi-nogenerics-2.1.0.jar"/>
29
	<classpathentry kind="lib" path="/resources/external-jars/jts-1.8.jar"/>
30
	<classpathentry kind="lib" path="/resources/gvsig-jars/org.gvsig.projection.dummy.jar"/>
31
	<classpathentry kind="lib" path="/resources/gvsig-jars/org.gvsig.exceptions.jar"/>
32
	<classpathentry kind="lib" path="/resources/gvsig-jars/org.gvsig.metadata.jar"/>
33
	<classpathentry kind="lib" path="/resources/gvsig-jars/org.gvsig.fmap.data.jar"/>
34
	<classpathentry kind="lib" path="/resources/gvsig-jars/org.gvsig.fmap.geometries.jar"/>
35
	<classpathentry kind="lib" path="/resources/gvsig-jars/org.gvsig.fmap.geometries.operations.jar"/>
25
	<classpathentry kind="lib" path="lib/geoapi-nogenerics-2.1.0.jar"/>
26
	<classpathentry kind="lib" path="lib/iver-utiles.jar"/>
27
	<classpathentry kind="lib" path="lib/jts-1.8.jar"/>
28
	<classpathentry kind="lib" path="lib/log4j-1.2.15.jar"/>
29
	<classpathentry kind="lib" path="lib/org.gvsig.exceptions.jar"/>
30
	<classpathentry kind="lib" path="lib/org.gvsig.fmap.data.jar"/>
31
	<classpathentry kind="lib" path="lib/org.gvsig.fmap.geometries.jar"/>
32
	<classpathentry kind="lib" path="lib/org.gvsig.fmap.geometries.operations.jar"/>
33
	<classpathentry kind="lib" path="lib/org.gvsig.metadata.jar"/>
34
	<classpathentry kind="lib" path="lib/org.gvsig.projection.api.jar"/>
35
	<classpathentry kind="lib" path="lib/org.gvsig.projection.dummy.jar"/>
36 36
	<classpathentry kind="output" path="bin"/>
37 37
</classpath>

Also available in: Unified diff