]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-3251: Removed vestigial build.properties file from services' 3rdparty folder...
authorAron Roberts <aron@socrates.berkeley.edu>
Tue, 14 Dec 2010 18:37:07 +0000 (18:37 +0000)
committerAron Roberts <aron@socrates.berkeley.edu>
Tue, 14 Dec 2010 18:37:07 +0000 (18:37 +0000)
3rdparty/nuxeo/nuxeo-platform-collectionspace/build.properties [deleted file]

diff --git a/3rdparty/nuxeo/nuxeo-platform-collectionspace/build.properties b/3rdparty/nuxeo/nuxeo-platform-collectionspace/build.properties
deleted file mode 100644 (file)
index ab6f661..0000000
+++ /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