adammurdoch 02/02/12 02:45:19
Modified: proposal/myrmidon build.xml
Log:
Add project name, so that IDEA will let me bind keys to targets.
Revision Changes Path
1.55 +1 -1 jakarta-ant/proposal/myrmidon/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/build.xml,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- build.xml 10 Feb 2002 02:34:13 -0000 1.54
+++ build.xml 12 Feb 2002 10:45:19 -0000 1.55
@@ -14,7 +14,7 @@
==============================================================================
-->
-<project default="main" basedir=".">
+<project name="myrmidon" default="main" basedir=".">
<!--
Give user a chance to override without editing this file
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>