I don't check in the iml files into version control. Then it doesn't
matter.



2014-03-21 9:19 GMT+01:00 Diego Costantini <[email protected]>:

> Hi,
> 0.5.2 changes my iml files to use absolute paths, which is unwanted since
> I usually push them in VCS.
>
> Every time I start it up:
>
> <module external.linked.project.path="$MODULE_DIR$"
> external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE"
> external.system.module.group=""
> external.system.module.version="unspecified" type="JAVA_MODULE" version="4">
>
> becomes
>
> <module external.linked.project.path="C:\mypath"
> external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE"
> external.system.module.group=""
> external.system.module.version="unspecified" type="JAVA_MODULE" version="4">
>
> Any option to prevent that?
>
> --
> You received this message because you are subscribed to the Google Groups
> "adt-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"adt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to