|
From: <de...@us...> - 2012-05-04 22:38:12
|
Revision: 7155
http://fudaa.svn.sourceforge.net/fudaa/?rev=7155&view=rev
Author: deniger
Date: 2012-05-04 22:38:06 +0000 (Fri, 04 May 2012)
Log Message:
-----------
Modified Paths:
--------------
trunk/soft/fudaa-crue/ui-application/pom.xml
Modified: trunk/soft/fudaa-crue/ui-application/pom.xml
===================================================================
--- trunk/soft/fudaa-crue/ui-application/pom.xml 2012-05-04 22:37:19 UTC (rev 7154)
+++ trunk/soft/fudaa-crue/ui-application/pom.xml 2012-05-04 22:38:06 UTC (rev 7155)
@@ -151,5 +151,20 @@
</plugins>
</build>
</profile>
+ <profile>
+ <id>dev</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>nbm-maven-plugin</artifactId>
+ <configuration>
+ <finalName>fudaa-crue-${version}</finalName>
+ <etcConfFile>src/main/resources/etc/fudaacrueDev.conf</etcConfFile>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
</profiles>
</project>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <de...@us...> - 2014-01-28 07:22:57
|
Revision: 8589
http://sourceforge.net/p/fudaa/svn/8589
Author: deniger
Date: 2014-01-28 07:22:54 +0000 (Tue, 28 Jan 2014)
Log Message:
-----------
maven 3 support
Modified Paths:
--------------
trunk/soft/fudaa-crue/ui-application/pom.xml
Modified: trunk/soft/fudaa-crue/ui-application/pom.xml
===================================================================
--- trunk/soft/fudaa-crue/ui-application/pom.xml 2014-01-27 22:59:36 UTC (rev 8588)
+++ trunk/soft/fudaa-crue/ui-application/pom.xml 2014-01-28 07:22:54 UTC (rev 8589)
@@ -101,7 +101,6 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>nbm-maven-plugin</artifactId>
- <version>3.8.1</version>
<extensions>true</extensions>
<configuration>
<finalName>Fudaa-Crue-${version}</finalName>
@@ -114,26 +113,6 @@
<profiles>
<profile>
- <id>deployment</id>
- <build>
- <plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>nbm-maven-plugin</artifactId>
- <executions>
- <execution>
- <id>extra</id>
- <goals>
- <goal>autoupdate</goal>
- <goal>webstart-app</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
- <profile>
<id>dev</id>
<build>
<plugins>
@@ -202,6 +181,9 @@
<profile>
<id>release</id>
<activation>
+ <os>
+ <family>Windows</family>
+ </os>
<file>
<exists>${basedir}/src/main/resources/installer/ReplaceVistaIcon.exe</exists>
</file>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <de...@us...> - 2014-02-14 12:12:32
|
Revision: 8621
http://sourceforge.net/p/fudaa/svn/8621
Author: deniger
Date: 2014-02-14 12:12:28 +0000 (Fri, 14 Feb 2014)
Log Message:
-----------
Modified Paths:
--------------
trunk/soft/fudaa-crue/ui-application/pom.xml
Modified: trunk/soft/fudaa-crue/ui-application/pom.xml
===================================================================
--- trunk/soft/fudaa-crue/ui-application/pom.xml 2014-02-14 11:14:03 UTC (rev 8620)
+++ trunk/soft/fudaa-crue/ui-application/pom.xml 2014-02-14 12:12:28 UTC (rev 8621)
@@ -137,7 +137,7 @@
<exists>${wine.bottle}\drive_c\${resourcehacker.installdir}\ResHacker.exe</exists>
</file>
</activation>
- <build>
+<!-- <build>
<plugins>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
@@ -152,11 +152,11 @@
<target>
<echo message ="Replacing icon of Windows launcher executable" />
- <!-- replace executable with ResHacker.exe path on windows -->
+ replace executable with ResHacker.exe path on windows
<exec executable="wine" resolveexecutable="true" logerror="true">
- <!-- replace value with location of installation bottle, or remove on windows -->
+ replace value with location of installation bottle, or remove on windows
<env key="WINEPREFIX" value="${wine.bottle}" />
- <!-- remove this argument when running on windows -->
+ remove this argument when running on windows
<arg value="${resourcehacker.installdir}\ResHacker.exe"/>
<arg value="-addoverwrite"/>
<arg value="${project.build.directory}/${brandingToken}/bin/${brandingToken}.exe,"/>
@@ -176,7 +176,7 @@
</executions>
</plugin>
</plugins>
- </build>
+ </build>-->
</profile>
<profile>
<id>release</id>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <de...@us...> - 2014-03-19 18:13:26
|
Revision: 8673
http://sourceforge.net/p/fudaa/svn/8673
Author: deniger
Date: 2014-03-19 18:13:23 +0000 (Wed, 19 Mar 2014)
Log Message:
-----------
simplification du NodePopupFactory pour utilise le TopComponent comportant l'OutlineView
Modified Paths:
--------------
trunk/soft/fudaa-crue/ui-application/pom.xml
Modified: trunk/soft/fudaa-crue/ui-application/pom.xml
===================================================================
--- trunk/soft/fudaa-crue/ui-application/pom.xml 2014-03-18 23:14:50 UTC (rev 8672)
+++ trunk/soft/fudaa-crue/ui-application/pom.xml 2014-03-19 18:13:23 UTC (rev 8673)
@@ -184,10 +184,6 @@
<os>
<family>Windows</family>
</os>
-
- <file>
- <exists>${basedir}/src/main/resources/installer/ReplaceVistaIcon.exe</exists>
- </file>
</activation>
<build>
<plugins>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <de...@us...> - 2017-05-21 20:02:53
|
Revision: 9577
http://sourceforge.net/p/fudaa/svn/9577
Author: deniger
Date: 2017-05-21 20:02:51 +0000 (Sun, 21 May 2017)
Log Message:
-----------
version 1.3
Modified Paths:
--------------
trunk/soft/fudaa-crue/ui-application/pom.xml
Modified: trunk/soft/fudaa-crue/ui-application/pom.xml
===================================================================
--- trunk/soft/fudaa-crue/ui-application/pom.xml 2017-05-21 20:01:48 UTC (rev 9576)
+++ trunk/soft/fudaa-crue/ui-application/pom.xml 2017-05-21 20:02:51 UTC (rev 9577)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.fudaa.soft.fudaa-crue</groupId>
<artifactId>fudaa-crue</artifactId>
- <version>1.3-SNAPSHOT</version>
+ <version>1.3</version>
</parent>
<artifactId>application</artifactId>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|