This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository coser. See https://gitlab.nuiton.org/codelutin/coser.git commit 763893c7a256ae5435f325a5ef4c24bd91025eae Author: Eric Chatellier <chatellier@codelutin.com> Date: Mon Jul 25 11:08:37 2016 +0200 Fix build --- coser-ui/README.txt => README.md | 0 changelog.txt | 119 --------------------- .../changelog.txt => coser-business/README.md | 0 coser-business/README.txt | 0 coser-business/changelog.txt | 0 README.txt => coser-ui/README.md | 0 coser-ui/changelog.txt | 0 coser-web/{README.txt => README.md} | 0 pom.xml | 5 + 9 files changed, 5 insertions(+), 119 deletions(-) diff --git a/coser-ui/README.txt b/README.md similarity index 100% rename from coser-ui/README.txt rename to README.md diff --git a/changelog.txt b/changelog.txt deleted file mode 100644 index 9558e6e..0000000 --- a/changelog.txt +++ /dev/null @@ -1,119 +0,0 @@ -Coser release notes -=================== - -1.0.7 ------ - - * Update web site texts - -1.0.6 ------ - - * Fix command parsing when comment was containing special control char ' - * Fix double min decimal check with negative values - * Update to jQuery 1.6.1 - * Update to HttpComponent Core 4.1.1 - -1.0.5 ------ - - * Add data list chooser in community graph generation - * Udpate to jquery 1.6 - -1.0.4 ------ - - * Add new test on website (about Information.pdf file) - * Fix result upload merge after upload (could have one type change instead - of no type all all) - * Fix year axis label (not depend from website locale) - -1.0.3 ------ - - * Display map with zone instead of survey name - * Allow _ in strata name - * Fix double with exponent and fixed decimal count check - * Fix selection comment reload - * Remove replay selection menu - * Set english website help link to correct locale - * Fix filter ui layout - * Add control about surface attributes to be positive only - * Fix some translation - * Update to jQuery 1.5.2 - * Update to rSyntaxTextArea 1.5.0 - * Update to HttpComponent 4.1.1 - -1.0.2 ------ - - * Add new controls about missing species in catch and length files - * Add new controls about missing haul in haul, catch and length files - * Add new controls about missing strata in strata and haul files - * Sort configuration window options - -1.0.1 ------ - - * In selection details sort strata by names - * Add comparison catch/length graph on lists selection ui - * Add title for sampling effort data table - * Fix resources copy on javawebstart launch - * Fix selection file filtering after year/strata/species selection - -1.0 ---- - - * Add control view default split pane size - * Display only filename when a create project error is detected - * Increase heap memory to 1024M - * Display species in italic style in generated pdf meta file - * Add application zone in chart title - * Add context support in application config for deploiement - * Autoselection next selection accordion after validation - * Global i18n changes - * Add info about context menu - * Add documents page on website - * Set website url to production environment - * Update jquery to 1.5 - * Fix coser classloader in javawebstart context - * Add breadcrumb on all pages - * Add website cumputed indices pdf files - * Add coser logo in main view - * Move lat/long decimal check control to warning level - * Fix length structure length half step compute - -1.0.0-beta3 ------------ - - * Add sample breadcrumb - * Add images legend for in distibution map last page - * Name extracted result archive as Coserextract<dateofday> - * Add coser logo and website favicon - * Improve quality advertisement checkbox with form submit - * Add top anchor on survey description page - * Fix pdf generation containing non escaped html entities - * List projects names sorted alphabetically - * Fix website texts - * Close extract/upload view after extraction/upload - * Add wait cursor in add rsufi result view - * Add creation date in rsufi data extraction - * Name rsufi data extraction directory : RSUFI_DATA_projectname - * Remember configuration window size - * Fix LengthStruture graph bounds with null values - * FileChooser opened to projectsDirectory - * Update jaxx to 2.3 - * Update nuiton-widgets to 1.1.1 - * Update nuiton-i18n to 2.3 - -1.0.0-beta2 ------------ - - * Fix input stream progress read() buffer bug - * Add selection name in rsufi extracted information file - * Add missing images : C_Crustaflam.png et C_Noursom.png - -1.0.0-beta1 ------------ - - * Initial beta release. diff --git a/coser-web/changelog.txt b/coser-business/README.md similarity index 100% rename from coser-web/changelog.txt rename to coser-business/README.md diff --git a/coser-business/README.txt b/coser-business/README.txt deleted file mode 100644 index e69de29..0000000 diff --git a/coser-business/changelog.txt b/coser-business/changelog.txt deleted file mode 100644 index e69de29..0000000 diff --git a/README.txt b/coser-ui/README.md similarity index 100% rename from README.txt rename to coser-ui/README.md diff --git a/coser-ui/changelog.txt b/coser-ui/changelog.txt deleted file mode 100644 index e69de29..0000000 diff --git a/coser-web/README.txt b/coser-web/README.md similarity index 100% rename from coser-web/README.txt rename to coser-web/README.md diff --git a/pom.xml b/pom.xml index ee96a69..82a3d89 100644 --- a/pom.xml +++ b/pom.xml @@ -88,6 +88,11 @@ <locales>fr,en</locales> <siteSourcesType>rst</siteSourcesType> + <javaVersion>1.6</javaVersion> + <signatureArtifactId>java16</signatureArtifactId> + <signatureVersion>1.0</signatureVersion> + <ciViewId>Coser</ciViewId> + </properties> <repositories> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.