summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/getting-started/files
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-10-14 07:35:36 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-10-14 07:35:36 +0000
commit7068db573121465598de797e4a5bbe5d26403e78 (patch)
tree5ff3f8f0d35c0ee051715f18cfcb4a3efda585fb /sca-java-2.x/trunk/samples/getting-started/files
parent30bda88fa5761025c2fb0c6ff219a0fd9a5fd0c8 (diff)
Move the varrious config and utility files to a subdirectory so they don't cluter up the top level folder
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022398 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples/getting-started/files')
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/files/new-sca-contribution.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/samples/getting-started/files/new-sca-contribution.xml b/sca-java-2.x/trunk/samples/getting-started/files/new-sca-contribution.xml
new file mode 100644
index 0000000000..62e8fef55d
--- /dev/null
+++ b/sca-java-2.x/trunk/samples/getting-started/files/new-sca-contribution.xml
@@ -0,0 +1,27 @@
+<?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.
+-->
+<contribution xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912"
+ xmlns:sample="http://sample">
+
+ <!-- Add exports from the helloworld contribution resources so other contributions can reuse them -->
+ <export namespace="http://sample"/>
+ <export.java package="sample"/>
+
+</contribution>