File tree Expand file tree Collapse file tree 9 files changed +35
-13
lines changed
fr.cnes.sitools.ext.test/build
fr.cnes.sitools.extensions/build Expand file tree Collapse file tree 9 files changed +35
-13
lines changed Original file line number Diff line number Diff line change 11# Project parameters
22sonar.projectKey =fr.cnes.sitools.2.0
33sonar.projectName =SITOOLS 2 BRANCHE 2.0
4- sonar.projectVersion =2.5
4+ sonar.projectVersion =2.6
55# Source parameters
66sonar.sources =src
77sonar.binaries =build/classes
Original file line number Diff line number Diff line change 4141 <property name =" project.name" value =" fr.cnes.sitools.core" />
4242 <property name =" project.test.name" value =" fr.cnes.sitools.test" />
4343 <property name =" project.fullname" value =" SITools2" />
44- <property name =" project.version" value =" 2.5 " />
44+ <property name =" project.version" value =" 2.6 " />
4545
4646 <!-- Nom de l'application WEB -->
4747 <property name =" webapps.name" value =" SITools2" />
Original file line number Diff line number Diff line change 11Starter.appName =SITools2
2- Starter.VERSION =2.5
2+ Starter.VERSION =2.6
33Starter.BUILD_DATE =
44Starter.COPYRIGHT =Copyright 2010-2014 CNES
55
Original file line number Diff line number Diff line change 3939 <!-- Informations generales sur le projet -->
4040 <property name =" project.name" value=" fr.cnes.sitools.ext.test" />
4141 <property name =" project.fullname" value =" Sitools2 fr.cnes.sitools.ext.test" />
42- <property name =" project.version" value =" 2.5 " />
42+ <property name =" project.version" value =" 2.6 " />
4343
4444 <!-- Nom de l'application WEB -->
4545 <property name =" webapps.name" value =" sitools" />
Original file line number Diff line number Diff line change 3535 <!-- Informations generales sur le projet -->
3636 <property name =" project.name" value =" fr.cnes.sitools.extensions" />
3737 <property name =" project.fullname" value =" Sitools2" />
38- <property name =" project.version" value =" 2.5 " />
38+ <property name =" project.version" value =" 2.6 " />
3939
4040 <!-- Nom de l'application WEB -->
4141 <property name =" webapps.name" value =" sitools" />
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ ROOT_DIRECTORY=D\:/Projets/SITools2/core-v2
1111
1212project.title =SITools2
1313# Nom de la version du projet
14- project.tag =2.5
14+ project.tag =2.6
1515project.name =fr.cnes.sitools.core
1616fr.cnes.sitools.core.dir =../fr.cnes.sitools.core/
1717
1818project.fullname =SITools2
19- project.version =2.5
19+ project.version =2.6
2020author =AKKA Technologies
2121owner =CNES
2222year =2010-2014
@@ -28,19 +28,19 @@ Svn.tags.url=https://svn-06.akka.eu/svn/ULISSE_SAD/tags
2828Svn.trunk.url =https://svn-06.akka.eu/svn/ULISSE_SAD/trunk
2929
3030# Tag a comparer
31- Version.tag =v2.5
31+ Version.tag =v2.6
3232
3333# Tag de reference
34- Version.reference =v2.4
34+ Version.reference =v2.5
3535
3636# Revisions are set to HEAD by default
3737Revision.current =HEAD
3838Revision.reference =HEAD
3939
40- project.tag.old =2.4.2
40+ project.tag.old =2.5
4141
4242git.repository.username =m.gond
43- git.repository.password =mobi1986%
43+ git.repository.password =*********
4444git.repository.url =http://${git.repository.username}:${git.repository.password}@odysseus1.akka.eu/git/SITools2_v2/SITools2.git
4545git.repository.astro.url =http://${git.repository.username}:${git.repository.password}@odysseus1.akka.eu/git/SITools2_v2/SITools2_ext_astro.git
4646git.repository.earthObservation.url =http://${git.repository.username}:${git.repository.password}@odysseus1.akka.eu/git/SITools2_v2/SITools2_ext_mapshup.git
Original file line number Diff line number Diff line change @@ -16,6 +16,28 @@ Reference tag : (2.5)
1616
17172/ Changes
1818
19+ _________________
20+ -2.6 (2015-10-22)
21+
22+ This version fixes some bugs from the 2.6 version.
23+
24+ * New features :
25+ - Delete all authorizations associated to a role when deleting a role
26+
27+ * Enhancements :
28+ - Use real column name (alias or table name and column name) for sorting
29+ - Cart order creates a folder for each record in the generated archive
30+
31+ * Bug Fixed :
32+ - Problem with MODE_SERVER_OUTBOUND mode in ProxyApp.java #36
33+ - Sort by alias dataset #23
34+ - Tri colonne requête multiples jointures #18
35+ - Reconnexion source de données MySQL #17
36+ - Suppression d'un rôle #16
37+ - Creation Dataset avec Criteria #6
38+ - Scroll bar graph projet #5
39+ - La mise en forme des forms de type desktop n'est pas respectée en 2.4.1 #3
40+ - Authorizations are not removed when a role is deleted
1941_________________
2042-2.5 (2015-01-12)
2143 * New features :
Original file line number Diff line number Diff line change 2727 <jar src =" lib/hsqldb.jar" />
2828 <info >
2929 <appname >Sitools2</appname >
30- <appversion >2.5 </appversion >
30+ <appversion >2.6 </appversion >
3131 <authors >
3232 <author email =" " name =" CNES" />
3333 <author email =" " name =" Akka Technologies" />
Original file line number Diff line number Diff line change 3030 <jar src =" install_res/libraries/mysql-connector-java-5.1.7-bin.jar" />
3131 <info >
3232 <appname >Sitools2 - Databases for tests</appname >
33- <appversion >2.5 </appversion >
33+ <appversion >2.6 </appversion >
3434 <authors >
3535 <author email =" " name =" CNES" />
3636 <author email =" " name =" Akka Technologies" />
You can’t perform that action at this time.
0 commit comments