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