Mercurial > dive4elements > river
diff artifacts/pom.xml @ 9120:2fb72a0aa313
pdf layout condensed
author | gernotbelger |
---|---|
date | Tue, 05 Jun 2018 11:44:05 +0200 |
parents | 928cc44711db |
children | 3bbc687e6cb8 |
line wrap: on
line diff
--- a/artifacts/pom.xml Tue Jun 05 10:25:48 2018 +0200 +++ b/artifacts/pom.xml Tue Jun 05 11:44:05 2018 +0200 @@ -65,22 +65,20 @@ </plugins> </build> - <dependencies> - - <dependency> - <groupId>simply_glamorous.jar</groupId> - <artifactId>simply_glamorous</artifactId> - <version>0</version> - <scope>system</scope> - <systemPath>${project.basedir}/src/main/resources/simply_glamorous.jar</systemPath> + <dependencies> + <dependency> + <groupId>simply_glamorous.jar</groupId> + <artifactId>simply_glamorous</artifactId> + <version>0</version> + <scope>system</scope> + <systemPath>${project.basedir}/contrib/fonts/simply_glamorous.jar</systemPath> </dependency> - <dependency> - <groupId>roboto.jar</groupId> - <artifactId>roboto</artifactId> - <version>0</version> - <scope>system</scope> - <systemPath>${project.basedir}/src/main/resources/roboto.jar</systemPath> + <groupId>roboto.jar</groupId> + <artifactId>roboto</artifactId> + <version>0</version> + <scope>system</scope> + <systemPath>${project.basedir}/contrib/fonts/roboto.jar</systemPath> </dependency> <dependency> <groupId>net.sf.ehcache</groupId>