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 "VIATRA/DSE/UserGuide/Installation"

< VIATRA‎ | DSE
m (Nasz013.gmail.com moved page VIATRA2/DSE/UserGuide/Installation to VIATRA/DSE/UserGuide/Installation over redirect: Migrate to VIATRA namespace)
(refreshed git urls)
Line 7: Line 7:
  
 
Currently there aren't any update site for VIATRA-DSE, but you can always download the source code from the Eclipse code repository:
 
Currently there aren't any update site for VIATRA-DSE, but you can always download the source code from the Eclipse code repository:
* git://git.eclipse.org/gitroot/viatra2/org.eclipse.viatra2.emf.git
+
* git://git.eclipse.org/gitroot/viatra/org.eclipse.viatra.git
* ssh://git.eclipse.org/gitroot/viatra2/org.eclipse.viatra2.emf.git
+
* ssh://git.eclipse.org/gitroot/viatra/org.eclipse.viatra.git
* http://git.eclipse.org/gitroot/viatra2/org.eclipse.viatra2.emf.git
+
* http://git.eclipse.org/gitroot/viatra/org.eclipse.viatra.git
  
After importing the source code into your Eclipse workspace you can close the following projects as they aren't needed for using the DSE framework:
+
After importing the source code into your Eclipse workspace you can close the projects which doesn't start with '''org.eclipse.viatra.dse''' as they aren't needed for using the DSE framework.
* org.eclipse.viatra.cep.*
+
* org.eclipse.viatra2.*
+
* viatra2-emf-runtime
+
* org.eclipse.viatra.dse.emfdesignspace.(model | pattern) (also you can generate the EMF model in .model project using the model/emfdesignspace.genmodel, and build the projects)
+

Revision as of 05:15, 17 March 2015

Installing VIATRA-DSE

Dependencies

Currently VIATRA-DSE only depends on the latest version of EMF-IncQuery. To install it please see this link.

Installation

Currently there aren't any update site for VIATRA-DSE, but you can always download the source code from the Eclipse code repository:

After importing the source code into your Eclipse workspace you can close the projects which doesn't start with org.eclipse.viatra.dse as they aren't needed for using the DSE framework.

Back to the top