diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2008-08-01 13:04:33 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2008-08-01 13:04:33 +0000 |
commit | ca739cfb0a681b1b5c634a3dbb2db246db5d82eb (patch) | |
tree | 96f94cf5edffa860d312c784c2a611d712fec163 /sandbox | |
parent | 0b8842a0c710631b5a84f07002a4fe0668f57444 (diff) |
move files to correct place
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681683 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox')
-rw-r--r-- | sandbox/travelsample/ui-contribution-webapp/src/main/webapp/META-INF/sca-deployables/sca-contribution.xml | 27 | ||||
-rw-r--r-- | sandbox/travelsample/ui-contribution-webapp/src/main/webapp/META-INF/sca-deployables/scatours.composite (renamed from sandbox/travelsample/ui-contribution-webapp/scatours.composite) | 0 |
2 files changed, 0 insertions, 27 deletions
diff --git a/sandbox/travelsample/ui-contribution-webapp/src/main/webapp/META-INF/sca-deployables/sca-contribution.xml b/sandbox/travelsample/ui-contribution-webapp/src/main/webapp/META-INF/sca-deployables/sca-contribution.xml deleted file mode 100644 index ca5bb4bc3e..0000000000 --- a/sandbox/travelsample/ui-contribution-webapp/src/main/webapp/META-INF/sca-deployables/sca-contribution.xml +++ /dev/null @@ -1,27 +0,0 @@ -<?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" - xmlns:scatours="http://scatours"> - <import.java package="scatours.common"/> - <import.java package="scatours.currencyconverter"/> - <import.java package="scatours.hotel"/> - <import.java package="scatours.trip"/> - <deployable composite="scatours:scatours"/> -</contribution>
\ No newline at end of file diff --git a/sandbox/travelsample/ui-contribution-webapp/scatours.composite b/sandbox/travelsample/ui-contribution-webapp/src/main/webapp/META-INF/sca-deployables/scatours.composite index 7d340bebba..7d340bebba 100644 --- a/sandbox/travelsample/ui-contribution-webapp/scatours.composite +++ b/sandbox/travelsample/ui-contribution-webapp/src/main/webapp/META-INF/sca-deployables/scatours.composite |