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 Subclipse Update Manager Bookmarks"

(New page: 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> <bookmarks> <site name="Buckminster" url="http:/...)
 
 
(2 intermediate revisions by one other user not shown)
Line 2: Line 2:
  
 
<pre>
 
<pre>
 +
<?xml version="1.0" encoding="UTF-8"?>
 +
 
<bookmarks>
 
<bookmarks>
<site name="Buckminster" url="http://download.eclipse.org/technology/buckminster/updates" web="false" selected="false" local="false"/>
+
  <site name="Buckminster"  
<site name="Subclipse 1.2.x" url="http://subclipse.tigris.org/update_1.2.x" web="false" selected="false" local="false"/>
+
        url="http://download.eclipse.org/tools/buckminster/updates"  
 +
        web="false" selected="false" local="false"/>
 +
  <site name="Subclipse 1.4.x"  
 +
        url="http://subclipse.tigris.org/update_1.4.x"  
 +
        web="false" selected="false" local="false"/>
 
</bookmarks>
 
</bookmarks>
 
</pre>
 
</pre>

Latest revision as of 04:37, 30 June 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="false" local="false"/>
   <site name="Subclipse 1.4.x" 
         url="http://subclipse.tigris.org/update_1.4.x" 
         web="false" selected="false" local="false"/>
</bookmarks>

Copyright © Eclipse Foundation, Inc. All Rights Reserved.