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

Michael Wechner michael.wechner at wyona.com
Tue Jan 12 14:44:12 CET 2010


guillaume at wyona.com wrote:
> 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).
>   

it's ok in "vi" ;-)

But seriously, I am ok with this change, but I think we need to be very 
careful that we don't do things specific for certain IDEs, because
we need to be indendent of any specific IDE (even if you consider vi(m) 
and IDE).

Cheers

Michi
> 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-development mailing list