After updating the Eclipse plugin to 8.x (8.0.1.v201012062107-82219) we have 
noticed that the Eclipse .project file now has a hex value in the 
locationURI elements, where it previously did not. Here is the old format:

<linkedResources>
    <link>
        <name>stuff-android-bl1_src</name>
        <type>2</type>
        <locationURI>_android_stuff_android_bl1/src</locationURI>
    </link>
</linkedResources>

Now the linkedResources looks like this:

<linkedResources> 
    <link> 
        <name>stuff-android-bl1_src</name> 
        <type>2</type> 
        <locationURI>_android_stuff_android_bl1_c77cc382/src</locationURI> 
    </link> 
</linkedResources> 

These new values in the entries seem to be harmless. 

Has anyone else noticed this? Does anyone know why this has started 
happening and what purpose do these identifiers serve?

Thanks for any assistance.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to