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

136647 anechifor: REPO-2057 : GS Replacement: Remove GhostScript from the code base (installer, Admin Console et al.)
      - I remove GhostScript and change pom.xml from installer to build locally.


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

44
pom.xml
View File

@@ -10,11 +10,22 @@
<packaging>jar</packaging>
<name>Alfresco Content Services Installer Resources + Platform Installers</name>
<properties>
<properties>
<binaries.folder>${user.home}/binaries</binaries.folder>
<bitrock.folder>${project.build.directory}/installbuilder</bitrock.folder>
<signing.key.location>${binaries.folder}/build-classpath/code-signing</signing.key.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>
project.outputDirectory=${project.build.directory}
project.version=${project.version}
@@ -29,6 +40,7 @@
alfrescosolr_component_enabled=0
alfrescowcmqs_component_enabled=0
</bitrock.arguments>
-->
</properties>
<dependencies>
@@ -163,36 +175,6 @@
<type>tgz</type>
</dependency>
<!-- Ghostscript -->
<dependency>
<groupId>com.ghostscript</groupId>
<artifactId>ghostscript-distribution</artifactId>
<version>${installer.ghostscript.version}</version>
<classifier>linux</classifier>
<type>tgz</type>
</dependency>
<dependency>
<groupId>com.ghostscript</groupId>
<artifactId>ghostscript-distribution</artifactId>
<version>${installer.ghostscript.version}</version>
<classifier>osx</classifier>
<type>tgz</type>
</dependency>
<dependency>
<groupId>com.ghostscript</groupId>
<artifactId>ghostscript-distribution</artifactId>
<version>${installer.ghostscript.version}</version>
<classifier>win32</classifier>
<type>tgz</type>
</dependency>
<dependency>
<groupId>com.ghostscript</groupId>
<artifactId>ghostscript-distribution</artifactId>
<version>${installer.ghostscript.version}</version>
<classifier>win64</classifier>
<type>tgz</type>
</dependency>
<!-- ImageMagick -->
<dependency>
<groupId>org.imagemagick</groupId>