You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2010/09/17 12:28:09 UTC

svn commit: r998054 - in /tuscany/otest/newlayout/oasis-jms-contributions: ./ pom.xml src/ src/main/ src/main/resources/ src/main/resources/assembly.xml src/main/resources/components.xml

Author: slaws
Date: Fri Sep 17 10:28:08 2010
New Revision: 998054

URL: http://svn.apache.org/viewvc?rev=998054&view=rev
Log:
Project for generating zip of ws otest contributions for running in trunk compliance tests. 

Added:
    tuscany/otest/newlayout/oasis-jms-contributions/   (with props)
    tuscany/otest/newlayout/oasis-jms-contributions/pom.xml
    tuscany/otest/newlayout/oasis-jms-contributions/src/
    tuscany/otest/newlayout/oasis-jms-contributions/src/main/
    tuscany/otest/newlayout/oasis-jms-contributions/src/main/resources/
    tuscany/otest/newlayout/oasis-jms-contributions/src/main/resources/assembly.xml
    tuscany/otest/newlayout/oasis-jms-contributions/src/main/resources/components.xml

Propchange: tuscany/otest/newlayout/oasis-jms-contributions/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Sep 17 10:28:08 2010
@@ -0,0 +1 @@
+target

Added: tuscany/otest/newlayout/oasis-jms-contributions/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/otest/newlayout/oasis-jms-contributions/pom.xml?rev=998054&view=auto
==============================================================================
--- tuscany/otest/newlayout/oasis-jms-contributions/pom.xml (added)
+++ tuscany/otest/newlayout/oasis-jms-contributions/pom.xml Fri Sep 17 10:28:08 2010
@@ -0,0 +1,54 @@
+<?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>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.tuscany.sca</groupId>
+        <artifactId>tuscany-sca</artifactId>
+        <version>2.0-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+    <artifactId>oasis-jms-contributions</artifactId>
+    <name>Apache Tuscany SCA OASIS JMS Otest Contributions Zip</name>
+
+    <build>
+        <finalName>${artifactId}</finalName>
+        <plugins>
+          <plugin>
+            <artifactId>maven-assembly-plugin</artifactId>
+            <version>2.2-beta-5</version>
+            <configuration>
+              <descriptors>
+                <descriptor>src/main/resources/assembly.xml</descriptor>
+              </descriptors>
+            </configuration>
+            <executions>
+              <execution>
+                <id>make-assembly</id>
+                <phase>package</phase>
+                <goals>
+                  <goal>single</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+    </build>
+</project>

Added: tuscany/otest/newlayout/oasis-jms-contributions/src/main/resources/assembly.xml
URL: http://svn.apache.org/viewvc/tuscany/otest/newlayout/oasis-jms-contributions/src/main/resources/assembly.xml?rev=998054&view=auto
==============================================================================
--- tuscany/otest/newlayout/oasis-jms-contributions/src/main/resources/assembly.xml (added)
+++ tuscany/otest/newlayout/oasis-jms-contributions/src/main/resources/assembly.xml Fri Sep 17 10:28:08 2010
@@ -0,0 +1,31 @@
+<?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.
+-->
+<assembly>
+    <!-- id typically identifies the "type" (src vs bin etc) of the assembly -->
+    <id></id>
+    <includeBaseDirectory>false</includeBaseDirectory>
+    <formats>
+        <format>zip</format>
+    </formats>
+
+    <componentDescriptors>
+        <componentDescriptor>src/main/resources/components.xml</componentDescriptor>
+    </componentDescriptors>
+</assembly>

Added: tuscany/otest/newlayout/oasis-jms-contributions/src/main/resources/components.xml
URL: http://svn.apache.org/viewvc/tuscany/otest/newlayout/oasis-jms-contributions/src/main/resources/components.xml?rev=998054&view=auto
==============================================================================
--- tuscany/otest/newlayout/oasis-jms-contributions/src/main/resources/components.xml (added)
+++ tuscany/otest/newlayout/oasis-jms-contributions/src/main/resources/components.xml Fri Sep 17 10:28:08 2010
@@ -0,0 +1,29 @@
+<!--
+    * 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.
+-->
+<component>
+    <fileSets>
+        <fileSet>
+            <directory>../sca-jms</directory>
+            <outputDirectory>/</outputDirectory>
+            <includes>
+                <include>**/target/*.zip</include>
+            </includes>
+        </fileSet>
+    </fileSets>
+</component>