Author: al
Date: Thu Jul 18 16:46:42 2013
New Revision: 1504519
URL: http://svn.apache.org/r1504519
Log:
Remove jackson
Removed:
incubator/wave/trunk/third_party/runtime/jackson/COPYING
incubator/wave/trunk/third_party/runtime/jackson/README.google
incubator/wave/trunk/third_party/runtime/jackson/jackson-core-asl-1.5.2.jar
Modified:
incubator/wave/trunk/.classpath
incubator/wave/trunk/build.xml
Modified: incubator/wave/trunk/.classpath
URL:
http://svn.apache.org/viewvc/incubator/wave/trunk/.classpath?rev=1504519&r1=1504518&r2=1504519&view=diff
==============================================================================
--- incubator/wave/trunk/.classpath (original)
+++ incubator/wave/trunk/.classpath Thu Jul 18 16:46:42 2013
@@ -28,7 +28,6 @@
<classpathentry kind="lib"
path="third_party/runtime/guice/guice-servlet-3.0.jar"/>
<classpathentry kind="lib"
path="third_party/runtime/guice/javax.inject.jar"/>
<classpathentry kind="lib"
path="third_party/runtime/gxp/gxp-0.2.4-beta.jar"/>
- <classpathentry kind="lib"
path="third_party/runtime/jackson/jackson-core-asl-1.5.2.jar"/>
<classpathentry kind="lib"
path="third_party/runtime/jdo/jdo2-api-2.2.jar"/>
<classpathentry kind="lib" path="third_party/runtime/jdom/jdom.jar"
sourcepath="third_party/runtime/jdom/jdom-src.zip"/>
<classpathentry kind="lib"
path="third_party/runtime/jline/jline-0.9.94.jar"/>
Modified: incubator/wave/trunk/build.xml
URL:
http://svn.apache.org/viewvc/incubator/wave/trunk/build.xml?rev=1504519&r1=1504518&r2=1504519&view=diff
==============================================================================
--- incubator/wave/trunk/build.xml (original)
+++ incubator/wave/trunk/build.xml Thu Jul 18 16:46:42 2013
@@ -658,7 +658,6 @@
<include name="org/apache/lucene/**/*" />
<include name="org/apache/commons/io/**/*" />
<include name="org/bson/**/*" />
- <include name="org/codehaus/jackson/**/*" />
<include name="org/dom4j/**/*" />
<include name="org/eclipse/**/*" />
<include name="org/jdom/**/*" />
@@ -733,7 +732,6 @@
<include name="com/google/common/**/*"/>
<include name="com/google/gson/**/*"/>
<include name="com/google/protobuf/**/*"/>
- <include name="org/codehaus/jackson/**/*"/>
<include name="org/json/**/*"/>
<include name="net/oauth/**/*"/>
</fileset>