Fixed code formatting.

This commit is contained in:
Achim D. Brucker 2015-05-24 20:27:43 +02:00
parent 4219c0edd3
commit 2db3b86310
1 changed files with 7 additions and 5 deletions

View File

@ -16,11 +16,13 @@ secure and business processes as well as secure service compositions.
### 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`.