mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
UTF-154 - Some renaming of folders.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/services/full-installer/trunk@110061 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -8,13 +8,13 @@
|
||||
<formats>
|
||||
<format>zip</format>
|
||||
</formats>
|
||||
|
||||
|
||||
<includeBaseDirectory>false</includeBaseDirectory>
|
||||
|
||||
<files>
|
||||
<file>
|
||||
<source>${project.basedir}/target/updatePackage.zip</source>
|
||||
<outputDirectory>updates</outputDirectory>
|
||||
<source>${project.basedir}/target/update-contents-${version}.zip</source>
|
||||
<outputDirectory>update</outputDirectory>
|
||||
</file>
|
||||
</files>
|
||||
|
||||
|
@@ -63,7 +63,7 @@
|
||||
<descriptors>
|
||||
<descriptor>assemblies/update.xml</descriptor>
|
||||
</descriptors>
|
||||
<finalName>updatePackage</finalName>
|
||||
<finalName>update-contents-${version}</finalName>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
@@ -73,6 +73,10 @@
|
||||
<goal>single</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<!-- Does not seem to work suppressing the META-INF folder -->
|
||||
<archive>
|
||||
<addMavenDescriptor>false</addMavenDescriptor>
|
||||
</archive>
|
||||
<appendAssemblyId>false</appendAssemblyId>
|
||||
<descriptors>
|
||||
<descriptor>assemblies/updateTool.xml</descriptor>
|
||||
|
Reference in New Issue
Block a user