From fc2c390be42f01527c5e7140e4f342bc778cfcd3 Mon Sep 17 00:00:00 2001 From: Jean-Pierre Huynh Date: Thu, 27 Aug 2015 17:10:53 +0000 Subject: [PATCH] =?UTF-8?q?BDE-400:=20Updated=20naming=20convention=20afte?= =?UTF-8?q?r=20feedback=20from=20Richard.=20-=20Fixed=20alfresco-share-ser?= =?UTF-8?q?vices.amp=20distribution=20-=20Added=20new=20string=20for=20ins?= =?UTF-8?q?tall=20dir=20(For=20some=20reason=20it=20doesn=E2=80=99t=20work?= =?UTF-8?q?=20on=20windows=20yet)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/services/full-installer/trunk@111056 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- distribution/src/assembly/full-distribution.xml | 10 ++-------- enterprise-installer/pom.xml | 1 + installer/pom.xml | 1 + pom.xml | 4 ++-- 4 files changed, 6 insertions(+), 10 deletions(-) diff --git a/distribution/src/assembly/full-distribution.xml b/distribution/src/assembly/full-distribution.xml index 969433ca26..c9bf92d680 100644 --- a/distribution/src/assembly/full-distribution.xml +++ b/distribution/src/assembly/full-distribution.xml @@ -40,16 +40,10 @@ web-server/** - modules/** + modules/** + amps/** - - ${project.build.directory}/dependency/alfresco-share-distribution-${alfresco.share.version} - - *.amp - - amps - ${project.build.directory}/dependency/alfresco-share-distribution-${alfresco.share.version}/web-extension-samples web-server/shared/classes/alfresco/web-extension diff --git a/enterprise-installer/pom.xml b/enterprise-installer/pom.xml index 662599563a..10c9b9ded0 100644 --- a/enterprise-installer/pom.xml +++ b/enterprise-installer/pom.xml @@ -23,6 +23,7 @@ project.windowsSigningPkcs12File=${signing.key.location}/Alfresco-Software-Ltd.p12 project.windowsSigningPkcs12Password=${p12Password} alfresco_edition=enterprise + alfresco_package='${alfresco.package.name}' alfrescogoogledocs_component_enabled=1 alfrescosharepoint_component_enabled=0 alfrescosolr_component_enabled=1 diff --git a/installer/pom.xml b/installer/pom.xml index 453099d564..f2ccefd836 100644 --- a/installer/pom.xml +++ b/installer/pom.xml @@ -23,6 +23,7 @@ project.windowsSigningPkcs12File=${signing.key.location}/Alfresco-Software-Ltd.p12 project.windowsSigningPkcs12Password=${p12Password} alfresco_edition=community + alfresco_package='${alfresco.package.name}' project.outputDirectory=${project.build.directory} diff --git a/pom.xml b/pom.xml index d8cefe97a4..ceba55e424 100644 --- a/pom.xml +++ b/pom.xml @@ -42,9 +42,9 @@ - SNAPSHOT + SNAPSHOT-0