You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by mr...@apache.org on 2006/11/17 18:58:26 UTC

svn commit: r476231 - /incubator/ode/trunk/dao-hibernate-db-derby/build.xml

Author: mriou
Date: Fri Nov 17 09:58:25 2006
New Revision: 476231

URL: http://svn.apache.org/viewvc?view=rev&rev=476231
Log:
Weird semi-colon

Modified:
    incubator/ode/trunk/dao-hibernate-db-derby/build.xml

Modified: incubator/ode/trunk/dao-hibernate-db-derby/build.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/dao-hibernate-db-derby/build.xml?view=diff&rev=476231&r1=476230&r2=476231
==============================================================================
--- incubator/ode/trunk/dao-hibernate-db-derby/build.xml (original)
+++ incubator/ode/trunk/dao-hibernate-db-derby/build.xml Fri Nov 17 09:58:25 2006
@@ -173,7 +173,7 @@
                 <include name="**/*.hbm.xml"/>
             </fileset>
         </schemaexport>
-;    </target>
+    </target>
 
 </project>