Updated installation intructions to match changes after introducting separate parent project for XACML related projects.

This commit is contained in:
Achim D. Brucker 2015-05-31 09:53:43 +02:00
parent 174b880548
commit be982d0e5d
1 changed files with 3 additions and 1 deletions

View File

@ -17,7 +17,9 @@ secure and business processes as well as secure service compositions.
### Preparing the Eclipse environment ### Preparing the Eclipse environment
To initialize the Eclipse project structure, please do To initialize the Eclipse project structure, please do
``` ```
cd src/com.sun.xacml cd src/eu.aniketos.securebpmn.xacml.parent
mvn clean eclipse:clean
mvn eclipse:eclipse
mvn install mvn install
cd ../org.activiti.designer.parent cd ../org.activiti.designer.parent
mvn clean eclipse:clean mvn clean eclipse:clean