summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials/travelsample/contributions/usingsca/build.xml
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-05-14 14:12:35 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-05-14 14:12:35 +0000
commitc44a20c9251d32157be7601011b7be008c048bb3 (patch)
treebfac21ca857a38838610d8b07e0058f401a654f9 /sca-java-1.x/trunk/tutorials/travelsample/contributions/usingsca/build.xml
parent98fe008bd0969a85adb5389a3621b8bf32e50a9b (diff)
Rename using contribution and launcher to usingsca
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944272 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/trunk/tutorials/travelsample/contributions/usingsca/build.xml')
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/contributions/usingsca/build.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/contributions/usingsca/build.xml b/sca-java-1.x/trunk/tutorials/travelsample/contributions/usingsca/build.xml
new file mode 100644
index 0000000000..9f5fa9ed69
--- /dev/null
+++ b/sca-java-1.x/trunk/tutorials/travelsample/contributions/usingsca/build.xml
@@ -0,0 +1,22 @@
+<!--
+ * 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 name="scatours-contribution-usingsca" default="compile">
+ <import file="../../antdefs.xml"/>
+</project>