blob: 5b14086a23f845482fd131111b8dadf153cd694f [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>
Richard S. Hall4d5cf062006-12-06 16:12:42 +00005 <version>0.9.0-incubator-SNAPSHOT</version>
Karl Pauls589e2b32007-07-11 18:29:29 +00006 <relativePath>../pom/pom.xml</relativePath>
Michael E. Rodriguez75c32682006-03-30 22:39:10 +00007 </parent>
Alex Karasulu07d20492006-03-06 15:35:44 +00008 <modelVersion>4.0.0</modelVersion>
Alex Karasulu07d20492006-03-06 15:35:44 +00009 <name>Servlet 2.1 API</name>
Richard S. Hall1da4e542006-11-02 21:45:44 +000010 <description>Servlet 2.1 API</description>
Michael E. Rodriguez75c32682006-03-30 22:39:10 +000011 <artifactId>javax.servlet</artifactId>
Richard S. Hall1da4e542006-11-02 21:45:44 +000012 <packaging>bundle</packaging>
Alex Karasulu07d20492006-03-06 15:35:44 +000013 <build>
14 <plugins>
15 <plugin>
Richard S. Hall1da4e542006-11-02 21:45:44 +000016 <groupId>org.apache.felix</groupId>
Richard S. Hall797bc982007-05-21 18:35:07 +000017 <artifactId>maven-bundle-plugin</artifactId>
Michael E. Rodriguez75c32682006-03-30 22:39:10 +000018 <extensions>true</extensions>
Alex Karasulu07d20492006-03-06 15:35:44 +000019 <configuration>
Richard S. Hall1da4e542006-11-02 21:45:44 +000020 <instructions>
21 <Bundle-Copyright>Copyright 1999,2005 The Apache Software Foundation</Bundle-Copyright>
22 <Bundle-Category>servlet</Bundle-Category>
23 <Export-Package>javax.servlet;specification-version="2.1",javax.servlet.http;specification-version="2.1"</Export-Package>
24 <Import-Package>!javax.servlet.*,*</Import-Package>
25 </instructions>
Alex Karasulu07d20492006-03-06 15:35:44 +000026 </configuration>
27 </plugin>
28 </plugins>
29 </build>
30</project>