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"

(New page: <pre> <?xml version="1.0" encoding="UTF-8"?> <bookmarks> <site name="Buckminster" url="http://download.eclipse.org/technology/buckminster/updates" web="false" selected="true" local=...)
 
Line 1: Line 1:
 +
Save the xml text below in a file called bookmark.xml. This is easier than to enter this information directly in the update manager.
  
 
<pre>
 
<pre>
Line 4: Line 5:
  
 
<bookmarks>
 
<bookmarks>
   <site name="Buckminster" url="http://download.eclipse.org/technology/buckminster/updates"  
+
   <site name="Buckminster"  
 
+
        url="http://download.eclipse.org/technology/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/" web="false"  
+
        selected="true" local="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/"
 +
        web="false" selected="true" local="false"/>
 +
</bookmarks>
 +
</pre>
  
url="http://www.polarion.org/projects/subversive/download/eclipse/2.0/update-site/"
 
  
web="false" selected="true" local="false"/>
+
[[Category:Buckminster]]
</bookmarks>
+
</pre>
+

Revision as of 06:28, 25 January 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/technology/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