Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 373831

Summary: The artifacts.xml on GEF update site contain file URL's
Product: [Tools] GEF Reporter: Rich Seddon <rseddon>
Component: Website / WikiAssignee: Alexander Nyßen <nyssen>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: nyssen
Version: 3.8   
Target Milestone: 3.8.0 (Juno)   
Hardware: PC   
OS: Mac OS X - Carbon (unsup.)   
Whiteboard:

Description Rich Seddon CLA 2012-03-09 14:07:40 EST
All of the artifact entries in the artifacts.xml file on the "http://download.eclipse.org/tools/gef/updates/releases" site contain artifact references to file URL's.  This doesn't seem right...



   <artifact classifier='osgi.bundle' id='org.eclipse.gef.examples.shapes' version='3.4.0.v20080226'>
      <properties size='1'>
        <property name='download.size' value='58624'/>
      </properties>
      <repositoryProperties size='1'>
        <property name='artifact.reference' value='file:/Users/nyssen/Workspaces/GEF/GEF_UPDATE_SITES/GEF-Update-3.4.1/plugins/org.eclipse.gef.examples.shapes_3.4.0.v20080226.jar'/>
      </repositoryProperties>
    </artifact>
Comment 1 Alexander Nyßen CLA 2012-03-11 06:59:28 EDT
Indeed. Seems to have happened when re-creating the update sites on my local machine. I took a look into the platform update site artifacts and there does not seem to be any "artifact.reference" properties at all. Would it suffice to simply remove them from the artifacts.xml?
Comment 2 Rich Seddon CLA 2012-03-12 11:02:44 EDT
As far as I can tell they are not needed.
Comment 3 Alexander Nyßen CLA 2012-06-19 11:46:32 EDT
Manually removed all repositoryProperty entries pointing to file locations on my local machine. Resolve as fixed (may take some time until this has been propagated to all mirrors).