From be982d0e5d46a2deaf0c71e944b84ab30211a0a0 Mon Sep 17 00:00:00 2001 From: "Achim D. Brucker" Date: Sun, 31 May 2015 09:53:43 +0200 Subject: [PATCH] Updated installation intructions to match changes after introducting separate parent project for XACML related projects. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d7eeb3c..68179cd 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,9 @@ 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 +cd src/eu.aniketos.securebpmn.xacml.parent +mvn clean eclipse:clean +mvn eclipse:eclipse mvn install cd ../org.activiti.designer.parent mvn clean eclipse:clean