[email protected] wrote: > Author: castagna > Date: Fri Sep 23 14:08:25 2011 > New Revision: 1174787 > > URL: http://svn.apache.org/viewvc?rev=1174787&view=rev > Log: (empty) > > Modified: > incubator/jena/Jena2/LARQ/trunk/.classpath > incubator/jena/Jena2/LARQ/trunk/.project > > Modified: incubator/jena/Jena2/LARQ/trunk/.classpath > URL: > http://svn.apache.org/viewvc/incubator/jena/Jena2/LARQ/trunk/.classpath?rev=1174787&r1=1174786&r2=1174787&view=diff > ============================================================================== > --- incubator/jena/Jena2/LARQ/trunk/.classpath (original) > +++ incubator/jena/Jena2/LARQ/trunk/.classpath Fri Sep 23 14:08:25 2011 > @@ -11,11 +11,7 @@ > <classpathentry kind="var" > path="M2_REPO/org/apache/httpcomponents/httpclient/4.1.2/httpclient-4.1.2.jar" > > sourcepath="M2_REPO/org/apache/httpcomponents/httpclient/4.1.2/httpclient-4.1.2-sources.jar"/> > <classpathentry kind="var" > path="M2_REPO/org/apache/httpcomponents/httpcore/4.1.2/httpcore-4.1.2.jar" > sourcepath="M2_REPO/org/apache/httpcomponents/httpcore/4.1.2/httpcore-4.1.2-sources.jar"/> > <classpathentry kind="var" > path="M2_REPO/com/ibm/icu/icu4j/3.4.4/icu4j-3.4.4.jar" > sourcepath="M2_REPO/com/ibm/icu/icu4j/3.4.4/icu4j-3.4.4-sources.jar"/> > - <classpathentry kind="var" > path="M2_REPO/com/hp/hpl/jena/iri/0.8/iri-0.8.jar" > sourcepath="M2_REPO/com/hp/hpl/jena/iri/0.8/iri-0.8-sources.jar"> > - <attributes> > - <attribute > value="jar:file:/home/castagna/.m2/repository/com/hp/hpl/jena/iri/0.8/iri-0.8-javadoc.jar!/" > name="javadoc_location"/> > - </attributes> > - </classpathentry>
If someone knows how to avoid that (i.e. absolute paths in the .classpath file) I'd love to find out. Paolo > + <classpathentry kind="var" > path="M2_REPO/com/hp/hpl/jena/iri/0.8/iri-0.8.jar" > sourcepath="M2_REPO/com/hp/hpl/jena/iri/0.8/iri-0.8-sources.jar"/> > <classpathentry kind="var" > path="M2_REPO/com/hp/hpl/jena/jena/2.6.4/jena-2.6.4.jar" > sourcepath="M2_REPO/com/hp/hpl/jena/jena/2.6.4/jena-2.6.4-sources.jar"/> > <classpathentry kind="var" > path="M2_REPO/junit/junit/4.8.2/junit-4.8.2.jar" > sourcepath="M2_REPO/junit/junit/4.8.2/junit-4.8.2-sources.jar"/> > <classpathentry kind="var" > path="M2_REPO/log4j/log4j/1.2.16/log4j-1.2.16.jar" > sourcepath="M2_REPO/log4j/log4j/1.2.16/log4j-1.2.16-sources.jar"/> > @@ -27,4 +23,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> > \ No newline at end of file > +</classpath> > > Modified: incubator/jena/Jena2/LARQ/trunk/.project > URL: > http://svn.apache.org/viewvc/incubator/jena/Jena2/LARQ/trunk/.project?rev=1174787&r1=1174786&r2=1174787&view=diff > ============================================================================== > --- incubator/jena/Jena2/LARQ/trunk/.project (original) > +++ incubator/jena/Jena2/LARQ/trunk/.project Fri Sep 23 14:08:25 2011 > @@ -1,6 +1,6 @@ > <projectDescription> > <name>larq</name> > - <comment>LARQ - Free Text Indexing for SPARQL. NO_M2ECLIPSE_SUPPORT: > Project files created with the maven-eclipse-plugin are not supported in > M2Eclipse.</comment> > + <comment>LARQ - Free Text Indexing for SPARQL.</comment> > <projects/> > <buildSpec> > <buildCommand> > @@ -10,4 +10,4 @@ > <natures> > <nature>org.eclipse.jdt.core.javanature</nature> > </natures> > -</projectDescription> > \ No newline at end of file > +</projectDescription> > >
