You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by og...@apache.org on 2011/12/01 20:05:14 UTC

svn commit: r1209192 - /incubator/stanbol/trunk/owl/pom.xml

Author: ogrisel
Date: Thu Dec  1 19:05:13 2011
New Revision: 1209192

URL: http://svn.apache.org/viewvc?rev=1209192&view=rev
Log:
XML: indent 2 spaces, no tabs

Modified:
    incubator/stanbol/trunk/owl/pom.xml

Modified: incubator/stanbol/trunk/owl/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/owl/pom.xml?rev=1209192&r1=1209191&r2=1209192&view=diff
==============================================================================
--- incubator/stanbol/trunk/owl/pom.xml (original)
+++ incubator/stanbol/trunk/owl/pom.xml Thu Dec  1 19:05:13 2011
@@ -60,147 +60,143 @@
         <extensions>true</extensions>
         <configuration>
           <instructions>
-            <Embed-Dependency>*;scope=compile;artifactId=!slf4j-api</Embed-Dependency>
+            <Embed-Dependency>owlapi</Embed-Dependency>
             <Embed-Transitive>false</Embed-Transitive>
             <Export-Package>
               org.apache.stanbol.owl.*
             </Export-Package>
             <_exportcontents> <!-- used instead of Export-Package to preserve the owlapi jar -->
-            org.semanticweb.owlapi.*,
-            com.clarkparsia.owlapi.*,
-            de.uulm.ecs.ai.owlapi.*,
-            org.coode.owl.*,
-            org.coode.owlapi.*,
-            org.coode.string,
-            org.coode.xml,
-            uk.ac.manchester.cs.bhig.util,
-            uk.ac.manchester.cs.owl.*
-          </_exportcontents>
-          <Import-Package>
-            org.semanticweb.owlapi.*,
-            org.slf4j.*,
-            *
-          </Import-Package>
-          <Private-Package />
-          <_nouses>true</_nouses>
-      </instructions>
-    </configuration>
-  </plugin>
-  <plugin>
-    <groupId>org.apache.rat</groupId>
-    <artifactId>apache-rat-plugin</artifactId>
-    <configuration>
-      <excludes>
-        <!-- See src/main/resources/maven/repo/README file -->
-        <exclude>src/main/resources/maven/repo/owlapi/owlapi/maven-metadata-local.xml</exclude>
-        <exclude>src/main/resources/maven/repo/owlapi/owlapi/3.2.3/owlapi-3.2.3.pom</exclude>
-      </excludes>
-    </configuration>
-  </plugin>
-  <plugin>
-    <groupId>org.apache.felix</groupId>
-    <artifactId>maven-scr-plugin</artifactId>
-  </plugin>
-</plugins>
-    </build>
-
-
-    <dependencies>
-
-      <!-- OSGi deps -->
-      <dependency>
-        <groupId>org.osgi</groupId>
-        <artifactId>org.osgi.core</artifactId>
-      </dependency>
-
-      <!-- Stanbol deps -->
-      <dependency>
-        <groupId>org.apache.stanbol</groupId>
-        <artifactId>org.apache.stanbol.commons.web.base</artifactId>
-      </dependency>
-
-      <!-- Freemarker -->
-      <dependency>
-        <groupId>org.freemarker</groupId>
-        <artifactId>freemarker</artifactId>
-      </dependency>
-      <!-- indirect dependency for freemarker -->
-      <dependency>
-        <groupId>org.codehaus.jettison</groupId>
-        <artifactId>jettison</artifactId>
-      </dependency>
-
-      <!-- OWL deps -->
-      <dependency>
-        <groupId>com.hp.hpl.jena</groupId>
-        <artifactId>jena</artifactId>
-      </dependency>
-      <dependency>
-        <groupId>com.hp.hpl.jena</groupId>
-        <artifactId>arq</artifactId>
-      </dependency>
-      <dependency>
-        <groupId>owlapi</groupId>
-        <artifactId>owlapi</artifactId>
-        <scope>compile</scope>
-      </dependency>
-
-      <!-- Persistence deps -->
-      <dependency>
-        <groupId>org.apache.clerezza</groupId>
-        <artifactId>rdf.core</artifactId>
-        <scope>provided</scope>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.clerezza</groupId>
-        <artifactId>rdf.jena.parser</artifactId>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.clerezza</groupId>
-        <artifactId>rdf.jena.serializer</artifactId>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.clerezza</groupId>
-        <artifactId>rdf.ontologies</artifactId>
-        <version>0.11-incubating-SNAPSHOT</version>
-        <scope>provided</scope>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.clerezza</groupId>
-        <artifactId>rdf.rdfjson</artifactId>
-      </dependency>
-
-      <!-- Web Service deps -->
-      <dependency> <!-- jersey core now exports the API -->
-        <groupId>com.sun.jersey</groupId>
-        <artifactId>jersey-core</artifactId>
-      </dependency>
-      <dependency>
-        <groupId>javax.servlet</groupId>
-        <artifactId>servlet-api</artifactId>
-      </dependency>
-
-      <!-- Misc deps -->
-      <dependency>
-        <groupId>org.apache.commons</groupId>
-        <artifactId>commons-compress</artifactId>
-      </dependency>
-      <dependency>
-        <groupId>commons-io</groupId>
-        <artifactId>commons-io</artifactId>
-      </dependency>
-
-      <!-- Testing deps -->
-      <dependency>
-        <groupId>junit</groupId>
-        <artifactId>junit</artifactId>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.clerezza</groupId>
-        <artifactId>rdf.simple.storage</artifactId>
-        <scope>test</scope>
-      </dependency>
+              org.semanticweb.owlapi.*,
+              com.clarkparsia.owlapi.*,
+              de.uulm.ecs.ai.owlapi.*,
+              org.coode.owl.*,
+              org.coode.owlapi.*,
+              org.coode.string,
+              org.coode.xml,
+              uk.ac.manchester.cs.bhig.util,
+              uk.ac.manchester.cs.owl.*
+            </_exportcontents>
+            <Import-Package>
+              org.semanticweb.owlapi.*,
+              org.slf4j.*,
+              *
+            </Import-Package>
+            <_nouses>true</_nouses>
+        </instructions>
+      </configuration>
+    </plugin>
+    <plugin>
+      <groupId>org.apache.rat</groupId>
+      <artifactId>apache-rat-plugin</artifactId>
+      <configuration>
+        <excludes>
+          <!-- See src/main/resources/maven/repo/README file -->
+          <exclude>src/main/resources/maven/repo/owlapi/owlapi/maven-metadata-local.xml</exclude>
+          <exclude>src/main/resources/maven/repo/owlapi/owlapi/3.2.3/owlapi-3.2.3.pom</exclude>
+        </excludes>
+      </configuration>
+    </plugin>
+    <plugin>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>maven-scr-plugin</artifactId>
+    </plugin>
+  </plugins>
+</build>
+
+
+<dependencies>
+
+  <!-- OSGi deps -->
+  <dependency>
+    <groupId>org.osgi</groupId>
+    <artifactId>org.osgi.core</artifactId>
+  </dependency>
+
+  <!-- Stanbol deps -->
+  <dependency>
+    <groupId>org.apache.stanbol</groupId>
+    <artifactId>org.apache.stanbol.commons.web.base</artifactId>
+  </dependency>
+
+  <!-- Freemarker -->
+  <dependency>
+    <groupId>org.freemarker</groupId>
+    <artifactId>freemarker</artifactId>
+  </dependency>
+  <!-- indirect dependency for freemarker -->
+  <dependency>
+    <groupId>org.codehaus.jettison</groupId>
+    <artifactId>jettison</artifactId>
+  </dependency>
+
+  <!-- OWL deps -->
+  <dependency>
+    <groupId>com.hp.hpl.jena</groupId>
+    <artifactId>jena</artifactId>
+  </dependency>
+  <dependency>
+    <groupId>com.hp.hpl.jena</groupId>
+    <artifactId>arq</artifactId>
+  </dependency>
+  <dependency>
+    <groupId>owlapi</groupId>
+    <artifactId>owlapi</artifactId>
+  </dependency>
+
+  <!-- Persistence deps -->
+  <dependency>
+    <groupId>org.apache.clerezza</groupId>
+    <artifactId>rdf.core</artifactId>
+  </dependency>
+  <dependency>
+    <groupId>org.apache.clerezza</groupId>
+    <artifactId>rdf.jena.parser</artifactId>
+  </dependency>
+  <dependency>
+    <groupId>org.apache.clerezza</groupId>
+    <artifactId>rdf.jena.serializer</artifactId>
+  </dependency>
+  <dependency>
+    <groupId>org.apache.clerezza</groupId>
+    <artifactId>rdf.ontologies</artifactId>
+    <version>0.11-incubating-SNAPSHOT</version>
+  </dependency>
+  <dependency>
+    <groupId>org.apache.clerezza</groupId>
+    <artifactId>rdf.rdfjson</artifactId>
+  </dependency>
+
+  <!-- Web Service deps -->
+  <dependency> <!-- jersey core now exports the API -->
+    <groupId>com.sun.jersey</groupId>
+    <artifactId>jersey-core</artifactId>
+  </dependency>
+  <dependency>
+    <groupId>javax.servlet</groupId>
+    <artifactId>servlet-api</artifactId>
+  </dependency>
+
+  <!-- Misc deps -->
+  <dependency>
+    <groupId>org.apache.commons</groupId>
+    <artifactId>commons-compress</artifactId>
+  </dependency>
+  <dependency>
+    <groupId>commons-io</groupId>
+    <artifactId>commons-io</artifactId>
+  </dependency>
+
+  <!-- Testing deps -->
+  <dependency>
+    <groupId>junit</groupId>
+    <artifactId>junit</artifactId>
+  </dependency>
+  <dependency>
+    <groupId>org.apache.clerezza</groupId>
+    <artifactId>rdf.simple.storage</artifactId>
+    <scope>test</scope>
+  </dependency>
 
-    </dependencies>
+</dependencies>
 
   </project>