Files
alfresco-community-repo/rm-server/build.properties
Roy Wetherall 6ff0777faa RM Build:
* upgraded dependancy to 4.2.1 
 * added SOLR zip to dependancies
 * added 'configure-solr' target to rm-server build .. automatically configures RM dev env for SOLR



git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@67475 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-04-15 02:41:15 +00:00

21 lines
656 B
Properties

# Do NOT change the values directly in this file. If you need to change the value of a property,
# create a file called "build.local.properties" in the same folder and change the value in that file.
# War file id for the alfresco application
app.war.artifactId=alfresco
# Tomcat folder name used by the alfresco application
app.tomcat=tomcat
# SOLR configuration
solr.directory=solr
solr.artifactId=alfresco-solr
solr.packaging=zip
solr.package=${solr.artifactId}.${solr.packaging}
# DB driver properties
db.driver.groupId=postgresql
db.driver.artifactId=${db.driver.groupId}
db.driver.version=9.1-901.jdbc4
db.driver.packaging=jar