From 38f720752af4d4aad8c4e467a288d9048659f688 Mon Sep 17 00:00:00 2001 From: Rob Daugherty Date: Wed, 14 Mar 2018 02:07:32 -0400 Subject: AT&T 1712 and 1802 release code This is code from AT&T's 1712 and 1802 releases. Change-Id: Ie1e85851e94bc66c4d9514a0226c221939531a04 Issue-ID: SO-425 Signed-off-by: Rob Daugherty --- bpmn/MSOURN-plugin/build.properties | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 bpmn/MSOURN-plugin/build.properties (limited to 'bpmn/MSOURN-plugin/build.properties') diff --git a/bpmn/MSOURN-plugin/build.properties b/bpmn/MSOURN-plugin/build.properties new file mode 100644 index 0000000000..7e5fb9f22f --- /dev/null +++ b/bpmn/MSOURN-plugin/build.properties @@ -0,0 +1,7 @@ +# Copy this file to 'build.properties' and modify it to match your system +# Alternatively, you can also copy it to '${user.home}/.camunda/build.properties' +# to have a central configuration that works with all camunda BPM projects + +# Defines the deployment folder in a camunda BPM installation (backslashes need to be escaped or replaced by forward slashes). +#deploy.jboss.dir=C:/camunda/camunda-bpm-jboss-7.3.0/server/jboss-as-${jboss-version}/standalone/deployments +deploy.jboss.dir=C:/D2/jboss-ee/server/jboss-as-7.2.0.Final/standalone/deployments \ No newline at end of file -- cgit 1.2.3-korg