[sikuli] 257/385: needs a special assembly descriptor to exclude the jython and jruby stuff from the fat IDE jar
Gilles Filippini
pini at moszumanska.debian.org
Sun Jun 29 19:26:21 UTC 2014
This is an automated email from the git hooks/post-receive script.
pini pushed a commit to tag upstream/1.1.0_beta1
in repository sikuli.
commit 4a923b36ab6f20b41ab6458c021c823bd26cf44b
Author: Raimund Hocke <rmhdevelop at me.com>
Date: Sun Feb 23 14:53:11 2014 +0100
needs a special assembly descriptor to exclude the jython and jruby stuff from the fat IDE jar
---
IDEFat/pom.xml | 2 +-
ide-fat.xml | 20 ++++++++++++++++++++
2 files changed, 21 insertions(+), 1 deletion(-)
diff --git a/IDEFat/pom.xml b/IDEFat/pom.xml
index bbb1b19..3aa17fc 100644
--- a/IDEFat/pom.xml
+++ b/IDEFat/pom.xml
@@ -69,7 +69,7 @@
</manifest>
</archive>
<descriptors>
- <descriptor>../plain.xml</descriptor>
+ <descriptor>../ide-fat.xml</descriptor>
</descriptors>
<finalName>${sikuli.usedversion}-1</finalName>
</configuration>
diff --git a/ide-fat.xml b/ide-fat.xml
new file mode 100644
index 0000000..88a26e5
--- /dev/null
+++ b/ide-fat.xml
@@ -0,0 +1,20 @@
+<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>ide-fat</id>
+ <formats>
+ <format>jar</format>
+ </formats>
+ <includeBaseDirectory>false</includeBaseDirectory>
+ <dependencySets>
+ <dependencySet>
+ <excludes>
+ <exclude>org.python:jython-standalone</exclude>
+ <exclude>org.jruby:jruby-complete</exclude>
+ </excludes>
+ <useProjectArtifact>true</useProjectArtifact>
+ <unpack>true</unpack>
+ <scope>runtime</scope>
+ </dependencySet>
+ </dependencySets>
+</assembly>
\ No newline at end of file
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sikuli.git
More information about the pkg-java-commits
mailing list