You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2014/09/25 05:44:23 UTC

git commit: Fixed the camel-web build error with Windows

Repository: camel
Updated Branches:
  refs/heads/master d1dab1320 -> 40a096da9


Fixed the camel-web build error with Windows


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/40a096da
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/40a096da
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/40a096da

Branch: refs/heads/master
Commit: 40a096da98eb1ae5f898edc35273ae372d2c5d97
Parents: d1dab13
Author: Willem Jiang <wi...@gmail.com>
Authored: Thu Sep 25 11:42:47 2014 +0800
Committer: Willem Jiang <wi...@gmail.com>
Committed: Thu Sep 25 11:43:16 2014 +0800

----------------------------------------------------------------------
 components/camel-web/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/40a096da/components/camel-web/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-web/pom.xml b/components/camel-web/pom.xml
index 9da2422..3c71f93 100644
--- a/components/camel-web/pom.xml
+++ b/components/camel-web/pom.xml
@@ -244,9 +244,9 @@
             </plugin>
 
             <!-- mvn tomcat7:run -->
-            <plugin>  
-              <groupId>org.apache.tomcat.maven</groupId>  
-              <artifactId>tomcat7-maven-plugin</artifactId>  
+            <plugin>
+              <groupId>org.apache.tomcat.maven</groupId>
+              <artifactId>tomcat7-maven-plugin</artifactId>
             </plugin>
 
 
@@ -369,7 +369,7 @@
                         </docletArtifact>
                     </docletArtifacts>
                     <additionalparam>-output
-                        ${project.build.outputDirectory}/resourcedoc.xml
+                      ${project.build.outputDirectory}${file.separator}resourcedoc.xml
                     </additionalparam>
                 </configuration>
             </plugin>