Skip to main content

Notice: This Wiki is now read only and edits are no longer 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/Getting Started Swing"

(Setting up dependencies)
(Setting up UFacekit-Code)
Line 27: Line 27:
 
Until we have a build which provides a set of targets you need to install UFaceKit-Libraries by hand:
 
Until we have a build which provides a set of targets you need to install UFaceKit-Libraries by hand:
  
* org.eclipse.ufacekit.ui.swing.databinding
+
* [http://dev.eclipse.org/svnroot/eclipse/org.eclipse.ufacekit/develop/eclipse/virtual-structure/proper/org.eclipse.ufacekit.ui.swing.databinding org.eclipse.ufacekit.ui.swing.databinding]
* org.eclipse.ufacekit.ui.swing.databinding.example
+
* [http://dev.eclipse.org/svnroot/eclipse/org.eclipse.ufacekit/develop/eclipse/virtual-structure/proper/org.eclipse.ufacekit.ui.swing.databinding.example org.eclipse.ufacekit.ui.swing.databinding.example]
* org.eclipse.ufacekit.ui.viewers
+
* [http://dev.eclipse.org/svnroot/eclipse/org.eclipse.ufacekit/develop/eclipse/virtual-structure/proper/org.eclipse.ufacekit.ui.viewers org.eclipse.ufacekit.ui.viewers]
* org.eclipse.ufacekit.ui.viewers.databinding
+
* [http://dev.eclipse.org/svnroot/eclipse/org.eclipse.ufacekit/develop/eclipse/virtual-structure/proper/org.eclipse.ufacekit.ui.viewers.databinding org.eclipse.ufacekit.ui.viewers.databinding]

Revision as of 05:24, 20 March 2009

Setting up dependencies

Until we have a build which provides a set of targets you need to install some dependencies by hand:

Downloadable dependencies

This dependencies are available as .jar packages

Fetch CVS-Dependencies

These dependencies are not available as extra .jars so you need to download fetch them from CVS

  • anonymous@pserver:/cvsroot/eclipse/org.eclipse.core.databinding
  • anonymous@pserver:/cvsroot/eclipse/org.eclipse.core.databinding.beans

You now have to import org.eclipse.core.databinding and org.eclipse.core.databinding.beans into Netbeans using the Eclipse-Project-Import-Wizard and edit the Project properties.

  • org.eclipse.core.databinding
    Db core.png
  • org.eclipse.core.databinding.beans
    Db beans.png

Setting up UFacekit-Code

Until we have a build which provides a set of targets you need to install UFaceKit-Libraries by hand:

Back to the top