diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-18 18:56:34 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-18 18:56:34 +0000 |
commit | b796454ac3a94879f122cc19ddec5a7ff87fe5ee (patch) | |
tree | 855dc1b34f90566d909f652bebf2e88bcf4a4647 /sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-test/META-INF | |
parent | 1272f24f0777b78178fb2e239849e1e2e1b2c693 (diff) |
Reorganize directory structure to make import into Eclipse work
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998521 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-test/META-INF')
-rw-r--r-- | sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-test/META-INF/sca-contribution.xml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-test/META-INF/sca-contribution.xml b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-test/META-INF/sca-contribution.xml deleted file mode 100644 index a75087aca1..0000000000 --- a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-test/META-INF/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:s="http://store"> - <import.java package="services"/> - <import.java package="services.merger"/> - <import.java package="services.db"/> - <import.resource uri="uiservices/store.html"/> - <deployable composite="s:store-supplier"/> -</contribution>
\ No newline at end of file |