changeset 1648:89b569400aac

Fix plugin-assembly descriptor. Reviewed-by: omajid, vanaltj Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2015-January/012462.html Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2015-February/012558.html PR2208
author Severin Gehwolf <sgehwolf@redhat.com>
date Fri, 23 Jan 2015 17:34:41 +0100
parents f13fa78b7753
children 0f250b6c47e8
files assembly/src/main/resources/assemblies/plugin-assembly.xml
diffstat 1 files changed, 11 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/assembly/src/main/resources/assemblies/plugin-assembly.xml	Mon Jan 26 14:42:13 2015 +0100
+++ b/assembly/src/main/resources/assemblies/plugin-assembly.xml	Fri Jan 23 17:34:41 2015 +0100
@@ -56,10 +56,19 @@
   <fileSets>
     <fileSet>
       <includes>
-        <include>thermostat-plugin.xml</include>
+        <include>*</include>
       </includes>
-      <filtered>true</filtered>
+      <excludes>
+        <exclude>thermostat-plugin.xml</exclude>
+      </excludes>
     </fileSet>
   </fileSets>
+  <files>
+    <file>
+      <source>thermostat-plugin.xml</source>
+      <outputDirectory>/</outputDirectory>
+      <filtered>true</filtered>
+    </file>
+  </files>
 </assembly>