summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/host-webapp
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-01-26 19:23:05 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-01-26 19:23:05 +0000
commit825f351348b0a517990b2628c6e63c5155822dca (patch)
tree6617b123af093827e8e5c726f389419c988df569 /java/sca/modules/host-webapp
parentd98a015ebe96891288b7fed875ee9915a9aa1f8d (diff)
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
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737785 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/host-webapp')
-rw-r--r--java/sca/modules/host-webapp/META-INF/MANIFEST.MF22
-rw-r--r--java/sca/modules/host-webapp/pom.xml4
2 files changed, 17 insertions, 9 deletions
diff --git a/java/sca/modules/host-webapp/META-INF/MANIFEST.MF b/java/sca/modules/host-webapp/META-INF/MANIFEST.MF
index ba1a59121d..56657b9460 100644
--- a/java/sca/modules/host-webapp/META-INF/MANIFEST.MF
+++ b/java/sca/modules/host-webapp/META-INF/MANIFEST.MF
@@ -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.)
diff --git a/java/sca/modules/host-webapp/pom.xml b/java/sca/modules/host-webapp/pom.xml
index df3794a6bb..de713f91d4 100644
--- a/java/sca/modules/host-webapp/pom.xml
+++ b/java/sca/modules/host-webapp/pom.xml
@@ -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>