From 02337e4a7c49f36b6e0a1c19535f635dec7926b0 Mon Sep 17 00:00:00 2001 From: rfeng Date: Tue, 21 Oct 2008 18:23:23 +0000 Subject: Restrict Export-Package git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@706706 13f79535-47bb-0310-9956-ffa450edef68 --- branches/sca-equinox/modules/assembly-xml/pom.xml | 2 +- .../modules/binding-ws-axis2-policy/pom.xml | 5 +- .../sca-equinox/modules/binding-ws-axis2/pom.xml | 2 +- .../sca-equinox/modules/binding-ws-wsdlgen/pom.xml | 2 +- branches/sca-equinox/modules/binding-ws/pom.xml | 5 +- .../sca-equinox/modules/databinding-jaxb/pom.xml | 2 +- branches/sca-equinox/modules/databinding/pom.xml | 9 +- .../sca-equinox/modules/domain-manager/pom.xml | 5 +- .../modules/extensibility-equinox/pom.xml | 2 +- branches/sca-equinox/modules/host-http/pom.xml | 2 +- .../sca-equinox/modules/host-webapp-junit/pom.xml | 2 +- branches/sca-equinox/modules/host-webapp/pom.xml | 5 +- .../modules/implementation-bpel-ode/pom.xml | 828 ++++++++++----------- .../sca-equinox/modules/implementation-ejb/pom.xml | 2 +- .../modules/implementation-java-xml/pom.xml | 2 +- .../modules/implementation-spring/pom.xml | 2 +- .../spring/xml/SpringSCAPropertyElement.java.orig | 44 -- .../modules/implementation-widget-runtime/pom.xml | 2 +- .../modules/implementation-widget/pom.xml | 2 +- .../modules/implementation-xquery/pom.xml | 2 +- .../modules/interface-java-jaxws/pom.xml | 2 +- .../sca-equinox/modules/interface-java/pom.xml | 6 +- branches/sca-equinox/modules/interface/pom.xml | 6 +- branches/sca-equinox/modules/node-api/pom.xml | 2 +- branches/sca-equinox/modules/node-impl/pom.xml | 2 +- .../modules/node-launcher-equinox/pom.xml | 2 +- branches/sca-equinox/modules/node-launcher/pom.xml | 2 +- branches/sca-equinox/modules/node-manager/pom.xml | 2 +- .../modules/policy-security-jsr250/pom.xml | 2 +- .../sca-equinox/modules/policy-security-ws/pom.xml | 2 +- .../sca-equinox/modules/policy-security/pom.xml | 8 +- branches/sca-equinox/modules/policy-xml/pom.xml | 2 +- branches/sca-equinox/modules/policy/pom.xml | 5 +- branches/sca-equinox/modules/sca-api/pom.xml | 2 +- 34 files changed, 479 insertions(+), 493 deletions(-) delete mode 100644 branches/sca-equinox/modules/implementation-spring/src/main/java/org/apache/tuscany/sca/implementation/spring/xml/SpringSCAPropertyElement.java.orig (limited to 'branches') diff --git a/branches/sca-equinox/modules/assembly-xml/pom.xml b/branches/sca-equinox/modules/assembly-xml/pom.xml index 04961fbd62..b45ba6b82c 100644 --- a/branches/sca-equinox/modules/assembly-xml/pom.xml +++ b/branches/sca-equinox/modules/assembly-xml/pom.xml @@ -124,7 +124,7 @@ ${tuscany.version} org.apache.tuscany.sca.assembly.xml ${pom.name} - org.apache.tuscany.sca.assembly.xml* + org.apache.tuscany.sca.assembly.xml diff --git a/branches/sca-equinox/modules/binding-ws-axis2-policy/pom.xml b/branches/sca-equinox/modules/binding-ws-axis2-policy/pom.xml index c771361acb..224a076103 100644 --- a/branches/sca-equinox/modules/binding-ws-axis2-policy/pom.xml +++ b/branches/sca-equinox/modules/binding-ws-axis2-policy/pom.xml @@ -132,7 +132,10 @@ ${tuscany.version} org.apache.tuscany.sca.policy.security.ws ${pom.name} - org.apache.tuscany.sca.policy.security.ws* + + org.apache.tuscany.sca.binding.ws.axis2.policy.authentication.basic, + org.apache.tuscany.sca.binding.ws.axis2.policy.configuration + diff --git a/branches/sca-equinox/modules/binding-ws-axis2/pom.xml b/branches/sca-equinox/modules/binding-ws-axis2/pom.xml index d9253b9cbe..ba8891df48 100644 --- a/branches/sca-equinox/modules/binding-ws-axis2/pom.xml +++ b/branches/sca-equinox/modules/binding-ws-axis2/pom.xml @@ -301,7 +301,7 @@ ${tuscany.version} org.apache.tuscany.sca.binding.ws.axis2 ${pom.name} - org.apache.tuscany.sca.binding.ws.axis2* + org.apache.tuscany.sca.binding.ws.axis2 diff --git a/branches/sca-equinox/modules/binding-ws-wsdlgen/pom.xml b/branches/sca-equinox/modules/binding-ws-wsdlgen/pom.xml index 012076b3b5..104ac7d07b 100644 --- a/branches/sca-equinox/modules/binding-ws-wsdlgen/pom.xml +++ b/branches/sca-equinox/modules/binding-ws-wsdlgen/pom.xml @@ -103,7 +103,7 @@ ${tuscany.version} org.apache.tuscany.sca.binding.ws.wsdlgen ${pom.name} - org.apache.tuscany.sca.binding.ws.wsdlgen* + org.apache.tuscany.sca.binding.ws.wsdlgen diff --git a/branches/sca-equinox/modules/binding-ws/pom.xml b/branches/sca-equinox/modules/binding-ws/pom.xml index 8a6ade06eb..a6e5e0accc 100644 --- a/branches/sca-equinox/modules/binding-ws/pom.xml +++ b/branches/sca-equinox/modules/binding-ws/pom.xml @@ -75,7 +75,10 @@ ${tuscany.version} org.apache.tuscany.sca.binding.ws ${pom.name} - org.apache.tuscany.sca.binding.ws* + + org.apache.tuscany.sca.binding.ws, + org.apache.tuscany.sca.binding.ws.addressing + diff --git a/branches/sca-equinox/modules/databinding-jaxb/pom.xml b/branches/sca-equinox/modules/databinding-jaxb/pom.xml index 8b819e06d3..9411572f41 100644 --- a/branches/sca-equinox/modules/databinding-jaxb/pom.xml +++ b/branches/sca-equinox/modules/databinding-jaxb/pom.xml @@ -174,7 +174,7 @@ ${tuscany.version} org.apache.tuscany.sca.databinding.jaxb ${pom.name} - org.apache.tuscany.sca.databinding.jaxb* + org.apache.tuscany.sca.databinding.jaxb diff --git a/branches/sca-equinox/modules/databinding/pom.xml b/branches/sca-equinox/modules/databinding/pom.xml index 8021c62970..1af4f28647 100644 --- a/branches/sca-equinox/modules/databinding/pom.xml +++ b/branches/sca-equinox/modules/databinding/pom.xml @@ -98,7 +98,14 @@ ${tuscany.version} org.apache.tuscany.sca.databinding ${pom.name} - org.apache.tuscany.sca.databinding* + + org.apache.tuscany.sca.databinding, + org.apache.tuscany.sca.databinding.annotation, + org.apache.tuscany.sca.databinding.impl, + org.apache.tuscany.sca.databinding.javabeans, + org.apache.tuscany.sca.databinding.util, + org.apache.tuscany.sca.databinding.xml + diff --git a/branches/sca-equinox/modules/domain-manager/pom.xml b/branches/sca-equinox/modules/domain-manager/pom.xml index 85f35f7381..17394a309d 100644 --- a/branches/sca-equinox/modules/domain-manager/pom.xml +++ b/branches/sca-equinox/modules/domain-manager/pom.xml @@ -190,7 +190,10 @@ ${tuscany.version} org.apache.tuscany.sca.domain.manager ${pom.name} - org.apache.tuscany.sca.domain.manager* + + org.apache.tuscany.sca.domain.manager.impl, + org.apache.tuscany.sca.domain.manager.launcher + diff --git a/branches/sca-equinox/modules/extensibility-equinox/pom.xml b/branches/sca-equinox/modules/extensibility-equinox/pom.xml index 9547e92f34..2ce1fb0a31 100644 --- a/branches/sca-equinox/modules/extensibility-equinox/pom.xml +++ b/branches/sca-equinox/modules/extensibility-equinox/pom.xml @@ -100,7 +100,7 @@ org.apache.tuscany.sca.extensibility.equinox ${pom.name} org.apache.tuscany.sca.extensibility.equinox.EquinoxServiceDiscoveryActivator - org.apache.tuscany.sca.extensibility.equinox* + true lazy * diff --git a/branches/sca-equinox/modules/host-http/pom.xml b/branches/sca-equinox/modules/host-http/pom.xml index 9a6a6d5d3b..fabf47d381 100644 --- a/branches/sca-equinox/modules/host-http/pom.xml +++ b/branches/sca-equinox/modules/host-http/pom.xml @@ -54,7 +54,7 @@ ${tuscany.version} org.apache.tuscany.sca.host.http ${pom.name} - org.apache.tuscany.sca.host.http* + org.apache.tuscany.sca.host.http diff --git a/branches/sca-equinox/modules/host-webapp-junit/pom.xml b/branches/sca-equinox/modules/host-webapp-junit/pom.xml index 59bb88aa04..ac947458d7 100644 --- a/branches/sca-equinox/modules/host-webapp-junit/pom.xml +++ b/branches/sca-equinox/modules/host-webapp-junit/pom.xml @@ -56,7 +56,7 @@ ${tuscany.version} org.apache.tuscany.sca.host.webapp.junit ${pom.name} - org.apache.tuscany.sca.host.webapp.junit* + org.apache.tuscany.sca.host.webapp.junit diff --git a/branches/sca-equinox/modules/host-webapp/pom.xml b/branches/sca-equinox/modules/host-webapp/pom.xml index 43c9948568..26dda9aaef 100644 --- a/branches/sca-equinox/modules/host-webapp/pom.xml +++ b/branches/sca-equinox/modules/host-webapp/pom.xml @@ -75,7 +75,10 @@ ${tuscany.version} org.apache.tuscany.sca.host.webapp ${pom.name} - org.apache.tuscany.sca.host.webapp* + + org.apache.tuscany.sca.host.webapp, + org.apache.tuscany.sca.host.webapp.jsp + diff --git a/branches/sca-equinox/modules/implementation-bpel-ode/pom.xml b/branches/sca-equinox/modules/implementation-bpel-ode/pom.xml index 08f6a15ca1..388c6e6311 100644 --- a/branches/sca-equinox/modules/implementation-bpel-ode/pom.xml +++ b/branches/sca-equinox/modules/implementation-bpel-ode/pom.xml @@ -1,421 +1,414 @@ - + - 4.0.0 - - org.apache.tuscany.sca - tuscany-modules - 1.4-SNAPSHOT - ../pom.xml - - tuscany-implementation-bpel-ode - Apache Tuscany SCA BPEL ODE Implementation Extension - - - org.apache.tuscany.sca - tuscany-assembly - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-implementation-bpel - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-core - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-interface - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-assembly-xml - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-contribution - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-sca-api - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-databinding - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-databinding-sdo - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-node-impl - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-interface-wsdl - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-interface-wsdl-xml - 1.4-SNAPSHOT - - - org.apache.tuscany.sdo - tuscany-sdo-impl - 1.1.1 - compile - - - stax - stax-api - - - - - junit - junit - 3.8.1 - test - - - - - org.apache.ode - ode-bpel-epr - 1.1.1 - - - org.apache.ode - ode-bpel-store - 1.1.1 - - - org.apache.ode - ode-bpel-dao - 1.1.1 - - - org.apache.ode - ode-bpel-dao - 1.1.1 - - - org.apache.ode - ode-dao-jpa - 1.1.1 - - - org.apache.ode - ode-dao-jpa-ojpa-derby - 1.1.1 - zip - - - org.apache.ode - ode-bpel-runtime - 1.1.1 - - - org.apache.ode - ode-bpel-api - 1.1.1 - - - org.apache.ode - ode-scheduler-simple - 1.1.1 - - - org.apache.ode - ode-utils - 1.1.1 - - - org.apache.ode - ode-bpel-compiler - 1.1.1 - - - org.apache.ode - ode-bpel-schemas - 1.1.1 - - - org.apache.ode - ode-bpel-obj - 1.1.1 - - - org.apache.ode - ode-jacob - 1.1.1 - - - org.apache.ode - ode-jacob-ap - 1.1.1 - - - - - commons-lang - commons-lang - 2.1 - - - commons-collections - commons-collections - 3.1 - - - org.apache.geronimo.specs - geronimo-jta_1.0.1B_spec - 1.0 - - - org.apache.geronimo.modules - geronimo-kernel - 1.2-beta - - - mx4j - mx4j - - - xpp3 - xpp3 - - - xstream - xstream - - - - - org.apache.geronimo.modules - geronimo-transaction - 1.2-beta - - - org.apache.geronimo.specs - geronimo-ejb_2.1_spec - - - ognl - ognl - - - - - org.apache.geronimo.specs - geronimo-ejb_3.0_spec - 1.0 - - - org.apache.geronimo.modules - geronimo-connector - 1.2-beta - - - xmlbeans - xbean - - - stax - stax-api - - - - - org.apache.derby - derby - 10.3.1.4 - - - tranql - tranql-connector - 1.1 - - - org.apache.openjpa - openjpa-all - 0.9.7-incubating - - - org.apache.openjpa - openjpa-lib - - - org.apache.openjpa - openjpa-kernel - - - org.apache.openjpa - openjpa-kernel-5 - - - org.apache.openjpa - openjpa-jdbc - - - org.apache.openjpa - openjpa-jdbc-5 - - - org.apache.openjpa - openjpa-persistence-jdbc - - - org.apache.openjpa - openjpa-xmlstore - - - - - net.sourceforge.serp - serp - 1.12.0 - - - jaxen - jaxen - 1.1.1 - - - xom - xom - - - - - xalan - xalan - 2.7.0 - - - xerces - xercesImpl - 2.8.1 - - - org.apache.xmlbeans - xmlbeans - 2.3.0 - - - stax - stax-api - - - - - net.sf.saxon - saxon - 8.7 - - - - net.sf.saxon - saxon-dom - 8.7 - - - - net.sf.saxon - saxon-xpath - 8.7 - - - - commons-codec - commons-codec - 1.3 - - - commons-codec - commons-codec - - - - - log4j - log4j - 1.2.13 - - - - - - - org.apache.maven.plugins - maven-surefire-plugin + 4.0.0 + + org.apache.tuscany.sca + tuscany-modules + 1.4-SNAPSHOT + ../pom.xml + + tuscany-implementation-bpel-ode + Apache Tuscany SCA BPEL ODE Implementation Extension + + + org.apache.tuscany.sca + tuscany-assembly + 1.4-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-implementation-bpel + 1.4-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-core + 1.4-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-interface + 1.4-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-assembly-xml + 1.4-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-contribution + 1.4-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-sca-api + 1.4-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-databinding + 1.4-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-databinding-sdo + 1.4-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-node-impl + 1.4-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-interface-wsdl + 1.4-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-interface-wsdl-xml + 1.4-SNAPSHOT + + + org.apache.tuscany.sdo + tuscany-sdo-impl + 1.1.1 + compile + + + stax + stax-api + + + + + junit + junit + 4.5 + test + + + + + org.apache.ode + ode-bpel-epr + 1.1.1 + + + org.apache.ode + ode-bpel-store + 1.1.1 + + + org.apache.ode + ode-bpel-dao + 1.1.1 + + + org.apache.ode + ode-bpel-dao + 1.1.1 + + + org.apache.ode + ode-dao-jpa + 1.1.1 + + + org.apache.ode + ode-dao-jpa-ojpa-derby + 1.1.1 + zip + + + org.apache.ode + ode-bpel-runtime + 1.1.1 + + + org.apache.ode + ode-bpel-api + 1.1.1 + + + org.apache.ode + ode-scheduler-simple + 1.1.1 + + + org.apache.ode + ode-utils + 1.1.1 + + + org.apache.ode + ode-bpel-compiler + 1.1.1 + + + org.apache.ode + ode-bpel-schemas + 1.1.1 + + + org.apache.ode + ode-bpel-obj + 1.1.1 + + + org.apache.ode + ode-jacob + 1.1.1 + + + org.apache.ode + ode-jacob-ap + 1.1.1 + + + + + commons-lang + commons-lang + 2.1 + + + commons-collections + commons-collections + 3.1 + + + org.apache.geronimo.specs + geronimo-jta_1.0.1B_spec + 1.0 + + + org.apache.geronimo.modules + geronimo-kernel + 1.2-beta + + + mx4j + mx4j + + + xpp3 + xpp3 + + + xstream + xstream + + + + + org.apache.geronimo.modules + geronimo-transaction + 1.2-beta + + + org.apache.geronimo.specs + geronimo-ejb_2.1_spec + + + ognl + ognl + + + + + org.apache.geronimo.specs + geronimo-ejb_3.0_spec + 1.0 + + + org.apache.geronimo.modules + geronimo-connector + 1.2-beta + + + xmlbeans + xbean + + + stax + stax-api + + + + + org.apache.derby + derby + 10.3.1.4 + + + tranql + tranql-connector + 1.1 + + + org.apache.openjpa + openjpa-all + 0.9.7-incubating + + + org.apache.openjpa + openjpa-lib + + + org.apache.openjpa + openjpa-kernel + + + org.apache.openjpa + openjpa-kernel-5 + + + org.apache.openjpa + openjpa-jdbc + + + org.apache.openjpa + openjpa-jdbc-5 + + + org.apache.openjpa + openjpa-persistence-jdbc + + + org.apache.openjpa + openjpa-xmlstore + + + + + net.sourceforge.serp + serp + 1.12.0 + + + jaxen + jaxen + 1.1.1 + + + xom + xom + + + + + xalan + xalan + 2.7.0 + + + xerces + xercesImpl + 2.8.1 + + + org.apache.xmlbeans + xmlbeans + 2.3.0 + + + stax + stax-api + + + + + net.sf.saxon + saxon + 8.7 + + + + net.sf.saxon + saxon-dom + 8.7 + + + + net.sf.saxon + saxon-xpath + 8.7 + + + + commons-codec + commons-codec + 1.3 + + + commons-codec + commons-codec + + + + + log4j + log4j + 1.2.13 + + + + + + + org.apache.maven.plugins + maven-surefire-plugin 2.3.1 - - false - false - true - - - - org.apache.maven.plugins - maven-dependency-plugin - - - unpack - generate-sources - - unpack - - - - - org.apache.ode - ode-dao-jpa-ojpa-derby - 1.1.1 - zip - true - ${project.build.directory}/test-classes/ - - - - - - + + false + false + true + + + + org.apache.maven.plugins + maven-dependency-plugin + + + unpack + generate-sources + + unpack + + + + + org.apache.ode + ode-dao-jpa-ojpa-derby + 1.1.1 + zip + true + ${project.build.directory}/test-classes/ + + + + + + + org.apache.felix @@ -424,12 +417,13 @@ ${tuscany.version} - org.apache.tuscany.sca.implementation.bpel.ode + org.apache.tuscany.sca.implementation.bpel.ode + ${pom.name} - - + + diff --git a/branches/sca-equinox/modules/implementation-ejb/pom.xml b/branches/sca-equinox/modules/implementation-ejb/pom.xml index d671743942..710a7b7da5 100644 --- a/branches/sca-equinox/modules/implementation-ejb/pom.xml +++ b/branches/sca-equinox/modules/implementation-ejb/pom.xml @@ -71,7 +71,7 @@ ${tuscany.version} org.apache.tuscany.sca.implementation.ejb ${pom.name} - org.apache.tuscany.sca.implementation.ejb* + org.apache.tuscany.sca.implementation.ejb diff --git a/branches/sca-equinox/modules/implementation-java-xml/pom.xml b/branches/sca-equinox/modules/implementation-java-xml/pom.xml index 96b1ae7807..5c79c5e9e0 100644 --- a/branches/sca-equinox/modules/implementation-java-xml/pom.xml +++ b/branches/sca-equinox/modules/implementation-java-xml/pom.xml @@ -107,7 +107,7 @@ ${tuscany.version} org.apache.tuscany.sca.implementation.java.xml ${pom.name} - org.apache.tuscany.sca.implementation.java.xml* + org.apache.tuscany.sca.implementation.java.xml diff --git a/branches/sca-equinox/modules/implementation-spring/pom.xml b/branches/sca-equinox/modules/implementation-spring/pom.xml index 0a9f893999..5727fba025 100644 --- a/branches/sca-equinox/modules/implementation-spring/pom.xml +++ b/branches/sca-equinox/modules/implementation-spring/pom.xml @@ -115,7 +115,7 @@ ${tuscany.version} org.apache.tuscany.sca.implementation.spring ${pom.name} - org.apache.tuscany.sca.implementation.spring* + org.apache.tuscany.sca.implementation.spring diff --git a/branches/sca-equinox/modules/implementation-spring/src/main/java/org/apache/tuscany/sca/implementation/spring/xml/SpringSCAPropertyElement.java.orig b/branches/sca-equinox/modules/implementation-spring/src/main/java/org/apache/tuscany/sca/implementation/spring/xml/SpringSCAPropertyElement.java.orig deleted file mode 100644 index 19874ad35d..0000000000 --- a/branches/sca-equinox/modules/implementation-spring/src/main/java/org/apache/tuscany/sca/implementation/spring/xml/SpringSCAPropertyElement.java.orig +++ /dev/null @@ -1,44 +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. - */ -package org.apache.tuscany.sca.implementation.spring.xml; - -/** - * Represents an element in a Spring application-context - * - this has name and type attributes - * @version $Rev: 511195 $ $Date: 2007-02-24 02:29:46 +0000 (Sat, 24 Feb 2007) $ - */ -public class SpringSCAPropertyElement { - - private String name; - private String type; - - public SpringSCAPropertyElement(String name, String type) { - this.name = name; - this.type = type; - } - - public String getName() { - return name; - } - - public String getType() { - return type; - } - -} // end class SpringPropertyElement diff --git a/branches/sca-equinox/modules/implementation-widget-runtime/pom.xml b/branches/sca-equinox/modules/implementation-widget-runtime/pom.xml index 3902dfae58..58d38618dc 100644 --- a/branches/sca-equinox/modules/implementation-widget-runtime/pom.xml +++ b/branches/sca-equinox/modules/implementation-widget-runtime/pom.xml @@ -111,7 +111,7 @@ ${tuscany.version} org.apache.tuscany.sca.implementation.widget.runtime ${pom.name} - org.apache.tuscany.sca.implementation.widget* + diff --git a/branches/sca-equinox/modules/implementation-widget/pom.xml b/branches/sca-equinox/modules/implementation-widget/pom.xml index f9aca74872..2396b9063c 100644 --- a/branches/sca-equinox/modules/implementation-widget/pom.xml +++ b/branches/sca-equinox/modules/implementation-widget/pom.xml @@ -69,7 +69,7 @@ ${tuscany.version} org.apache.tuscany.sca.implementation.widget ${pom.name} - org.apache.tuscany.sca.implementation.widget* + org.apache.tuscany.sca.implementation.widget diff --git a/branches/sca-equinox/modules/implementation-xquery/pom.xml b/branches/sca-equinox/modules/implementation-xquery/pom.xml index 0f6a5b66a7..b3feb0c343 100644 --- a/branches/sca-equinox/modules/implementation-xquery/pom.xml +++ b/branches/sca-equinox/modules/implementation-xquery/pom.xml @@ -95,7 +95,7 @@ ${tuscany.version} org.apache.tuscany.sca.implementation.xquery ${pom.name} - org.apache.tuscany.sca.implementation.xquery* + org.apache.tuscany.sca.implementation.xquery diff --git a/branches/sca-equinox/modules/interface-java-jaxws/pom.xml b/branches/sca-equinox/modules/interface-java-jaxws/pom.xml index e3a72f6fec..c755307aac 100644 --- a/branches/sca-equinox/modules/interface-java-jaxws/pom.xml +++ b/branches/sca-equinox/modules/interface-java-jaxws/pom.xml @@ -243,7 +243,7 @@ ${tuscany.version} org.apache.tuscany.sca.interface.java.jaxws ${pom.name} - org.apache.tuscany.sca.interfacedef.java.jaxws* + org.apache.tuscany.sca.interfacedef.java.jaxws diff --git a/branches/sca-equinox/modules/interface-java/pom.xml b/branches/sca-equinox/modules/interface-java/pom.xml index bab2576ea8..377184afe6 100644 --- a/branches/sca-equinox/modules/interface-java/pom.xml +++ b/branches/sca-equinox/modules/interface-java/pom.xml @@ -72,7 +72,11 @@ ${tuscany.version} org.apache.tuscany.sca.interface.java ${pom.name} - org.apache.tuscany.sca.interfacedef.java* + + org.apache.tuscany.sca.interfacedef.java, + org.apache.tuscany.sca.interfacedef.java.impl, + org.apache.tuscany.sca.interfacedef.java.introspect + diff --git a/branches/sca-equinox/modules/interface/pom.xml b/branches/sca-equinox/modules/interface/pom.xml index 7c75e66767..a78081c3de 100644 --- a/branches/sca-equinox/modules/interface/pom.xml +++ b/branches/sca-equinox/modules/interface/pom.xml @@ -47,7 +47,11 @@ ${tuscany.version} org.apache.tuscany.sca.interface ${pom.name} - org.apache.tuscany.sca.interfacedef* + + org.apache.tuscany.sca.interfacedef, + org.apache.tuscany.sca.interfacedef.impl, + org.apache.tuscany.sca.interfacedef.util + diff --git a/branches/sca-equinox/modules/node-api/pom.xml b/branches/sca-equinox/modules/node-api/pom.xml index 02210daa88..122fa8e610 100644 --- a/branches/sca-equinox/modules/node-api/pom.xml +++ b/branches/sca-equinox/modules/node-api/pom.xml @@ -50,7 +50,7 @@ ${tuscany.version} org.apache.tuscany.sca.node.api ${pom.name} - org.apache.tuscany.sca.node* + org.apache.tuscany.sca.node org.apache.tuscany.sca.node.impl,org.apache.tuscany.sca.extensibility diff --git a/branches/sca-equinox/modules/node-impl/pom.xml b/branches/sca-equinox/modules/node-impl/pom.xml index 3535df801b..9f242eaad4 100644 --- a/branches/sca-equinox/modules/node-impl/pom.xml +++ b/branches/sca-equinox/modules/node-impl/pom.xml @@ -157,7 +157,7 @@ ${tuscany.version} org.apache.tuscany.sca.node.impl ${pom.name} - org.apache.tuscany.sca.node.impl* + org.apache.tuscany.sca.node.impl diff --git a/branches/sca-equinox/modules/node-launcher-equinox/pom.xml b/branches/sca-equinox/modules/node-launcher-equinox/pom.xml index 365e3830bb..d601a22334 100644 --- a/branches/sca-equinox/modules/node-launcher-equinox/pom.xml +++ b/branches/sca-equinox/modules/node-launcher-equinox/pom.xml @@ -110,7 +110,7 @@ ${tuscany.version} org.apache.tuscany.sca.node.launcher.equinox ${pom.name} - org.apache.tuscany.sca.node.equinox.launcher* + org.apache.tuscany.sca.node.equinox.launcher true diff --git a/branches/sca-equinox/modules/node-launcher/pom.xml b/branches/sca-equinox/modules/node-launcher/pom.xml index ca72f2776b..a84baca586 100644 --- a/branches/sca-equinox/modules/node-launcher/pom.xml +++ b/branches/sca-equinox/modules/node-launcher/pom.xml @@ -61,7 +61,7 @@ ${tuscany.version} org.apache.tuscany.sca.node.launcher ${pom.name} - org.apache.tuscany.sca.node* + org.apache.tuscany.sca.node.launcher diff --git a/branches/sca-equinox/modules/node-manager/pom.xml b/branches/sca-equinox/modules/node-manager/pom.xml index dc84c6fe2e..a4eb651d3e 100644 --- a/branches/sca-equinox/modules/node-manager/pom.xml +++ b/branches/sca-equinox/modules/node-manager/pom.xml @@ -121,7 +121,7 @@ ${tuscany.version} org.apache.tuscany.sca.node.manager ${pom.name} - org.apache.tuscany.sca.implementation.node.manager* + org.apache.tuscany.sca.implementation.node.manager diff --git a/branches/sca-equinox/modules/policy-security-jsr250/pom.xml b/branches/sca-equinox/modules/policy-security-jsr250/pom.xml index edbb3d1648..65de5936d5 100644 --- a/branches/sca-equinox/modules/policy-security-jsr250/pom.xml +++ b/branches/sca-equinox/modules/policy-security-jsr250/pom.xml @@ -73,7 +73,7 @@ ${tuscany.version} org.apache.tuscany.sca.policy.security.jsr250 ${pom.name} - org.apache.tuscany.sca.policy.jsr250* + diff --git a/branches/sca-equinox/modules/policy-security-ws/pom.xml b/branches/sca-equinox/modules/policy-security-ws/pom.xml index 3d9f334651..15c023df2c 100644 --- a/branches/sca-equinox/modules/policy-security-ws/pom.xml +++ b/branches/sca-equinox/modules/policy-security-ws/pom.xml @@ -132,7 +132,7 @@ ${tuscany.version} org.apache.tuscany.sca.policy.security.ws ${pom.name} - org.apache.tuscany.sca.policy.security.ws* + org.apache.tuscany.sca.policy.security.ws diff --git a/branches/sca-equinox/modules/policy-security/pom.xml b/branches/sca-equinox/modules/policy-security/pom.xml index 7ad68c2dc2..c5daabf2ee 100644 --- a/branches/sca-equinox/modules/policy-security/pom.xml +++ b/branches/sca-equinox/modules/policy-security/pom.xml @@ -53,7 +53,13 @@ ${tuscany.version} org.apache.tuscany.sca.policy.security ${pom.name} - org.apache.tuscany.sca.policy* + + org.apache.tuscany.sca.policy.authentication.basic, + org.apache.tuscany.sca.policy.authorization, + org.apache.tuscany.sca.policy.identity, + org.apache.tuscany.sca.policy.security, + org.apache.tuscany.sca.policy.security.jaas + diff --git a/branches/sca-equinox/modules/policy-xml/pom.xml b/branches/sca-equinox/modules/policy-xml/pom.xml index 0934c768df..baf006f3cd 100644 --- a/branches/sca-equinox/modules/policy-xml/pom.xml +++ b/branches/sca-equinox/modules/policy-xml/pom.xml @@ -66,7 +66,7 @@ ${tuscany.version} org.apache.tuscany.sca.policy.xml ${pom.name} - org.apache.tuscany.sca.policy.xml* + diff --git a/branches/sca-equinox/modules/policy/pom.xml b/branches/sca-equinox/modules/policy/pom.xml index 2c76db7f89..740bbefc6e 100644 --- a/branches/sca-equinox/modules/policy/pom.xml +++ b/branches/sca-equinox/modules/policy/pom.xml @@ -48,7 +48,10 @@ ${tuscany.version} org.apache.tuscany.sca.policy ${pom.name} - org.apache.tuscany.sca.policy* + + org.apache.tuscany.sca.policy, + org.apache.tuscany.sca.policy.util + diff --git a/branches/sca-equinox/modules/sca-api/pom.xml b/branches/sca-equinox/modules/sca-api/pom.xml index 54e43ce91c..f6c2509ffa 100644 --- a/branches/sca-equinox/modules/sca-api/pom.xml +++ b/branches/sca-equinox/modules/sca-api/pom.xml @@ -43,7 +43,7 @@ 1.4 org.apache.tuscany.sca.api ${pom.description} - org.osoa.sca* + org.osoa.sca,org.osoa.sca.annotations -- cgit v1.2.3