summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/features/core/feature.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/features/core/feature.xml')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/features/core/feature.xml53
1 files changed, 34 insertions, 19 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/features/core/feature.xml b/sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/features/core/feature.xml
index 02f9d147a2..649bffe695 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/features/core/feature.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/features/core/feature.xml
@@ -19,21 +19,46 @@
-->
<feature
id="org.apache.tuscany.sca.feature.core"
- label="Apache Tuscany SCA Tools Core Feature"
- version="1.6.1-SNAPSHOT"
- provider-name="Apache Software Foundation">
- <install-handler handler="org.eclipse.update.core.DefaultInstallHandler"/>
+ label="Apache Tuscany SCA Eclipse Tools Core"
+ version="${tuscany.eclipse.version}"
+ provider-name="Apache Software Foundation"
+ plugin="org.apache.tuscany.sca.core">
<description url="http://tuscany.apache.org">
- Apache Tuscany SCA Tools Core Feature.
+ Apache Tuscany SCA Eclipse Tools Core
</description>
- <license url="http://www.apache.org/licenses/LICENSE-2.0">
- 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 &quot;License&quot;); you may not use this file except in compliance with the License. You may obtain a copy of the License at
+ <copyright>
+Copyright (c) 2005 - 2010 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+ </copyright>
+
+ <license url="LICENSE">
+Licensed to the Apache Software Foundation (ASF) under one or more contributor license
+agreements. See the LICENSE and NOTICE files 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 &quot;License&quot;);
+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 &quot;AS IS&quot; 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.
+Unless required by applicable law or agreed to in writing, software distributed under
+the License is distributed on an &quot;AS IS&quot; 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.
+
+APACHE TUSCANY SCA SUBCOMPONENTS:
+
+Apache Tuscany SCA for Java includes a number of subcomponents with separate copyright
+notices and license terms. Your use of these subcomponents is subject to the terms and
+conditions of the licenses shown in the LICENSE file contained in this distribution
+and also available at
+
+http://www.apache.org/dist/tuscany/java/sca/${pom.version}/tuscany-sca-${pom.version}-updatesite/LICENSE
</license>
<requires>
@@ -56,17 +81,7 @@ Unless required by applicable law or agreed to in writing, software distributed
id="org.apache.tuscany.sca.core"
download-size="0"
install-size="0"
- version="1.6.1-SNAPSHOT"
+ version="${tuscany.eclipse.version}"
unpack="false"/>
- <data
- id="runtime/apache-tuscany-sca-1.6.1-SNAPSHOT.jar"
- download-size="0"
- install-size="0"/>
-
- <data
- id="src/apache-tuscany-sca-1.6.1-SNAPSHOT-src.zip"
- download-size="0"
- install-size="0"/>
-
</feature>