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

require svgsalamander

Location:
applications/editors/josm/plugins/importvec
Files:
2 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/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.