Author: aheritier Date: Wed Jun 8 22:03:18 2005 New Revision: 189707 URL: http://svn.apache.org/viewcvs?rev=189707&view=rev Log: Remove unused dependencies - thanks to Lukas Theussl
Modified: maven/maven-1/plugins/trunk/pdf/plugin.jelly maven/maven-1/plugins/trunk/pdf/project.xml Modified: maven/maven-1/plugins/trunk/pdf/plugin.jelly URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pdf/plugin.jelly?rev=189707&r1=189706&r2=189707&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/pdf/plugin.jelly (original) +++ maven/maven-1/plugins/trunk/pdf/plugin.jelly Wed Jun 8 22:03:18 2005 @@ -213,10 +213,7 @@ <pathelement location="${plugin.getDependencyPath('batik:batik-transcoder')}"/> <pathelement location="${plugin.getDependencyPath('batik:batik-util')}"/> <pathelement location="${plugin.getDependencyPath('batik:batik-xml')}"/> - <pathelement location="${plugin.getDependencyPath('logkit')}"/> <pathelement location="${plugin.getDependencyPath('avalon-framework')}"/> - <pathelement location="${plugin.getDependencyPath('xerces')}"/> - <pathelement location="${plugin.getDependencyPath('xml-apis')}"/> </classpath> <arg value="-c"/> <arg value="${internal_pdf_workingDir}/userconfig.xml"/> Modified: maven/maven-1/plugins/trunk/pdf/project.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pdf/project.xml?rev=189707&r1=189706&r2=189707&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/pdf/project.xml (original) +++ maven/maven-1/plugins/trunk/pdf/project.xml Wed Jun 8 22:03:18 2005 @@ -210,12 +210,6 @@ <url>http://xml.apache.org/batik/</url> </dependency> <dependency> - <groupId>logkit</groupId> - <artifactId>logkit</artifactId> - <version>1.2.2</version> - <url>http://avalon.apache.org/logkit/</url> - </dependency> - <dependency> <groupId>avalon-framework</groupId> <artifactId>avalon-framework</artifactId> <version>4.1.5</version> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]