diff options
-rw-r--r-- | java/sca/modules/implementation-web-runtime/META-INF/MANIFEST.MF | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/sca/modules/implementation-web-runtime/META-INF/MANIFEST.MF b/java/sca/modules/implementation-web-runtime/META-INF/MANIFEST.MF index abfed62f09..47adbca335 100644 --- a/java/sca/modules/implementation-web-runtime/META-INF/MANIFEST.MF +++ b/java/sca/modules/implementation-web-runtime/META-INF/MANIFEST.MF @@ -1,6 +1,7 @@ Manifest-Version: 1.0
Export-Package: org.apache.tuscany.sca.implementation.web.runtime.utils;ver
- sion="2.0"
+ sion="2.0",
+ org.apache.tuscany.sca.implementation.web.runtime;version="2.0"
Tool: Bnd-0.0.255
Bundle-Name: Apache Tuscany SCA Web Implementation Web Runtime
Created-By: 1.6.0_07 (Sun Microsystems Inc.)
|