https://bugzilla.redhat.com/show_bug.cgi?id=1002165 --- Comment #4 from gil cattaneo <puntogil@xxxxxxxxx> --- (In reply to Gerard Ryan from comment #3) > Other Notes: > - hppc-templateprocessor probably should be a subpackage, right? Not really necessary. Done > - pom_xpath_remove and pom_xpath_inject for ant-trax and ant-nodeps > would be cleaner as pom_remove_dep and pom_add_dep in my F19 system dont work with pom_remove_dep and pom_add_dep <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> <version>1.7</version> <inherited>true</inherited> <dependencies> <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant-nodeps</artifactId> <version>1.8.0</version> </dependency> <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant-trax</artifactId> <version>1.8.0</version> </dependency> <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant-junit</artifactId> <version>1.8.0</version> </dependency> <dependency> <groupId>sun.jdk</groupId> <artifactId>tools</artifactId> <version>1.6.0</version> <scope>system</scope> <systemPath>${java.home}/../lib/tools.jar</systemPath> </dependency> </dependencies> </plugin> Spec URL: http://gil.fedorapeople.org/hppc.spec SRPM URL: http://gil.fedorapeople.org/hppc-0.5.3-2.fc19.src.rpm - add templateprocessor sub-package -- You are receiving this mail because: You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review