Index: lams_build/unix.properties =================================================================== RCS file: /usr/local/cvsroot/lams_build/unix.properties,v diff -u -r1.19 -r1.19.2.1 --- lams_build/unix.properties 17 Dec 2012 12:08:38 -0000 1.19 +++ lams_build/unix.properties 30 Jul 2014 08:40:27 -0000 1.19.2.1 @@ -17,12 +17,11 @@ # # http://www.gnu.org/licenses/gpl.txt -# Properties needed to run master-build. -# These are OS dependent properties, configured for various flavours -# of *nix. Named unix.properties for convenience - linuxunix.properties -# would have looked odd, as does otheros.properties. +# Properties needed to build LAMS. +# These are OS dependent properties, configured for various flavours of *nix. +# Named unix.properties for convenience. # -# Instead of changing contentrepository.base and jboss.home here +# Instead of changing properties here # you can create a new file build.properties for just two of them. # That file is added to .cvsignore, so you will not be asked to commit it. # That file is imported just before current file @@ -31,21 +30,7 @@ # If build.properties is missing or, in some projects, is not imported before ${osPropertiesName}.properties # entries will be taken from current file. -conf=${basedir}/conf/unix -conf.jboss=${conf}/jboss +contentrepository.base=/var/opt/lams -contentrepository.base=/var/opt/${conf.application} -contentrepository.directory=${contentrepository.base}/repository - #JBoss deploy directory (Unix) -jboss.home=/usr/local/jboss-5.1/ -jboss.server=${jboss.home}server/ -jboss.server.instance=${jboss.server}default -jboss.server.instance.lib=${jboss.server.instance}/lib -jboss.ear.deploy=${jboss.server.instance}/deploy -jboss.ear.deployers=${jboss.server.instance}/deployers -jboss.deploy=${jboss.ear.deploy}/${conf.application}.ear - -j2eelibs=${jboss.home}/common/lib -jbosslibs=${jboss.home}/lib -jbossweblibs=${jboss.ear.deploy}/jbossweb.sar \ No newline at end of file +jboss.home=/usr/local/jboss-5.1/ \ No newline at end of file