You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by st...@apache.org on 2018/01/04 14:59:33 UTC

[8/9] incubator-taverna-server git commit: Don't OSGi export XML bindings

Don't OSGi export XML bindings


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/commit/885940ff
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/tree/885940ff
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/diff/885940ff

Branch: refs/heads/master
Commit: 885940ffa40f035f122d7140b75f3c7f05d22938
Parents: 7fdfe10
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Thu Jan 4 14:58:55 2018 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Thu Jan 4 14:58:55 2018 +0000

----------------------------------------------------------------------
 taverna-server-client/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/885940ff/taverna-server-client/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-server-client/pom.xml b/taverna-server-client/pom.xml
index ae633cd..507b2b6 100644
--- a/taverna-server-client/pom.xml
+++ b/taverna-server-client/pom.xml
@@ -62,7 +62,7 @@ limitations under the License.
 				<configuration>
 					<instructions>
 						<Export-Package>org.apache.taverna.server.client</Export-Package>
-						<Private-Package>org.apache.taverna.server.client.xml.*</Private-Package>
+						<Private-Package>org.apache.taverna.server.client.*</Private-Package>
 					</instructions>
 				</configuration>
 			</plugin>