Reformatted comments in pom

Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/c752d8c4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/c752d8c4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/c752d8c4

Branch: refs/heads/jena
Commit: c752d8c448b4d91ef426a302ac11f2d9656797ab
Parents: bd644d3
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Thu Sep 8 15:03:18 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Thu Sep 8 15:03:18 2016 +0100

----------------------------------------------------------------------
 jena/pom.xml | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/c752d8c4/jena/pom.xml
----------------------------------------------------------------------
diff --git a/jena/pom.xml b/jena/pom.xml
index 11b3e0e..6bf0aeb 100644
--- a/jena/pom.xml
+++ b/jena/pom.xml
@@ -45,9 +45,17 @@
                        <artifactId>commons-rdf-simple</artifactId>
                        <version>${project.version}</version>
                </dependency>
-               <!-- Uncomment below to use instead of jena-osgi to access Jena 
source 
-                       code <dependency> <groupId>org.apache.jena</groupId> 
<artifactId>apache-jena-libs</artifactId> 
-                       <version>${ver.jena}</version> <type>pom</type> 
<scope>optional</scope> </dependency> -->
+               <!-- Uncomment below and disable jena-osgi to access the 
regular non-osgi 
+                        Jena dependencies (e.g. for debugging) -->
+               <!-- 
+               <dependency>
+                       <groupId>org.apache.jena</groupId>
+                       <artifactId>apache-jena-libs</artifactId>
+                       <version>${ver.jena}</version>
+                       <type>pom</type>
+                       <scope>optional</scope>
+               </dependency>
+               --> 
 
                <!-- As commons-rdf-jena is an OSGi bundle, we'll use the Jena 
OSGi bundle -->
                <dependency>

Reply via email to