You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by fc...@apache.org on 2012/05/31 21:40:13 UTC

svn commit: r1344878 - /incubator/stanbol/trunk/data/sites/dbpedia/pom.xml

Author: fchrist
Date: Thu May 31 19:40:13 2012
New Revision: 1344878

URL: http://svn.apache.org/viewvc?rev=1344878&view=rev
Log:
Fix. POM contained changes that should have been removed before a commit. Sorry for that.

Modified:
    incubator/stanbol/trunk/data/sites/dbpedia/pom.xml

Modified: incubator/stanbol/trunk/data/sites/dbpedia/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/data/sites/dbpedia/pom.xml?rev=1344878&r1=1344877&r2=1344878&view=diff
==============================================================================
--- incubator/stanbol/trunk/data/sites/dbpedia/pom.xml (original)
+++ incubator/stanbol/trunk/data/sites/dbpedia/pom.xml Thu May 31 19:40:13 2012
@@ -69,26 +69,6 @@
 
   <build>
     <plugins>
-        <plugin>
-          <groupId>org.apache.felix</groupId>
-          <artifactId>maven-bundle-plugin</artifactId>
-          <inherited>true</inherited>
-          <extensions>true</extensions>
-          <configuration>
-            <instructions>
-            </instructions>
-          </configuration>
-        </plugin>
-        <plugin>
-          <!-- 
-            Ant is used to download the datafiles over the
-            web
-            -->
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-antrun-plugin</artifactId>
-          <version>1.6</version>
-        </plugin>
-
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>