Project

General

Profile

« Previous | Next » 

Revision 38af6cd2

Added by Andreas Müller over 3 years ago

ref #9204 move fop to taxeditor.print and upgrade version

View differences:

.gitignore
122 122
eu.etaxonomy.taxeditor.cdmlib/lib/hamcrest-core-1.*.jar
123 123
eu.etaxonomy.taxeditor.cdmlib/lib/commons-pool-1.*.jar
124 124
eu.etaxonomy.taxeditor.cdmlib/lib/commons-dbcp-1.*.jar
125
eu.etaxonomy.taxeditor.printpublisher/lib/fop-2.*.jar
eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF
676 676
 lib/classmate-1.5.1.jar,
677 677
 lib/codemodel-2.2.11.jar,
678 678
 lib/FastInfoset-1.2.13.jar,
679
 lib/fop-1.1.jar,
680 679
 lib/guava-19.0.jar,
681 680
 lib/libthrift-0.9.2.jar,
682 681
 lib/mapstruct-1.0.0.Final.jar,
eu.etaxonomy.taxeditor.cdmlib/build.properties
116 116
               lib/classmate-1.5.1.jar,\
117 117
               lib/codemodel-2.2.11.jar,\
118 118
               lib/FastInfoset-1.2.13.jar,\
119
               lib/fop-1.1.jar,\
120 119
               lib/guava-19.0.jar,\
121 120
               lib/libthrift-0.9.2.jar,\
122 121
               lib/mapstruct-1.0.0.Final.jar,\
eu.etaxonomy.taxeditor.printpublisher/pom.xml
39 39
	              <excludeTransitive>true</excludeTransitive>
40 40
	            </configuration>
41 41
	          </execution>
42
	          <execution>
43
                <id>copy-dependency-jars</id>
44
	            <phase>validate</phase>
45
	            <goals>
46
	              <goal>copy-dependencies</goal>
47
	            </goals>
48
	            <configuration>
49
	              <includeArtifactIds>
50
	                fop
51
	              </includeArtifactIds>
52
	              <outputDirectory>
53
	                ${basedir}/lib
54
	              </outputDirectory>
55
	              <overWriteReleases>true</overWriteReleases>
56
	              <overWriteSnapshots>true</overWriteSnapshots>
57
	              <excludeTransitive>true</excludeTransitive>
58
	            </configuration>
59
	          </execution>
42 60
	        </executions>
43 61
	      </plugin>
44 62
	    </plugins>  
......
53 71
	      <groupId>eu.etaxonomy</groupId>
54 72
	      <artifactId>cdmlib-print</artifactId>
55 73
	      <version>${cdmlib.version}</version>
56
    </dependency>
57
	</dependencies>
74
    	</dependency>
75
    	<dependency> <!-- required by cdmlib-print -->
76
            <!-- maybe also dependencies are needed -->
77
            <groupId>org.apache.xmlgraphics</groupId>
78
	        <artifactId>fop</artifactId>
79
	        <version>2.5</version>
80
        </dependency>
81
    </dependencies>
58 82
</project>

Also available in: Unified diff