You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ha...@apache.org on 2009/05/13 20:34:29 UTC

svn commit: r774479 [2/2] - in /camel/branches/camel-1.x: ./ apache-camel/ apache-camel/bundle/ buildingtools/ camel-core/ components/ components/camel-amqp/ components/camel-atom/ components/camel-bam/ components/camel-csv/ components/camel-cxf/ compo...

Modified: camel/branches/camel-1.x/tooling/archetypes/camel-archetype-component/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-1.x/tooling/archetypes/camel-archetype-component/pom.xml?rev=774479&r1=774478&r2=774479&view=diff
==============================================================================
--- camel/branches/camel-1.x/tooling/archetypes/camel-archetype-component/pom.xml (original)
+++ camel/branches/camel-1.x/tooling/archetypes/camel-archetype-component/pom.xml Wed May 13 18:32:57 2009
@@ -17,8 +17,7 @@
     limitations under the License.
 
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
   <modelVersion>4.0.0</modelVersion>
 
@@ -46,8 +45,7 @@
             </goals>
             <configuration>
               <tasks>
-                <replace
-                  file="${project.build.directory}/classes/archetype-resources/pom.xml"
+                <replace file="${project.build.directory}/classes/archetype-resources/pom.xml"
                   token="$CAMEL_VERSION_REPLACEME$"
                   value="${project.version}" casesensitive="true">
                 </replace>

Modified: camel/branches/camel-1.x/tooling/archetypes/camel-archetype-java/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-1.x/tooling/archetypes/camel-archetype-java/pom.xml?rev=774479&r1=774478&r2=774479&view=diff
==============================================================================
--- camel/branches/camel-1.x/tooling/archetypes/camel-archetype-java/pom.xml (original)
+++ camel/branches/camel-1.x/tooling/archetypes/camel-archetype-java/pom.xml Wed May 13 18:32:57 2009
@@ -17,8 +17,7 @@
     limitations under the License.
 
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
   <modelVersion>4.0.0</modelVersion>
 
@@ -46,8 +45,7 @@
             </goals>
             <configuration>
               <tasks>
-                <replace casesensitive="true"
-                  file="${project.build.directory}/classes/archetype-resources/pom.xml">
+                <replace casesensitive="true" file="${project.build.directory}/classes/archetype-resources/pom.xml">
                   <replacefilter token="$CAMEL_VERSION_REPLACEME$" value="${project.version}" /> 
                   <replacefilter token="$LOG4J_VERSION_REPLACEME$" value="${log4j-version}" /> 
                 </replace>

Modified: camel/branches/camel-1.x/tooling/archetypes/camel-archetype-scala/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-1.x/tooling/archetypes/camel-archetype-scala/pom.xml?rev=774479&r1=774478&r2=774479&view=diff
==============================================================================
--- camel/branches/camel-1.x/tooling/archetypes/camel-archetype-scala/pom.xml (original)
+++ camel/branches/camel-1.x/tooling/archetypes/camel-archetype-scala/pom.xml Wed May 13 18:32:57 2009
@@ -17,8 +17,7 @@
     limitations under the License.
 
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
   <modelVersion>4.0.0</modelVersion>
 
@@ -46,8 +45,7 @@
             </goals>
             <configuration>
               <tasks>
-                <replace casesensitive="true"
-                  file="${project.build.directory}/classes/archetype-resources/pom.xml">
+                <replace casesensitive="true" file="${project.build.directory}/classes/archetype-resources/pom.xml">
                   <replacefilter token="$CAMEL_VERSION_REPLACEME$" value="${project.version}" />
                   <replacefilter token="$SCALA_VERSION_REPLACEME$" value="${scala-version}" />
                   <replacefilter token="$SCALA_PLUGIN_VERSION_REPLACEME$" value="${scala-plugin-version}" />

Modified: camel/branches/camel-1.x/tooling/archetypes/camel-archetype-spring/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-1.x/tooling/archetypes/camel-archetype-spring/pom.xml?rev=774479&r1=774478&r2=774479&view=diff
==============================================================================
--- camel/branches/camel-1.x/tooling/archetypes/camel-archetype-spring/pom.xml (original)
+++ camel/branches/camel-1.x/tooling/archetypes/camel-archetype-spring/pom.xml Wed May 13 18:32:57 2009
@@ -17,8 +17,7 @@
     limitations under the License.
 
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
   <modelVersion>4.0.0</modelVersion>
 
@@ -46,8 +45,7 @@
             </goals>
             <configuration>
               <tasks>
-                <replace casesensitive="true"
-                  file="${project.build.directory}/classes/archetype-resources/pom.xml">
+                <replace casesensitive="true" file="${project.build.directory}/classes/archetype-resources/pom.xml">
                   <replacefilter token="$CAMEL_VERSION_REPLACEME$" value="${project.version}" /> 
                   <replacefilter token="$LOG4J_VERSION_REPLACEME$" value="${log4j-version}" /> 
                 </replace>

Modified: camel/branches/camel-1.x/tooling/archetypes/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-1.x/tooling/archetypes/pom.xml?rev=774479&r1=774478&r2=774479&view=diff
==============================================================================
--- camel/branches/camel-1.x/tooling/archetypes/pom.xml (original)
+++ camel/branches/camel-1.x/tooling/archetypes/pom.xml Wed May 13 18:32:57 2009
@@ -15,8 +15,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
   <modelVersion>4.0.0</modelVersion>
 

Modified: camel/branches/camel-1.x/tooling/camel-manual/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-1.x/tooling/camel-manual/pom.xml?rev=774479&r1=774478&r2=774479&view=diff
==============================================================================
--- camel/branches/camel-1.x/tooling/camel-manual/pom.xml (original)
+++ camel/branches/camel-1.x/tooling/camel-manual/pom.xml Wed May 13 18:32:57 2009
@@ -17,8 +17,8 @@
   limitations under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
@@ -50,7 +50,7 @@
         <configuration>
           <page>http://cwiki.apache.org/confluence/display/CAMEL/Book+In+One+Page</page>
           <head><![CDATA[ 
-              <link href="file:${basedir}/src/styles/print.css" rel="stylesheet" type="text/css"/>
+              <link href="file:${basedir}/src/styles/print.css" rel="stylesheet" type="text/css" />
               <style type="text/css">
                 @page :left {
                   @top-left {

Modified: camel/branches/camel-1.x/tooling/maven/camel-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-1.x/tooling/maven/camel-maven-plugin/pom.xml?rev=774479&r1=774478&r2=774479&view=diff
==============================================================================
--- camel/branches/camel-1.x/tooling/maven/camel-maven-plugin/pom.xml (original)
+++ camel/branches/camel-1.x/tooling/maven/camel-maven-plugin/pom.xml Wed May 13 18:32:57 2009
@@ -14,8 +14,7 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
   <modelVersion>4.0.0</modelVersion>
 

Modified: camel/branches/camel-1.x/tooling/maven/guice-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-1.x/tooling/maven/guice-maven-plugin/pom.xml?rev=774479&r1=774478&r2=774479&view=diff
==============================================================================
--- camel/branches/camel-1.x/tooling/maven/guice-maven-plugin/pom.xml (original)
+++ camel/branches/camel-1.x/tooling/maven/guice-maven-plugin/pom.xml Wed May 13 18:32:57 2009
@@ -14,8 +14,7 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
   <modelVersion>4.0.0</modelVersion>
 

Modified: camel/branches/camel-1.x/tooling/maven/maven-html-to-pdf/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-1.x/tooling/maven/maven-html-to-pdf/pom.xml?rev=774479&r1=774478&r2=774479&view=diff
==============================================================================
--- camel/branches/camel-1.x/tooling/maven/maven-html-to-pdf/pom.xml (original)
+++ camel/branches/camel-1.x/tooling/maven/maven-html-to-pdf/pom.xml Wed May 13 18:32:57 2009
@@ -14,8 +14,7 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
   <modelVersion>4.0.0</modelVersion>
 

Modified: camel/branches/camel-1.x/tooling/maven/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-1.x/tooling/maven/pom.xml?rev=774479&r1=774478&r2=774479&view=diff
==============================================================================
--- camel/branches/camel-1.x/tooling/maven/pom.xml (original)
+++ camel/branches/camel-1.x/tooling/maven/pom.xml Wed May 13 18:32:57 2009
@@ -15,8 +15,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
   <modelVersion>4.0.0</modelVersion>