Changeset 876 for trunk/docx4j/pom.xml


Ignore:
Timestamp:
08/23/09 13:26:07 (3 years ago)
Author:
jharrop
Message:

Make it easier to use non-patched fop.jar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docx4j/pom.xml

    r834 r876  
    208208                        mvn deploy:deploy-file -f wagon-svn-pom.xml -Dfile=lib/xalan-2.7.0-patched-6396599-stripped.jar -DgroupId=xalan -DartifactId=xalan-patched -Dversion=2.7.0 -Dpackaging=jar -DrepositoryId=docx4j -Durl=svn:http://dev.plutext.org/svn/docx4j/trunk/docx4j/m2 
    209209                         
    210                          
     210                         mvn deploy:deploy-file -f wagon-svn-pom.xml -Dfile=../fop/tmp/fop-patched.jar -DgroupId=docx4j -DartifactId=fop-patched -Dversion=0.95.756436 -Dpackaging=jar -DrepositoryId=docx4j -Durl=svn:http://dev.plutext.org/svn/docx4j/trunk/docx4j/m2 
    211211                --> 
    212212 
     
    286286                        <groupId>docx4j</groupId> 
    287287                        <artifactId>fop-patched</artifactId> 
    288                         <version>0.95.756434</version> 
    289                 </dependency> 
     288                        <version>0.95.756436</version> 
     289                </dependency> 
     290                        <!--  its really 95.756434, but i had to re-build it to remove 
     291                              Class-Path from the MANIFEST.MF, which was  
     292                              being used by Java Web Start to try to fetch certain 
     293                              jars. So the number is incremented (0.95.756435). 
     294                              And then, Panose.java moved to original foray package (0.95.756436) --> 
     295 
    290296 
    291297<!--  
Note: See TracChangeset for help on using the changeset viewer.