Author: dan.j.allen
Date: 2009-04-22 14:42:57 -0400 (Wed, 22 Apr 2009)
New Revision: 2615
Modified:
examples/trunk/translator/build.xml
Log:
rename build from Numberguess to Translator
Modified: examples/trunk/translator/build.xml
===================================================================
--- examples/trunk/translator/build.xml 2009-04-22 09:41:20 UTC (rev 2614)
+++ examples/trunk/translator/build.xml 2009-04-22 18:42:57 UTC (rev 2615)
@@ -1,8 +1,8 @@
-<project basedir="." name="Numberguess Example Build"
default="restart">
+<project basedir="." name="Translator Example Build"
default="restart">
<property name="example.name" value="webbeans-translator" />
<property name="type" value="ear" />
<import file="../build.xml" />
-</project>
\ No newline at end of file
+</project>