forked from exoplatform/jcr-openofficeplugin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathzip-assembly.xml
executable file
·66 lines (62 loc) · 2.83 KB
/
zip-assembly.xml
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
<assembly>
<id>binary</id>
<formats>
<format>zip</format>
</formats>
<includeBaseDirectory>false</includeBaseDirectory>
<fileSets>
<fileSet>
<directory>src/main/addon</directory>
<outputDirectory>/</outputDirectory>
</fileSet>
</fileSets>
<dependencySets>
<dependencySet>
<outputDirectory>/</outputDirectory>
<unpack>false</unpack>
<scope>runtime</scope>
<excludes>
<exclude>commons-collections:commons-collections</exclude>
<exclude>javax.transaction:jta</exclude>
<exclude>commons-fileupload:commons-fileupload</exclude>
<exclude>javax.xml.bind:jaxb-api</exclude>
<exclude>javax.annotation:jsr250-api</exclude>
<exclude>javax.ws.rs:jsr311-api</exclude>
<exclude>logkit:logkit</exclude>
<exclude>org.slf4j:slf4j-api</exclude>
<exclude>avalon-framework:avalon-framework</exclude>
<exclude>javax.portlet:portlet-api</exclude>
<exclude>quartz:quartz</exclude>
<exclude>picocontainer:picocontainer</exclude>
<exclude>xpp3:xpp3</exclude>
<exclude>javax.servlet:servlet-api</exclude>
<exclude>xstream:xstream</exclude>
<exclude>junit:junit</exclude>
<exclude>jmock:jmock</exclude>
<exclude>commons-beanutils:commons-beanutils</exclude>
<exclude>com.sun.star:beans</exclude>
<exclude>com.sun.star:unoil</exclude>
<exclude>com.sun.star:comp</exclude>
<exclude>org.exoplatform.kernel:exo.kernel.container</exclude>
<exclude>org.exoplatform.tool:exo.tool.framework.junit</exclude>
<exclude>javax.portlet:portlet-api</exclude>
<exclude>javax.faces:jsf-api</exclude>
<exclude>org.ow2.carol:carol-interceptors</exclude>
<exclude>commons-logging:commons-logging-api</exclude>
<exclude>org.exoplatform.core:exo.core.component.script.groovy</exclude>
<exclude>org.codehaus.groovy:groovy-all</exclude>
<exclude>org.ow2.carol.irmi:irmi</exclude>
<exclude>org.jacorb:jacorb</exclude>
<exclude>org.jacorb:jacorb-idl</exclude>
<exclude>javax.inject:javax.inject</exclude>
<exclude>org.jgroups:jgroups</exclude>
<exclude>net.sf.jtidy:jtidy</exclude>
<exclude>org.ow2.spec.ee:ow2-jta-1.1-spec</exclude>
<exclude>org.ow2.jotm:jotm-core</exclude>
<exclude>org.objectweb.carol:carol</exclude>
<exclude>javax.resource:connector</exclude>
<exclude>org.objectweb.howl:howl</exclude>
</excludes>
</dependencySet>
</dependencySets>
</assembly>