Remove unused pom
authorMathieu Baudier <mbaudier@argeo.org>
Fri, 12 Sep 2008 15:01:36 +0000 (15:01 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Fri, 12 Sep 2008 15:01:36 +0000 (15:01 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@1591 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

eclipse/plugins/org.argeo.slc.ui.launch/pom.xml [deleted file]

diff --git a/eclipse/plugins/org.argeo.slc.ui.launch/pom.xml b/eclipse/plugins/org.argeo.slc.ui.launch/pom.xml
deleted file mode 100644 (file)
index ed10d55..0000000
+++ /dev/null
@@ -1,31 +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.slc</groupId>
-               <artifactId>argeo-slc</artifactId>
-               <version>0.9.4-SNAPSHOT</version>
-               <relativePath>../org.argeo.slc</relativePath>
-       </parent>
-       <artifactId>org.argeo.slc.ui.launch</artifactId>
-       <packaging>pom</packaging>
-       <name>Argeo SLC Launch Eclipse Plugin</name>
-       <build>
-               <plugins>
-                       <plugin>
-                               <groupId>org.argeo.slc.maven.plugins</groupId>
-                               <artifactId>maven-argeo-pde-plugin</artifactId>
-                               <executions>
-                                       <execution>
-                                               <id>argeo-pde-clean</id>
-                                               <phase>clean</phase>
-                                               <goals>
-                                                       <goal>clean</goal>
-                                               </goals>
-                                       </execution>
-                               </executions>
-                       </plugin>
-               </plugins>
-       </build>
-</project>
\ No newline at end of file