[karaf] rename gshell to shell and rename submodules to avoid having the parent module name in their names
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@816769 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/karaf/assembly/src/main/descriptors/windows-src.xml b/karaf/assembly/src/main/descriptors/windows-src.xml
index 15b969f..d038b9b 100644
--- a/karaf/assembly/src/main/descriptors/windows-src.xml
+++ b/karaf/assembly/src/main/descriptors/windows-src.xml
@@ -26,9 +26,11 @@
<directory>${basedir}/..</directory>
<outputDirectory>/</outputDirectory>
<includes>
- <include>BUILDING.txt</include>
- <include>README.txt</include>
- <include>RELEASE*.txt</include>
+ <include>BUILDING</include>
+ <include>README</include>
+ <include>NOTICE</include>
+ <include>LICENSE</include>
+ <include>RELEASE*</include>
</includes>
<lineEnding>dos</lineEnding>
</fileSet>
@@ -105,20 +107,4 @@
<lineEnding>dos</lineEnding>
</fileSet>
</fileSets>
- <files>
- <file>
- <source>${basedir}/target/maven-shared-archive-resources/META-INF/LICENSE</source>
- <outputDirectory>/</outputDirectory>
- <destName>LICENSE.txt</destName>
- <fileMode>0644</fileMode>
- <lineEnding>unix</lineEnding>
- </file>
- <file>
- <source>${basedir}/target/maven-shared-archive-resources/META-INF/NOTICE</source>
- <outputDirectory>/</outputDirectory>
- <destName>NOTICE.txt</destName>
- <fileMode>0644</fileMode>
- <lineEnding>unix</lineEnding>
- </file>
- </files>
</assembly>