Commit 1210abfa authored by Radek Ošlejšek's avatar Radek Ošlejšek
Browse files

Fix generation of OS bundles

parent d6e0151f
Loading
Loading
Loading
Loading
+13 −12
Original line number Diff line number Diff line
@@ -190,11 +190,12 @@
                                    <goal>run</goal>
                                </goals>
                                <configuration>
                                    <target>
                                    <tasks>
                                        <!-- Clean -->
                                        <delete includeEmptyDirs="true" failonerror="false" removeNotFollowedSymlinks="true">
                                        <delete includeEmptyDirs="true" failonerror="false">
                                            <fileset dir="${project.build.directory}/${brandingToken}-linux" followsymlinks="false"/>
                                        </delete>
                                        <echo message="BBB"/>
                                        <delete file="${project.build.directory}/${project.artifactId}-${project.version}-linux.tar.gz" failonerror="false"/>

                                        <!-- Create folders -->
@@ -241,7 +242,7 @@
                                            <arg value="${project.build.directory}"/>
                                            <arg value="${brandingToken}-linux"/>
                                        </exec>
                                    </target>
                                    </tasks>
                                </configuration>
                            </execution>
                        </executions>
@@ -267,9 +268,9 @@
                                    <goal>run</goal>
                                </goals>
                                <configuration>
                                    <target>
                                    <tasks>
                                        <!-- Clean -->
                                        <delete includeEmptyDirs="true" failonerror="false" removeNotFollowedSymlinks="true">
                                        <delete includeEmptyDirs="true" failonerror="false">
                                            <fileset dir="${project.build.directory}/${brandingToken}-win" followsymlinks="false"/>
                                            <fileset dir="${project.build.directory}/${fidentis.app.title}" followsymlinks="false"/>
                                            <fileset dir="${project.build.directory}/${project.artifactId}-${project.version}.zip" followsymlinks="false"/>
@@ -316,7 +317,7 @@
                                            <arg value="${brandingToken}-win"/>
                                        </exec>

                                    </target>
                                    </tasks>
                                </configuration>
                            </execution>
                        </executions>
@@ -342,9 +343,9 @@
                                    <goal>run</goal>
                                </goals>
                                <configuration>
                                    <target>
                                    <tasks>
                                        <!-- Clean -->
                                        <delete includeEmptyDirs="true" failonerror="false" removeNotFollowedSymlinks="true">
                                        <delete includeEmptyDirs="true" failonerror="false">
                                            <fileset dir="${project.build.directory}/${brandingToken}-win64" followsymlinks="false"/>
                                            <fileset dir="${project.build.directory}/${fidentis.app.title}" followsymlinks="false"/>
                                            <fileset dir="${project.build.directory}/${project.artifactId}-${project.version}.zip" followsymlinks="false"/>
@@ -390,7 +391,7 @@
                                            <arg value="win64-${project.artifactId}-${project.version}.zip"/>
                                            <arg value="${brandingToken}-win64"/>
                                        </exec>
                                    </target>
                                    </tasks>
                                </configuration>
                            </execution>
                        </executions>
@@ -416,9 +417,9 @@
                                    <goal>run</goal>
                                </goals>
                                <configuration>
                                    <target>
                                    <tasks>
                                        <!-- Clean -->
                                        <delete includeEmptyDirs="true" failonerror="false" removeNotFollowedSymlinks="true">
                                        <delete includeEmptyDirs="true" failonerror="false">
                                            <fileset dir="${project.build.directory}/${fidentis.appbundle.name}.app" followsymlinks="false"/>
                                            <fileset dir="${project.build.directory}/${fidentis.app.title}" followsymlinks="false"/>
                                            <fileset dir="${project.build.directory}/${project.artifactId}-${project.version}.dmg" followsymlinks="false"/>
@@ -514,7 +515,7 @@
                                            <arg value="ios-${project.artifactId}-${project.version}.dmg"/>
                                            <arg value="${project.build.directory}/${fidentis.app.title}"/>
                                        </exec>
                                    </target>
                                    </tasks>
                                </configuration>
                            </execution>
                        </executions>