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