svn commit: r1232068 - /ofbiz/trunk/.classpath

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1232068 - /ofbiz/trunk/.classpath

sascharodekamp
Author: sascharodekamp
Date: Mon Jan 16 17:25:54 2012
New Revision: 1232068

URL: http://svn.apache.org/viewvc?rev=1232068&view=rev
Log:
Update .classpath, change path to tika 1.0 lib

Modified:
    ofbiz/trunk/.classpath

Modified: ofbiz/trunk/.classpath
URL: http://svn.apache.org/viewvc/ofbiz/trunk/.classpath?rev=1232068&r1=1232067&r2=1232068&view=diff
==============================================================================
--- ofbiz/trunk/.classpath (original)
+++ ofbiz/trunk/.classpath Mon Jan 16 17:25:54 2012
@@ -11,8 +11,6 @@
  <classpathentry kind="lib" path="applications/content/lib/poi-ooxml-3.8-beta5-20111217.jar"/>
  <classpathentry kind="lib" path="applications/content/lib/poi-ooxml-schemas-3.8-beta5-20111217.jar"/>
  <classpathentry kind="lib" path="applications/content/lib/poi-scratchpad-3.8-beta5-20111217.jar"/>
- <classpathentry kind="lib" path="applications/content/lib/tika-core-1.0.jar"/>
- <classpathentry kind="lib" path="applications/content/lib/tika-parsers-1.0.jar"/>
  <classpathentry kind="lib" path="applications/product/lib/watermarker-0.0.4.jar"/>
  <classpathentry kind="lib" path="applications/product/lib/dozer-4.2.1.jar"/>
  <classpathentry kind="lib" path="framework/base/lib/ant-1.8.2.jar"/>
@@ -155,8 +153,6 @@
  <classpathentry kind="lib" path="framework/jcr/lib/jackrabbit-spi-commons-2.3.3.jar"/>
  <classpathentry kind="lib" path="framework/jcr/lib/jackrabbit-ocm-2.0.jar" sourcepath="/ocm"/>
  <classpathentry kind="lib" path="framework/jcr/lib/jcr-2.0.jar"/>
- <classpathentry kind="lib" path="framework/jcr/lib/tika-core-0.10.jar"/>
- <classpathentry kind="lib" path="framework/jcr/lib/tika-parsers-0.10.jar"/>
  <classpathentry kind="lib" path="framework/jetty/lib/jasper-compiler-5.5.15.jar"/>
  <classpathentry kind="lib" path="framework/jetty/lib/jasper-runtime-5.5.15.jar"/>
  <classpathentry kind="lib" path="framework/jetty/lib/jetty-6.1.11.jar"/>
@@ -282,5 +278,7 @@
  <classpathentry kind="src" path="specialpurpose/webpos/src"/>
  <classpathentry kind="src" path="specialpurpose/workflow/src"/>
  <classpathentry exported="true" kind="con" path="GROOVY_DSL_SUPPORT"/>
+ <classpathentry kind="lib" path="framework/jcr/lib/tika-core-1.0.jar"/>
+ <classpathentry kind="lib" path="framework/jcr/lib/tika-parsers-1.0.jar"/>
  <classpathentry kind="output" path="bin"/>
 </classpath>