|
From: <de...@us...> - 2013-09-13 10:16:10
|
Revision: 8505
http://sourceforge.net/p/fudaa/svn/8505
Author: deniger
Date: 2013-09-13 10:16:07 +0000 (Fri, 13 Sep 2013)
Log Message:
-----------
corrections minor bugs
Modified Paths:
--------------
trunk/soft/fudaa-crue/ui-application/pom.xml
trunk/soft/fudaa-crue/ui-branding/src/main/resources/org/fudaa/fudaa/crue/branding/layer.xml
Modified: trunk/soft/fudaa-crue/ui-application/pom.xml
===================================================================
--- trunk/soft/fudaa-crue/ui-application/pom.xml 2013-09-13 10:02:48 UTC (rev 8504)
+++ trunk/soft/fudaa-crue/ui-application/pom.xml 2013-09-13 10:16:07 UTC (rev 8505)
@@ -248,14 +248,7 @@
<zipfileset dir="target/${brandingToken}/bin"
includes="${brandingToken}.exe" prefix="${brandingToken}/bin" />
</zip>
- <!--on enleve .lastModifed-->
- <unzip src="${project.build.directory}/Fudaa-Crue-${project.version}.zip" dest="${project.build.directory}/temp-zip"/>
- <zip destfile="${project.build.directory}/Fudaa-Crue-${project.version}.zip"
- basedir="${project.build.directory}/temp-zip/"
- includes="**/*"
- excludes="**/.lastModified"
- />
- <delete dir="${project.build.directory}/temp-zip"/>
+
</target>
</configuration>
<goals>
Modified: trunk/soft/fudaa-crue/ui-branding/src/main/resources/org/fudaa/fudaa/crue/branding/layer.xml
===================================================================
--- trunk/soft/fudaa-crue/ui-branding/src/main/resources/org/fudaa/fudaa/crue/branding/layer.xml 2013-09-13 10:02:48 UTC (rev 8504)
+++ trunk/soft/fudaa-crue/ui-branding/src/main/resources/org/fudaa/fudaa/crue/branding/layer.xml 2013-09-13 10:16:07 UTC (rev 8505)
@@ -92,7 +92,6 @@
<file name="ReportSelectRunTopComponent.settings" url="ReportSelectRunTopComponentSettings.xml"/>
<file name="ReportVariableTopComponent.settings" url="ReportVariableTopComponentSettings.xml"/>
<file name="ReportViewManagerTopComponent.settings" url="ReportViewManagerTopComponentSettings.xml"/>
- <file name="ScenariosTopComponent.settings" url="ScenariosTopComponentSettings_1.xml"/>
<file name="SysdocTopComponent.settings" url="SysdocTopComponentSettings.xml"/>
<file name="properties.settings_hidden"/>
</folder>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|