You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by st...@apache.org on 2004/09/22 10:02:22 UTC

svn commit: rev 47033 - incubator/jackrabbit/trunk

Author: stefan
Date: Wed Sep 22 01:02:20 2004
New Revision: 47033

Modified:
   incubator/jackrabbit/trunk/build.xml
Log:
fixing broken ant script

Modified: incubator/jackrabbit/trunk/build.xml
==============================================================================
--- incubator/jackrabbit/trunk/build.xml	(original)
+++ incubator/jackrabbit/trunk/build.xml	Wed Sep 22 01:02:20 2004
@@ -1,4 +1,4 @@
-roject default="package" basedir=".">
+<project default="package" basedir=".">
 
 	<!-- =================================================================== -->
 	<!-- Initialization target                                               -->