Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Buckminster and Subversive Update Manager Bookmarks"

 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
 
<bookmarks>
 
<bookmarks>
 
   <site name="Buckminster"  
 
   <site name="Buckminster"  
         url="http://download.eclipse.org/technology/buckminster/updates"  
+
         url="http://download.eclipse.org/tools/buckminster/updates"  
 
         web="false" selected="true" local="false"/>
 
         web="false" selected="true" local="false"/>
 
   <site name="Subversive"  
 
   <site name="Subversive"  
         url="http://download.eclipse.org/technology/subversive/0.7/update-site/" web="false"  
+
         url="http://download.eclipse.org/technology/subversive/0.7/update-site/"  
        selected="true" local="false"/>
+
        web="false" selected="true" local="false"/>
 
   <site name="Subversive SVN Connectors"  
 
   <site name="Subversive SVN Connectors"  
 
         url="http://www.polarion.org/projects/subversive/download/eclipse/2.0/update-site/"  
 
         url="http://www.polarion.org/projects/subversive/download/eclipse/2.0/update-site/"  

Latest revision as of 07:10, 3 March 2008

Save the xml text below in a file called bookmark.xml. This is easier than to enter this information directly in the update manager.

<?xml version="1.0" encoding="UTF-8"?>

<bookmarks>
   <site name="Buckminster" 
         url="http://download.eclipse.org/tools/buckminster/updates" 
         web="false" selected="true" local="false"/>
   <site name="Subversive" 
         url="http://download.eclipse.org/technology/subversive/0.7/update-site/" 
         web="false" selected="true" local="false"/>
   <site name="Subversive SVN Connectors" 
         url="http://www.polarion.org/projects/subversive/download/eclipse/2.0/update-site/" 
         web="false" selected="true" local="false"/>
</bookmarks>

Back to the top