commit | e7a6f967fe5324d3f29f6328a673a121add9fac4 | [log] [tgz] |
---|---|---|
author | Guillaume Nodet <gnodet@apache.org> | Fri Nov 27 16:38:37 2009 +0000 |
committer | Guillaume Nodet <gnodet@apache.org> | Fri Nov 27 16:38:37 2009 +0000 |
tree | 60c0a345e81afd9725574c42d96569692d9165ba | |
parent | 93344f2ba0753c8a309e284dc87a3864a02b8bee [diff] [blame] |
FELIX-1902: [karaf] sanitize web demo README of references to FUSE SNAPSHOT version git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@884904 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/karaf/assembly/src/main/descriptors/windows-bin.xml b/karaf/assembly/src/main/descriptors/windows-bin.xml index 7adbe14..726e3f2 100644 --- a/karaf/assembly/src/main/descriptors/windows-bin.xml +++ b/karaf/assembly/src/main/descriptors/windows-bin.xml
@@ -61,6 +61,12 @@ <!-- Copy over the examples --> <fileSet> + <directory>target/classes/demos</directory> + <outputDirectory>/demos/</outputDirectory> + <lineEnding>dos</lineEnding> + </fileSet> + + <fileSet> <directory>../demos</directory> <outputDirectory>/demos/</outputDirectory> <lineEnding>dos</lineEnding>