You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2004/06/28 21:21:25 UTC

svn commit: rev 22245 - incubator/directory/eve/branches/start

Author: akarasulu
Date: Mon Jun 28 12:21:24 2004
New Revision: 22245

Removed:
   incubator/directory/eve/branches/start/.classpath
   incubator/directory/eve/branches/start/.project
Modified:
   incubator/directory/eve/branches/start/   (props changed)
   incubator/directory/eve/branches/start/build.xml
Log:
eclipse projects should not have been checked in

Modified: incubator/directory/eve/branches/start/build.xml
==============================================================================
--- incubator/directory/eve/branches/start/build.xml	(original)
+++ incubator/directory/eve/branches/start/build.xml	Mon Jun 28 12:21:24 2004
@@ -314,7 +314,7 @@
 
 	
 	<target name="grammars" depends="get-deps">
-		<antlr target="src/antlr/schema.g" 
+		<antlr target="src/antlr/schema.g"
 			   outputdirectory="src/java/org/apache/eve/schema">
 			<classpath refid="tools.class.path"/>
 		</antlr>