aboutsummaryrefslogtreecommitdiffstats
path: root/fop-transcoder/src/tools/resources/assembly/assembly.xml
blob: 99eb0fb1736b253638526cb906291cb8181ed1ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<?xml version="1.0"?>
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
  <id>all</id>
  <formats>
    <format>jar</format>
  </formats>
  <includeBaseDirectory>false</includeBaseDirectory>
  <files>
    <file>
      <source>../LICENSE</source>
      <outputDirectory>META-INF</outputDirectory>
    </file>
    <file>
      <source>../NOTICE</source>
      <outputDirectory>META-INF</outputDirectory>
    </file>
  </files>
  <dependencySets>
    <dependencySet>
      <unpack>true</unpack>
      <unpackOptions>
        <includes>
          <include>org/apache/fop/Version.class</include>
          <include>org/apache/fop/accessibility/StructureTreeElement.class</include>
          <include>org/apache/fop/apps/FOPException.class</include>
          <include>org/apache/fop/apps/Fop.class</include>
          <include>org/apache/fop/apps/io/**</include>
          <include>org/apache/fop/area/AreaTreeControl*</include>
          <include>org/apache/fop/complexscripts/bidi/BidiClass.class</include>
          <include>org/apache/fop/complexscripts/bidi/BidiConstants.class</include>
          <include>org/apache/fop/complexscripts/bidi/UnicodeBidiAlgorithm.class</include>
          <include>org/apache/fop/complexscripts/fonts/*.class</include>
          <include>org/apache/fop/complexscripts/util/GlyphTester.class</include>
          <include>org/apache/fop/events/EventProducer.class</include>
          <include>org/apache/fop/fo/Constants.class</include>
          <include>org/apache/fop/fo/FOTreeBuilder.class</include>
          <include>org/apache/fop/fonts/**</include>
          <include>org/apache/fop/image/loader/batik/BatikImageFlavors*.class</include>
          <include>org/apache/fop/pdf/**</include>
          <include>org/apache/fop/render/**Config**</include>
          <include>org/apache/fop/render/gradient/**</include>
          <include>org/apache/fop/render/intermediate/IFDocumentHandlerConfigurator.class</include>
          <include>org/apache/fop/render/pdf/**</include>
          <include>org/apache/fop/render/ps/**</include>
          <include>org/apache/fop/svg/**</include>
          <include>org/apache/fop/traits/Direction.class</include>
          <include>org/apache/fop/traits/MinOptMax.class</include>
          <include>org/apache/fop/traits/TraitEnum.class</include>
          <include>org/apache/fop/util/*OutputStream.class</include>
          <include>org/apache/fop/util/ASCII*.class</include>
          <include>org/apache/fop/util/AbstractPaintingState**</include>
          <include>org/apache/fop/util/CMYKColorSpace*.class</include>
          <include>org/apache/fop/util/CharUtilities.class</include>
          <include>org/apache/fop/util/Color*.class</include>
          <include>org/apache/fop/util/DecimalFormatCache*.class</include>
          <include>org/apache/fop/util/Finalizable.class</include>
          <include>org/apache/fop/util/ImageObject.class</include>
          <include>org/apache/fop/util/SubInputStream.class</include>
        </includes>
        <excludes>
          <exclude>org/apache/fop/render/pdf/PSRenderer.class</exclude>
          <exclude>org/apache/fop/render/pdf/PSXMLHandler*</exclude>
        </excludes>
      </unpackOptions>
      <useTransitiveDependencies>false</useTransitiveDependencies>
    </dependencySet>
  </dependencySets>
</assembly>