[Yanel-commits] rev 47029 - public/yanel/trunk/src/build/targets/create-new-resource-type/from-scratch-resource-template

guillaume at wyona.com guillaume at wyona.com
Tue Jan 12 13:43:55 CET 2010


Author: guillaume
Date: 2010-01-12 13:43:55 +0100 (Tue, 12 Jan 2010)
New Revision: 47029

Modified:
   public/yanel/trunk/src/build/targets/create-new-resource-type/from-scratch-resource-template/build.xml
Log:
Shortened the initial Ant project name of resource-types created from scratch,
 else it takes too much space in project list views when imported into IDEs
 (e.g. Eclipse or IntelliJ IDEA).

Issue: 6967


Modified: public/yanel/trunk/src/build/targets/create-new-resource-type/from-scratch-resource-template/build.xml
===================================================================
--- public/yanel/trunk/src/build/targets/create-new-resource-type/from-scratch-resource-template/build.xml	2010-01-12 12:15:37 UTC (rev 47028)
+++ public/yanel/trunk/src/build/targets/create-new-resource-type/from-scratch-resource-template/build.xml	2010-01-12 12:43:55 UTC (rev 47029)
@@ -1,3 +1,3 @@
-<project name="yanel-from-scratch-resource-type">
+<project name="yanel-from-scratch-RT">
   <import file="${yanel.source.home}/src/build/resource-types/resource-type.build.xml"/>
 </project>



More information about the Yanel-commits mailing list