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:46:14 UTC

[3/3] git commit: Fixed the camel-web build error with Windows

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/d21dbde4
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/d21dbde4
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/d21dbde4

Branch: refs/heads/camel-2.12.x
Commit: d21dbde453136faaa04be8996eb4900579ce348a
Parents: 865c33b
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:45:47 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/d21dbde4/components/camel-web/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-web/pom.xml b/components/camel-web/pom.xml
index 1807751..2baa9e5 100644
--- a/components/camel-web/pom.xml
+++ b/components/camel-web/pom.xml
@@ -245,9 +245,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>
 
 
@@ -371,7 +371,7 @@
                         </docletArtifact>
                     </docletArtifacts>
                     <additionalparam>-output
-                        ${project.build.outputDirectory}/resourcedoc.xml
+                      ${project.build.outputDirectory}${file.separator}resourcedoc.xml
                     </additionalparam>
                 </configuration>
             </plugin>