mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
BDE-400: Updated naming convention after feedback from Richard.
- Fixed alfresco-share-services.amp distribution - Added new string for install dir (For some reason it doesn’t work on windows yet) git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/services/full-installer/trunk@111056 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -40,16 +40,10 @@
|
|||||||
<outputDirectory/>
|
<outputDirectory/>
|
||||||
<includes>
|
<includes>
|
||||||
<include>web-server/**</include>
|
<include>web-server/**</include>
|
||||||
<include>modules/**</include>
|
<include>modules/**</include>
|
||||||
|
<include>amps/**</include>
|
||||||
</includes>
|
</includes>
|
||||||
</fileSet>
|
</fileSet>
|
||||||
<fileSet>
|
|
||||||
<directory>${project.build.directory}/dependency/alfresco-share-distribution-${alfresco.share.version}</directory>
|
|
||||||
<includes>
|
|
||||||
<include>*.amp</include>
|
|
||||||
</includes>
|
|
||||||
<outputDirectory>amps</outputDirectory>
|
|
||||||
</fileSet>
|
|
||||||
<fileSet>
|
<fileSet>
|
||||||
<directory>${project.build.directory}/dependency/alfresco-share-distribution-${alfresco.share.version}/web-extension-samples</directory>
|
<directory>${project.build.directory}/dependency/alfresco-share-distribution-${alfresco.share.version}/web-extension-samples</directory>
|
||||||
<outputDirectory>web-server/shared/classes/alfresco/web-extension</outputDirectory>
|
<outputDirectory>web-server/shared/classes/alfresco/web-extension</outputDirectory>
|
||||||
|
@@ -23,6 +23,7 @@
|
|||||||
project.windowsSigningPkcs12File=${signing.key.location}/Alfresco-Software-Ltd.p12
|
project.windowsSigningPkcs12File=${signing.key.location}/Alfresco-Software-Ltd.p12
|
||||||
project.windowsSigningPkcs12Password=${p12Password}
|
project.windowsSigningPkcs12Password=${p12Password}
|
||||||
alfresco_edition=enterprise
|
alfresco_edition=enterprise
|
||||||
|
alfresco_package='${alfresco.package.name}'
|
||||||
alfrescogoogledocs_component_enabled=1
|
alfrescogoogledocs_component_enabled=1
|
||||||
alfrescosharepoint_component_enabled=0
|
alfrescosharepoint_component_enabled=0
|
||||||
alfrescosolr_component_enabled=1
|
alfrescosolr_component_enabled=1
|
||||||
|
@@ -23,6 +23,7 @@
|
|||||||
project.windowsSigningPkcs12File=${signing.key.location}/Alfresco-Software-Ltd.p12
|
project.windowsSigningPkcs12File=${signing.key.location}/Alfresco-Software-Ltd.p12
|
||||||
project.windowsSigningPkcs12Password=${p12Password}
|
project.windowsSigningPkcs12Password=${p12Password}
|
||||||
alfresco_edition=community
|
alfresco_edition=community
|
||||||
|
alfresco_package='${alfresco.package.name}'
|
||||||
project.outputDirectory=${project.build.directory}
|
project.outputDirectory=${project.build.directory}
|
||||||
</bitrock.arguments>
|
</bitrock.arguments>
|
||||||
</properties>
|
</properties>
|
||||||
|
4
pom.xml
4
pom.xml
@@ -42,9 +42,9 @@
|
|||||||
|
|
||||||
<!--
|
<!--
|
||||||
Build number (Default value is used unless overridden by command line)
|
Build number (Default value is used unless overridden by command line)
|
||||||
Default value: SNAPSHOT
|
Default value: SNAPSHOT-0
|
||||||
-->
|
-->
|
||||||
<installer.build.number>SNAPSHOT</installer.build.number>
|
<installer.build.number>SNAPSHOT-0</installer.build.number>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Installer version that will be used in the final name.
|
Installer version that will be used in the final name.
|
||||||
|
Reference in New Issue
Block a user