You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2014/05/19 16:46:54 UTC

git commit: Allow to build manual individually

Repository: karaf
Updated Branches:
  refs/heads/karaf-2.x 737af3251 -> 8a9e7d1f5


Allow to build manual individually


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/8a9e7d1f
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/8a9e7d1f
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/8a9e7d1f

Branch: refs/heads/karaf-2.x
Commit: 8a9e7d1f516a6018651eee8c3981c8d3c09907b9
Parents: 737af32
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Mon May 19 16:45:45 2014 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Mon May 19 16:45:45 2014 +0200

----------------------------------------------------------------------
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/8a9e7d1f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 299476e..bd16174 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1627,9 +1627,9 @@
                                 <exclude>**/*.rat</exclude>
                                 <exclude>**/build-main.xml</exclude>
                                 <!-- Manual files -->
-                                <exclude>manual/**/*.css</exclude>
-                                <exclude>manual/**/*.ssp</exclude>
-                                <exclude>manual/**/*.conf</exclude>
+                                <exclude>**/*.css</exclude>
+                                <exclude>**/*.ssp</exclude>
+                                <exclude>**/*.conf</exclude>
                             </excludes>
                         </configuration>
                     </plugin>