You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ff...@apache.org on 2006/11/16 04:09:51 UTC

svn commit: r475551 - in /incubator/cxf/trunk/distribution: ./ src/main/assembly/ src/main/release/samples/integration/JBI/external_provider_external_consumer/ src/main/release/samples/integration/JBI/external_provider_internal_consumer/ src/main/relea...

Author: ffang
Date: Wed Nov 15 19:09:50 2006
New Revision: 475551

URL: http://svn.apache.org/viewvc?view=rev&rev=475551
Log:
[CXF-38] JBI integration - filter CXF version for CXF install directory property defined by JBI demos
                        

Added:
    incubator/cxf/trunk/distribution/src/main/assembly/build.properties   (with props)
Removed:
    incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/external_provider_external_consumer/build.properties
    incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/external_provider_internal_consumer/build.properties
    incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/handlers/build.properties
    incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/internal_provider_external_consumer/build.properties
    incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/internal_provider_internal_consumer/build.properties
Modified:
    incubator/cxf/trunk/distribution/pom.xml

Modified: incubator/cxf/trunk/distribution/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/pom.xml?view=diff&rev=475551&r1=475550&r2=475551
==============================================================================
--- incubator/cxf/trunk/distribution/pom.xml (original)
+++ incubator/cxf/trunk/distribution/pom.xml Wed Nov 15 19:09:50 2006
@@ -344,6 +344,33 @@
                                                 <filter token="CXF_VERSION" value="${pom.version}" />
                                             </filterset>
                                 </copy>
+                                
+                                <copy file="${basedir}/src/main/assembly/build.properties" tofile="${basedir}/src/main/release/samples/integration/JBI/internal_provider_internal_consumer/build.properties" overwrite="yes">
+                                            <filterset>
+                                                <filter token="CXF_VERSION" value="${pom.version}" />
+                                            </filterset>
+                                </copy>
+                                <copy file="${basedir}/src/main/assembly/build.properties" tofile="${basedir}/src/main/release/samples/integration/JBI/internal_provider_external_consumer/build.properties" overwrite="yes">
+                                            <filterset>
+                                                <filter token="CXF_VERSION" value="${pom.version}" />
+                                            </filterset>
+                                </copy>
+                                <copy file="${basedir}/src/main/assembly/build.properties" tofile="${basedir}/src/main/release/samples/integration/JBI/external_provider_internal_consumer/build.properties" overwrite="yes">
+                                            <filterset>
+                                                <filter token="CXF_VERSION" value="${pom.version}" />
+                                            </filterset>
+                                </copy>
+                                <copy file="${basedir}/src/main/assembly/build.properties" tofile="${basedir}/src/main/release/samples/integration/JBI/external_provider_external_consumer/build.properties" overwrite="yes">
+                                            <filterset>
+                                                <filter token="CXF_VERSION" value="${pom.version}" />
+                                            </filterset>
+                                </copy>
+                                <copy file="${basedir}/src/main/assembly/build.properties" tofile="${basedir}/src/main/release/samples/integration/JBI/handlers/build.properties" overwrite="yes">
+                                            <filterset>
+                                                <filter token="CXF_VERSION" value="${pom.version}" />
+                                            </filterset>
+                                </copy>
+
 
                             </tasks>
                         </configuration>

Added: incubator/cxf/trunk/distribution/src/main/assembly/build.properties
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/assembly/build.properties?view=auto&rev=475551
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/assembly/build.properties (added)
+++ incubator/cxf/trunk/distribution/src/main/assembly/build.properties Wed Nov 15 19:09:50 2006
@@ -0,0 +1,23 @@
+#    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.
+
+# Edit these entries with the correct locations
+# (Use absolute paths)
+
+jbi.sdk.jar=/local/apache-servicemix-3.0-incubating/lib/servicemix-jbi-3.0-incubating.jar
+cxf.home=${user.home}/cxf-@CXF_VERSION@
+

Propchange: incubator/cxf/trunk/distribution/src/main/assembly/build.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/cxf/trunk/distribution/src/main/assembly/build.properties
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/cxf/trunk/distribution/src/main/assembly/build.properties
------------------------------------------------------------------------------
    svn:mime-type = text/plain