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:
42
pom.xml
42
pom.xml
@@ -15,6 +15,17 @@
|
||||
<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>
|
||||
|
Reference in New Issue
Block a user