You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by sc...@apache.org on 2011/05/17 18:26:40 UTC

svn commit: r1104385 - /incubator/wookie/trunk/.classpath

Author: scottbw
Date: Tue May 17 16:26:40 2011
New Revision: 1104385

URL: http://svn.apache.org/viewvc?rev=1104385&view=rev
Log:
Removed reference to features/camera/src which was removed as part of WOOKIE-210 (thanks to Ate Douma for spotting this)

Modified:
    incubator/wookie/trunk/.classpath

Modified: incubator/wookie/trunk/.classpath
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/.classpath?rev=1104385&r1=1104384&r2=1104385&view=diff
==============================================================================
--- incubator/wookie/trunk/.classpath (original)
+++ incubator/wookie/trunk/.classpath Tue May 17 16:26:40 2011
@@ -1,19 +1,18 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-	<classpathentry kind="src" path="src"/>
-	<classpathentry kind="src" path="src-tests"/>
-	<classpathentry kind="src" path="features/camera/src"/>
-	<classpathentry kind="src" output="parser/java/bin" path="parser/java/src"/>
-	<classpathentry kind="src" output="parser/java/bin" path="parser/java/src-test"/>
-	<classpathentry kind="src" path="connector/java/src"/>
-	<classpathentry exported="true" kind="lib" path="ant/lib/htmlcleaner-2.1.0.jar"/>
-	<classpathentry exported="true" kind="lib" path="ant/lib/dwr-2.0.5.jar"/>
-	<classpathentry exported="true" kind="lib" path="ant/lib/commons-compress-1.0.jar"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-	<classpathentry kind="con" path="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?ivyXmlPath=ivy.xml&amp;confs=*"/>
-	<classpathentry kind="lib" path="ant/lib/guice-2.0.jar"/>
-	<classpathentry kind="lib" path="ant/lib/icu4j-4_6_0.jar"/>
-	<classpathentry kind="lib" path="ant/lib/oauth-20090531.jar"/>
-	<classpathentry kind="output" path="bin"/>
-</classpath>
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" path="src"/>
+	<classpathentry kind="src" path="src-tests"/>
+	<classpathentry kind="src" output="parser/java/bin" path="parser/java/src"/>
+	<classpathentry kind="src" output="parser/java/bin" path="parser/java/src-test"/>
+	<classpathentry kind="src" path="connector/java/src"/>
+	<classpathentry exported="true" kind="lib" path="ant/lib/htmlcleaner-2.1.0.jar"/>
+	<classpathentry exported="true" kind="lib" path="ant/lib/dwr-2.0.5.jar"/>
+	<classpathentry exported="true" kind="lib" path="ant/lib/commons-compress-1.0.jar"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="con" path="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?ivyXmlPath=ivy.xml&amp;confs=*"/>
+	<classpathentry kind="lib" path="ant/lib/guice-2.0.jar"/>
+	<classpathentry kind="lib" path="ant/lib/icu4j-4_6_0.jar"/>
+	<classpathentry kind="lib" path="ant/lib/oauth-20090531.jar"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>