mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Merge branch 'master' into RM-2587_CaveatMarkingService
This commit is contained in:
@@ -13,7 +13,7 @@ ant.config.directory=config
|
||||
ant.source.web.directory=source/web
|
||||
|
||||
# Tomcat properties
|
||||
app.tomcat.folder=${ant.build.directory}/../../../software/${app.tomcat}
|
||||
app.tomcat.folder=${ant.build.directory}/../../../../software/${app.tomcat}
|
||||
app.tomcat.webapps=${app.tomcat.folder}/webapps
|
||||
|
||||
# Application properties
|
||||
|
@@ -64,7 +64,6 @@
|
||||
<arg value="-DgroupId=${groupId}" />
|
||||
<arg value="-DartifactId=alfresco-solr4" />
|
||||
<arg value="-Dversion=${properties.alfresco.base.version}" />
|
||||
<arg value="-Dclassifier=ssl" />
|
||||
<arg value="-Dpackaging=war" />
|
||||
<arg value="-Ddest=${ant.build.directory}/solr4.war" />
|
||||
</exec>
|
||||
@@ -76,7 +75,7 @@
|
||||
<fileset dir="${ant.build.directory}/alfresco-repository/alfresco/keystore" />
|
||||
</copy>
|
||||
|
||||
<property name="solr.root.tmp" location="${basedir}/../../data/solr4" />
|
||||
<property name="solr.root.tmp" location="${basedir}/../../../data/solr4" />
|
||||
|
||||
<pathconvert property="solr.root" targetos="unix">
|
||||
<path location="${solr.root.tmp}"/>
|
||||
|
Reference in New Issue
Block a user