[menya] push by berger.max - Updated Assembly to cope with new names of jpen on 2009-12-09 15:30 GMT

0 views
Skip to first unread message

codesite...@google.com

unread,
Dec 9, 2009, 10:31:07 AM12/9/09
to menya...@googlegroups.com
Revision: e6e17ce38a
Author: Max Berger <m...@berger.name>
Date: Wed Dec 9 07:30:06 2009
Log: Updated Assembly to cope with new names of jpen
http://code.google.com/p/menya/source/detail?r=e6e17ce38a

Modified:
/pom.xml
/src/assemble/distribution.xml

=======================================
--- /pom.xml Wed Dec 9 07:16:33 2009
+++ /pom.xml Wed Dec 9 07:30:06 2009
@@ -84,7 +84,7 @@
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.2-beta-3</version>
+ <version>2.2-beta-4</version>
<configuration>
<descriptors>
<descriptor>src/assemble/distribution.xml</descriptor>
=======================================
--- /src/assemble/distribution.xml Tue Aug 4 04:41:14 2009
+++ /src/assemble/distribution.xml Wed Dec 9 07:30:06 2009
@@ -22,22 +22,29 @@
</excludes>
<fileMode>0644</fileMode>
</fileSet>
- </fileSets>
- <files>
- <file>
- <source>target/nar/lib/i386-Linux-g++/jni/libjpen-2.so</source>
+ <fileSet>
+ <directory>target/nar/lib/i386-Linux-g++/jni</directory>
<outputDirectory>jni</outputDirectory>
+ <excludes>
+ <exclude>history.xml</exclude>
+ </excludes>
<fileMode>0644</fileMode>
- </file>
- <file>
-
<source>target/nar/lib/amd64-Linux-g++/jni/libjpen-2-x86_64.so</source>
+ </fileSet>
+ <fileSet>
+ <directory>target/nar/lib/amd64-Linux-g++/jni</directory>
<outputDirectory>jni</outputDirectory>
+ <excludes>
+ <exclude>history.xml</exclude>
+ </excludes>
<fileMode>0644</fileMode>
- </file>
- <file>
- <source>target/nar/lib/x86-Windows-g++/jni/jpen-2.dll</source>
+ </fileSet>
+ <fileSet>
+ <directory>target/nar/lib/x86-Windows-g++/jni</directory>
<outputDirectory>jni</outputDirectory>
+ <excludes>
+ <exclude>history.xml</exclude>
+ </excludes>
<fileMode>0644</fileMode>
- </file>
- </files>
+ </fileSet>
+ </fileSets>
</assembly>

Reply all
Reply to author
Forward
0 new messages