Fixed code formatting.

This commit is contained in:
Achim D. Brucker 2015-05-24 20:29:05 +02:00
parent a7c6c1680c
commit 6a6a19be46
1 changed files with 7 additions and 5 deletions

View File

@ -18,11 +18,13 @@ the model and the actual implementation.
### Preparing the Eclipse environment
To initialize the Eclipse project structure, please do
cd src/com.sun.xacml
mvn install
cd ../org.activiti.designer.parent
mvn clean eclipse:clean
mvn eclipse:eclipse
```
cd src/com.sun.xacml
mvn install
cd ../org.activiti.designer.parent
mvn clean eclipse:clean
mvn eclipse:eclipse
```
After this, all projects can be imported into a fresh Eclipse
workspace using `File -> Import -> Existing Projects into Workspace`.