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 2007/09/13 08:48:16 UTC

svn commit: r575192 - in /incubator/servicemix/trunk/archetypes/servicemix-cxf-bc-service-unit/src/main/resources: ./ META-INF/ META-INF/maven/ archetype-resources/ archetype-resources/src/ archetype-resources/src/main/ archetype-resources/src/main/res...

Author: ffang
Date: Wed Sep 12 23:48:15 2007
New Revision: 575192

URL: http://svn.apache.org/viewvc?rev=575192&view=rev
Log:
add missing files

Added:
    incubator/servicemix/trunk/archetypes/servicemix-cxf-bc-service-unit/src/main/resources/
    incubator/servicemix/trunk/archetypes/servicemix-cxf-bc-service-unit/src/main/resources/META-INF/
    incubator/servicemix/trunk/archetypes/servicemix-cxf-bc-service-unit/src/main/resources/META-INF/maven/
    incubator/servicemix/trunk/archetypes/servicemix-cxf-bc-service-unit/src/main/resources/META-INF/maven/archetype.xml   (with props)
    incubator/servicemix/trunk/archetypes/servicemix-cxf-bc-service-unit/src/main/resources/archetype-resources/
    incubator/servicemix/trunk/archetypes/servicemix-cxf-bc-service-unit/src/main/resources/archetype-resources/pom.xml   (with props)
    incubator/servicemix/trunk/archetypes/servicemix-cxf-bc-service-unit/src/main/resources/archetype-resources/src/
    incubator/servicemix/trunk/archetypes/servicemix-cxf-bc-service-unit/src/main/resources/archetype-resources/src/main/
    incubator/servicemix/trunk/archetypes/servicemix-cxf-bc-service-unit/src/main/resources/archetype-resources/src/main/resources/
    incubator/servicemix/trunk/archetypes/servicemix-cxf-bc-service-unit/src/main/resources/archetype-resources/src/main/resources/service.wsdl   (with props)
    incubator/servicemix/trunk/archetypes/servicemix-cxf-bc-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml   (with props)

Added: incubator/servicemix/trunk/archetypes/servicemix-cxf-bc-service-unit/src/main/resources/META-INF/maven/archetype.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/archetypes/servicemix-cxf-bc-service-unit/src/main/resources/META-INF/maven/archetype.xml?rev=575192&view=auto
==============================================================================
--- incubator/servicemix/trunk/archetypes/servicemix-cxf-bc-service-unit/src/main/resources/META-INF/maven/archetype.xml (added)
+++ incubator/servicemix/trunk/archetypes/servicemix-cxf-bc-service-unit/src/main/resources/META-INF/maven/archetype.xml Wed Sep 12 23:48:15 2007
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    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.
+
+-->
+<archetype>
+  <id>servicemix-cxf-bc-service-unit</id>
+  <resources>
+    <resource>src/main/resources/xbean.xml</resource>
+    <resource>src/main/resources/service.wsdl</resource>
+  </resources>
+</archetype>

Propchange: incubator/servicemix/trunk/archetypes/servicemix-cxf-bc-service-unit/src/main/resources/META-INF/maven/archetype.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/servicemix/trunk/archetypes/servicemix-cxf-bc-service-unit/src/main/resources/META-INF/maven/archetype.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/servicemix/trunk/archetypes/servicemix-cxf-bc-service-unit/src/main/resources/META-INF/maven/archetype.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: incubator/servicemix/trunk/archetypes/servicemix-cxf-bc-service-unit/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/archetypes/servicemix-cxf-bc-service-unit/src/main/resources/archetype-resources/pom.xml?rev=575192&view=auto
==============================================================================
--- incubator/servicemix/trunk/archetypes/servicemix-cxf-bc-service-unit/src/main/resources/archetype-resources/pom.xml (added)
+++ incubator/servicemix/trunk/archetypes/servicemix-cxf-bc-service-unit/src/main/resources/archetype-resources/pom.xml Wed Sep 12 23:48:15 2007
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    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.
+
+-->
+<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>
+  <groupId>${groupId}</groupId>
+  <artifactId>${artifactId}</artifactId>
+  <packaging>jbi-service-unit</packaging>
+  <version>${version}</version>
+  <name>A Cxf BC Service Unit</name>
+  <url>http://www.myorganization.org</url>
+  @{repositories}
+  <properties>
+    <servicemix-version>@{servicemix-version}</servicemix-version>
+  </properties>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.servicemix</groupId>
+      <artifactId>servicemix-cxf-bc</artifactId>
+      <version>${servicemix-version}</version>      
+    </dependency>
+  </dependencies>
+  <build>
+  	<resources>
+      <resource>
+        <directory>src/main/resources</directory>
+        <includes>
+          <include>**/*</include>
+        </includes>
+      </resource>    
+    </resources>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.servicemix.tooling</groupId>
+        <artifactId>jbi-maven-plugin</artifactId>
+        <version>${servicemix-version}</version>      
+        <extensions>true</extensions>
+      </plugin>     
+    </plugins>
+  </build>
+</project>

Propchange: incubator/servicemix/trunk/archetypes/servicemix-cxf-bc-service-unit/src/main/resources/archetype-resources/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/servicemix/trunk/archetypes/servicemix-cxf-bc-service-unit/src/main/resources/archetype-resources/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/servicemix/trunk/archetypes/servicemix-cxf-bc-service-unit/src/main/resources/archetype-resources/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: incubator/servicemix/trunk/archetypes/servicemix-cxf-bc-service-unit/src/main/resources/archetype-resources/src/main/resources/service.wsdl
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/archetypes/servicemix-cxf-bc-service-unit/src/main/resources/archetype-resources/src/main/resources/service.wsdl?rev=575192&view=auto
==============================================================================
--- incubator/servicemix/trunk/archetypes/servicemix-cxf-bc-service-unit/src/main/resources/archetype-resources/src/main/resources/service.wsdl (added)
+++ incubator/servicemix/trunk/archetypes/servicemix-cxf-bc-service-unit/src/main/resources/archetype-resources/src/main/resources/service.wsdl Wed Sep 12 23:48:15 2007
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    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.
+-->
+<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://www.example.org/example/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="example" targetNamespace="http://www.example.org/example/">
+
+<wsdl:service name="example">
+
+</wsdl:service>
+</wsdl:definitions>

Propchange: incubator/servicemix/trunk/archetypes/servicemix-cxf-bc-service-unit/src/main/resources/archetype-resources/src/main/resources/service.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/servicemix/trunk/archetypes/servicemix-cxf-bc-service-unit/src/main/resources/archetype-resources/src/main/resources/service.wsdl
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/servicemix/trunk/archetypes/servicemix-cxf-bc-service-unit/src/main/resources/archetype-resources/src/main/resources/service.wsdl
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: incubator/servicemix/trunk/archetypes/servicemix-cxf-bc-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/archetypes/servicemix-cxf-bc-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml?rev=575192&view=auto
==============================================================================
--- incubator/servicemix/trunk/archetypes/servicemix-cxf-bc-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml (added)
+++ incubator/servicemix/trunk/archetypes/servicemix-cxf-bc-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml Wed Sep 12 23:48:15 2007
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    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.
+
+-->
+<beans xmlns:cxfbc="http://servicemix.apache.org/cxfbc/1.0">
+
+  <cxfbc:consumer wsdl="classpath:service.wsdl"
+                      targetEndpoint="replaceMe:withYourEndpoint"
+                      targetService="replaceMe:withYourService"
+                      targetInterface="replaceMe:withYourInterface"/>
+
+</beans>
+

Propchange: incubator/servicemix/trunk/archetypes/servicemix-cxf-bc-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/servicemix/trunk/archetypes/servicemix-cxf-bc-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/servicemix/trunk/archetypes/servicemix-cxf-bc-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml