blob: a3e0b5b598ad79d926788135b66942ba394e52f3 [file] [log] [blame]
Alex Karasulu07d20492006-03-06 15:35:44 +00001<project>
Michael E. Rodriguez75c32682006-03-30 22:39:10 +00002 <parent>
3 <groupId>org.apache.felix</groupId>
4 <artifactId>felix</artifactId>
5 <version>0.8.0-SNAPSHOT</version>
6 </parent>
Alex Karasulu07d20492006-03-06 15:35:44 +00007 <modelVersion>4.0.0</modelVersion>
Alex Karasulu07d20492006-03-06 15:35:44 +00008 <name>Servlet 2.1 API</name>
Michael E. Rodriguez75c32682006-03-30 22:39:10 +00009 <artifactId>javax.servlet</artifactId>
10 <packaging>osgi-bundle</packaging>
Alex Karasulu07d20492006-03-06 15:35:44 +000011 <build>
12 <plugins>
13 <plugin>
Michael E. Rodriguez75c32682006-03-30 22:39:10 +000014 <groupId>org.apache.felix.plugins</groupId>
15 <artifactId>maven-osgi-plugin</artifactId>
16 <version>${pom.version}</version>
17 <extensions>true</extensions>
Alex Karasulu07d20492006-03-06 15:35:44 +000018 <configuration>
Michael E. Rodriguez75c32682006-03-30 22:39:10 +000019 <osgiManifest>
20 <bundleName>servlet</bundleName>
21 <bundleVendor>Apache Software Foundation</bundleVendor>
22 <!--<bundleVersion>2.1</bundleVersion>-->
23 <bundleSymbolicName>javax.servlet</bundleSymbolicName>
24 <bundleDescription>Servlet 2.1 API</bundleDescription>
25 <!--<bundleCopyright>Copyright 1999,2005 The Apache Software Foundation</bundleCopyright>-->
26 <bundleCategory>servlet</bundleCategory>
27 <exportPackage>javax.servlet;specification-version="2.1",javax.servlet.http;specification-version="2.1"</exportPackage>
28 </osgiManifest>
Alex Karasulu07d20492006-03-06 15:35:44 +000029 </configuration>
30 </plugin>
31 </plugins>
32 </build>
33</project>