From fdb890085bc1fd3f4cc15f89c7c0aa2fa6cda0ec Mon Sep 17 00:00:00 2001 From: nash Date: Sun, 14 Nov 2010 21:45:57 +0000 Subject: Merge r1035067 TUSCANY-3762: Move filtered resources into new filtered-resources directory git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1035079 13f79535-47bb-0310-9956-ffa450edef68 --- .../eclipse/features/core/META-INF/MANIFEST.MF | 6 -- .../trunk/tools/eclipse/features/core/NOTICE | 6 -- .../trunk/tools/eclipse/features/core/feature.xml | 87 ---------------------- .../core/filtered-resources/META-INF/MANIFEST.MF | 6 ++ .../features/core/filtered-resources/NOTICE | 6 ++ .../features/core/filtered-resources/feature.xml | 87 ++++++++++++++++++++++ .../trunk/tools/eclipse/features/core/pom.xml | 68 +++++++++++++---- .../eclipse/plugins/core/META-INF/MANIFEST.MF | 31 -------- .../trunk/tools/eclipse/plugins/core/about.ini | 32 -------- .../tools/eclipse/plugins/core/about_files/NOTICE | 6 -- .../core/filtered-resources/META-INF/MANIFEST.MF | 31 ++++++++ .../plugins/core/filtered-resources/about.ini | 32 ++++++++ .../core/filtered-resources/about_files/NOTICE | 6 ++ .../org/apache/tuscany/sca/core/feature.version | 1 + .../org/apache/tuscany/sca/core/feature.version | 1 - .../trunk/tools/eclipse/plugins/core/pom.xml | 53 +++++++++++-- .../trunk/tools/eclipse/site/updatesite/NOTICE | 6 -- .../site/updatesite/filtered-resources/NOTICE | 6 ++ .../site/updatesite/filtered-resources/site.xml | 38 ++++++++++ .../src/main/assembly/updatesite.xml | 52 +++++++++++++ .../trunk/tools/eclipse/site/updatesite/pom.xml | 52 +++++++++++-- .../trunk/tools/eclipse/site/updatesite/site.xml | 38 ---------- .../updatesite/src/main/assembly/updatesite.xml | 52 ------------- 23 files changed, 412 insertions(+), 291 deletions(-) delete mode 100644 sca-java-1.x/trunk/tools/eclipse/features/core/META-INF/MANIFEST.MF delete mode 100644 sca-java-1.x/trunk/tools/eclipse/features/core/NOTICE delete mode 100644 sca-java-1.x/trunk/tools/eclipse/features/core/feature.xml create mode 100644 sca-java-1.x/trunk/tools/eclipse/features/core/filtered-resources/META-INF/MANIFEST.MF create mode 100644 sca-java-1.x/trunk/tools/eclipse/features/core/filtered-resources/NOTICE create mode 100644 sca-java-1.x/trunk/tools/eclipse/features/core/filtered-resources/feature.xml delete mode 100644 sca-java-1.x/trunk/tools/eclipse/plugins/core/META-INF/MANIFEST.MF delete mode 100644 sca-java-1.x/trunk/tools/eclipse/plugins/core/about.ini delete mode 100644 sca-java-1.x/trunk/tools/eclipse/plugins/core/about_files/NOTICE create mode 100644 sca-java-1.x/trunk/tools/eclipse/plugins/core/filtered-resources/META-INF/MANIFEST.MF create mode 100644 sca-java-1.x/trunk/tools/eclipse/plugins/core/filtered-resources/about.ini create mode 100644 sca-java-1.x/trunk/tools/eclipse/plugins/core/filtered-resources/about_files/NOTICE create mode 100644 sca-java-1.x/trunk/tools/eclipse/plugins/core/filtered-resources/org/apache/tuscany/sca/core/feature.version delete mode 100644 sca-java-1.x/trunk/tools/eclipse/plugins/core/org/apache/tuscany/sca/core/feature.version delete mode 100644 sca-java-1.x/trunk/tools/eclipse/site/updatesite/NOTICE create mode 100644 sca-java-1.x/trunk/tools/eclipse/site/updatesite/filtered-resources/NOTICE create mode 100644 sca-java-1.x/trunk/tools/eclipse/site/updatesite/filtered-resources/site.xml create mode 100644 sca-java-1.x/trunk/tools/eclipse/site/updatesite/filtered-resources/src/main/assembly/updatesite.xml delete mode 100644 sca-java-1.x/trunk/tools/eclipse/site/updatesite/site.xml delete mode 100644 sca-java-1.x/trunk/tools/eclipse/site/updatesite/src/main/assembly/updatesite.xml (limited to 'sca-java-1.x') diff --git a/sca-java-1.x/trunk/tools/eclipse/features/core/META-INF/MANIFEST.MF b/sca-java-1.x/trunk/tools/eclipse/features/core/META-INF/MANIFEST.MF deleted file mode 100644 index c259c8c6d8..0000000000 --- a/sca-java-1.x/trunk/tools/eclipse/features/core/META-INF/MANIFEST.MF +++ /dev/null @@ -1,6 +0,0 @@ -Manifest-Version: 1.0 -Bundle-ManifestVersion: 2 -Bundle-Name: Apache Tuscany SCA Eclipse Tools Core -Bundle-SymbolicName: org.apache.tuscany.sca.feature.core -Bundle-Version: ${tuscany.eclipse.version} -Bundle-Vendor: Apache Software Foundation diff --git a/sca-java-1.x/trunk/tools/eclipse/features/core/NOTICE b/sca-java-1.x/trunk/tools/eclipse/features/core/NOTICE deleted file mode 100644 index ad2ba40961..0000000000 --- a/sca-java-1.x/trunk/tools/eclipse/features/core/NOTICE +++ /dev/null @@ -1,6 +0,0 @@ -${pom.name} -Copyright (c) 2005 - 2010 The Apache Software Foundation - -This product includes software developed by -The Apache Software Foundation (http://www.apache.org/). - diff --git a/sca-java-1.x/trunk/tools/eclipse/features/core/feature.xml b/sca-java-1.x/trunk/tools/eclipse/features/core/feature.xml deleted file mode 100644 index 649bffe695..0000000000 --- a/sca-java-1.x/trunk/tools/eclipse/features/core/feature.xml +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - Apache Tuscany SCA Eclipse Tools Core - - - -Copyright (c) 2005 - 2010 The Apache Software Foundation - -This product includes software developed at -The Apache Software Foundation (http://www.apache.org/). - - - -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 "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. - -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 - - - - - - - - - - - - - - - - - - - - - diff --git a/sca-java-1.x/trunk/tools/eclipse/features/core/filtered-resources/META-INF/MANIFEST.MF b/sca-java-1.x/trunk/tools/eclipse/features/core/filtered-resources/META-INF/MANIFEST.MF new file mode 100644 index 0000000000..c259c8c6d8 --- /dev/null +++ b/sca-java-1.x/trunk/tools/eclipse/features/core/filtered-resources/META-INF/MANIFEST.MF @@ -0,0 +1,6 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: Apache Tuscany SCA Eclipse Tools Core +Bundle-SymbolicName: org.apache.tuscany.sca.feature.core +Bundle-Version: ${tuscany.eclipse.version} +Bundle-Vendor: Apache Software Foundation diff --git a/sca-java-1.x/trunk/tools/eclipse/features/core/filtered-resources/NOTICE b/sca-java-1.x/trunk/tools/eclipse/features/core/filtered-resources/NOTICE new file mode 100644 index 0000000000..ad2ba40961 --- /dev/null +++ b/sca-java-1.x/trunk/tools/eclipse/features/core/filtered-resources/NOTICE @@ -0,0 +1,6 @@ +${pom.name} +Copyright (c) 2005 - 2010 The Apache Software Foundation + +This product includes software developed by +The Apache Software Foundation (http://www.apache.org/). + diff --git a/sca-java-1.x/trunk/tools/eclipse/features/core/filtered-resources/feature.xml b/sca-java-1.x/trunk/tools/eclipse/features/core/filtered-resources/feature.xml new file mode 100644 index 0000000000..649bffe695 --- /dev/null +++ b/sca-java-1.x/trunk/tools/eclipse/features/core/filtered-resources/feature.xml @@ -0,0 +1,87 @@ + + + + + + Apache Tuscany SCA Eclipse Tools Core + + + +Copyright (c) 2005 - 2010 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + + + +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 "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. + +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 + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-1.x/trunk/tools/eclipse/features/core/pom.xml b/sca-java-1.x/trunk/tools/eclipse/features/core/pom.xml index 8ca96f1556..9c912b050f 100644 --- a/sca-java-1.x/trunk/tools/eclipse/features/core/pom.xml +++ b/sca-java-1.x/trunk/tools/eclipse/features/core/pom.xml @@ -38,24 +38,47 @@ - - ../../target/filter.properties - - - - ${basedir} - true - - **/.*/** - pom.xml - build.* - target/** - - + + ${basedir} + + **/.*/** + pom.xml + build.* + filtered-resources/** + target/** + + + + org.apache.maven.plugins + maven-resources-plugin + 2.4.3 + + + + copy-filtered-resources + generate-resources + + copy-resources + + + ${basedir} + + ${basedir}/../../target/filter.properties + + + + ${basedir}/filtered-resources + true + + + + + + org.apache.maven.plugins maven-jar-plugin @@ -65,6 +88,23 @@ + + org.apache.maven.plugins + maven-clean-plugin + + + + + ${basedir} + + NOTICE + META-INF/MANIFEST.MF + feature.xml + + + + + diff --git a/sca-java-1.x/trunk/tools/eclipse/plugins/core/META-INF/MANIFEST.MF b/sca-java-1.x/trunk/tools/eclipse/plugins/core/META-INF/MANIFEST.MF deleted file mode 100644 index df88abf138..0000000000 --- a/sca-java-1.x/trunk/tools/eclipse/plugins/core/META-INF/MANIFEST.MF +++ /dev/null @@ -1,31 +0,0 @@ -Manifest-Version: 1.0 -Bundle-ManifestVersion: 2 -Bundle-Name: Apache Tuscany SCA Eclipse Tools Core -Bundle-SymbolicName: org.apache.tuscany.sca.core;singleton:=true -Bundle-Version: ${tuscany.eclipse.version} -Import-Package: org.eclipse.core.resources, - org.eclipse.core.runtime, - org.eclipse.core.runtime.jobs, - org.eclipse.debug.core, - org.eclipse.debug.core.model, - org.eclipse.debug.ui, - org.eclipse.debug.ui.sourcelookup, - org.eclipse.jdt.core, - org.eclipse.jdt.debug.ui.launchConfigurations, - org.eclipse.jdt.launching, - org.eclipse.jdt.ui.wizards, - org.eclipse.jface.dialogs, - org.eclipse.jface.operation, - org.eclipse.jface.resource, - org.eclipse.jface.viewers, - org.eclipse.jface.wizard, - org.eclipse.osgi.service.datalocation;version="1.0.0", - org.eclipse.swt, - org.eclipse.swt.graphics, - org.eclipse.swt.widgets, - org.eclipse.ui, - org.eclipse.ui.progress, - org.osgi.framework;version="1.3.0" -Bundle-Vendor: Apache Software Foundation -Bundle-RequiredExecutionEnvironment: J2SE-1.5 -Require-Bundle: org.eclipse.ui.ide diff --git a/sca-java-1.x/trunk/tools/eclipse/plugins/core/about.ini b/sca-java-1.x/trunk/tools/eclipse/plugins/core/about.ini deleted file mode 100644 index 40f7cb3437..0000000000 --- a/sca-java-1.x/trunk/tools/eclipse/plugins/core/about.ini +++ /dev/null @@ -1,32 +0,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 -# "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. -# -aboutText=Apache Tuscany SCA Eclipse Tools Core\n\ -\n\ -Copyright (c) 2005 - 2010 The Apache Software Foundation\n\ -Visit http://tuscany.apache.org/\n\ -\n\ -This product includes software developed by The Apache Software Foundation http://www.apache.org/\n\ -\n\ -Apache Tuscany SCA for Java includes a number of subcomponents with separate copyright notices and license\n\ -terms. Your use of these subcomponents is subject to the terms and conditions of the licenses shown at\n\ -http://www.apache.org/dist/tuscany/java/sca/${pom.version}/tuscany-sca-${pom.version}-updatesite/LICENSE - -aboutImage=icons/tuscany.gif -windowImage=icons/t.gif -featureImage=icons/t.gif diff --git a/sca-java-1.x/trunk/tools/eclipse/plugins/core/about_files/NOTICE b/sca-java-1.x/trunk/tools/eclipse/plugins/core/about_files/NOTICE deleted file mode 100644 index ad2ba40961..0000000000 --- a/sca-java-1.x/trunk/tools/eclipse/plugins/core/about_files/NOTICE +++ /dev/null @@ -1,6 +0,0 @@ -${pom.name} -Copyright (c) 2005 - 2010 The Apache Software Foundation - -This product includes software developed by -The Apache Software Foundation (http://www.apache.org/). - diff --git a/sca-java-1.x/trunk/tools/eclipse/plugins/core/filtered-resources/META-INF/MANIFEST.MF b/sca-java-1.x/trunk/tools/eclipse/plugins/core/filtered-resources/META-INF/MANIFEST.MF new file mode 100644 index 0000000000..df88abf138 --- /dev/null +++ b/sca-java-1.x/trunk/tools/eclipse/plugins/core/filtered-resources/META-INF/MANIFEST.MF @@ -0,0 +1,31 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: Apache Tuscany SCA Eclipse Tools Core +Bundle-SymbolicName: org.apache.tuscany.sca.core;singleton:=true +Bundle-Version: ${tuscany.eclipse.version} +Import-Package: org.eclipse.core.resources, + org.eclipse.core.runtime, + org.eclipse.core.runtime.jobs, + org.eclipse.debug.core, + org.eclipse.debug.core.model, + org.eclipse.debug.ui, + org.eclipse.debug.ui.sourcelookup, + org.eclipse.jdt.core, + org.eclipse.jdt.debug.ui.launchConfigurations, + org.eclipse.jdt.launching, + org.eclipse.jdt.ui.wizards, + org.eclipse.jface.dialogs, + org.eclipse.jface.operation, + org.eclipse.jface.resource, + org.eclipse.jface.viewers, + org.eclipse.jface.wizard, + org.eclipse.osgi.service.datalocation;version="1.0.0", + org.eclipse.swt, + org.eclipse.swt.graphics, + org.eclipse.swt.widgets, + org.eclipse.ui, + org.eclipse.ui.progress, + org.osgi.framework;version="1.3.0" +Bundle-Vendor: Apache Software Foundation +Bundle-RequiredExecutionEnvironment: J2SE-1.5 +Require-Bundle: org.eclipse.ui.ide diff --git a/sca-java-1.x/trunk/tools/eclipse/plugins/core/filtered-resources/about.ini b/sca-java-1.x/trunk/tools/eclipse/plugins/core/filtered-resources/about.ini new file mode 100644 index 0000000000..40f7cb3437 --- /dev/null +++ b/sca-java-1.x/trunk/tools/eclipse/plugins/core/filtered-resources/about.ini @@ -0,0 +1,32 @@ +# +# 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. +# +aboutText=Apache Tuscany SCA Eclipse Tools Core\n\ +\n\ +Copyright (c) 2005 - 2010 The Apache Software Foundation\n\ +Visit http://tuscany.apache.org/\n\ +\n\ +This product includes software developed by The Apache Software Foundation http://www.apache.org/\n\ +\n\ +Apache Tuscany SCA for Java includes a number of subcomponents with separate copyright notices and license\n\ +terms. Your use of these subcomponents is subject to the terms and conditions of the licenses shown at\n\ +http://www.apache.org/dist/tuscany/java/sca/${pom.version}/tuscany-sca-${pom.version}-updatesite/LICENSE + +aboutImage=icons/tuscany.gif +windowImage=icons/t.gif +featureImage=icons/t.gif diff --git a/sca-java-1.x/trunk/tools/eclipse/plugins/core/filtered-resources/about_files/NOTICE b/sca-java-1.x/trunk/tools/eclipse/plugins/core/filtered-resources/about_files/NOTICE new file mode 100644 index 0000000000..ad2ba40961 --- /dev/null +++ b/sca-java-1.x/trunk/tools/eclipse/plugins/core/filtered-resources/about_files/NOTICE @@ -0,0 +1,6 @@ +${pom.name} +Copyright (c) 2005 - 2010 The Apache Software Foundation + +This product includes software developed by +The Apache Software Foundation (http://www.apache.org/). + diff --git a/sca-java-1.x/trunk/tools/eclipse/plugins/core/filtered-resources/org/apache/tuscany/sca/core/feature.version b/sca-java-1.x/trunk/tools/eclipse/plugins/core/filtered-resources/org/apache/tuscany/sca/core/feature.version new file mode 100644 index 0000000000..6bcf8a724b --- /dev/null +++ b/sca-java-1.x/trunk/tools/eclipse/plugins/core/filtered-resources/org/apache/tuscany/sca/core/feature.version @@ -0,0 +1 @@ +${tuscany.eclipse.version} diff --git a/sca-java-1.x/trunk/tools/eclipse/plugins/core/org/apache/tuscany/sca/core/feature.version b/sca-java-1.x/trunk/tools/eclipse/plugins/core/org/apache/tuscany/sca/core/feature.version deleted file mode 100644 index 6bcf8a724b..0000000000 --- a/sca-java-1.x/trunk/tools/eclipse/plugins/core/org/apache/tuscany/sca/core/feature.version +++ /dev/null @@ -1 +0,0 @@ -${tuscany.eclipse.version} diff --git a/sca-java-1.x/trunk/tools/eclipse/plugins/core/pom.xml b/sca-java-1.x/trunk/tools/eclipse/plugins/core/pom.xml index 95298067c1..f33c744cc4 100644 --- a/sca-java-1.x/trunk/tools/eclipse/plugins/core/pom.xml +++ b/sca-java-1.x/trunk/tools/eclipse/plugins/core/pom.xml @@ -68,25 +68,48 @@ - - ../../target/filter.properties - - ${basedir} - true src/** **/.*/** pom.xml build.* + filtered-resources/** target/** - + + + org.apache.maven.plugins + maven-resources-plugin + 2.4.3 + + + + copy-filtered-resources + generate-resources + + copy-resources + + + ${basedir} + + ${basedir}/../../target/filter.properties + + + + ${basedir}/filtered-resources + true + + + + + + org.apache.maven.plugins maven-jar-plugin @@ -96,6 +119,24 @@ + + org.apache.maven.plugins + maven-clean-plugin + + + + + ${basedir} + + about.ini + about_files/NOTICE + META-INF/MANIFEST.MF + org/apache/tuscany/sca/core/feature.version + + + + + diff --git a/sca-java-1.x/trunk/tools/eclipse/site/updatesite/NOTICE b/sca-java-1.x/trunk/tools/eclipse/site/updatesite/NOTICE deleted file mode 100644 index ad2ba40961..0000000000 --- a/sca-java-1.x/trunk/tools/eclipse/site/updatesite/NOTICE +++ /dev/null @@ -1,6 +0,0 @@ -${pom.name} -Copyright (c) 2005 - 2010 The Apache Software Foundation - -This product includes software developed by -The Apache Software Foundation (http://www.apache.org/). - diff --git a/sca-java-1.x/trunk/tools/eclipse/site/updatesite/filtered-resources/NOTICE b/sca-java-1.x/trunk/tools/eclipse/site/updatesite/filtered-resources/NOTICE new file mode 100644 index 0000000000..ad2ba40961 --- /dev/null +++ b/sca-java-1.x/trunk/tools/eclipse/site/updatesite/filtered-resources/NOTICE @@ -0,0 +1,6 @@ +${pom.name} +Copyright (c) 2005 - 2010 The Apache Software Foundation + +This product includes software developed by +The Apache Software Foundation (http://www.apache.org/). + diff --git a/sca-java-1.x/trunk/tools/eclipse/site/updatesite/filtered-resources/site.xml b/sca-java-1.x/trunk/tools/eclipse/site/updatesite/filtered-resources/site.xml new file mode 100644 index 0000000000..0a433ee065 --- /dev/null +++ b/sca-java-1.x/trunk/tools/eclipse/site/updatesite/filtered-resources/site.xml @@ -0,0 +1,38 @@ + + + + + Apache Tuscany SCA Eclipse Tools + + + + + + + + + + + The Apache Tuscany SCA Eclipse Tools category contains all features related to Apache Tuscany SCA. + + + diff --git a/sca-java-1.x/trunk/tools/eclipse/site/updatesite/filtered-resources/src/main/assembly/updatesite.xml b/sca-java-1.x/trunk/tools/eclipse/site/updatesite/filtered-resources/src/main/assembly/updatesite.xml new file mode 100644 index 0000000000..6d11e978af --- /dev/null +++ b/sca-java-1.x/trunk/tools/eclipse/site/updatesite/filtered-resources/src/main/assembly/updatesite.xml @@ -0,0 +1,52 @@ + + + + updatesite + false + + dir + + + + + target/classes + tuscany-sca-${tuscany.version}-updatesite + + LICENSE + NOTICE + site.xml + + + + + + + ../../plugins/core/target/org.apache.tuscany.sca.core-${tuscany.version}.jar + tuscany-sca-${tuscany.version}-updatesite/plugins + org.apache.tuscany.sca.core_${tuscany.eclipse.version}.jar + + + + ../../features/core/target/org.apache.tuscany.sca.feature.core-${tuscany.version}.jar + tuscany-sca-${tuscany.version}-updatesite/features + + + + diff --git a/sca-java-1.x/trunk/tools/eclipse/site/updatesite/pom.xml b/sca-java-1.x/trunk/tools/eclipse/site/updatesite/pom.xml index baa08ff1f7..d3832313dc 100644 --- a/sca-java-1.x/trunk/tools/eclipse/site/updatesite/pom.xml +++ b/sca-java-1.x/trunk/tools/eclipse/site/updatesite/pom.xml @@ -46,15 +46,11 @@ - - ../../target/filter.properties - - ${basedir} - true + src/** **/.*/** pom.xml build.* @@ -64,6 +60,33 @@ + + org.apache.maven.plugins + maven-resources-plugin + 2.4.3 + + + + copy-filtered-resources + generate-resources + + copy-resources + + + ${basedir} + + ${basedir}/../../target/filter.properties + + + + ${basedir}/filtered-resources + true + + + + + + org.apache.maven.plugins maven-assembly-plugin @@ -76,7 +99,7 @@ - target/classes/src/main/assembly/updatesite.xml + src/main/assembly/updatesite.xml gnu apache-tuscany-sca-${pom.version} @@ -84,6 +107,23 @@ + + org.apache.maven.plugins + maven-clean-plugin + + + + + ${basedir} + + site.xml + NOTICE + src/main/assembly/updatesite.xml + + + + + diff --git a/sca-java-1.x/trunk/tools/eclipse/site/updatesite/site.xml b/sca-java-1.x/trunk/tools/eclipse/site/updatesite/site.xml deleted file mode 100644 index 0a433ee065..0000000000 --- a/sca-java-1.x/trunk/tools/eclipse/site/updatesite/site.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - - Apache Tuscany SCA Eclipse Tools - - - - - - - - - - - The Apache Tuscany SCA Eclipse Tools category contains all features related to Apache Tuscany SCA. - - - diff --git a/sca-java-1.x/trunk/tools/eclipse/site/updatesite/src/main/assembly/updatesite.xml b/sca-java-1.x/trunk/tools/eclipse/site/updatesite/src/main/assembly/updatesite.xml deleted file mode 100644 index 6d11e978af..0000000000 --- a/sca-java-1.x/trunk/tools/eclipse/site/updatesite/src/main/assembly/updatesite.xml +++ /dev/null @@ -1,52 +0,0 @@ - - - - updatesite - false - - dir - - - - - target/classes - tuscany-sca-${tuscany.version}-updatesite - - LICENSE - NOTICE - site.xml - - - - - - - ../../plugins/core/target/org.apache.tuscany.sca.core-${tuscany.version}.jar - tuscany-sca-${tuscany.version}-updatesite/plugins - org.apache.tuscany.sca.core_${tuscany.eclipse.version}.jar - - - - ../../features/core/target/org.apache.tuscany.sca.feature.core-${tuscany.version}.jar - tuscany-sca-${tuscany.version}-updatesite/features - - - - -- cgit v1.2.3