You can subscribe to this list here.
| 2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(46) |
Jul
(37) |
Aug
(154) |
Sep
(140) |
Oct
(132) |
Nov
(104) |
Dec
(67) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2009 |
Jan
(113) |
Feb
(73) |
Mar
(102) |
Apr
(106) |
May
(114) |
Jun
(67) |
Jul
(116) |
Aug
(48) |
Sep
(108) |
Oct
(296) |
Nov
(56) |
Dec
(53) |
| 2010 |
Jan
(95) |
Feb
(31) |
Mar
(40) |
Apr
(12) |
May
(10) |
Jun
(27) |
Jul
(19) |
Aug
(81) |
Sep
(48) |
Oct
(45) |
Nov
(40) |
Dec
(7) |
| 2011 |
Jan
(16) |
Feb
(32) |
Mar
(55) |
Apr
(38) |
May
(24) |
Jun
(37) |
Jul
(12) |
Aug
(16) |
Sep
(97) |
Oct
(90) |
Nov
(101) |
Dec
(89) |
| 2012 |
Jan
(18) |
Feb
(2) |
Mar
(54) |
Apr
(69) |
May
(97) |
Jun
(131) |
Jul
(70) |
Aug
(48) |
Sep
(48) |
Oct
(119) |
Nov
(194) |
Dec
(60) |
| 2013 |
Jan
(73) |
Feb
(35) |
Mar
(42) |
Apr
(28) |
May
(7) |
Jun
(17) |
Jul
(27) |
Aug
(10) |
Sep
(38) |
Oct
(12) |
Nov
(4) |
Dec
(16) |
| 2014 |
Jan
(33) |
Feb
(37) |
Mar
(19) |
Apr
(3) |
May
(47) |
Jun
(26) |
Jul
(22) |
Aug
|
Sep
(10) |
Oct
(30) |
Nov
(24) |
Dec
(19) |
| 2015 |
Jan
(13) |
Feb
(16) |
Mar
(36) |
Apr
(19) |
May
(5) |
Jun
(5) |
Jul
(3) |
Aug
(11) |
Sep
(22) |
Oct
(7) |
Nov
(14) |
Dec
|
| 2016 |
Jan
|
Feb
(26) |
Mar
(13) |
Apr
(61) |
May
|
Jun
|
Jul
(4) |
Aug
|
Sep
|
Oct
(27) |
Nov
(14) |
Dec
(21) |
| 2017 |
Jan
(30) |
Feb
(4) |
Mar
(3) |
Apr
(5) |
May
(69) |
Jun
(29) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: <de...@us...> - 2014-12-07 21:46:59
|
Revision: 8953
http://sourceforge.net/p/fudaa/svn/8953
Author: deniger
Date: 2014-12-07 21:46:55 +0000 (Sun, 07 Dec 2014)
Log Message:
-----------
maj version pour network
Removed Paths:
-------------
trunk/framework/ebli-network/src/main/java/org/fudaa/ebli/network/simulationNetwork/resources/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <de...@us...> - 2014-12-07 21:41:09
|
Revision: 8952
http://sourceforge.net/p/fudaa/svn/8952
Author: deniger
Date: 2014-12-07 21:41:05 +0000 (Sun, 07 Dec 2014)
Log Message:
-----------
maj version pour network
Modified Paths:
--------------
trunk/soft/fudaa-sinavi/client/pom.xml
Modified: trunk/soft/fudaa-sinavi/client/pom.xml
===================================================================
--- trunk/soft/fudaa-sinavi/client/pom.xml 2014-12-05 11:43:54 UTC (rev 8951)
+++ trunk/soft/fudaa-sinavi/client/pom.xml 2014-12-07 21:41:05 UTC (rev 8952)
@@ -1,84 +1,90 @@
<?xml version="1.0" encoding="UTF-8"?>
<project
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
- xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.fudaa.soft.fudaa-sinavi</groupId>
- <artifactId>fudaa-sinavi</artifactId>
- <version>3.1-beta3</version>
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+ xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.fudaa.soft.fudaa-sinavi</groupId>
+ <artifactId>fudaa-sinavi</artifactId>
+ <version>3.1-beta3</version>
- </parent>
- <packaging>jar</packaging>
- <artifactId>sinavi-client</artifactId>
- <name>sinavi-client</name>
- <dependencies>
- <dependency>
- <groupId>org.fudaa.soft.fudaa-sinavi</groupId>
- <artifactId>sinavi-server</artifactId>
- </dependency>
- <dependency>
- <groupId>org.fudaa.business</groupId>
- <artifactId>fudaa-common-corba</artifactId>
- </dependency>
- <dependency>
- <groupId>higlayout</groupId>
- <artifactId>higlayout</artifactId>
- <version>legacy</version>
- </dependency>
- <dependency>
- <groupId>calendarbean</groupId>
- <artifactId>calendarbean</artifactId>
- <version>legacy</version>
- </dependency>
- <dependency>
- <groupId>${ebliGroupId}</groupId>
- <artifactId>ebli-graphe</artifactId>
- </dependency>
- <dependency>
- <groupId>${ebliGroupId}</groupId>
- <artifactId>ebli-network</artifactId>
- <version>1.0</version>
- </dependency>
- <dependency>
- <groupId>jfree</groupId>
- <artifactId>jfreechart</artifactId>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <scope>test</scope>
- </dependency>
- </dependencies>
- <build>
- <plugins>
- <!-- packaging de l'application -->
- <plugin>
- <!-- NOTE: We don't need a groupId specification because the group is org.apache.maven.plugins ...which is assumed by default. -->
- <artifactId>maven-assembly-plugin</artifactId>
- <version>2.3</version>
- <configuration>
- <descriptors>
- <descriptor>src/assembly/dep.xml</descriptor>
- </descriptors>
- <archive>
- <manifest>
- <mainClass>org.fudaa.fudaa.sinavi3.Sinavi3</mainClass>
- </manifest>
- </archive>
- </configuration>
- <executions>
- <execution>
- <id>executable</id>
- <phase>package</phase>
- <goals>
- <goal>single</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- <finalName>sinavi3</finalName>
-</build>
-
+ </parent>
+ <packaging>jar</packaging>
+ <artifactId>sinavi-client</artifactId>
+ <name>sinavi-client</name>
+ <dependencies>
+ <dependency>
+ <groupId>org.fudaa.soft.fudaa-sinavi</groupId>
+ <artifactId>sinavi-server</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.fudaa.business</groupId>
+ <artifactId>fudaa-common-corba</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>higlayout</groupId>
+ <artifactId>higlayout</artifactId>
+ <version>legacy</version>
+ </dependency>
+ <dependency>
+ <groupId>calendarbean</groupId>
+ <artifactId>calendarbean</artifactId>
+ <version>legacy</version>
+ </dependency>
+ <dependency>
+ <groupId>${ebliGroupId}</groupId>
+ <artifactId>ebli-graphe</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>${ebliGroupId}</groupId>
+ <artifactId>ebli-network</artifactId>
+ <version>1.6</version>
+ </dependency>
+ <dependency>
+ <groupId>jfree</groupId>
+ <artifactId>jfreechart</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+ <profiles>
+ <profile>
+ <id>release</id>
+ <build>
+ <plugins>
+ <!-- packaging de l'application -->
+ <plugin>
+ <!-- NOTE: We don't need a groupId specification because the group is org.apache.maven.plugins ...which is assumed by default. -->
+ <artifactId>maven-assembly-plugin</artifactId>
+ <!--<version>2.3</version>-->
+ <configuration>
+ <descriptors>
+ <descriptor>src/assembly/dep.xml</descriptor>
+ </descriptors>
+ <archive>
+ <manifest>
+ <mainClass>org.fudaa.fudaa.sinavi3.Sinavi3</mainClass>
+ </manifest>
+ </archive>
+ </configuration>
+ <executions>
+ <execution>
+ <id>executable</id>
+ <phase>package</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ <finalName>sinavi3</finalName>
+ </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-11-19 20:47:38
|
Revision: 8936
http://sourceforge.net/p/fudaa/svn/8936
Author: deniger
Date: 2014-11-19 20:47:30 +0000 (Wed, 19 Nov 2014)
Log Message:
-----------
maj versions finales
Modified Paths:
--------------
trunk/soft/fudaa-mascaret/ui/src/main/java/org/fudaa/fudaa/mascaret/MascaretImplementation.java
Modified: trunk/soft/fudaa-mascaret/ui/src/main/java/org/fudaa/fudaa/mascaret/MascaretImplementation.java
===================================================================
--- trunk/soft/fudaa-mascaret/ui/src/main/java/org/fudaa/fudaa/mascaret/MascaretImplementation.java 2014-11-17 10:54:07 UTC (rev 8935)
+++ trunk/soft/fudaa-mascaret/ui/src/main/java/org/fudaa/fudaa/mascaret/MascaretImplementation.java 2014-11-19 20:47:30 UTC (rev 8936)
@@ -179,6 +179,8 @@
idApp_.contact = "http://www.openmascaret.org/";
idApp_.date = FuLib.date();
idApp_.logo = MascaretResource.MASCARET.getIcon("fudaamascaretlogo");
+
+ isApp_.citation = "Jean-Marc Lacombe";
BuPrinter.INFO_LOG = isApp_;
BuPrinter.INFO_DOC = idApp_;
}
@@ -365,7 +367,7 @@
ensureRigthColumnIsVisible(rl);
}
});
-
+
//Genesis: autorisation de la version 1.7
String versionJava = System.getProperty("java.version").substring(0, 3);
if (versionJava.equalsIgnoreCase("1.6") || versionJava.equalsIgnoreCase("1.7") || versionJava.equalsIgnoreCase("1.8")) {
@@ -377,7 +379,7 @@
}
}
- public void ensureRigthColumnIsVisible(BuColumn rl) {
+ public void ensureRigthColumnIsVisible(BuColumn rl) {
rl.setVisible(true);
int h = (int) rl.getPreferredSize().getHeight();
rl.setMinimumSize(new Dimension(LEFT_COLUMN_MIN_WIDTH, h));
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <de...@us...> - 2014-11-16 22:05:26
|
Revision: 8933
http://sourceforge.net/p/fudaa/svn/8933
Author: deniger
Date: 2014-11-16 22:05:21 +0000 (Sun, 16 Nov 2014)
Log Message:
-----------
maj versions finales
Modified Paths:
--------------
trunk/soft/fudaa-mascaret/server/src/test/java/org/fudaa/dodico/mascaret/CompleteStructureTest.java
Modified: trunk/soft/fudaa-mascaret/server/src/test/java/org/fudaa/dodico/mascaret/CompleteStructureTest.java
===================================================================
--- trunk/soft/fudaa-mascaret/server/src/test/java/org/fudaa/dodico/mascaret/CompleteStructureTest.java 2014-11-16 21:55:32 UTC (rev 8932)
+++ trunk/soft/fudaa-mascaret/server/src/test/java/org/fudaa/dodico/mascaret/CompleteStructureTest.java 2014-11-16 22:05:21 UTC (rev 8933)
@@ -6,6 +6,7 @@
import java.io.File;
import java.lang.reflect.Array;
import java.lang.reflect.Field;
+import java.lang.reflect.Modifier;
import org.fudaa.ctulu.CtuluLog;
import org.fudaa.dodico.corba.mascaret.SParametresCAS;
@@ -33,9 +34,11 @@
Object newInstance = in.newInstance();
Field[] declaredFields = in.getDeclaredFields();
for (Field field : declaredFields) {
- Class<?> declaringClass = field.getType();
- Object value = doInstanciation(declaringClass);
- field.set(newInstance, value);
+ if (!Modifier.isFinal(field.getModifiers())) {
+ Class<?> declaringClass = field.getType();
+ Object value = doInstanciation(declaringClass);
+ field.set(newInstance, value);
+ }
}
return newInstance;
}
@@ -114,15 +117,15 @@
}
/**
- * Just to check the content of the file.
- * //WARN the absolute path must be change.
+ * Just to check the content of the file. //WARN the absolute path must be change.
+ *
* @param args
- * @throws Exception
+ * @throws Exception
*/
public static void main(String[] args) throws Exception {
//to be modified: create a xml file in a hardcoded file.
SParametresCAS res = (SParametresCAS) instanciate(SParametresCAS.class);
-
+
createFile(res, new File("C:\\data\\tmp\\masc.xml"));
}
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <de...@us...> - 2014-11-16 21:55:41
|
Revision: 8932
http://sourceforge.net/p/fudaa/svn/8932
Author: deniger
Date: 2014-11-16 21:55:32 +0000 (Sun, 16 Nov 2014)
Log Message:
-----------
maj version 1.7-SNAPSHOT
Modified Paths:
--------------
trunk/business/dodico-corba/pom.xml
Modified: trunk/business/dodico-corba/pom.xml
===================================================================
--- trunk/business/dodico-corba/pom.xml 2014-11-16 21:54:50 UTC (rev 8931)
+++ trunk/business/dodico-corba/pom.xml 2014-11-16 21:55:32 UTC (rev 8932)
@@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<properties>
- <fudaa-framework.version>1.6</fudaa-framework.version>
+ <fudaa-framework.version>1.7-SNAPSHOT</fudaa-framework.version>
</properties>
<parent>
<groupId>org.fudaa.pom</groupId>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <de...@us...> - 2014-11-16 21:54:58
|
Revision: 8931
http://sourceforge.net/p/fudaa/svn/8931
Author: deniger
Date: 2014-11-16 21:54:50 +0000 (Sun, 16 Nov 2014)
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Modified Paths:
--------------
trunk/business/fudaa-common-corba/pom.xml
Modified: trunk/business/fudaa-common-corba/pom.xml
===================================================================
--- trunk/business/fudaa-common-corba/pom.xml 2014-11-16 21:54:41 UTC (rev 8930)
+++ trunk/business/fudaa-common-corba/pom.xml 2014-11-16 21:54:50 UTC (rev 8931)
@@ -11,7 +11,7 @@
</parent>
<groupId>org.fudaa.business</groupId>
<artifactId>fudaa-common-corba</artifactId>
- <version>1.3</version>
+ <version>1.4-SNAPSHOT</version>
<name>fudaa-common-corba</name>
<dependencyManagement>
<dependencies>
@@ -91,10 +91,4 @@
</plugins>
</pluginManagement>
</build>
-
- <scm>
- <connection>scm:svn:http://svn.code.sf.net/p/fudaa/svn/tags/business/fudaa-common-corba-1.3</connection>
- <developerConnection>scm:svn:https://svn.code.sf.net/p/fudaa/svn/tags/business/fudaa-common-corba-1.3</developerConnection>
- <url>http://svn.code.sf.net/p/fudaa/svn/tags/business/fudaa-common-corba-1.3</url>
- </scm>
</project>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <de...@us...> - 2014-11-16 21:54:44
|
Revision: 8930
http://sourceforge.net/p/fudaa/svn/8930
Author: deniger
Date: 2014-11-16 21:54:41 +0000 (Sun, 16 Nov 2014)
Log Message:
-----------
[maven-release-plugin] copy for tag fudaa-common-corba-1.3
Added Paths:
-----------
tags/business/fudaa-common-corba-1.3/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <de...@us...> - 2014-11-16 21:54:27
|
Revision: 8929
http://sourceforge.net/p/fudaa/svn/8929
Author: deniger
Date: 2014-11-16 21:54:15 +0000 (Sun, 16 Nov 2014)
Log Message:
-----------
[maven-release-plugin] prepare release fudaa-common-corba-1.3
Modified Paths:
--------------
trunk/business/fudaa-common-corba/pom.xml
Modified: trunk/business/fudaa-common-corba/pom.xml
===================================================================
--- trunk/business/fudaa-common-corba/pom.xml 2014-11-16 21:54:09 UTC (rev 8928)
+++ trunk/business/fudaa-common-corba/pom.xml 2014-11-16 21:54:15 UTC (rev 8929)
@@ -11,7 +11,7 @@
</parent>
<groupId>org.fudaa.business</groupId>
<artifactId>fudaa-common-corba</artifactId>
- <version>1.3-SNAPSHOT</version>
+ <version>1.3</version>
<name>fudaa-common-corba</name>
<dependencyManagement>
<dependencies>
@@ -91,4 +91,10 @@
</plugins>
</pluginManagement>
</build>
+
+ <scm>
+ <connection>scm:svn:http://svn.code.sf.net/p/fudaa/svn/tags/business/fudaa-common-corba-1.3</connection>
+ <developerConnection>scm:svn:https://svn.code.sf.net/p/fudaa/svn/tags/business/fudaa-common-corba-1.3</developerConnection>
+ <url>http://svn.code.sf.net/p/fudaa/svn/tags/business/fudaa-common-corba-1.3</url>
+ </scm>
</project>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <de...@us...> - 2014-11-16 21:54:18
|
Revision: 8928
http://sourceforge.net/p/fudaa/svn/8928
Author: deniger
Date: 2014-11-16 21:54:09 +0000 (Sun, 16 Nov 2014)
Log Message:
-----------
maj version 1.7-SNAPSHOT
Modified Paths:
--------------
trunk/soft/fudaa-mascaret/pom.xml
Modified: trunk/soft/fudaa-mascaret/pom.xml
===================================================================
--- trunk/soft/fudaa-mascaret/pom.xml 2014-11-16 21:49:28 UTC (rev 8927)
+++ trunk/soft/fudaa-mascaret/pom.xml 2014-11-16 21:54:09 UTC (rev 8928)
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<properties>
- <fudaa-common-corba.version>1.3-SNAPSHOT</fudaa-common-corba.version>
+ <fudaa-common-corba.version>1.3</fudaa-common-corba.version>
<javaCompiler>1.6</javaCompiler>
<targetJdk>1.6</targetJdk>
</properties>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <de...@us...> - 2014-11-16 21:49:31
|
Revision: 8927
http://sourceforge.net/p/fudaa/svn/8927
Author: deniger
Date: 2014-11-16 21:49:28 +0000 (Sun, 16 Nov 2014)
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Modified Paths:
--------------
trunk/business/dodico-corba/pom.xml
Modified: trunk/business/dodico-corba/pom.xml
===================================================================
--- trunk/business/dodico-corba/pom.xml 2014-11-16 21:49:17 UTC (rev 8926)
+++ trunk/business/dodico-corba/pom.xml 2014-11-16 21:49:28 UTC (rev 8927)
@@ -11,7 +11,7 @@
</parent>
<groupId>org.fudaa.business</groupId>
<artifactId>dodico-corba</artifactId>
- <version>1.3</version>
+ <version>1.4-SNAPSHOT</version>
<name>dodico-corba</name>
<!-- on importe les dépendences du framework -->
<dependencyManagement>
@@ -118,10 +118,4 @@
</plugins>
</pluginManagement>
</build>
-
- <scm>
- <connection>scm:svn:http://svn.code.sf.net/p/fudaa/svn/tags/business/dodico-corba-1.3</connection>
- <developerConnection>scm:svn:https://svn.code.sf.net/p/fudaa/svn/tags/business/dodico-corba-1.3</developerConnection>
- <url>http://svn.code.sf.net/p/fudaa/svn/tags/business/dodico-corba-1.3</url>
- </scm>
</project>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <de...@us...> - 2014-11-16 21:49:20
|
Revision: 8926
http://sourceforge.net/p/fudaa/svn/8926
Author: deniger
Date: 2014-11-16 21:49:17 +0000 (Sun, 16 Nov 2014)
Log Message:
-----------
[maven-release-plugin] copy for tag dodico-corba-1.3
Added Paths:
-----------
tags/business/dodico-corba-1.3/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <de...@us...> - 2014-11-16 21:49:06
|
Revision: 8925
http://sourceforge.net/p/fudaa/svn/8925
Author: deniger
Date: 2014-11-16 21:48:58 +0000 (Sun, 16 Nov 2014)
Log Message:
-----------
[maven-release-plugin] prepare release dodico-corba-1.3
Modified Paths:
--------------
trunk/business/dodico-corba/pom.xml
Modified: trunk/business/dodico-corba/pom.xml
===================================================================
--- trunk/business/dodico-corba/pom.xml 2014-11-16 21:43:53 UTC (rev 8924)
+++ trunk/business/dodico-corba/pom.xml 2014-11-16 21:48:58 UTC (rev 8925)
@@ -11,7 +11,7 @@
</parent>
<groupId>org.fudaa.business</groupId>
<artifactId>dodico-corba</artifactId>
- <version>1.3-SNAPSHOT</version>
+ <version>1.3</version>
<name>dodico-corba</name>
<!-- on importe les dépendences du framework -->
<dependencyManagement>
@@ -118,4 +118,10 @@
</plugins>
</pluginManagement>
</build>
+
+ <scm>
+ <connection>scm:svn:http://svn.code.sf.net/p/fudaa/svn/tags/business/dodico-corba-1.3</connection>
+ <developerConnection>scm:svn:https://svn.code.sf.net/p/fudaa/svn/tags/business/dodico-corba-1.3</developerConnection>
+ <url>http://svn.code.sf.net/p/fudaa/svn/tags/business/dodico-corba-1.3</url>
+ </scm>
</project>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <de...@us...> - 2014-11-16 21:44:04
|
Revision: 8924
http://sourceforge.net/p/fudaa/svn/8924
Author: deniger
Date: 2014-11-16 21:43:53 +0000 (Sun, 16 Nov 2014)
Log Message:
-----------
Removed Paths:
-------------
tags/business/dodico-corba-1.3/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <de...@us...> - 2014-11-16 21:42:18
|
Revision: 8923
http://sourceforge.net/p/fudaa/svn/8923
Author: deniger
Date: 2014-11-16 21:42:15 +0000 (Sun, 16 Nov 2014)
Log Message:
-----------
maj version 1.7-SNAPSHOT
Modified Paths:
--------------
trunk/business/dodico-corba/pom.xml
Modified: trunk/business/dodico-corba/pom.xml
===================================================================
--- trunk/business/dodico-corba/pom.xml 2014-11-16 21:35:17 UTC (rev 8922)
+++ trunk/business/dodico-corba/pom.xml 2014-11-16 21:42:15 UTC (rev 8923)
@@ -11,7 +11,7 @@
</parent>
<groupId>org.fudaa.business</groupId>
<artifactId>dodico-corba</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.3-SNAPSHOT</version>
<name>dodico-corba</name>
<!-- on importe les dépendences du framework -->
<dependencyManagement>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <de...@us...> - 2014-11-16 21:35:23
|
Revision: 8922
http://sourceforge.net/p/fudaa/svn/8922
Author: deniger
Date: 2014-11-16 21:35:17 +0000 (Sun, 16 Nov 2014)
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Modified Paths:
--------------
trunk/business/dodico-corba/pom.xml
Modified: trunk/business/dodico-corba/pom.xml
===================================================================
--- trunk/business/dodico-corba/pom.xml 2014-11-16 21:35:03 UTC (rev 8921)
+++ trunk/business/dodico-corba/pom.xml 2014-11-16 21:35:17 UTC (rev 8922)
@@ -11,7 +11,7 @@
</parent>
<groupId>org.fudaa.business</groupId>
<artifactId>dodico-corba</artifactId>
- <version>1.3-SNAPSHOT</version>
+ <version>1.4-SNAPSHOT</version>
<name>dodico-corba</name>
<!-- on importe les dépendences du framework -->
<dependencyManagement>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <de...@us...> - 2014-11-16 21:35:10
|
Revision: 8921
http://sourceforge.net/p/fudaa/svn/8921
Author: deniger
Date: 2014-11-16 21:35:03 +0000 (Sun, 16 Nov 2014)
Log Message:
-----------
[maven-release-plugin] copy for tag dodico-corba-1.3
Added Paths:
-----------
tags/business/dodico-corba-1.3/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <de...@us...> - 2014-11-16 21:34:18
|
Revision: 8920
http://sourceforge.net/p/fudaa/svn/8920
Author: deniger
Date: 2014-11-16 21:34:12 +0000 (Sun, 16 Nov 2014)
Log Message:
-----------
maj version 1.7-SNAPSHOT
Modified Paths:
--------------
trunk/business/fudaa-common-corba/pom.xml
Modified: trunk/business/fudaa-common-corba/pom.xml
===================================================================
--- trunk/business/fudaa-common-corba/pom.xml 2014-11-16 21:16:33 UTC (rev 8919)
+++ trunk/business/fudaa-common-corba/pom.xml 2014-11-16 21:34:12 UTC (rev 8920)
@@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<properties>
- <dodico-corba.version>1.3-SNAPSHOT</dodico-corba.version>
+ <dodico-corba.version>1.3</dodico-corba.version>
</properties>
<parent>
<groupId>org.fudaa.pom</groupId>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <de...@us...> - 2014-11-16 21:16:46
|
Revision: 8919
http://sourceforge.net/p/fudaa/svn/8919
Author: deniger
Date: 2014-11-16 21:16:33 +0000 (Sun, 16 Nov 2014)
Log Message:
-----------
maj version 1.7-SNAPSHOT
Modified Paths:
--------------
trunk/business/dodico-corba/pom.xml
Modified: trunk/business/dodico-corba/pom.xml
===================================================================
--- trunk/business/dodico-corba/pom.xml 2014-11-16 21:15:22 UTC (rev 8918)
+++ trunk/business/dodico-corba/pom.xml 2014-11-16 21:16:33 UTC (rev 8919)
@@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<properties>
- <fudaa-framework.version>1.6-SNAPSHOT</fudaa-framework.version>
+ <fudaa-framework.version>1.6</fudaa-framework.version>
</properties>
<parent>
<groupId>org.fudaa.pom</groupId>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <de...@us...> - 2014-11-16 21:15:33
|
Revision: 8918
http://sourceforge.net/p/fudaa/svn/8918
Author: deniger
Date: 2014-11-16 21:15:22 +0000 (Sun, 16 Nov 2014)
Log Message:
-----------
maj version 1.7-SNAPSHOT
Modified Paths:
--------------
trunk/framework/ctulu-bu/pom.xml
trunk/framework/ctulu-common/pom.xml
trunk/framework/ctulu-fu/pom.xml
trunk/framework/ctulu-gis/pom.xml
trunk/framework/ctulu-ui/pom.xml
trunk/framework/ctulu-video/pom.xml
trunk/framework/dodico-common/pom.xml
trunk/framework/ebli-1d/pom.xml
trunk/framework/ebli-2d/pom.xml
trunk/framework/ebli-3d/pom.xml
trunk/framework/ebli-common/pom.xml
trunk/framework/ebli-graphe/pom.xml
trunk/framework/ebli-visuallibrary/pom.xml
trunk/framework/fudaa-common/pom.xml
trunk/framework/fudaa-common-courbe/pom.xml
trunk/framework/fudaa-common-save/pom.xml
trunk/framework/fudaa-dico/pom.xml
trunk/framework/fudaa-dico/server/pom.xml
trunk/framework/fudaa-dico/ui/pom.xml
trunk/framework/pom.xml
Modified: trunk/framework/ctulu-bu/pom.xml
===================================================================
--- trunk/framework/ctulu-bu/pom.xml 2014-11-16 21:12:08 UTC (rev 8917)
+++ trunk/framework/ctulu-bu/pom.xml 2014-11-16 21:15:22 UTC (rev 8918)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.fudaa.framework</groupId>
<artifactId>fudaa-framework</artifactId>
- <version>1.6</version>
+ <version>1.7-SNAPSHOT</version>
</parent>
<groupId>org.fudaa.framework.ctulu</groupId>
<artifactId>ctulu-bu</artifactId>
Modified: trunk/framework/ctulu-common/pom.xml
===================================================================
--- trunk/framework/ctulu-common/pom.xml 2014-11-16 21:12:08 UTC (rev 8917)
+++ trunk/framework/ctulu-common/pom.xml 2014-11-16 21:15:22 UTC (rev 8918)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.fudaa.framework</groupId>
<artifactId>fudaa-framework</artifactId>
- <version>1.6</version>
+ <version>1.7-SNAPSHOT</version>
</parent>
<groupId>org.fudaa.framework.ctulu</groupId>
<artifactId>ctulu-common</artifactId>
Modified: trunk/framework/ctulu-fu/pom.xml
===================================================================
--- trunk/framework/ctulu-fu/pom.xml 2014-11-16 21:12:08 UTC (rev 8917)
+++ trunk/framework/ctulu-fu/pom.xml 2014-11-16 21:15:22 UTC (rev 8918)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.fudaa.framework</groupId>
<artifactId>fudaa-framework</artifactId>
- <version>1.6</version>
+ <version>1.7-SNAPSHOT</version>
</parent>
<groupId>org.fudaa.framework.ctulu</groupId>
<artifactId>ctulu-fu</artifactId>
Modified: trunk/framework/ctulu-gis/pom.xml
===================================================================
--- trunk/framework/ctulu-gis/pom.xml 2014-11-16 21:12:08 UTC (rev 8917)
+++ trunk/framework/ctulu-gis/pom.xml 2014-11-16 21:15:22 UTC (rev 8918)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.fudaa.framework</groupId>
<artifactId>fudaa-framework</artifactId>
- <version>1.6</version>
+ <version>1.7-SNAPSHOT</version>
</parent>
<groupId>org.fudaa.framework.ctulu</groupId>
<artifactId>ctulu-gis</artifactId>
Modified: trunk/framework/ctulu-ui/pom.xml
===================================================================
--- trunk/framework/ctulu-ui/pom.xml 2014-11-16 21:12:08 UTC (rev 8917)
+++ trunk/framework/ctulu-ui/pom.xml 2014-11-16 21:15:22 UTC (rev 8918)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.fudaa.framework</groupId>
<artifactId>fudaa-framework</artifactId>
- <version>1.6</version>
+ <version>1.7-SNAPSHOT</version>
</parent>
<groupId>org.fudaa.framework.ctulu</groupId>
<artifactId>ctulu-ui</artifactId>
Modified: trunk/framework/ctulu-video/pom.xml
===================================================================
--- trunk/framework/ctulu-video/pom.xml 2014-11-16 21:12:08 UTC (rev 8917)
+++ trunk/framework/ctulu-video/pom.xml 2014-11-16 21:15:22 UTC (rev 8918)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.fudaa.framework</groupId>
<artifactId>fudaa-framework</artifactId>
- <version>1.6</version>
+ <version>1.7-SNAPSHOT</version>
</parent>
<groupId>org.fudaa.framework.ctulu</groupId>
<artifactId>ctulu-video</artifactId>
Modified: trunk/framework/dodico-common/pom.xml
===================================================================
--- trunk/framework/dodico-common/pom.xml 2014-11-16 21:12:08 UTC (rev 8917)
+++ trunk/framework/dodico-common/pom.xml 2014-11-16 21:15:22 UTC (rev 8918)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.fudaa.framework</groupId>
<artifactId>fudaa-framework</artifactId>
- <version>1.6</version>
+ <version>1.7-SNAPSHOT</version>
</parent>
<groupId>org.fudaa.framework.dodico</groupId>
<artifactId>dodico-common</artifactId>
Modified: trunk/framework/ebli-1d/pom.xml
===================================================================
--- trunk/framework/ebli-1d/pom.xml 2014-11-16 21:12:08 UTC (rev 8917)
+++ trunk/framework/ebli-1d/pom.xml 2014-11-16 21:15:22 UTC (rev 8918)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.fudaa.framework</groupId>
<artifactId>fudaa-framework</artifactId>
- <version>1.6</version>
+ <version>1.7-SNAPSHOT</version>
</parent>
<groupId>org.fudaa.framework.ebli</groupId>
<artifactId>ebli-1d</artifactId>
Modified: trunk/framework/ebli-2d/pom.xml
===================================================================
--- trunk/framework/ebli-2d/pom.xml 2014-11-16 21:12:08 UTC (rev 8917)
+++ trunk/framework/ebli-2d/pom.xml 2014-11-16 21:15:22 UTC (rev 8918)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.fudaa.framework</groupId>
<artifactId>fudaa-framework</artifactId>
- <version>1.6</version>
+ <version>1.7-SNAPSHOT</version>
</parent>
<groupId>org.fudaa.framework.ebli</groupId>
<artifactId>ebli-2d</artifactId>
Modified: trunk/framework/ebli-3d/pom.xml
===================================================================
--- trunk/framework/ebli-3d/pom.xml 2014-11-16 21:12:08 UTC (rev 8917)
+++ trunk/framework/ebli-3d/pom.xml 2014-11-16 21:15:22 UTC (rev 8918)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.fudaa.framework</groupId>
<artifactId>fudaa-framework</artifactId>
- <version>1.6</version>
+ <version>1.7-SNAPSHOT</version>
</parent>
<groupId>org.fudaa.framework.ebli</groupId>
<artifactId>ebli-3d</artifactId>
Modified: trunk/framework/ebli-common/pom.xml
===================================================================
--- trunk/framework/ebli-common/pom.xml 2014-11-16 21:12:08 UTC (rev 8917)
+++ trunk/framework/ebli-common/pom.xml 2014-11-16 21:15:22 UTC (rev 8918)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.fudaa.framework</groupId>
<artifactId>fudaa-framework</artifactId>
- <version>1.6</version>
+ <version>1.7-SNAPSHOT</version>
</parent>
<groupId>org.fudaa.framework.ebli</groupId>
<artifactId>ebli-common</artifactId>
Modified: trunk/framework/ebli-graphe/pom.xml
===================================================================
--- trunk/framework/ebli-graphe/pom.xml 2014-11-16 21:12:08 UTC (rev 8917)
+++ trunk/framework/ebli-graphe/pom.xml 2014-11-16 21:15:22 UTC (rev 8918)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.fudaa.framework</groupId>
<artifactId>fudaa-framework</artifactId>
- <version>1.6</version>
+ <version>1.7-SNAPSHOT</version>
</parent>
<groupId>org.fudaa.framework.ebli</groupId>
<artifactId>ebli-graphe</artifactId>
Modified: trunk/framework/ebli-visuallibrary/pom.xml
===================================================================
--- trunk/framework/ebli-visuallibrary/pom.xml 2014-11-16 21:12:08 UTC (rev 8917)
+++ trunk/framework/ebli-visuallibrary/pom.xml 2014-11-16 21:15:22 UTC (rev 8918)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.fudaa.framework</groupId>
<artifactId>fudaa-framework</artifactId>
- <version>1.6</version>
+ <version>1.7-SNAPSHOT</version>
</parent>
<groupId>org.fudaa.framework.ebli</groupId>
<artifactId>ebli-visuallibrary</artifactId>
Modified: trunk/framework/fudaa-common/pom.xml
===================================================================
--- trunk/framework/fudaa-common/pom.xml 2014-11-16 21:12:08 UTC (rev 8917)
+++ trunk/framework/fudaa-common/pom.xml 2014-11-16 21:15:22 UTC (rev 8918)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.fudaa.framework</groupId>
<artifactId>fudaa-framework</artifactId>
- <version>1.6</version>
+ <version>1.7-SNAPSHOT</version>
</parent>
<groupId>org.fudaa.framework.fudaa</groupId>
<artifactId>fudaa-common</artifactId>
Modified: trunk/framework/fudaa-common-courbe/pom.xml
===================================================================
--- trunk/framework/fudaa-common-courbe/pom.xml 2014-11-16 21:12:08 UTC (rev 8917)
+++ trunk/framework/fudaa-common-courbe/pom.xml 2014-11-16 21:15:22 UTC (rev 8918)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.fudaa.framework</groupId>
<artifactId>fudaa-framework</artifactId>
- <version>1.6</version>
+ <version>1.7-SNAPSHOT</version>
</parent>
<groupId>org.fudaa.framework.fudaa</groupId>
<artifactId>fudaa-common-courbe</artifactId>
Modified: trunk/framework/fudaa-common-save/pom.xml
===================================================================
--- trunk/framework/fudaa-common-save/pom.xml 2014-11-16 21:12:08 UTC (rev 8917)
+++ trunk/framework/fudaa-common-save/pom.xml 2014-11-16 21:15:22 UTC (rev 8918)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.fudaa.framework</groupId>
<artifactId>fudaa-framework</artifactId>
- <version>1.6</version>
+ <version>1.7-SNAPSHOT</version>
</parent>
<groupId>org.fudaa.framework.fudaa</groupId>
<artifactId>fudaa-common-save</artifactId>
Modified: trunk/framework/fudaa-dico/pom.xml
===================================================================
--- trunk/framework/fudaa-dico/pom.xml 2014-11-16 21:12:08 UTC (rev 8917)
+++ trunk/framework/fudaa-dico/pom.xml 2014-11-16 21:15:22 UTC (rev 8918)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.fudaa.framework</groupId>
<artifactId>fudaa-framework</artifactId>
- <version>1.6</version>
+ <version>1.7-SNAPSHOT</version>
</parent>
<groupId>org.fudaa.framework.fudaa.fudaa-dico</groupId>
<artifactId>fudaa-dico</artifactId>
Modified: trunk/framework/fudaa-dico/server/pom.xml
===================================================================
--- trunk/framework/fudaa-dico/server/pom.xml 2014-11-16 21:12:08 UTC (rev 8917)
+++ trunk/framework/fudaa-dico/server/pom.xml 2014-11-16 21:15:22 UTC (rev 8918)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.fudaa.framework.fudaa.fudaa-dico</groupId>
<artifactId>fudaa-dico</artifactId>
- <version>1.6</version>
+ <version>1.7-SNAPSHOT</version>
</parent>
<groupId>org.fudaa.framework.fudaa.fudaa-dico</groupId>
<artifactId>dico-server</artifactId>
Modified: trunk/framework/fudaa-dico/ui/pom.xml
===================================================================
--- trunk/framework/fudaa-dico/ui/pom.xml 2014-11-16 21:12:08 UTC (rev 8917)
+++ trunk/framework/fudaa-dico/ui/pom.xml 2014-11-16 21:15:22 UTC (rev 8918)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.fudaa.framework.fudaa.fudaa-dico</groupId>
<artifactId>fudaa-dico</artifactId>
- <version>1.6</version>
+ <version>1.7-SNAPSHOT</version>
</parent>
<artifactId>dico-ui</artifactId>
<name>Dico UI</name>
Modified: trunk/framework/pom.xml
===================================================================
--- trunk/framework/pom.xml 2014-11-16 21:12:08 UTC (rev 8917)
+++ trunk/framework/pom.xml 2014-11-16 21:15:22 UTC (rev 8918)
@@ -8,7 +8,7 @@
</parent>
<groupId>org.fudaa.framework</groupId>
<artifactId>fudaa-framework</artifactId>
- <version>1.6</version>
+ <version>1.7-SNAPSHOT</version>
<url>http://www.fudaa.fr/sites/devel/fudaa-framework/</url>
<properties>
<projetEncoding>ISO-8859-15</projetEncoding>
@@ -19,10 +19,10 @@
<name>Fudaa Framework</name>
<description>La partie commune du framework fudaa</description>
<scm>
- <connection>scm:svn:http://svn.code.sf.net/p/fudaa/svn/tags/framework/fudaa-framework-1.6</connection>
- <developerConnection>scm:svn:https://svn.code.sf.net/p/fudaa/svn/tags/framework/fudaa-framework-1.6
+ <connection>scm:svn:http://svn.code.sf.net/p/fudaa/svn/trunk/framework/</connection>
+ <developerConnection>scm:svn:https://svn.code.sf.net/p/fudaa/svn/trunk/framework
</developerConnection>
- <url>https://svn.code.sf.net/p/fudaa/svn/tags/framework/fudaa-framework-1.6</url>
+ <url>https://svn.code.sf.net/p/fudaa/svn/trunk/framework</url>
</scm>
<modules>
<module>ctulu-fu</module>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <de...@us...> - 2014-11-16 21:12:11
|
Revision: 8917
http://sourceforge.net/p/fudaa/svn/8917
Author: deniger
Date: 2014-11-16 21:12:08 +0000 (Sun, 16 Nov 2014)
Log Message:
-----------
version 1.6
Added Paths:
-----------
tags/framework/fudaa-framework-1.6/
tags/framework/fudaa-framework-1.6/framework/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <de...@us...> - 2014-11-16 21:08:25
|
Revision: 8916
http://sourceforge.net/p/fudaa/svn/8916
Author: deniger
Date: 2014-11-16 21:08:16 +0000 (Sun, 16 Nov 2014)
Log Message:
-----------
correction probleme icone
Modified Paths:
--------------
trunk/framework/ctulu-bu/pom.xml
trunk/framework/ctulu-common/pom.xml
trunk/framework/ctulu-fu/pom.xml
trunk/framework/ctulu-gis/pom.xml
trunk/framework/ctulu-ui/pom.xml
trunk/framework/ctulu-video/pom.xml
trunk/framework/dodico-common/pom.xml
trunk/framework/ebli-1d/pom.xml
trunk/framework/ebli-2d/pom.xml
trunk/framework/ebli-3d/pom.xml
trunk/framework/ebli-common/pom.xml
trunk/framework/ebli-graphe/pom.xml
trunk/framework/ebli-visuallibrary/pom.xml
trunk/framework/fudaa-common/pom.xml
trunk/framework/fudaa-common-courbe/pom.xml
trunk/framework/fudaa-common-save/pom.xml
trunk/framework/fudaa-dico/pom.xml
trunk/framework/fudaa-dico/server/pom.xml
trunk/framework/fudaa-dico/ui/pom.xml
Modified: trunk/framework/ctulu-bu/pom.xml
===================================================================
--- trunk/framework/ctulu-bu/pom.xml 2014-11-16 20:58:07 UTC (rev 8915)
+++ trunk/framework/ctulu-bu/pom.xml 2014-11-16 21:08:16 UTC (rev 8916)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.fudaa.framework</groupId>
<artifactId>fudaa-framework</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6</version>
</parent>
<groupId>org.fudaa.framework.ctulu</groupId>
<artifactId>ctulu-bu</artifactId>
Modified: trunk/framework/ctulu-common/pom.xml
===================================================================
--- trunk/framework/ctulu-common/pom.xml 2014-11-16 20:58:07 UTC (rev 8915)
+++ trunk/framework/ctulu-common/pom.xml 2014-11-16 21:08:16 UTC (rev 8916)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.fudaa.framework</groupId>
<artifactId>fudaa-framework</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6</version>
</parent>
<groupId>org.fudaa.framework.ctulu</groupId>
<artifactId>ctulu-common</artifactId>
Modified: trunk/framework/ctulu-fu/pom.xml
===================================================================
--- trunk/framework/ctulu-fu/pom.xml 2014-11-16 20:58:07 UTC (rev 8915)
+++ trunk/framework/ctulu-fu/pom.xml 2014-11-16 21:08:16 UTC (rev 8916)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.fudaa.framework</groupId>
<artifactId>fudaa-framework</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6</version>
</parent>
<groupId>org.fudaa.framework.ctulu</groupId>
<artifactId>ctulu-fu</artifactId>
Modified: trunk/framework/ctulu-gis/pom.xml
===================================================================
--- trunk/framework/ctulu-gis/pom.xml 2014-11-16 20:58:07 UTC (rev 8915)
+++ trunk/framework/ctulu-gis/pom.xml 2014-11-16 21:08:16 UTC (rev 8916)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.fudaa.framework</groupId>
<artifactId>fudaa-framework</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6</version>
</parent>
<groupId>org.fudaa.framework.ctulu</groupId>
<artifactId>ctulu-gis</artifactId>
Modified: trunk/framework/ctulu-ui/pom.xml
===================================================================
--- trunk/framework/ctulu-ui/pom.xml 2014-11-16 20:58:07 UTC (rev 8915)
+++ trunk/framework/ctulu-ui/pom.xml 2014-11-16 21:08:16 UTC (rev 8916)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.fudaa.framework</groupId>
<artifactId>fudaa-framework</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6</version>
</parent>
<groupId>org.fudaa.framework.ctulu</groupId>
<artifactId>ctulu-ui</artifactId>
Modified: trunk/framework/ctulu-video/pom.xml
===================================================================
--- trunk/framework/ctulu-video/pom.xml 2014-11-16 20:58:07 UTC (rev 8915)
+++ trunk/framework/ctulu-video/pom.xml 2014-11-16 21:08:16 UTC (rev 8916)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.fudaa.framework</groupId>
<artifactId>fudaa-framework</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6</version>
</parent>
<groupId>org.fudaa.framework.ctulu</groupId>
<artifactId>ctulu-video</artifactId>
Modified: trunk/framework/dodico-common/pom.xml
===================================================================
--- trunk/framework/dodico-common/pom.xml 2014-11-16 20:58:07 UTC (rev 8915)
+++ trunk/framework/dodico-common/pom.xml 2014-11-16 21:08:16 UTC (rev 8916)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.fudaa.framework</groupId>
<artifactId>fudaa-framework</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6</version>
</parent>
<groupId>org.fudaa.framework.dodico</groupId>
<artifactId>dodico-common</artifactId>
Modified: trunk/framework/ebli-1d/pom.xml
===================================================================
--- trunk/framework/ebli-1d/pom.xml 2014-11-16 20:58:07 UTC (rev 8915)
+++ trunk/framework/ebli-1d/pom.xml 2014-11-16 21:08:16 UTC (rev 8916)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.fudaa.framework</groupId>
<artifactId>fudaa-framework</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6</version>
</parent>
<groupId>org.fudaa.framework.ebli</groupId>
<artifactId>ebli-1d</artifactId>
Modified: trunk/framework/ebli-2d/pom.xml
===================================================================
--- trunk/framework/ebli-2d/pom.xml 2014-11-16 20:58:07 UTC (rev 8915)
+++ trunk/framework/ebli-2d/pom.xml 2014-11-16 21:08:16 UTC (rev 8916)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.fudaa.framework</groupId>
<artifactId>fudaa-framework</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6</version>
</parent>
<groupId>org.fudaa.framework.ebli</groupId>
<artifactId>ebli-2d</artifactId>
Modified: trunk/framework/ebli-3d/pom.xml
===================================================================
--- trunk/framework/ebli-3d/pom.xml 2014-11-16 20:58:07 UTC (rev 8915)
+++ trunk/framework/ebli-3d/pom.xml 2014-11-16 21:08:16 UTC (rev 8916)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.fudaa.framework</groupId>
<artifactId>fudaa-framework</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6</version>
</parent>
<groupId>org.fudaa.framework.ebli</groupId>
<artifactId>ebli-3d</artifactId>
Modified: trunk/framework/ebli-common/pom.xml
===================================================================
--- trunk/framework/ebli-common/pom.xml 2014-11-16 20:58:07 UTC (rev 8915)
+++ trunk/framework/ebli-common/pom.xml 2014-11-16 21:08:16 UTC (rev 8916)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.fudaa.framework</groupId>
<artifactId>fudaa-framework</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6</version>
</parent>
<groupId>org.fudaa.framework.ebli</groupId>
<artifactId>ebli-common</artifactId>
Modified: trunk/framework/ebli-graphe/pom.xml
===================================================================
--- trunk/framework/ebli-graphe/pom.xml 2014-11-16 20:58:07 UTC (rev 8915)
+++ trunk/framework/ebli-graphe/pom.xml 2014-11-16 21:08:16 UTC (rev 8916)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.fudaa.framework</groupId>
<artifactId>fudaa-framework</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6</version>
</parent>
<groupId>org.fudaa.framework.ebli</groupId>
<artifactId>ebli-graphe</artifactId>
Modified: trunk/framework/ebli-visuallibrary/pom.xml
===================================================================
--- trunk/framework/ebli-visuallibrary/pom.xml 2014-11-16 20:58:07 UTC (rev 8915)
+++ trunk/framework/ebli-visuallibrary/pom.xml 2014-11-16 21:08:16 UTC (rev 8916)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.fudaa.framework</groupId>
<artifactId>fudaa-framework</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6</version>
</parent>
<groupId>org.fudaa.framework.ebli</groupId>
<artifactId>ebli-visuallibrary</artifactId>
Modified: trunk/framework/fudaa-common/pom.xml
===================================================================
--- trunk/framework/fudaa-common/pom.xml 2014-11-16 20:58:07 UTC (rev 8915)
+++ trunk/framework/fudaa-common/pom.xml 2014-11-16 21:08:16 UTC (rev 8916)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.fudaa.framework</groupId>
<artifactId>fudaa-framework</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6</version>
</parent>
<groupId>org.fudaa.framework.fudaa</groupId>
<artifactId>fudaa-common</artifactId>
Modified: trunk/framework/fudaa-common-courbe/pom.xml
===================================================================
--- trunk/framework/fudaa-common-courbe/pom.xml 2014-11-16 20:58:07 UTC (rev 8915)
+++ trunk/framework/fudaa-common-courbe/pom.xml 2014-11-16 21:08:16 UTC (rev 8916)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.fudaa.framework</groupId>
<artifactId>fudaa-framework</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6</version>
</parent>
<groupId>org.fudaa.framework.fudaa</groupId>
<artifactId>fudaa-common-courbe</artifactId>
Modified: trunk/framework/fudaa-common-save/pom.xml
===================================================================
--- trunk/framework/fudaa-common-save/pom.xml 2014-11-16 20:58:07 UTC (rev 8915)
+++ trunk/framework/fudaa-common-save/pom.xml 2014-11-16 21:08:16 UTC (rev 8916)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.fudaa.framework</groupId>
<artifactId>fudaa-framework</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6</version>
</parent>
<groupId>org.fudaa.framework.fudaa</groupId>
<artifactId>fudaa-common-save</artifactId>
Modified: trunk/framework/fudaa-dico/pom.xml
===================================================================
--- trunk/framework/fudaa-dico/pom.xml 2014-11-16 20:58:07 UTC (rev 8915)
+++ trunk/framework/fudaa-dico/pom.xml 2014-11-16 21:08:16 UTC (rev 8916)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.fudaa.framework</groupId>
<artifactId>fudaa-framework</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6</version>
</parent>
<groupId>org.fudaa.framework.fudaa.fudaa-dico</groupId>
<artifactId>fudaa-dico</artifactId>
Modified: trunk/framework/fudaa-dico/server/pom.xml
===================================================================
--- trunk/framework/fudaa-dico/server/pom.xml 2014-11-16 20:58:07 UTC (rev 8915)
+++ trunk/framework/fudaa-dico/server/pom.xml 2014-11-16 21:08:16 UTC (rev 8916)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.fudaa.framework.fudaa.fudaa-dico</groupId>
<artifactId>fudaa-dico</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6</version>
</parent>
<groupId>org.fudaa.framework.fudaa.fudaa-dico</groupId>
<artifactId>dico-server</artifactId>
Modified: trunk/framework/fudaa-dico/ui/pom.xml
===================================================================
--- trunk/framework/fudaa-dico/ui/pom.xml 2014-11-16 20:58:07 UTC (rev 8915)
+++ trunk/framework/fudaa-dico/ui/pom.xml 2014-11-16 21:08:16 UTC (rev 8916)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.fudaa.framework.fudaa.fudaa-dico</groupId>
<artifactId>fudaa-dico</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6</version>
</parent>
<artifactId>dico-ui</artifactId>
<name>Dico UI</name>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <de...@us...> - 2014-11-16 20:58:22
|
Revision: 8915
http://sourceforge.net/p/fudaa/svn/8915
Author: deniger
Date: 2014-11-16 20:58:07 +0000 (Sun, 16 Nov 2014)
Log Message:
-----------
correction probleme icone
Modified Paths:
--------------
trunk/framework/pom.xml
Modified: trunk/framework/pom.xml
===================================================================
--- trunk/framework/pom.xml 2014-11-14 10:23:14 UTC (rev 8914)
+++ trunk/framework/pom.xml 2014-11-16 20:58:07 UTC (rev 8915)
@@ -8,7 +8,7 @@
</parent>
<groupId>org.fudaa.framework</groupId>
<artifactId>fudaa-framework</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6</version>
<url>http://www.fudaa.fr/sites/devel/fudaa-framework/</url>
<properties>
<projetEncoding>ISO-8859-15</projetEncoding>
@@ -19,10 +19,10 @@
<name>Fudaa Framework</name>
<description>La partie commune du framework fudaa</description>
<scm>
- <connection>scm:svn:http://svn.code.sf.net/p/fudaa/svn/trunk/framework/</connection>
- <developerConnection>scm:svn:https://svn.code.sf.net/p/fudaa/svn/trunk/framework
+ <connection>scm:svn:http://svn.code.sf.net/p/fudaa/svn/tags/framework/fudaa-framework-1.6</connection>
+ <developerConnection>scm:svn:https://svn.code.sf.net/p/fudaa/svn/tags/framework/fudaa-framework-1.6
</developerConnection>
- <url>https://svn.code.sf.net/p/fudaa/svn/trunk/framework</url>
+ <url>https://svn.code.sf.net/p/fudaa/svn/tags/framework/fudaa-framework-1.6</url>
</scm>
<modules>
<module>ctulu-fu</module>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <de...@us...> - 2014-11-06 21:47:25
|
Revision: 8910
http://sourceforge.net/p/fudaa/svn/8910
Author: deniger
Date: 2014-11-06 21:47:20 +0000 (Thu, 06 Nov 2014)
Log Message:
-----------
correction probleme icone
Modified Paths:
--------------
trunk/soft/fudaa-mascaret/ui/src/main/java/org/fudaa/fudaa/hydraulique1d/reseau/Hydraulique1dReseauFrame.java
trunk/soft/fudaa-mascaret/ui/src/main/java/org/fudaa/fudaa/hydraulique1d/reseau/Hydraulique1dReseauPalette.java
Added Paths:
-----------
trunk/soft/fudaa-mascaret/ui/src/main/resources/org/fudaa/fudaa/hydraulique1d/reseau/reseau_pertecharge.png
Removed Paths:
-------------
trunk/soft/fudaa-mascaret/ui/src/main/resources/org/fudaa/fudaa/hydraulique1d/reseau/reseau_pertecharges.png
Modified: trunk/soft/fudaa-mascaret/ui/src/main/java/org/fudaa/fudaa/hydraulique1d/reseau/Hydraulique1dReseauFrame.java
===================================================================
--- trunk/soft/fudaa-mascaret/ui/src/main/java/org/fudaa/fudaa/hydraulique1d/reseau/Hydraulique1dReseauFrame.java 2014-11-06 21:46:51 UTC (rev 8909)
+++ trunk/soft/fudaa-mascaret/ui/src/main/java/org/fudaa/fudaa/hydraulique1d/reseau/Hydraulique1dReseauFrame.java 2014-11-06 21:47:20 UTC (rev 8910)
@@ -155,20 +155,11 @@
etude_ = _etude;
reseau_ = _etude.reseau();
ihmP_ = _ihmP;
- // \xE9couteur des \xE9v\xE8nements hydraulique1d
-/* evtSupport_ = DObjetEventListenerSupport.createEventSupport();
- evtSupport_.clientListener(this);
- UsineLib.findUsine().addObjetEventListener(
- (DHydraulique1dEventListenerSupport) evtSupport_.tie());*/
+
Notifieur.getNotifieur().addObjetEventListener(this);
_grid.setParentFrame(this);
//
srcReseau_ = new Hydraulique1dReseauPalette(this);
-// pbReseau_ = new BuToggleButton(Hydraulique1dResource.HYDRAULIQUE1D.getString("Reseau hydraulique"));
-// pbReseau_.setToolTipText(Hydraulique1dResource.HYDRAULIQUE1D.getString("Palette de reseau hydraulique"));
-// pbReseau_.setIcon(
-// Hydraulique1dResource.HYDRAULIQUE1D.getIcon("hydraulique1dreseau"));
-// pbReseau_.setEnabled(grid_ instanceof DjaGridInteractive);
grid_.addPropertyChangeListener("interactive", new PropertyChangeListener() {
@@ -177,13 +168,7 @@
displayHidePaletteNetwork();
}
});
-// pbReseau_.addActionListener(new ActionListener() {
-//
-// @Override
-// public void actionPerformed(ActionEvent e) {
-// displayHidePaletteNetwork();
-// }
-// });
+//
displayHidePaletteNetwork();
//-- aha - 2.3.3 move position of frame--//
// pbReseau_.setPaletteLocation(getLocation().x+150,getLocation().y+20);
Modified: trunk/soft/fudaa-mascaret/ui/src/main/java/org/fudaa/fudaa/hydraulique1d/reseau/Hydraulique1dReseauPalette.java
===================================================================
--- trunk/soft/fudaa-mascaret/ui/src/main/java/org/fudaa/fudaa/hydraulique1d/reseau/Hydraulique1dReseauPalette.java 2014-11-06 21:46:51 UTC (rev 8909)
+++ trunk/soft/fudaa-mascaret/ui/src/main/java/org/fudaa/fudaa/hydraulique1d/reseau/Hydraulique1dReseauPalette.java 2014-11-06 21:47:20 UTC (rev 8910)
@@ -72,7 +72,7 @@
"bief",
"confluent",
"apport",
- "perteCharge",
+ "pertecharge",
"seuil",
"deversoir",
"-casier",
@@ -84,7 +84,7 @@
"bief",
"confluent",
"apport",
- "perteCharge",
+ "pertecharge",
"seuil",
"deversoir",
"-casier",
Copied: trunk/soft/fudaa-mascaret/ui/src/main/resources/org/fudaa/fudaa/hydraulique1d/reseau/reseau_pertecharge.png (from rev 8909, trunk/soft/fudaa-mascaret/ui/src/main/resources/org/fudaa/fudaa/hydraulique1d/reseau/reseau_pertecharges.png)
===================================================================
(Binary files differ)
Deleted: trunk/soft/fudaa-mascaret/ui/src/main/resources/org/fudaa/fudaa/hydraulique1d/reseau/reseau_pertecharges.png
===================================================================
(Binary files differ)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <de...@us...> - 2014-11-06 21:46:54
|
Revision: 8909
http://sourceforge.net/p/fudaa/svn/8909
Author: deniger
Date: 2014-11-06 21:46:51 +0000 (Thu, 06 Nov 2014)
Log Message:
-----------
correction probleme icone
Added Paths:
-----------
trunk/soft/fudaa-mascaret/ui/src/main/resources/org/fudaa/fudaa/hydraulique1d/reseau/reseau_pertecharges.png
Removed Paths:
-------------
trunk/soft/fudaa-mascaret/ui/src/main/resources/org/fudaa/fudaa/hydraulique1d/reseau/reseau_perteCharge.png
Deleted: trunk/soft/fudaa-mascaret/ui/src/main/resources/org/fudaa/fudaa/hydraulique1d/reseau/reseau_perteCharge.png
===================================================================
(Binary files differ)
Copied: trunk/soft/fudaa-mascaret/ui/src/main/resources/org/fudaa/fudaa/hydraulique1d/reseau/reseau_pertecharges.png (from rev 8906, trunk/soft/fudaa-mascaret/ui/src/main/resources/org/fudaa/fudaa/hydraulique1d/reseau/reseau_perteCharge.png)
===================================================================
(Binary files differ)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <de...@us...> - 2014-11-06 21:46:09
|
Revision: 8908
http://sourceforge.net/p/fudaa/svn/8908
Author: deniger
Date: 2014-11-06 21:46:00 +0000 (Thu, 06 Nov 2014)
Log Message:
-----------
correction probleme icone
Modified Paths:
--------------
trunk/soft/fudaa-mascaret/ui/src/main/java/org/fudaa/fudaa/hydraulique1d/reseau/Hydraulique1dReseauPerteCharge.java
Modified: trunk/soft/fudaa-mascaret/ui/src/main/java/org/fudaa/fudaa/hydraulique1d/reseau/Hydraulique1dReseauPerteCharge.java
===================================================================
--- trunk/soft/fudaa-mascaret/ui/src/main/java/org/fudaa/fudaa/hydraulique1d/reseau/Hydraulique1dReseauPerteCharge.java 2014-11-06 21:31:23 UTC (rev 8907)
+++ trunk/soft/fudaa-mascaret/ui/src/main/java/org/fudaa/fudaa/hydraulique1d/reseau/Hydraulique1dReseauPerteCharge.java 2014-11-06 21:46:00 UTC (rev 8908)
@@ -21,11 +21,9 @@
*/
public class Hydraulique1dReseauPerteCharge
extends Hydraulique1dReseauSingularite {
- private final static BuIcon ICON = Hydraulique1dResource.HYDRAULIQUE1D.getIcon("reseau/reseau_perteCharge.png");
+ private final static BuIcon ICON = Hydraulique1dResource.HYDRAULIQUE1D.getIcon("reseau/reseau_pertecharge.png");
public Hydraulique1dReseauPerteCharge(MetierPerteCharge perteCharge) {
super(null);
-// super.setBackground(Color.orange);
-// super.setColor(Color.orange);
if (perteCharge != null)
putData("singularite", perteCharge);
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|