From 1c708bf69520633c1a8912739e8ef682f2d20392 Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Tue, 14 Dec 2010 18:37:07 +0000 Subject: [PATCH] CSPACE-3251: Removed vestigial build.properties file from services' 3rdparty folder; that properties file does not appear to be used, and its properties definitions overlap with the main services build.properties file. --- .../build.properties | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 3rdparty/nuxeo/nuxeo-platform-collectionspace/build.properties diff --git a/3rdparty/nuxeo/nuxeo-platform-collectionspace/build.properties b/3rdparty/nuxeo/nuxeo-platform-collectionspace/build.properties deleted file mode 100644 index ab6f6614a..000000000 --- a/3rdparty/nuxeo/nuxeo-platform-collectionspace/build.properties +++ /dev/null @@ -1,15 +0,0 @@ -# Example for Windows -jboss.dir=${env.JBOSS_HOME} -# Example for Unix -#jboss.dir=/opt/jboss - -# Which JBoss server config to use -jboss.config=default - -# nuxeo deployment -jboss.nuxeo.ear.dir=${jboss.dir}/server/${jboss.config}/deploy/nuxeo.ear - - -# additional command line parameters for mvn commands -# e.g. to work offline: -#mvn.opts=-o -- 2.47.3