Author: reto
Date: Tue Jan 3 19:58:11 2012
New Revision: 1226932
URL: http://svn.apache.org/viewvc?rev=1226932&view=rev
Log:
CLEREZZA-641: fixed pattern for launcher jar
Modified:
incubator/clerezza/trunk/parent/platform.launcher.tdb/src/main/assembly/src.xml
Modified:
incubator/clerezza/trunk/parent/platform.launcher.tdb/src/main/assembly/src.xml
URL:
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.launcher.tdb/src/main/assembly/src.xml?rev=1226932&r1=1226931&r2=1226932&view=diff
==============================================================================
---
incubator/clerezza/trunk/parent/platform.launcher.tdb/src/main/assembly/src.xml
(original)
+++
incubator/clerezza/trunk/parent/platform.launcher.tdb/src/main/assembly/src.xml
Tue Jan 3 19:58:11 2012
@@ -48,8 +48,11 @@
<fileSet>
<directory>target</directory>
<includes>
-
<include>platform.launcher.tdb-*-SNAPSHOT.jar</include>
+ <include>platform.launcher.tdb-*.jar</include>
</includes>
+ <excludes>
+ <exclude>*sources.jar</exclude>
+ </excludes>
<outputDirectory>/</outputDirectory>
</fileSet>
</fileSets>