[Yanel-commits] rev 26868 - public/yanel/trunk/src/contributions/resources/pdf/src/build

michi at wyona.com michi at wyona.com
Wed Aug 22 11:23:56 CEST 2007


Author: michi
Date: 2007-08-22 11:23:55 +0200 (Wed, 22 Aug 2007)
New Revision: 26868

Modified:
   public/yanel/trunk/src/contributions/resources/pdf/src/build/dependencies.xml
Log:
use JDK 14 for the moment

Modified: public/yanel/trunk/src/contributions/resources/pdf/src/build/dependencies.xml
===================================================================
--- public/yanel/trunk/src/contributions/resources/pdf/src/build/dependencies.xml	2007-08-22 09:22:59 UTC (rev 26867)
+++ public/yanel/trunk/src/contributions/resources/pdf/src/build/dependencies.xml	2007-08-22 09:23:55 UTC (rev 26868)
@@ -16,10 +16,10 @@
 
     <artifact:dependencies pathId="maven2.resource.classpath" filesetId="maven2.resource.fileset">
       <remoteRepository refid="wyona.remote.repository"/>
-      <dependency groupId="fop" artifactId="fop"
-                  version="0.93"/>
-      <!--<dependency groupId="fop" artifactId="fop"
-                  version="0.20.5"/>-->
+      <dependency groupId="fop" artifactId="fop" version="0.93" classifier="jdk14"/>
+
+      <!--<dependency groupId="fop" artifactId="fop" version="0.20.5"/>-->
+
       <!-- IMPORTANT: Fop 0.20.5 seems to depend on avalon-framework-4.0: ~/.m2/repository/fop/fop/0.20.5/fop-0.20.5.pom (One should comment avalon-framework-4.0 within pom file!) -->
       <dependency groupId="avalon-framework" artifactId="avalon-framework-api"
                   version="4.3"/>



More information about the Yanel-commits mailing list