Revision 42148 trunk/org.gvsig.desktop/org.gvsig.desktop.framework/org.gvsig.andami/pom.xml

View differences:

pom.xml
13 13
    </parent>
14 14

  
15 15
  <dependencies>
16
  
16

  
17 17
	<!-- This dependency is a patch to resolve a problem with jcrs -->
18 18
	<!-- This can be removed in the near future -->
19 19
<!--     <dependency> -->
......
21 21
<!--       <artifactId>org.gvsig.projection.api</artifactId> -->
22 22
<!--       <scope>compile</scope> -->
23 23
<!--     </dependency> -->
24
    
25
    
26 24

  
25

  
26

  
27 27
    <dependency>
28 28
      <groupId>org.slf4j</groupId>
29 29
      <artifactId>slf4j-api</artifactId>
......
33 33
        <groupId>commons-configuration</groupId>
34 34
        <artifactId>commons-configuration</artifactId>
35 35
      <scope>compile</scope>
36
    </dependency>    
36
    </dependency>
37 37
    <dependency>
38 38
      <groupId>commons-io</groupId>
39 39
      <artifactId>commons-io</artifactId>
......
214 214
      <artifactId>swing-layout</artifactId>
215 215
      <version>1.0.3</version>
216 216
    </dependency>
217
    <dependency>
218
      <groupId>xml-apis</groupId>
219
      <artifactId>xml-apis</artifactId>
220
      <scope>runtime</scope>
221
    </dependency>
222

  
217 223
  </dependencies>
218 224

  
219 225

  
......
234 240
                  <executable>java</executable>
235 241
                  <arguments>
236 242
                      <argument>-classpath</argument>
237
                      <!-- automatically creates the classpath using all project 
243
                      <!-- automatically creates the classpath using all project
238 244
                          dependencies, also adding the project build directory -->
239 245
                      <classpath />
240 246
                      <argument>org.gvsig.andami.Launcher</argument>
......
286 292
              <configuration>
287 293
                <source><![CDATA[
288 294
                  ant = new AntBuilder()
289
                  source = project.basedir.getAbsolutePath() + 
290
                    "/target/" + 
295
                  source = project.basedir.getAbsolutePath() +
296
                    "/target/" +
291 297
                    project.artifactId + "-" +
292 298
                    project.version + "-" +
293 299
                    "root-folder.zip"

Also available in: Unified diff