You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2008/09/10 07:39:34 UTC

svn commit: r693708 - in /servicemix/smx4/features/trunk/assembly/src/main: descriptors/unix-bin.xml descriptors/windows-bin.xml filtered-resources/pom.xml

Author: ffang
Date: Tue Sep  9 22:39:33 2008
New Revision: 693708

URL: http://svn.apache.org/viewvc?rev=693708&view=rev
Log:
[SMX4-97]Can't compile the examples

Added:
    servicemix/smx4/features/trunk/assembly/src/main/filtered-resources/pom.xml   (with props)
Modified:
    servicemix/smx4/features/trunk/assembly/src/main/descriptors/unix-bin.xml
    servicemix/smx4/features/trunk/assembly/src/main/descriptors/windows-bin.xml

Modified: servicemix/smx4/features/trunk/assembly/src/main/descriptors/unix-bin.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/assembly/src/main/descriptors/unix-bin.xml?rev=693708&r1=693707&r2=693708&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/assembly/src/main/descriptors/unix-bin.xml (original)
+++ servicemix/smx4/features/trunk/assembly/src/main/descriptors/unix-bin.xml Tue Sep  9 22:39:33 2008
@@ -70,9 +70,15 @@
             <outputDirectory>/examples/</outputDirectory>
             <lineEnding>unix</lineEnding>
             <excludes>
+                <exclude>pom.xml</exclude>
                 <exclude>**/itests/**</exclude>
                 <exclude>**/target/**</exclude>
                 <exclude>**/README.txt</exclude>
+                <exclude>**/cxf-http-osgi/**</exclude>
+                <exclude>**/cxf-handler-cfg/**</exclude>
+                <exclude>**/cxf-soap-handler-osgi/**</exclude>
+                <exclude>**/cxf-ws-addressing/**</exclude>
+                <exclude>**/simple/**</exclude>
             </excludes>
         </fileSet>
         
@@ -167,6 +173,12 @@
             <filtered>true</filtered>
             <lineEnding>unix</lineEnding>
         </file>
+        <file>
+            <source>${basedir}/target/classes/pom.xml</source>
+            <outputDirectory>/examples/</outputDirectory>
+            <filtered>true</filtered>
+            <lineEnding>unix</lineEnding>
+        </file>
     </files>
 
     <dependencySets>

Modified: servicemix/smx4/features/trunk/assembly/src/main/descriptors/windows-bin.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/assembly/src/main/descriptors/windows-bin.xml?rev=693708&r1=693707&r2=693708&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/assembly/src/main/descriptors/windows-bin.xml (original)
+++ servicemix/smx4/features/trunk/assembly/src/main/descriptors/windows-bin.xml Tue Sep  9 22:39:33 2008
@@ -57,9 +57,15 @@
           <outputDirectory>/examples/</outputDirectory>
           <lineEnding>dos</lineEnding>
           <excludes>
+              <exclude>pom.xml</exclude>
               <exclude>**/itests/**</exclude>
               <exclude>**/target/**</exclude>
               <exclude>**/README.txt</exclude>
+              <exclude>**/cxf-http-osgi/**</exclude>
+              <exclude>**/cxf-handler-cfg/**</exclude>
+              <exclude>**/cxf-soap-handler-osgi/**</exclude>
+              <exclude>**/cxf-ws-addressing/**</exclude>
+              <exclude>**/simple/**</exclude>
           </excludes>
       </fileSet>
 
@@ -147,6 +153,12 @@
               <filtered>true</filtered>
               <lineEnding>dos</lineEnding>
             </file>
+            <file>
+              <source>${basedir}/target/classes/pom.xml</source>
+              <outputDirectory>/examples/</outputDirectory>
+              <filtered>true</filtered>
+              <lineEnding>dos</lineEnding>
+            </file>
 
     </files>
 

Added: servicemix/smx4/features/trunk/assembly/src/main/filtered-resources/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/assembly/src/main/filtered-resources/pom.xml?rev=693708&view=auto
==============================================================================
--- servicemix/smx4/features/trunk/assembly/src/main/filtered-resources/pom.xml (added)
+++ servicemix/smx4/features/trunk/assembly/src/main/filtered-resources/pom.xml Tue Sep  9 22:39:33 2008
@@ -0,0 +1,48 @@
+<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">
+
+    <!--
+
+        Licensed to the Apache Software Foundation (ASF) under one or more
+        contributor license agreements.  See the NOTICE file distributed with
+        this work for additional information regarding copyright ownership.
+        The ASF licenses this file to You under the Apache License, Version 2.0
+        (the "License"); you may not use this file except in compliance with
+        the License.  You may obtain a copy of the License at
+
+           http://www.apache.org/licenses/LICENSE-2.0
+
+        Unless required by applicable law or agreed to in writing, software
+        distributed under the License is distributed on an "AS IS" BASIS,
+        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+        See the License for the specific language governing permissions and
+        limitations under the License.
+    -->
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.servicemix.features</groupId>
+        <artifactId>features</artifactId>
+        <version>${version}</version>
+    </parent>
+
+    <groupId>org.apache.servicemix.examples</groupId>
+    <artifactId>examples</artifactId>
+    <packaging>pom</packaging>
+    <version>${version}</version>
+    <name>Apache ServiceMix Examples</name>
+
+    <modules>
+        <module>bridge</module>
+        <module>camel</module>
+        <module>cxf-wsdl-first</module>
+        <module>wsdl-first</module>
+        <module>loan-broker-bpel</module>
+        <module>camel-nmr</module>
+        <module>camel-osgi</module>
+        <module>cxf-camel-nmr</module>
+        <module>cxf-nmr</module>
+        <module>cxf-osgi</module>
+    </modules>
+
+</project>

Propchange: servicemix/smx4/features/trunk/assembly/src/main/filtered-resources/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: servicemix/smx4/features/trunk/assembly/src/main/filtered-resources/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: servicemix/smx4/features/trunk/assembly/src/main/filtered-resources/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml