Move to the root the bundles which will be part of v1.4 and v2.2
[lgpl/argeo-commons.git] / server / modules / org.argeo.server.rap.webapp / pom.xml
diff --git a/server/modules/org.argeo.server.rap.webapp/pom.xml b/server/modules/org.argeo.server.rap.webapp/pom.xml
deleted file mode 100644 (file)
index 365166b..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-       <modelVersion>4.0.0</modelVersion>
-       <parent>
-               <groupId>org.argeo.commons.server</groupId>
-               <version>2.1.12-SNAPSHOT</version>
-               <artifactId>modules</artifactId>
-               <relativePath>..</relativePath>
-       </parent>
-       <artifactId>org.argeo.server.rap.webapp</artifactId>
-       <name>Commons Server RAP Webapp</name>
-       <description>Integrates into OSGi HTTP registry</description>
-       <build>
-               <plugins>
-                       <plugin>
-                               <groupId>org.apache.felix</groupId>
-                               <artifactId>maven-bundle-plugin</artifactId>
-                               <configuration>
-                                       <instructions>
-                                               <Web-ContextPath>ui</Web-ContextPath>
-                                               <Import-Package>
-                                                       *,
-
-                                                       org.springframework.beans.factory.config,
-                                                       
-                                                       org.eclipse.equinox.http.servlet,
-                                                       org.springframework.osgi.web.context.support,
-                                                       org.springframework.security,
-                                                       org.springframework.security.context,
-                                                       org.springframework.security.intercept.web,
-                                                       org.springframework.security.providers.anonymous,
-                                                       org.springframework.security.ui,
-                                                       org.springframework.security.ui.basicauth,
-                                                       org.springframework.security.ui.logout,
-                                                       org.springframework.security.ui.rememberme,
-                                                       org.springframework.security.ui.webapp,
-                                                       org.springframework.security.ui.preauth.x509,
-                                                       org.springframework.security.userdetails,
-                                                       org.springframework.security.util,
-                                                       org.springframework.security.vote,
-                                                       org.springframework.security.wrapper,
-                                                       org.springframework.web.context,
-                                                       org.springframework.web.filter,
-                                                       org.springframework.web.servlet,
-                                                       org.springframework.web.servlet.handler,
-                                                       org.springframework.web.servlet.mvc,
-                                                       
-                                                       
-                                               </Import-Package>
-                                       </instructions>
-                               </configuration>
-                       </plugin>
-               </plugins>
-       </build>
-</project>
\ No newline at end of file