Revision 39341

View differences:

tags/v2_0_0_Build_2060/applications/appgvSIG/pom.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2

  
3
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
5
                      http://maven.apache.org/xsd/maven-4.0.0.xsd">
6

  
7
    <modelVersion>4.0.0</modelVersion>
8
    <artifactId>org.gvsig.app</artifactId>
9
    <packaging>jar</packaging>
10
    <version>2.0-SNAPSHOT</version>
11
    <name>Application gvSIG</name>
12
    <description>gvSIG basic extensions</description>
13
    <parent>
14
        <groupId>org.gvsig</groupId>
15
        <artifactId>gvsig-base-extension-pom</artifactId>
16
        <version>2.0-SNAPSHOT</version>
17
    </parent>
18
    <dependencies>
19
        <dependency>
20
            <groupId>org.slf4j</groupId>
21
            <artifactId>slf4j-api</artifactId>
22
            <scope>compile</scope>
23
        </dependency>
24
        <dependency>
25
            <groupId>org.gvsig</groupId>
26
            <artifactId>org.gvsig.andami</artifactId>
27
            <scope>compile</scope>
28
        </dependency>
29
        <dependency>
30
            <groupId>org.gvsig</groupId>
31
            <artifactId>org.gvsig.i18n</artifactId>
32
            <scope>compile</scope>
33
        </dependency>
34
        <dependency>
35
            <groupId>org.gvsig</groupId>
36
            <artifactId>org.gvsig.utils</artifactId>
37
            <scope>compile</scope>
38
        </dependency>
39
        <dependency>
40
            <groupId>org.gvsig</groupId>
41
            <artifactId>org.gvsig.coreplugin</artifactId>
42
            <version>2.0-SNAPSHOT</version>
43
            <scope>compile</scope>
44
        </dependency>
45
        <dependency>
46
            <groupId>org.gvsig</groupId>
47
            <artifactId>org.gvsig.ui</artifactId>
48
            <scope>compile</scope>
49
        </dependency>
50
        <dependency>
51
            <groupId>org.gvsig</groupId>
52
            <artifactId>org.gvsig.fmap.control</artifactId>
53
            <scope>compile</scope>
54
        </dependency>
55
        <dependency>
56
            <groupId>org.gvsig</groupId>
57
            <artifactId>org.gvsig.fmap.mapcontext</artifactId>
58
            <scope>compile</scope>
59
        </dependency>
60
        <dependency>
61
            <groupId>org.gvsig</groupId>
62
            <artifactId>org.gvsig.fmap.mapcontext</artifactId>
63
            <classifier>impl</classifier>
64
        </dependency>
65
        <dependency>
66
            <groupId>org.gvsig</groupId>
67
            <artifactId>org.gvsig.fmap.mapcontext</artifactId>
68
            <classifier>operation</classifier>
69
            <scope>compile</scope>
70
        </dependency>
71
        <dependency>
72
            <groupId>org.gvsig</groupId>
73
            <artifactId>org.gvsig.fmap.dal</artifactId>
74
            <scope>compile</scope>
75
        </dependency>
76
        <dependency>
77
            <groupId>org.gvsig</groupId>
78
            <artifactId>org.gvsig.fmap.dal</artifactId>
79
            <classifier>spi</classifier>
80
            <scope>compile</scope>
81
        </dependency>
82
        <dependency>
83
            <groupId>org.gvsig</groupId>
84
            <artifactId>org.gvsig.fmap.dal</artifactId>
85
            <classifier>impl</classifier>
86
            <scope>compile</scope>
87
        </dependency>
88
        <dependency>
89
            <groupId>org.gvsig</groupId>
90
            <artifactId>org.gvsig.fmap.dal.index.spatial</artifactId>
91
            <classifier>gt2</classifier>
92
        </dependency>
93
        <dependency>
94
            <groupId>org.gvsig</groupId>
95
            <artifactId>org.gvsig.fmap.dal.index.spatial</artifactId>
96
            <classifier>jts</classifier>
97
        </dependency>
98
        <dependency>
99
            <groupId>org.gvsig</groupId>
100
            <artifactId>org.gvsig.fmap.dal.index.spatial</artifactId>
101
            <classifier>jsi</classifier>
102
        </dependency>
103
        <dependency>
104
            <groupId>org.gvsig</groupId>
105
            <artifactId>org.gvsig.fmap.dal.file</artifactId>
106
            <scope>compile</scope>
107
        </dependency>
108
        <dependency>
109
            <groupId>org.gvsig</groupId>
110
            <artifactId>org.gvsig.fmap.dal.file</artifactId>
111
            <classifier>store.dbf</classifier>
112
            <scope>compile</scope>
113
        </dependency>
114
        <dependency>
115
            <groupId>org.gvsig</groupId>
116
            <artifactId>org.gvsig.fmap.dal.file</artifactId>
117
            <classifier>store.dxf</classifier>
118
            <scope>compile</scope>
119
        </dependency>
120
        <dependency>
121
            <groupId>org.gvsig</groupId>
122
            <artifactId>org.gvsig.fmap.dal.file</artifactId>
123
            <classifier>store.dxf.legend</classifier>
124
        </dependency>
125
        <dependency>
126
            <groupId>org.gvsig</groupId>
127
            <artifactId>org.gvsig.fmap.dal.file</artifactId>
128
            <classifier>store.dgn</classifier>
129
            <scope>compile</scope>
130
        </dependency>
131
        <dependency>
132
            <groupId>org.gvsig</groupId>
133
            <artifactId>org.gvsig.fmap.dal.file</artifactId>
134
            <classifier>store.dgn.legend</classifier>
135
        </dependency>
136
        <dependency>
137
            <groupId>org.gvsig</groupId>
138
            <artifactId>org.gvsig.fmap.dal.file</artifactId>
139
            <classifier>store.shp</classifier>
140
            <scope>compile</scope>
141
        </dependency>
142
        <dependency>
143
            <groupId>org.gvsig</groupId>
144
            <artifactId>org.gvsig.symbology.lib.api</artifactId>
145
            <scope>compile</scope>
146
        </dependency>
147
        <dependency>
148
            <groupId>org.gvsig</groupId>
149
            <artifactId>org.gvsig.symbology.lib.impl</artifactId>
150
            <scope>compile</scope>
151
        </dependency>
152
        <dependency>
153
            <groupId>org.gvsig</groupId>
154
            <artifactId>org.gvsig.symbology.swing.api</artifactId>
155
            <scope>compile</scope>
156
        </dependency>
157
        <dependency>
158
            <groupId>org.gvsig</groupId>
159
            <artifactId>org.gvsig.symbology.swing.impl</artifactId>
160
            <scope>compile</scope>
161
        </dependency>
162
        <dependency>
163
            <groupId>org.gvsig</groupId>
164
            <artifactId>org.gvsig.fmap.geometry</artifactId>
165
            <scope>compile</scope>
166
        </dependency>
167
        <dependency>
168
            <groupId>org.gvsig</groupId>
169
            <artifactId>org.gvsig.fmap.geometry</artifactId>
170
            <classifier>impl</classifier>
171
        </dependency>
172
        <dependency>
173
            <groupId>org.gvsig</groupId>
174
            <artifactId>org.gvsig.fmap.geometry</artifactId>
175
            <classifier>operation</classifier>
176
            <scope>compile</scope>
177
        </dependency>
178
        <dependency>
179
            <groupId>org.gvsig</groupId>
180
            <artifactId>org.gvsig.tools.lib</artifactId>
181
            <scope>compile</scope>
182
        </dependency>
183
        <dependency>
184
            <groupId>org.gvsig</groupId>
185
            <artifactId>org.gvsig.tools.lib</artifactId>
186
            <type>test-jar</type>
187
            <scope>test</scope>
188
        </dependency>
189
        <dependency>
190
            <groupId>org.gvsig</groupId>
191
            <artifactId>org.gvsig.tools.swing.api</artifactId>
192
            <scope>compile</scope>
193
        </dependency>
194
        <dependency>
195
            <groupId>org.gvsig</groupId>
196
            <artifactId>org.gvsig.tools.swing.spi</artifactId>
197
            <scope>compile</scope>
198
        </dependency>
199
        <dependency>
200
            <groupId>org.gvsig</groupId>
201
            <artifactId>org.gvsig.tools.swing.serv.field</artifactId>
202
            <scope>compile</scope>
203
        </dependency>
204
        <dependency>
205
            <groupId>org.gvsig</groupId>
206
            <artifactId>org.gvsig.tools.evaluator.sqljep</artifactId>
207
            <scope>compile</scope>
208
        </dependency>
209
        <dependency>
210
            <groupId>org.gvsig</groupId>
211
            <artifactId>org.gvsig.metadata.lib.basic.api</artifactId>
212
            <scope>compile</scope>
213
        </dependency>
214
        <dependency>
215
            <groupId>org.gvsig</groupId>
216
            <artifactId>org.gvsig.metadata.lib.basic.impl</artifactId>
217
        </dependency>
218
        <dependency>
219
            <groupId>org.gvsig</groupId>
220
            <artifactId>org.gvsig.metadata.swing.basic.api</artifactId>
221
            <scope>compile</scope>
222
        </dependency>
223
        <dependency>
224
            <groupId>org.gvsig</groupId>
225
            <artifactId>org.gvsig.metadata.swing.basic.impl</artifactId>
226
        </dependency>
227
        <dependency>
228
            <groupId>org.gvsig</groupId>
229
            <artifactId>org.gvsig.projection</artifactId>
230
            <scope>compile</scope>
231
        </dependency>
232
        <dependency>
233
            <groupId>org.gvsig</groupId>
234
            <artifactId>org.gvsig.projection</artifactId>
235
            <classifier>cresques-impl</classifier>
236
        </dependency>
237
        <dependency>
238
            <groupId>org.gvsig</groupId>
239
            <artifactId>org.gvsig.projection</artifactId>
240
            <classifier>cresques-ui</classifier>
241
            <scope>compile</scope>
242
        </dependency>
243
        <dependency>
244
            <groupId>org.gvsig</groupId>
245
            <artifactId>org.gvsig.compat</artifactId>
246
            <scope>compile</scope>
247
        </dependency>
248
        <dependency>
249
            <groupId>org.gvsig</groupId>
250
            <artifactId>org.gvsig.compat</artifactId>
251
            <classifier>se</classifier>
252
        </dependency>
253
        <dependency>
254
            <groupId>org.gvsig</groupId>
255
            <artifactId>org.gvsig.about.api</artifactId>
256
            <scope>compile</scope>
257
        </dependency>
258
        <dependency>
259
            <groupId>org.gvsig</groupId>
260
            <artifactId>org.gvsig.about.impl</artifactId>
261
        </dependency>
262
        <dependency>
263
            <groupId>org.gvsig</groupId>
264
            <artifactId>org.gvsig.timesupport.lib.api</artifactId>
265
            <scope>compile</scope>
266
        </dependency>
267
         <dependency>
268
            <groupId>org.gvsig</groupId>
269
            <artifactId>org.gvsig.timesupport.lib.impl</artifactId>
270
            <scope>runtime</scope>
271
        </dependency>
272
        <dependency>
273
            <groupId>org.opengis</groupId>
274
            <artifactId>geoapi</artifactId>
275
        </dependency>
276
        <dependency>
277
            <groupId>com.sun</groupId>
278
            <artifactId>jimi</artifactId>
279
            <scope>compile</scope>
280
        </dependency>
281
        <dependency>
282
            <groupId>org.jpedal</groupId>
283
            <artifactId>jpedal_lgpl</artifactId>
284
            <scope>compile</scope>
285
        </dependency>
286
        <dependency>
287
            <groupId>com.vividsolutions</groupId>
288
            <artifactId>jts</artifactId>
289
            <scope>compile</scope>
290
        </dependency>
291
        <dependency>
292
            <groupId>zql</groupId>
293
            <artifactId>zql</artifactId>
294
            <scope>compile</scope>
295
        </dependency>
296
        <dependency>
297
            <groupId>xml-apis</groupId>
298
            <artifactId>xml-apis-ext</artifactId>
299
            <scope>compile</scope>
300
        </dependency>
301
        <dependency>
302
            <groupId>org.geotools</groupId>
303
            <artifactId>gt2-main</artifactId>
304
        </dependency>
305
        <dependency>
306
            <groupId>hsqldb</groupId>
307
            <artifactId>hsqldb</artifactId>
308
        </dependency>
309
        <dependency>
310
            <groupId>java3d</groupId>
311
            <artifactId>vecmath</artifactId>
312
            <scope>compile</scope>
313
        </dependency>
314
        <dependency>
315
            <groupId>javax.media</groupId>
316
            <artifactId>jai_core</artifactId>
317
        </dependency>
318
        <dependency>
319
            <groupId>javax.media</groupId>
320
            <artifactId>jai_codec</artifactId>
321
        </dependency>
322
        <!-- org.gvsig.projection dependencies to copy to the extension -->
323
         <dependency>
324
            <groupId>joda-time</groupId>
325
            <artifactId>joda-time</artifactId>              
326
        </dependency>
327
        <dependency>
328
            <groupId>geojava</groupId>
329
            <artifactId>geojava</artifactId>
330
        </dependency>
331
        <dependency>
332
            <groupId>org.gvsig</groupId>
333
            <artifactId>org.gvsig.remoteclient</artifactId>
334
            <scope>compile</scope>
335
        </dependency>
336
        <dependency>
337
            <groupId>org.gvsig</groupId>
338
            <artifactId>org.gvsig.installer.lib.api</artifactId>
339
            <scope>compile</scope>
340
        </dependency>
341
        <dependency>
342
            <groupId>javax.help</groupId>
343
            <artifactId>javahelp</artifactId>
344
            <scope>compile</scope>
345
        </dependency>
346
        <dependency>
347
            <groupId>jwizardcomponent</groupId>
348
            <artifactId>jwizardcomponent</artifactId>
349
            <scope>compile</scope>
350
        </dependency>
351
        <dependency>
352
            <groupId>castor</groupId>
353
            <artifactId>castor</artifactId>
354
            <scope>compile</scope>
355
        </dependency>
356
        <dependency>
357
            <groupId>jfree</groupId>
358
            <artifactId>jcommon</artifactId>
359
            <scope>compile</scope>
360
        </dependency>
361
        <dependency>
362
            <groupId>net.sf</groupId>
363
            <artifactId>flib-jcalendar</artifactId>
364
            <scope>compile</scope>
365
        </dependency>
366
        
367
    </dependencies>
368
    <properties>
369
        <build-dir>${basedir}/../build</build-dir>
370
        <eclipse.project.name>appgvSIG</eclipse.project.name>
371
        <package.info.state>RC1</package.info.state>
372
        <!--
373
        <package.info.gvSIGVersion>${project.version}</package.info.gvSIGVersion>
374
        -->
375

  
376
        
377
        <!-- alpha-devel -->
378

  
379
        <!-- Just in case, those are some available package info property values -->
380
        <!-- <package.info.state>alpha3</package.info.state> <package.info.official>true</package.info.official> 
381
            <package.info.operatingSystem>all</package.info.operatingSystem> <package.info.architecture>all</package.info.architecture> 
382
            <package.info.javaVM>j1_5</package.info.javaVM> <package.info.gvSIGVersion>2.0.0</package.info.gvSIGVersion> 
383
            <package.info.baseDownloadURL> http://gvsig-desktop.forge.osor.eu/gvSIG-desktop/pool/${project.artifactId} 
384
            </package.info.baseDownloadURL> -->
385
    </properties>
386
    <build>
387
        <sourceDirectory>src</sourceDirectory>
388
        <testSourceDirectory>src-test</testSourceDirectory>
389
        <resources>
390
            <resource>
391
                <directory>resources</directory>
392
                <filtering>true</filtering>
393
                <includes>
394
                    <include>**/andami-theme.xml</include>
395
                </includes>
396
            </resource>
397
            <resource>
398
                <directory>resources</directory>
399
                <filtering>false</filtering>
400
                <excludes>
401
                    <exclude>**/andami-theme.xml</exclude>
402
                </excludes>
403
            </resource>
404
        </resources>
405
        <!-- TODO: MAKE TESTS WORK AND REMOVE THIS OPTION -->
406
        <plugins>
407
            <plugin>
408
                <groupId>org.apache.maven.plugins</groupId>
409
                <artifactId>maven-surefire-plugin</artifactId>
410
                <configuration>
411
                    <skipTests>true</skipTests>
412
                </configuration>
413
            </plugin>
414
        </plugins>
415
    </build>
416
</project>
tags/v2_0_0_Build_2060/applications/appgvSIG/resources/plugin-persistence.def
1
<?xml version="1.0"?>
2
<!--
3
Definitions of plugin persistence org.gvsig.editing.  
4
 -->
5
<definitions>
6
  <version>1.0.0</version>
7
  <classes>
8
    <class name="org.gvsig.app">
9
      <description>Persistence for the gvSIG plugin</description>
10
      <fields>
11
        <field name="defaultSymbolLibraryPath" type="String" classOfValue="" mandatory="false">
12
          <description>Default symbol library path</description>
13
        </field>
14
        <field name="defaultSymbolFillColorAleatory" type="Boolean" classOfValue="" mandatory="false">
15
          <description></description>
16
        </field>
17
        <field name="defaultSymbolFillColor" type="OBJECT" classOfValue="java.awt.Color" mandatory="false">
18
          <description></description>
19
        </field>
20
        <field name="defaultSymbolColor" type="OBJECT" classOfValue="java.awt.Color" mandatory="false">
21
          <description></description>
22
        </field>
23
        <field name="defaultSymbolFont" type="OBJECT" classOfValue="java.awt.Font" mandatory="false">
24
          <description></description>
25
        </field>
26
        <field name="symbolLibraryPath" type="String" classOfValue="" mandatory="false">
27
          <description></description>
28
        </field>
29
      </fields>
30
    </class>
31
  </classes>
32
</definitions>  
tags/v2_0_0_Build_2060/applications/appgvSIG/resources/META-INF/services/org.gvsig.tools.library.Library
1
org.gvsig.app.ApplicationLibrary
2
org.gvsig.app.imp.AppgvSIGDefaultImplLibrary
tags/v2_0_0_Build_2060/applications/appgvSIG/resources/theme/andami-theme.xml
1
<AndamiProperties>
2
	<ApplicationImages>
3
		<SplashImages>
4
			<Splash
5
				path="splash.png"
6
				timer="10000"
7
				x="225" y="50"
8
				fontsize="16" color="80,170,240"
9
				version="${package.info.gvSIGVersion}.${buildNumber} ${package.info.state}"/>
10
		</SplashImages>		
11
		<!-- 
12
		<BackgroundImage path="gvsig-icon16x16.png"/>
13
		 -->
14
		<WallpaperType value="CENTERED"/>
15
		<Icon path="gvsig-icon16x16.png"/>
16
	</ApplicationImages>
17
	<ApplicationName value="gvSIG ${package.info.gvSIGVersion}.${buildNumber} ${package.info.state}"/>
18
</AndamiProperties>
tags/v2_0_0_Build_2060/applications/appgvSIG/dist_resources/gvSIG.bat
1
@echo off
2
rem set gvSIG_JRE_HOME=
3
rem set this_path=
4
set error=N
5
IF DEFINED gvSIG_JRE_HOME goto check_this_path
6
ECHO No se ha establecido la variable 'gvSIG_JRE_HOME'
7
ECHO . 
8
set error=S
9
:check_this_path
10
IF DEFINED this_path goto check_errors
11
ECHO No se ha establecido la variable 'this_path'
12
set error=S
13
:check_errors
14
IF "%error%" == "N" goto run
15
Echo . 
16
ECHO Para que funcione este arranque de gvSIG debe editar este fichero
17
ECHO y modificar las siguentes lineas:
18
ECHO . 
19
ECHO rem set gvSIG_JRE_HOME=
20
ECHO rem set this_path=
21
ECHO . 
22
ECHO Dejandolas asi:
23
ECHO . 
24
ECHO set gvSIG_JRE_HOME={ruta a la jre preparada para gvsig}
25
ECHO set this_path={ruta en la que se encuentra este archivo}
26
ECHO .  
27
ECHO Ejecucion cancelada
28
pause
29
goto end
30

  
31
:run
32
cd "%this_path%"
33
"%gvSIG_JRE_HOME%\bin\java.exe" -cp ##Andami_classpath## -Xmx500M com.iver.andami.Launcher gvSIG gvSIG/extensiones %1
34

  
35
:end
0 36

  
tags/v2_0_0_Build_2060/applications/appgvSIG/dist_resources/gvSIG.sh
1
#!/bin/sh
2
# gvSIG.sh
3

  
4
GVSIG_SH_FILE=`readlink -f $0`
5
GVSIG_BIN=`dirname $GVSIG_SH_FILE`
6
#GVSIG_JRE_HOME=$HOME/gvSIG/jre/1.5.0_12
7
GVSIG_JRE_HOME=$HOME/gvSIG/jre/1.5.0_12
8
# Comporbar la JRE
9
if [ ! -f "$GVSIG_JRE_HOME/bin/java" ] 
10
then 
11
{
12
	echo No se ha encontrado el ejecutalble de la JRE en $GVSIG_JRE_HOME/bin/java
13
	echo 
14
	echo "Edite este fichero ($0) y modifique la variable GVSIG_JRE_HOME"
15
	echo para que tenga una ruta al JAVA_HOME preparado para gvSIG
16
	exit 1
17
}
18
fi
19

  
20
export JAVA_HOME="$GVSIG_JRE_HOME"
21
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"$GVSIG_LIBS"
22
cd "$GVSIG_BIN"
23

  
24

  
25
for i in $GVSIG_BIN/lib/*.jar ; do
26
  LIBRARIES=$LIBRARIES:"$i"
27
done
28
for i in $GVSIG_BIN/lib/*.zip ; do
29
  LIBRARIES=$LIBRARIES:"$i"
30
done
31

  
32
"$JAVA_HOME"/bin/java -cp $GVSIG_BIN/bin:$LIBRARIES  -Xmx500M com.iver.andami.Launcher gvSIG gvSIG/extensiones "$@"
0 33

  
tags/v2_0_0_Build_2060/applications/appgvSIG/A.txt
1
 ============================================================================
2
                   The Apache Software License, Version 1.1
3
 ============================================================================
4
 
5
 Copyright (C) 2000 The Apache Software Foundation. All rights reserved.
6
 
7
 Redistribution and use in source and binary forms, with or without modifica-
8
 tion, are permitted provided that the following conditions are met:
9
 
10
 1. Redistributions of  source code must  retain the above copyright  notice,
11
    this list of conditions and the following disclaimer.
12
 
13
 2. Redistributions in binary form must reproduce the above copyright notice,
14
    this list of conditions and the following disclaimer in the documentation
15
    and/or other materials provided with the distribution.
16
 
17
 3. The end-user documentation included with the redistribution, if any, must
18
    include  the following  acknowledgment:  "This product includes  software
19
    developed  by the  Apache Software Foundation  (http://www.apache.org/)."
20
    Alternately, this  acknowledgment may  appear in the software itself,  if
21
    and wherever such third-party acknowledgments normally appear.
22
 
23
 4. The names "Batik" and  "Apache Software Foundation"  must not be  used to
24
    endorse  or promote  products derived  from this  software without  prior
25
    written permission. For written permission, please contact
26
    apache@apache.org.
27
 
28
 5. Products  derived from this software may not  be called "Apache", nor may
29
    "Apache" appear  in their name,  without prior written permission  of the
30
    Apache Software Foundation.
31
 
32
 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
33
 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
34
 FITNESS  FOR A PARTICULAR  PURPOSE ARE  DISCLAIMED.  IN NO  EVENT SHALL  THE
35
 APACHE SOFTWARE  FOUNDATION  OR ITS CONTRIBUTORS  BE LIABLE FOR  ANY DIRECT,
36
 INDIRECT, INCIDENTAL, SPECIAL,  EXEMPLARY, OR CONSEQUENTIAL  DAMAGES (INCLU-
37
 DING, BUT NOT LIMITED TO, PROCUREMENT  OF SUBSTITUTE GOODS OR SERVICES; LOSS
38
 OF USE, DATA, OR  PROFITS; OR BUSINESS  INTERRUPTION)  HOWEVER CAUSED AND ON
39
 ANY  THEORY OF LIABILITY,  WHETHER  IN CONTRACT,  STRICT LIABILITY,  OR TORT
40
 (INCLUDING  NEGLIGENCE OR  OTHERWISE) ARISING IN  ANY WAY OUT OF THE  USE OF
41
 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
42
 
43
 This software  consists of voluntary contributions made  by many individuals
44
 on  behalf  of the Apache Software  Foundation. For more  information on the
45
 Apache Software Foundation, please see <http://www.apache.org/>.
0 46

  
tags/v2_0_0_Build_2060/applications/appgvSIG/distribution/distribution.xml
1
<assembly>
2
	<id>distribution</id>
3
	<formats>
4
		<format>dir</format>
5
	</formats>
6
	<fileSets>
7
	<!-- Extructure for the extension -->
8
		<fileSet>
9
			<directory>config</directory>
10
			<outputDirectory>${extension.install.dir.name}
11
			</outputDirectory>
12
		</fileSet>
13
        <!-- Copy all resources but the theme ones, as they are handled
14
        through resource filtering -->
15
		<fileSet>
16
			<directory>resources</directory>
17
			<outputDirectory>${extension.install.dir.name}
18
			</outputDirectory>
19
            <excludes>
20
                <exclude>**/theme/**</exclude>
21
            </excludes>
22
		</fileSet>
23
        <!-- Copy the theme files from the target folder as they have been
24
        filtered there, to set the gvSIG version for example. -->
25
        <fileSet>
26
            <directory>target/classes/theme</directory>
27
            <outputDirectory>${extension.install.dir.name}/theme
28
            </outputDirectory>
29
        </fileSet>
30
	</fileSets>
31
    <files>
32
        <file>
33
            <source>package.info</source>
34
            <outputDirectory>${extension.install.dir.name}
35
            </outputDirectory>
36
        </file>
37
        <file>
38
            <source>package.info</source>
39
            <outputDirectory>${extension.install.dir.name}/../../..
40
            </outputDirectory>
41
        </file>
42
    </files>
43
	<!--
44
		***********************************************************************
45
	-->
46
  <!-- *													   *-->
47
	<!--
48
		***********************************************************************
49
	-->
50
	<dependencySets>
51
		<dependencySet>
52
			<outputDirectory>${extension.install.dir.name}/${library-dir}
53
			</outputDirectory>
54
			<includes>
55

  
56
				<!-- org.gvsig.i18n -->
57
				<include>org.gvsig:org.gvsig.i18n</include>
58
				
59
				<!-- org.gvsig.metadata -->
60
				<include>org.gvsig:org.gvsig.metadata.lib.basic.api</include>
61
				<include>org.gvsig:org.gvsig.metadata.lib.basic.impl</include>
62
				<include>org.gvsig:org.gvsig.metadata.swing.basic.api</include>
63
				<include>org.gvsig:org.gvsig.metadata.swing.basic.impl</include>
64
				
65
				<!--  org.gvsig.timesupport -->
66
				<include>org.gvsig:org.gvsig.timesupport.lib.api</include>
67
                <include>org.gvsig:org.gvsig.timesupport.lib.impl</include>
68
                <include>joda-time:joda-time</include>			
69
				
70
				<!-- org.gvsig.compat -->
71
				<include>org.gvsig:org.gvsig.compat</include>
72
				<include>org.gvsig:org.gvsig.compat:jar:se</include>
73

  
74
				<!-- org.gvsig.projection -->
75
				<include>org.gvsig:org.gvsig.projection</include>
76
				<include>org.gvsig:org.gvsig.projection:jar:cresques-impl</include>
77
				<include>org.opengis:geoapi</include>
78
				<include>javax.units:jsr108</include>
79
                <include>org.geotools:gt2-legacy</include>
80
                <include>org.geotools:gt2-main</include>
81
                <include>org.geotools:gt2-referencing</include>
82
				<include>geojava:geojava</include>
83
                <!-- geotools dependencies -->
84
                <include>org.geotools:gt2-api</include>
85
                <include>org.opengis:geoapi-legacy</include>
86
                <include>org.geotools:gt2-referencing</include>
87
                <include>org.geotools:gt2-coverage</include>
88
                <include>org.geotools:gt2-render</include>
89
                <include>java3d:vecmath</include>
90
                
91
				<!-- org.gvsig.fmap.* -->
92
				<include>org.gvsig:org.gvsig.fmap*</include>
93
				<include>org.gvsig:org.gvsig.dxf</include>
94
				<include>org.gvsig:org.gvsig.tools.evaluator.sqljep</include>
95
				<include>net.sf:sqljep</include>	
96
				<include>org.gvsig:org.gvsig.jdk.v1_6</include>							
97

  
98
				<!-- org.gvsig.fmap.dal.index -->
99
				<!-- 
100
				<include>org.gvsig:org.gvsig.fmap.dal.index.spatial:jar:jsi</include>
101
				<include>org.gvsig:org.gvsig.fmap.dal.index.spatial:jar:gt2</include>
102
				<include>org.gvsig:org.gvsig.fmap.dal.index.spatial:jar:jts</include>
103
				<include>org.gvsig:org.gvsig.fmap.dal.index.spatial:jar:spatialindex</include>
104
				 -->
105
				<include>net.sf:jsi</include>
106
				<include>gnu.trove:trove</include>
107
				<include>spatialindex:spatialindex</include>
108

  
109
				<!-- org.gvsig.symbology -->
110
				<!-- 
111
				TODO: remove this entry when the basic symbology 
112
				becomes an extension. 
113
				-->
114
				<include>org.gvsig:org.gvsig.symbology.lib.api</include>
115
				<include>org.gvsig:org.gvsig.symbology.lib.impl</include>
116
				<include>org.gvsig:org.gvsig.symbology.swing.api</include>
117
				<include>org.gvsig:org.gvsig.symbology.swing.impl</include>
118

  
119
				<include>org.apache.xmlgraphics:batik-anim</include>
120
				<include>org.apache.xmlgraphics:batik-awt-util</include>
121
				<include>org.apache.xmlgraphics:batik-bridge</include>
122
				<include>org.apache.xmlgraphics:batik-css</include>
123
				<include>org.apache.xmlgraphics:batik-dom</include>
124
				<include>org.apache.xmlgraphics:batik-gvt</include>
125
				<include>org.apache.xmlgraphics:batik-js</include>
126
				<include>org.apache.xmlgraphics:batik-parser</include>
127
				<include>org.apache.xmlgraphics:batik-script</include>
128
				<include>org.apache.xmlgraphics:batik-svg-dom</include>
129
				 
130
				<include>xml-apis:xml-apis-ext</include>
131
				<include>org.gvsig:batik-ext-gvsig-custom</include>
132
							
133
				<!-- org.gvsig.app -->
134
				<include>org.gvsig:org.gvsig.app</include>
135
				<include>com.sun:jimi</include>
136
				<include>org.jpedal:jpedal_lgpl</include>
137
				<include>zql:zql</include>
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff