summaryrefslogtreecommitdiffstats
path: root/otest/newlayout/oasis-jms-contributions/src/main/resources/components.xml
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-09-17 10:28:08 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-09-17 10:28:08 +0000
commit943e00309c9fc724d691d982ab8a78418e3827da (patch)
tree163ced6312b905e4696479859ba18f6e8d8c70b8 /otest/newlayout/oasis-jms-contributions/src/main/resources/components.xml
parentc6209248a7c730286c17cbacfccba1246a2976fa (diff)
Project for generating zip of ws otest contributions for running in trunk compliance tests.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998054 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--otest/newlayout/oasis-jms-contributions/src/main/resources/components.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/otest/newlayout/oasis-jms-contributions/src/main/resources/components.xml b/otest/newlayout/oasis-jms-contributions/src/main/resources/components.xml
new file mode 100644
index 0000000000..d84a303274
--- /dev/null
+++ b/otest/newlayout/oasis-jms-contributions/src/main/resources/components.xml
@@ -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>