You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hama.apache.org by ed...@apache.org on 2011/02/27 10:26:58 UTC

svn commit: r1075010 - in /incubator/hama/trunk: build.xml lib/javacc.jar

Author: edwardyoon
Date: Sun Feb 27 09:26:58 2011
New Revision: 1075010

URL: http://svn.apache.org/viewvc?rev=1075010&view=rev
Log:
Becuase we don't use javacc, removing javacc dependency.

Removed:
    incubator/hama/trunk/lib/javacc.jar
Modified:
    incubator/hama/trunk/build.xml

Modified: incubator/hama/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/hama/trunk/build.xml?rev=1075010&r1=1075009&r2=1075010&view=diff
==============================================================================
--- incubator/hama/trunk/build.xml (original)
+++ incubator/hama/trunk/build.xml Sun Feb 27 09:26:58 2011
@@ -37,9 +37,6 @@
 	<property name="docs.dir" value="${basedir}/docs" />
 	<property name="docs.src" value="${basedir}/src/docs" />
 
-	<!-- javacc properties -->
-	<property name="javacc.home" value="${basedir}/lib" />
-
 	<!-- build properties -->
 
 	<property name="test.output" value="no" />
@@ -216,7 +213,6 @@
 		<fileset file="${lib.dir}/zookeeper*.jar" />
 		<fileset file="${lib.dir}/commons*.jar" />
 		<fileset file="${lib.dir}/log4j*.jar" />
-		<fileset file="${lib.dir}/javacc.jar" />
 		<fileset file="${lib.dir}/junit-3.8.1.jar" />
 	</path>