platform-update-home/doc/working/documentation/standalone_update.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14, Wed Mar 31 20:37:41 2004 UTC revision 1.15, Wed May 5 18:02:28 2004 UTC
# Line 69  Line 69 
69   &nbsp;&nbsp;&nbsp; -command search<br>   &nbsp;&nbsp;&nbsp; -command search<br>
70   &nbsp;&nbsp;&nbsp; -from <i>remote_site_url</i> <br>   &nbsp;&nbsp;&nbsp; -from <i>remote_site_url</i> <br>
71    
72  <br><b>Listing configured features:</b><br>  <br><b>Listing installed features:</b><br>
73   java -cp startup.jar org.eclipse.core.launcher.Main <br>   java -cp startup.jar org.eclipse.core.launcher.Main <br>
74   &nbsp;&nbsp;&nbsp; -application&nbsp; org.eclipse.update.core.standaloneUpdate<br>   &nbsp;&nbsp;&nbsp; -application&nbsp; org.eclipse.update.core.standaloneUpdate<br>
75   &nbsp;&nbsp;&nbsp; -command configuredFeatures<br>   &nbsp;&nbsp;&nbsp; -command listFeatures<br>
76   &nbsp;&nbsp;&nbsp; -from <i>local_site_dir</i> <br>   &nbsp;&nbsp;&nbsp; -from <i>local_site_dir</i> <br>
77    
78  <br><b>Adding a local site with more features:</b><br>  <br><b>Adding a local site with more features:</b><br>
# Line 81  Line 81 
81   &nbsp;&nbsp;&nbsp; -command addSite<br>   &nbsp;&nbsp;&nbsp; -command addSite<br>
82   &nbsp;&nbsp;&nbsp; -from <i>local_site_dir</i> <br>   &nbsp;&nbsp;&nbsp; -from <i>local_site_dir</i> <br>
83    
84    <br><b>Removing a local site:</b><br>
85     java -cp startup.jar org.eclipse.core.launcher.Main <br>
86     &nbsp;&nbsp;&nbsp; -application&nbsp; org.eclipse.update.core.standaloneUpdate<br>
87     &nbsp;&nbsp;&nbsp; -command removeSite<br>
88     &nbsp;&nbsp;&nbsp; -to <i>local_site_dir</i> <br>
89    
90  <br>  <br>
91  <b>Mirroring feature(s) from a remote site:</b><br>  <b>Mirroring feature(s) from a remote site:</b><br>
92   java -cp startup.jar org.eclipse.core.launcher.Main <br>   java -cp startup.jar org.eclipse.core.launcher.Main <br>

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15