Author: reto
Date: Thu Dec 29 23:10:54 2011
New Revision: 1225686
URL: http://svn.apache.org/viewvc?rev=1225686&view=rev
Log:
CLEREZZA-641: assembly descripro no longer tied to particular version
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=1225686&r1=1225685&r2=1225686&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
Thu Dec 29 23:10:54 2011
@@ -31,10 +31,10 @@
<source>README.txt</source>
<outputDirectory>/</outputDirectory>
</file>
- <file>
-
<source>target/platform.launcher.tdb-0.5-incubating-SNAPSHOT.jar</source>
+ <!-- <file>
+ <source>target/platform.launcher.tdb-*-SNAPSHOT.jar</source>
<outputDirectory>/</outputDirectory>
- </file>
+ </file> -->
<file>
<source>LICENSE</source>
<outputDirectory>/</outputDirectory>
@@ -44,4 +44,13 @@
<outputDirectory>/</outputDirectory>
</file>
</files>
+ <fileSets>
+ <fileSet>
+ <directory>target</directory>
+ <includes>
+
<include>platform.launcher.tdb-*-SNAPSHOT.jar</include>
+ </includes>
+ <outputDirectory>/</outputDirectory>
+ </fileSet>
+ </fileSets>
</assembly>
\ No newline at end of file