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>
|
<formats>
|
||||||
<format>zip</format>
|
<format>zip</format>
|
||||||
</formats>
|
</formats>
|
||||||
|
|
||||||
<includeBaseDirectory>false</includeBaseDirectory>
|
<includeBaseDirectory>false</includeBaseDirectory>
|
||||||
|
|
||||||
<files>
|
<files>
|
||||||
<file>
|
<file>
|
||||||
<source>${project.basedir}/target/updatePackage.zip</source>
|
<source>${project.basedir}/target/update-contents-${version}.zip</source>
|
||||||
<outputDirectory>updates</outputDirectory>
|
<outputDirectory>update</outputDirectory>
|
||||||
</file>
|
</file>
|
||||||
</files>
|
</files>
|
||||||
|
|
||||||
|
@@ -63,7 +63,7 @@
|
|||||||
<descriptors>
|
<descriptors>
|
||||||
<descriptor>assemblies/update.xml</descriptor>
|
<descriptor>assemblies/update.xml</descriptor>
|
||||||
</descriptors>
|
</descriptors>
|
||||||
<finalName>updatePackage</finalName>
|
<finalName>update-contents-${version}</finalName>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
<execution>
|
<execution>
|
||||||
@@ -73,6 +73,10 @@
|
|||||||
<goal>single</goal>
|
<goal>single</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
<!-- Does not seem to work suppressing the META-INF folder -->
|
||||||
|
<archive>
|
||||||
|
<addMavenDescriptor>false</addMavenDescriptor>
|
||||||
|
</archive>
|
||||||
<appendAssemblyId>false</appendAssemblyId>
|
<appendAssemblyId>false</appendAssemblyId>
|
||||||
<descriptors>
|
<descriptors>
|
||||||
<descriptor>assemblies/updateTool.xml</descriptor>
|
<descriptor>assemblies/updateTool.xml</descriptor>
|
||||||
|
Reference in New Issue
Block a user