You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ed...@apache.org on 2009/10/29 15:45:37 UTC

svn commit: r830973 - /tuscany/java/sca/modules/implementation-web-runtime/META-INF/MANIFEST.MF

Author: edwardsmj
Date: Thu Oct 29 14:45:37 2009
New Revision: 830973

URL: http://svn.apache.org/viewvc?rev=830973&view=rev
Log:
Fix MANIFEST problems in impl-web-runtime and impl-web-client a) Export implementation.web.runtime package b) Fix spelling mistake sevlet -> servlet

Modified:
    tuscany/java/sca/modules/implementation-web-runtime/META-INF/MANIFEST.MF

Modified: tuscany/java/sca/modules/implementation-web-runtime/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/implementation-web-runtime/META-INF/MANIFEST.MF?rev=830973&r1=830972&r2=830973&view=diff
==============================================================================
--- tuscany/java/sca/modules/implementation-web-runtime/META-INF/MANIFEST.MF (original)
+++ tuscany/java/sca/modules/implementation-web-runtime/META-INF/MANIFEST.MF Thu Oct 29 14:45:37 2009
@@ -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.)