summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/shared-contributions/hotel-contribution/src
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2009-02-08 23:36:26 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2009-02-08 23:36:26 +0000
commit8b564094e7de1847e7f161b2307edfb4614671da (patch)
tree032129152f5b736049523097e5b311c32f4edc90 /sandbox/travelsample/shared-contributions/hotel-contribution/src
parent1426296b29b831a8e7ce8adb30d03409705eeb57 (diff)
Reorganize hotel-contribution source tree
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742207 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/travelsample/shared-contributions/hotel-contribution/src')
-rw-r--r--sandbox/travelsample/shared-contributions/hotel-contribution/src/main/java/scatours/hotel/HotelImpl.java (renamed from sandbox/travelsample/shared-contributions/hotel-contribution/src/scatours/hotel/HotelImpl.java)0
-rw-r--r--sandbox/travelsample/shared-contributions/hotel-contribution/src/main/java/scatours/hotel/HotelInfo.java (renamed from sandbox/travelsample/shared-contributions/hotel-contribution/src/scatours/hotel/HotelInfo.java)0
-rw-r--r--sandbox/travelsample/shared-contributions/hotel-contribution/src/main/resources/META-INF/sca-contribution.xml23
3 files changed, 23 insertions, 0 deletions
diff --git a/sandbox/travelsample/shared-contributions/hotel-contribution/src/scatours/hotel/HotelImpl.java b/sandbox/travelsample/shared-contributions/hotel-contribution/src/main/java/scatours/hotel/HotelImpl.java
index a9a6d1bbde..a9a6d1bbde 100644
--- a/sandbox/travelsample/shared-contributions/hotel-contribution/src/scatours/hotel/HotelImpl.java
+++ b/sandbox/travelsample/shared-contributions/hotel-contribution/src/main/java/scatours/hotel/HotelImpl.java
diff --git a/sandbox/travelsample/shared-contributions/hotel-contribution/src/scatours/hotel/HotelInfo.java b/sandbox/travelsample/shared-contributions/hotel-contribution/src/main/java/scatours/hotel/HotelInfo.java
index 3b0d11d16e..3b0d11d16e 100644
--- a/sandbox/travelsample/shared-contributions/hotel-contribution/src/scatours/hotel/HotelInfo.java
+++ b/sandbox/travelsample/shared-contributions/hotel-contribution/src/main/java/scatours/hotel/HotelInfo.java
diff --git a/sandbox/travelsample/shared-contributions/hotel-contribution/src/main/resources/META-INF/sca-contribution.xml b/sandbox/travelsample/shared-contributions/hotel-contribution/src/main/resources/META-INF/sca-contribution.xml
new file mode 100644
index 0000000000..765c8d1cc3
--- /dev/null
+++ b/sandbox/travelsample/shared-contributions/hotel-contribution/src/main/resources/META-INF/sca-contribution.xml
@@ -0,0 +1,23 @@
+<?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://www.osoa.org/xmlns/sca/1.0">
+ <import.java package="scatours.common"/>
+ <export.java package="scatours.hotel"/>
+</contribution> \ No newline at end of file