Revision 42562

View differences:

trunk/org.gvsig.desktop/org.gvsig.desktop.framework/org.gvsig.andami/pom.xml
234 234
      <artifactId>autocomplete</artifactId>
235 235
      <scope>runtime</scope>
236 236
    </dependency>
237
    
238
      <dependency>
239
          <groupId>org.apache.xmlgraphics</groupId>
240
          <artifactId>batik-awt-util</artifactId>
241
          <scope>runtime</scope>
242
      </dependency>
243
      <dependency>
244
          <groupId>org.apache.xmlgraphics</groupId>
245
          <artifactId>batik-bridge</artifactId>
246
          <scope>runtime</scope>
247
      </dependency>
248
      <dependency>
249
          <groupId>org.apache.xmlgraphics</groupId>
250
          <artifactId>batik-ext</artifactId>
251
          <scope>runtime</scope>
252
      </dependency>
253
      <dependency>
254
          <groupId>org.apache.xmlgraphics</groupId>
255
          <artifactId>batik-gui-util</artifactId>
256
          <scope>runtime</scope>
257
      </dependency>
258
      <dependency>
259
          <groupId>org.apache.xmlgraphics</groupId>
260
          <artifactId>batik-gvt</artifactId>
261
          <scope>runtime</scope>
262
      </dependency>
263
      <dependency>
264
          <groupId>org.apache.xmlgraphics</groupId>
265
          <artifactId>batik-script</artifactId>
266
          <scope>runtime</scope>
267
      </dependency>
268
      <dependency>
269
          <groupId>org.apache.xmlgraphics</groupId>
270
          <artifactId>batik-xml</artifactId>
271
          <scope>runtime</scope>
272
      </dependency>
273
      <dependency>
274
          <groupId>org.apache.xmlgraphics</groupId>
275
          <artifactId>batik-anim</artifactId>
276
          <scope>runtime</scope>
277
      </dependency>
278
      <dependency>
279
          <groupId>org.apache.xmlgraphics</groupId>
280
          <artifactId>batik-css</artifactId>
281
          <scope>runtime</scope>
282
      </dependency>
283
      <dependency>
284
          <groupId>org.apache.xmlgraphics</groupId>
285
          <artifactId>batik-dom</artifactId>
286
          <scope>runtime</scope>
287
      </dependency>
288
      <dependency>
289
          <groupId>org.apache.xmlgraphics</groupId>
290
          <artifactId>batik-js</artifactId>
291
          <scope>runtime</scope>
292
      </dependency>
293
      <dependency>
294
          <groupId>org.apache.xmlgraphics</groupId>
295
          <artifactId>batik-parser</artifactId>
296
          <scope>runtime</scope>
297
      </dependency>
298
      <dependency>
299
          <groupId>org.apache.xmlgraphics</groupId>
300
          <artifactId>batik-svg-dom</artifactId>
301
          <scope>runtime</scope>
302
      </dependency>
303
      <dependency>
304
          <groupId>xml-apis</groupId>
305
          <artifactId>xml-apis-ext</artifactId>
306
          <scope>runtime</scope>
307
      </dependency>
308
      
309
          
237 310
  </dependencies>
238 311

  
239 312

  
trunk/org.gvsig.desktop/org.gvsig.desktop.plugin/org.gvsig.app/org.gvsig.app.mainplugin/src/main/assembly/gvsig-plugin-package.xml
63 63
        <include>net.sf:jsi</include>
64 64
        <include>gnu.trove:trove</include>
65 65

  
66
        <include>org.apache.xmlgraphics:batik-anim</include>
67
        <include>org.apache.xmlgraphics:batik-css</include>
68
        <include>org.apache.xmlgraphics:batik-dom</include>
69
        <include>org.apache.xmlgraphics:batik-js</include>
70
        <include>org.apache.xmlgraphics:batik-parser</include>
71
        <include>org.apache.xmlgraphics:batik-svg-dom</include>
72
        <include>org.apache.xmlgraphics:batik-awt-util</include>
73
        <include>org.apache.xmlgraphics:batik-bridge</include>
74
        <include>org.apache.xmlgraphics:batik-gvt</include>
75
        <include>org.apache.xmlgraphics:batik-script</include>
76
        <include>org.apache.xmlgraphics:batik-ext</include>
77

  
78
        <include>xml-apis:xml-apis-ext</include>
79
        
80 66
        <include>org.gvsig:org.gvsig.fmap.control</include>
81 67
        <include>org.gvsig:org.gvsig.fmap.dal.api</include>
82 68
        <include>org.gvsig:org.gvsig.fmap.dal.db.lib</include>
......
84 70
        <include>org.gvsig:org.gvsig.fmap.dal.file.lib</include>
85 71
        <include>org.gvsig:org.gvsig.fmap.dal.impl</include>
86 72
        <include>org.gvsig:org.gvsig.fmap.dal.spi</include>
87
       <include>org.gvsig:org.gvsig.fmap.dal.swing.api</include>
88
       <include>org.gvsig:org.gvsig.fmap.dal.swing.impl</include>
73
        <include>org.gvsig:org.gvsig.fmap.dal.swing.api</include>
74
        <include>org.gvsig:org.gvsig.fmap.dal.swing.impl</include>
89 75
        <include>org.gvsig:org.gvsig.fmap.mapcontext.api</include>
90 76
        <include>org.gvsig:org.gvsig.fmap.mapcontext.impl</include>
91 77
        <include>org.gvsig:org.gvsig.fmap.mapcontext.operation</include>
trunk/org.gvsig.desktop/org.gvsig.desktop.plugin/org.gvsig.app/org.gvsig.app.mainplugin/pom.xml
204 204
          <artifactId>org.gvsig.fmap.dal.file.lib</artifactId>
205 205
          <scope>compile</scope>
206 206
      </dependency>
207
<!--       <dependency> -->
208
<!--           <groupId>org.gvsig</groupId> -->
209
<!--           <artifactId>org.gvsig.fmap.dal.file.shp</artifactId> -->
210
<!--           <scope>compile</scope> -->
211
<!--       </dependency> -->
212 207
      <dependency>
213 208
          <groupId>org.gvsig</groupId>
214 209
          <artifactId>org.gvsig.symbology.lib.impl</artifactId>
......
224 219
          <artifactId>org.gvsig.fmap.dal.spi</artifactId>
225 220
          <scope>compile</scope>
226 221
      </dependency>
227
<!--       <dependency> -->
228
<!--           <groupId>org.gvsig</groupId> -->
229
<!--           <artifactId>org.gvsig.fmap.dal.file.dbf</artifactId> -->
230
<!--           <scope>compile</scope> -->
231
<!--       </dependency> -->
232 222

  
233 223
      <!-- Dependencias de runtime -->
234 224
      <!-- Ordered by artifactId -->
......
261 251
      <!--
262 252
      <dependency>
263 253
          <groupId>org.gvsig</groupId>
264
          <artifactId>org.gvsig.fmap.geometry.generalpath</artifactId>
265
          <scope>runtime</scope>
266
      </dependency>
267
      <dependency>
268
          <groupId>org.gvsig</groupId>
269
          <artifactId>org.gvsig.fmap.geometry.operation</artifactId>
270
          <scope>runtime</scope>
271
      </dependency>
272
      -->
273
      <dependency>
274
          <groupId>org.gvsig</groupId>
275 254
          <artifactId>org.gvsig.fmap.geometry.jts</artifactId>
276 255
          <scope>runtime</scope>
277 256
      </dependency>
......
280 259
          <artifactId>org.gvsig.fmap.geometry.operation.jts</artifactId>
281 260
          <scope>runtime</scope>
282 261
      </dependency>
262
      -->
283 263
      <dependency>
284 264
          <groupId>org.gvsig</groupId>
285 265
          <artifactId>org.gvsig.fmap.mapcontext.impl</artifactId>
......
365 345
        <artifactId>sqljep</artifactId>
366 346
        <scope>runtime</scope>
367 347
      </dependency>
348
      
349
      
350

  
368 351
      <dependency>
369
          <groupId>org.apache.xmlgraphics</groupId>
370
          <artifactId>batik-awt-util</artifactId>
371
          <scope>runtime</scope>
372
      </dependency>
373
      <dependency>
374
          <groupId>org.apache.xmlgraphics</groupId>
375
          <artifactId>batik-bridge</artifactId>
376
          <scope>runtime</scope>
377
      </dependency>
378
      <dependency>
379
          <groupId>org.apache.xmlgraphics</groupId>
380
          <artifactId>batik-ext</artifactId>
381
          <scope>runtime</scope>
382
      </dependency>
383
      <dependency>
384
          <groupId>org.apache.xmlgraphics</groupId>
385
          <artifactId>batik-gui-util</artifactId>
386
          <scope>runtime</scope>
387
      </dependency>
388
      <dependency>
389
          <groupId>org.apache.xmlgraphics</groupId>
390
          <artifactId>batik-gvt</artifactId>
391
          <scope>runtime</scope>
392
      </dependency>
393
      <dependency>
394
          <groupId>org.apache.xmlgraphics</groupId>
395
          <artifactId>batik-script</artifactId>
396
          <scope>runtime</scope>
397
      </dependency>
398
      <dependency>
399
          <groupId>org.apache.xmlgraphics</groupId>
400
          <artifactId>batik-xml</artifactId>
401
          <scope>runtime</scope>
402
      </dependency>
403
      <dependency>
404
          <groupId>org.apache.xmlgraphics</groupId>
405
          <artifactId>batik-anim</artifactId>
406
          <scope>runtime</scope>
407
      </dependency>
408
      <dependency>
409
          <groupId>org.apache.xmlgraphics</groupId>
410
          <artifactId>batik-css</artifactId>
411
          <scope>runtime</scope>
412
      </dependency>
413
      <dependency>
414
          <groupId>org.apache.xmlgraphics</groupId>
415
          <artifactId>batik-dom</artifactId>
416
          <scope>runtime</scope>
417
      </dependency>
418
      <dependency>
419
          <groupId>org.apache.xmlgraphics</groupId>
420
          <artifactId>batik-js</artifactId>
421
          <scope>runtime</scope>
422
      </dependency>
423
      <dependency>
424
          <groupId>org.apache.xmlgraphics</groupId>
425
          <artifactId>batik-parser</artifactId>
426
          <scope>runtime</scope>
427
      </dependency>
428
      <dependency>
429
          <groupId>org.apache.xmlgraphics</groupId>
430
          <artifactId>batik-svg-dom</artifactId>
431
          <scope>runtime</scope>
432
      </dependency>
433
      <dependency>
434
          <groupId>xml-apis</groupId>
435
          <artifactId>xml-apis-ext</artifactId>
436
          <scope>runtime</scope>
437
      </dependency>
438
      <dependency>
439 352
          <groupId>com.h2database</groupId>
440 353
          <artifactId>h2</artifactId>
441 354
          <scope>runtime</scope>

Also available in: Unified diff