forked from savara/savara-tools-eclipse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
36 lines (18 loc) · 950 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
This repository contains the Savara Tools for Eclipse.
Building the project
--------------------
Checkout the savara-tools-eclipse master branch, e.g.
git clone [email protected]:savara/savara-tools-eclipse.git
and run the following command from the top level folder,
mvn clean install
This will create an update site in the site/target/site (expanded) and site/target/site_assembly.zip (compressed).
Developing
----------
Setup an Eclipse JEE (Kepler) environment - download Eclipse from www.eclipse.org.
Install "Integration and SOA Development" tools from the integration platform.
Perform the steps in the "Building the project" section, to initialise the plugins.
Import the plugins:
- select the "Import->Import..." menu item
- select "Maven->Maven Existing Projects" item from the dialog
- browse to select the 'plugins' folder within the savara-tools-eclipse repo
- follow any instructions presented to install Tycho plugins