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 "UFaceKit/Development Setup In Eclipse"

(New page: == Install a Subversion-Plugin == UFaceKit code is found inside a subversion repository so to directly install it inside Eclipse you have to install Subversion plugin: * [http://subclips...)
 
(Install a Subversion-Plugin)
Line 7: Line 7:
  
 
<b><font color='red'>TODO:</font></b> I'm using Subclipse and the Team-Project-Sets provided are for Subclipse
 
<b><font color='red'>TODO:</font></b> I'm using Subclipse and the Team-Project-Sets provided are for Subclipse
 +
 +
== Setup a Subversion Repository ==
 +
 +
After having installed a subversion plugin you need to switch into the Subversion-Perspective and add a new repository point to http://dev.eclipse.org/svnroot/eclipse/org.eclipse.ufacekit.
 +
 +
== Setting up a Target-Platform ==
 +
 +
Setting up a target platform is quite easy.
 +
 +
<ul>
 +
<li>Checkout setup-Project from Subversion-Repository
 +
[[Image:UFaceKit_Eclipse_Setup.png]]
 +
</li>
 +
</ul>

Revision as of 20:18, 15 January 2009

Install a Subversion-Plugin

UFaceKit code is found inside a subversion repository so to directly install it inside Eclipse you have to install Subversion plugin:

TODO: I'm using Subclipse and the Team-Project-Sets provided are for Subclipse

Setup a Subversion Repository

After having installed a subversion plugin you need to switch into the Subversion-Perspective and add a new repository point to http://dev.eclipse.org/svnroot/eclipse/org.eclipse.ufacekit.

Setting up a Target-Platform

Setting up a target platform is quite easy.

  • Checkout setup-Project from Subversion-Repository UFaceKit Eclipse Setup.png

Back to the top