From: Aron Roberts Date: Tue, 14 Dec 2010 18:37:07 +0000 (+0000) Subject: CSPACE-3251: Removed vestigial build.properties file from services' 3rdparty folder... X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=1c708bf69520633c1a8912739e8ef682f2d20392;p=tmp%2Fjakarta-migration.git 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. --- 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