mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
44
pom.xml
44
pom.xml
@@ -10,11 +10,22 @@
|
|||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<name>Alfresco Content Services Installer Resources + Platform Installers</name>
|
<name>Alfresco Content Services Installer Resources + Platform Installers</name>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<binaries.folder>${user.home}/binaries</binaries.folder>
|
<binaries.folder>${user.home}/binaries</binaries.folder>
|
||||||
<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}
|
||||||
@@ -29,6 +40,7 @@
|
|||||||
alfrescosolr_component_enabled=0
|
alfrescosolr_component_enabled=0
|
||||||
alfrescowcmqs_component_enabled=0
|
alfrescowcmqs_component_enabled=0
|
||||||
</bitrock.arguments>
|
</bitrock.arguments>
|
||||||
|
-->
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
@@ -163,36 +175,6 @@
|
|||||||
<type>tgz</type>
|
<type>tgz</type>
|
||||||
</dependency>
|
</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 -->
|
<!-- ImageMagick -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.imagemagick</groupId>
|
<groupId>org.imagemagick</groupId>
|
||||||
|
Reference in New Issue
Block a user