Remove modules directory
authorMathieu Baudier <mbaudier@argeo.org>
Thu, 10 Sep 2009 08:49:47 +0000 (08:49 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Thu, 10 Sep 2009 08:49:47 +0000 (08:49 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@2891 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

server/modules/pom.xml [deleted file]

diff --git a/server/modules/pom.xml b/server/modules/pom.xml
deleted file mode 100644 (file)
index f2a6923..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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</groupId>
-               <version>0.1.1-SNAPSHOT</version>
-               <artifactId>server</artifactId>
-               <relativePath>..</relativePath>
-       </parent>
-       <groupId>org.argeo.commons.server</groupId>
-       <artifactId>modules</artifactId>
-       <name>Commons Server Modules</name>
-       <packaging>bundles</packaging>
-       <build>
-               <plugins>
-                       <plugin>
-                               <groupId>org.argeo.maven.plugins</groupId>
-                               <artifactId>maven-argeo-osgi-plugin</artifactId>
-                               <extensions>true</extensions>
-                               <configuration>
-                                       <bundlesPomArtifactId>org.argeo.slc.modules.server.bundles</bundlesPomArtifactId>
-                               </configuration>
-                       </plugin>
-               </plugins>
-       </build>
-</project>
\ No newline at end of file