Ignore:
Timestamp:
2026-08-12T10:18:20+02:00 (11 hours ago)
Author:
stoecker
Message:

require svgsalamander

Location:
applications/editors/josm/plugins/importvec
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/importvec

    • Property svn:ignore
      •  

        old new  
        44findbugs-josm-importvec.xml
        55javadoc
         6dependency-reduced-pom.xml
         7target
         8lib
  • applications/editors/josm/plugins/importvec/build.xml

    r36483 r36504  
    1414    <!-- ** include targets that all plugins have in common ** -->
    1515    <import file="../build-common.xml"/>
     16    <target name="pre-compile" depends="fetch_dependencies">
     17    </target>
    1618</project>
  • applications/editors/josm/plugins/importvec/pom.xml

    r36483 r36504  
    3838        </plugins>
    3939    </build>
     40    <dependencies>
     41        <dependency>
     42            <groupId>com.formdev</groupId>
     43            <artifactId>svgSalamander</artifactId>
     44            <version>1.1.4</version>
     45        </dependency>
     46    </dependencies>
    4047</project>
Note: See TracChangeset for help on using the changeset viewer.