[jboss-remoting-commits] JBoss Remoting SVN: r4292 - remoting3/trunk.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Mon Jun 16 09:15:23 EDT 2008


Author: david.lloyd at jboss.com
Date: 2008-06-16 09:15:23 -0400 (Mon, 16 Jun 2008)
New Revision: 4292

Modified:
   remoting3/trunk/build.xml
Log:
Fix typo

Modified: remoting3/trunk/build.xml
===================================================================
--- remoting3/trunk/build.xml	2008-06-12 16:34:08 UTC (rev 4291)
+++ remoting3/trunk/build.xml	2008-06-16 13:15:23 UTC (rev 4292)
@@ -1131,7 +1131,7 @@
         <path id="version.classpath">
             <pathelement location="version/target/main/classes"/>
         </path>
-        <java classpathref="version.classpath" classname="org.jboss.cx.remoting.version.Verssion" outputproperty="version"/>
+        <java classpathref="version.classpath" classname="org.jboss.cx.remoting.version.Version" outputproperty="version"/>
         <property name="version" value="UNKNOWN"/>
     </target>
 




More information about the jboss-remoting-commits mailing list