From 72995b913d55d1766c3bf77086c8d09d5e1a3659 Mon Sep 17 00:00:00 2001 From: lresende Date: Sun, 15 Nov 2009 20:47:04 +0000 Subject: Porting implementation.widget javascript extensibility from 1.x git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@836414 13f79535-47bb-0310-9956-ffa450edef68 --- .../META-INF/MANIFEST.MF | 17 +++++++++++++++ .../implementation-widget-runtime-dojo/pom.xml | 25 ++-------------------- 2 files changed, 19 insertions(+), 23 deletions(-) create mode 100644 java/sca/modules/implementation-widget-runtime-dojo/META-INF/MANIFEST.MF (limited to 'java') diff --git a/java/sca/modules/implementation-widget-runtime-dojo/META-INF/MANIFEST.MF b/java/sca/modules/implementation-widget-runtime-dojo/META-INF/MANIFEST.MF new file mode 100644 index 0000000000..782321718d --- /dev/null +++ b/java/sca/modules/implementation-widget-runtime-dojo/META-INF/MANIFEST.MF @@ -0,0 +1,17 @@ +Manifest-Version: 1.0 +Tool: Bnd-0.0.357 +Bundle-Name: Apache Tuscany SCA Widget Implementation Runtime (Dojo) +Created-By: 1.6.0_15 (Apple Inc.) +Bundle-Vendor: The Apache Software Foundation +Bundle-Version: 2.0.0 +Bnd-LastModified: 1258090277695 +Bundle-ManifestVersion: 2 +Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt +Bundle-Description: Apache Tuscany SCA Widget Implementation Model +Import-Package: javax.xml.namespace, + javax.xml.stream;version="1.0", + org.apache.tuscany.sca.assembly;version="2.0.0", + org.apache.tuscany.sca.monitor;version="2.0.0" +Bundle-SymbolicName: org.apache.tuscany.sca.implementation.widget.runtime.dojo +Bundle-DocURL: http://www.apache.org/ + diff --git a/java/sca/modules/implementation-widget-runtime-dojo/pom.xml b/java/sca/modules/implementation-widget-runtime-dojo/pom.xml index c5508d689e..74ba4af61f 100644 --- a/java/sca/modules/implementation-widget-runtime-dojo/pom.xml +++ b/java/sca/modules/implementation-widget-runtime-dojo/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.6-SNAPSHOT + 2.0-SNAPSHOT ../pom.xml @@ -33,7 +33,7 @@ org.apache.tuscany.sca tuscany-implementation-widget-runtime - 1.6-SNAPSHOT + 2.0-SNAPSHOT @@ -43,25 +43,4 @@ test - - - - - - org.apache.felix - maven-bundle-plugin - - - - ${tuscany.version} - org.apache.tuscany.sca.binding.atom-js - ${pom.name} - org.apache.tuscany.sca.binding.atom.js* - org.apache.tuscany.sca.assembly.xml;version="1.4", * - - - - - - -- cgit v1.2.3