Author: slaws
Date: Mon Jan 26 19:23:05 2009
New Revision: 737785

URL: http://svn.apache.org/viewvc?rev=737785&view=rev
Log:
Fix up host-webapp so that it at least compiles. Doesn't actually work yet but 
enough to get the sample into the distro with something like the right set of 
dependencies

Modified:
    tuscany/java/sca/modules/host-webapp/META-INF/MANIFEST.MF
    tuscany/java/sca/modules/host-webapp/pom.xml

Modified: tuscany/java/sca/modules/host-webapp/META-INF/MANIFEST.MF
URL: 
http://svn.apache.org/viewvc/tuscany/java/sca/modules/host-webapp/META-INF/MANIFEST.MF?rev=737785&r1=737784&r2=737785&view=diff
==============================================================================
--- tuscany/java/sca/modules/host-webapp/META-INF/MANIFEST.MF (original)
+++ tuscany/java/sca/modules/host-webapp/META-INF/MANIFEST.MF Mon Jan 26 
19:23:05 2009
@@ -1,11 +1,19 @@
 Manifest-Version: 1.0
-Export-Package: org.apache.tuscany.sca.host.webapp.jsp;uses:="javax.se
- rvlet,org.apache.tuscany.sca.host.embedded,javax.servlet.jsp.tagext,o
- rg.apache.tuscany.sca.host.webapp,org.osoa.sca,javax.servlet.jsp";ver
- sion="1.4",org.apache.tuscany.sca.host.webapp;uses:="javax.naming,org
- .apache.tuscany.sca.host.embedded.impl,org.apache.tuscany.sca.host.em
- bedded,org.apache.tuscany.sca.core,javax.servlet,org.apache.tuscany.s
- ca.host.http,javax.servlet.http";version="2.0.0"
+Export-Package: org.apache.tuscany.sca.host.webapp;version="2.0.0";
+  uses:="javax.naming,
+   org.apache.tuscany.sca.host.embedded.impl,
+   org.apache.tuscany.sca.host.embedded,
+   org.apache.tuscany.sca.core,
+   javax.servlet,
+   org.apache.tuscany.sca.host.http,
+   javax.servlet.http",
+ org.apache.tuscany.sca.host.webapp.jsp;version="2.0.0";
+  uses:="javax.servlet,
+   org.apache.tuscany.sca.host.embedded,
+   javax.servlet.jsp.tagext,
+   org.apache.tuscany.sca.host.webapp,
+   org.osoa.sca,
+   javax.servlet.jsp"
 Tool: Bnd-0.0.255
 Bundle-Name: Apache Tuscany SCA Webapp Host
 Created-By: 1.6.0_07 (Sun Microsystems Inc.)

Modified: tuscany/java/sca/modules/host-webapp/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/java/sca/modules/host-webapp/pom.xml?rev=737785&r1=737784&r2=737785&view=diff
==============================================================================
--- tuscany/java/sca/modules/host-webapp/pom.xml (original)
+++ tuscany/java/sca/modules/host-webapp/pom.xml Mon Jan 26 19:23:05 2009
@@ -74,14 +74,14 @@
             <groupId>javax.servlet</groupId>
             <artifactId>servlet-api</artifactId>
             <version>2.5</version>
-            <scope>provided</scope>
+            <scope>runtime</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-jsp_2.1_spec</artifactId>
             <version>1.0</version>
-            <scope>provided</scope>
+            <scope>runtime</scope>
         </dependency>
 
     </dependencies>


Reply via email to