Doesn't really sound like a solution to my problem :) Eventually I might decide to remove them from VCS, but for now the questions are: 1 - why this change? 2 - how to avoid it (without staying on an older version)?
On Friday, March 21, 2014 9:36:29 AM UTC+1, Peter wrote: > > 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]<javascript:> > >: > >> 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] <javascript:>. >> 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.
