diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-12-13 11:43:19 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-12-13 11:43:19 +0000 |
commit | 618c3435391cd89ee3d07df63a39c232e778d78e (patch) | |
tree | 258e15cf94b277d2f883e467e09f07554feaa851 /sca-java-2.x/trunk/modules | |
parent | 80c81a76ab01f31b6f80353ff7a8de6f7726e57b (diff) |
Remove explicit version from manifest
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1045078 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules')
-rw-r--r-- | sca-java-2.x/trunk/modules/implementation-widget-runtime-dojo/META-INF/MANIFEST.MF | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/modules/implementation-widget-runtime-dojo/META-INF/MANIFEST.MF b/sca-java-2.x/trunk/modules/implementation-widget-runtime-dojo/META-INF/MANIFEST.MF index c55ce4de46..b3c9bb1367 100644 --- a/sca-java-2.x/trunk/modules/implementation-widget-runtime-dojo/META-INF/MANIFEST.MF +++ b/sca-java-2.x/trunk/modules/implementation-widget-runtime-dojo/META-INF/MANIFEST.MF @@ -7,7 +7,7 @@ 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",
+ javax.xml.stream,
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
|