Merged REPO-2057 (5.2.1) to 5.2.N (5.2.1)

136648 anechifor: REPO-2057 : GS Replacement: Remove GhostScript from the code base (installer, Admin Console et al.)
      - I remove ghostscript


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@136788 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Stefan Kopf
2017-05-18 09:09:01 +00:00
parent efce257c68
commit f61b27c7ed

12
pom.xml
View File

@@ -15,17 +15,6 @@
<bitrock.folder>${project.build.directory}/installbuilder</bitrock.folder> <bitrock.folder>${project.build.directory}/installbuilder</bitrock.folder>
<signing.key.location>${binaries.folder}/build-classpath/code-signing</signing.key.location> <signing.key.location>${binaries.folder}/build-classpath/code-signing</signing.key.location>
<license.file.location>${binaries.folder}/build-classpath/license.xml</license.file.location> <license.file.location>${binaries.folder}/build-classpath/license.xml</license.file.location>
<bitrock.arguments>
project.outputDirectory=${project.build.directory}
project.version=${project.version}
project.fullName='Alfresco Content Services Platform'
alfresco_edition=enterprise
alfresco_package='${alfresco.package.name}'
alfrescogoogledocs_component_enabled=0
alfrescosolr_component_enabled=0
alfrescowcmqs_component_enabled=0
</bitrock.arguments>
<!--
<bitrock.arguments> <bitrock.arguments>
project.outputDirectory=${project.build.directory} project.outputDirectory=${project.build.directory}
project.version=${project.version} project.version=${project.version}
@@ -40,7 +29,6 @@
alfrescosolr_component_enabled=0 alfrescosolr_component_enabled=0
alfrescowcmqs_component_enabled=0 alfrescowcmqs_component_enabled=0
</bitrock.arguments> </bitrock.arguments>
-->
</properties> </properties>
<dependencies> <dependencies>