You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by ca...@apache.org on 2011/09/26 13:25:16 UTC

svn commit: r1175802 - in /incubator/jena/Jena2/LARQ/trunk: .classpath .project pom.xml

Author: castagna
Date: Mon Sep 26 11:25:16 2011
New Revision: 1175802

URL: http://svn.apache.org/viewvc?rev=1175802&view=rev
Log:
JENA-123

Modified:
    incubator/jena/Jena2/LARQ/trunk/.classpath
    incubator/jena/Jena2/LARQ/trunk/.project
    incubator/jena/Jena2/LARQ/trunk/pom.xml

Modified: incubator/jena/Jena2/LARQ/trunk/.classpath
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/LARQ/trunk/.classpath?rev=1175802&r1=1175801&r2=1175802&view=diff
==============================================================================
--- incubator/jena/Jena2/LARQ/trunk/.classpath (original)
+++ incubator/jena/Jena2/LARQ/trunk/.classpath Mon Sep 26 11:25:16 2011
@@ -3,7 +3,6 @@
   <classpathentry kind="src" path="src/test/resources" excluding="**/*.java"/>
   <classpathentry kind="src" path="src/main/java" including="**/*.java"/>
   <classpathentry kind="src" path="src/main/resources" excluding="**/*.java"/>
-  <classpathentry kind="src" path="target/maven-shared-archive-resources" excluding="**/*.java"/>
   <classpathentry kind="output" path="target/classes-eclipse"/>
   <classpathentry kind="var" path="M2_REPO/com/hp/hpl/jena/arq/2.8.9-SNAPSHOT/arq-2.8.9-SNAPSHOT.jar" sourcepath="M2_REPO/com/hp/hpl/jena/arq/2.8.9-SNAPSHOT/arq-2.8.9-SNAPSHOT-sources.jar"/>
   <classpathentry kind="var" path="M2_REPO/com/hp/hpl/jena/arq/2.8.9-SNAPSHOT/arq-2.8.9-SNAPSHOT-tests.jar" sourcepath="M2_REPO/com/hp/hpl/jena/arq/2.8.9-SNAPSHOT/arq-2.8.9-SNAPSHOT-test-sources.jar"/>
@@ -23,4 +22,4 @@
   <classpathentry kind="var" path="M2_REPO/org/codehaus/woodstox/wstx-asl/3.2.9/wstx-asl-3.2.9.jar" sourcepath="M2_REPO/org/codehaus/woodstox/wstx-asl/3.2.9/wstx-asl-3.2.9-sources.jar"/>
   <classpathentry kind="var" path="M2_REPO/xerces/xercesImpl/2.7.1/xercesImpl-2.7.1.jar"/>
   <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-</classpath>
+</classpath>
\ No newline at end of file

Modified: incubator/jena/Jena2/LARQ/trunk/.project
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/LARQ/trunk/.project?rev=1175802&r1=1175801&r2=1175802&view=diff
==============================================================================
--- incubator/jena/Jena2/LARQ/trunk/.project (original)
+++ incubator/jena/Jena2/LARQ/trunk/.project Mon Sep 26 11:25:16 2011
@@ -1,6 +1,6 @@
 <projectDescription>
   <name>larq</name>
-  <comment>LARQ - Free Text Indexing for SPARQL.</comment>
+  <comment>LARQ - Free Text Indexing for SPARQL. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment>
   <projects/>
   <buildSpec>
     <buildCommand>
@@ -10,4 +10,4 @@
   <natures>
     <nature>org.eclipse.jdt.core.javanature</nature>
   </natures>
-</projectDescription>
+</projectDescription>
\ No newline at end of file

Modified: incubator/jena/Jena2/LARQ/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/LARQ/trunk/pom.xml?rev=1175802&r1=1175801&r2=1175802&view=diff
==============================================================================
--- incubator/jena/Jena2/LARQ/trunk/pom.xml (original)
+++ incubator/jena/Jena2/LARQ/trunk/pom.xml Mon Sep 26 11:25:16 2011
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>9</version>
+    <version>10</version>
   </parent> 
 
   <groupId>org.apache.jena</groupId>
@@ -190,6 +190,15 @@
 
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-remote-resources-plugin</artifactId>
+        <version>1.2.1</version>
+        <configuration>
+          <attached>false</attached>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-eclipse-plugin</artifactId>
         <version>2.8</version>
         <configuration>