Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 1 | <project> |
Michael E. Rodriguez | 75c3268 | 2006-03-30 22:39:10 +0000 | [diff] [blame] | 2 | <parent> |
| 3 | <groupId>org.apache.felix</groupId> |
| 4 | <artifactId>felix</artifactId> |
Richard S. Hall | 4d5cf06 | 2006-12-06 16:12:42 +0000 | [diff] [blame] | 5 | <version>0.9.0-incubator-SNAPSHOT</version> |
Michael E. Rodriguez | 75c3268 | 2006-03-30 22:39:10 +0000 | [diff] [blame] | 6 | </parent> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 7 | <modelVersion>4.0.0</modelVersion> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 8 | <name>Servlet 2.1 API</name> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 9 | <description>Servlet 2.1 API</description> |
Michael E. Rodriguez | 75c3268 | 2006-03-30 22:39:10 +0000 | [diff] [blame] | 10 | <artifactId>javax.servlet</artifactId> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 11 | <packaging>bundle</packaging> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 12 | <build> |
| 13 | <plugins> |
| 14 | <plugin> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 15 | <groupId>org.apache.felix</groupId> |
| 16 | <artifactId>maven-bundle-plugin</artifactId> |
Michael E. Rodriguez | 75c3268 | 2006-03-30 22:39:10 +0000 | [diff] [blame] | 17 | <extensions>true</extensions> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 18 | <configuration> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 19 | <instructions> |
| 20 | <Bundle-Copyright>Copyright 1999,2005 The Apache Software Foundation</Bundle-Copyright> |
| 21 | <Bundle-Category>servlet</Bundle-Category> |
| 22 | <Export-Package>javax.servlet;specification-version="2.1",javax.servlet.http;specification-version="2.1"</Export-Package> |
| 23 | <Import-Package>!javax.servlet.*,*</Import-Package> |
| 24 | </instructions> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 25 | </configuration> |
| 26 | </plugin> |
| 27 | </plugins> |
| 28 | </build> |
| 29 | </project> |