branch develop updated (7c2d503 -> 4288df8)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git from 7c2d503 [LL] Ajout d'un champs sur l'écran Composition > Onglet Avançons (Fixes #6832) Merge branch 'feature/6832' into develop new 46fe9bc fix migration script name new 0138570 Ajout nonTargCatch.well (persistence) new 5c0c8f7 Ajout nonTargCatch.well (service) new 53c50a8 Ajout nonTargCatch.well (ui) new 4288df8 [PS] Ajouter un champ "Numéro de cuve", sur le formulaire des captures accessoires (Fixes #6999) The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 4288df8ad007f8aacf50dcad541205cff69ea34d Merge: 7c2d503 53c50a8 Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Oct 28 11:49:56 2016 +0200 [PS] Ajouter un champ "Numéro de cuve", sur le formulaire des captures accessoires (Fixes #6999) Merge branch 'feature/6999' into develop commit 53c50a887dd8dd3549a4762181c9290175a6dd24 Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Oct 28 11:49:53 2016 +0200 Ajout nonTargCatch.well (ui) commit 5c0c8f73bcdfafdec7e9945674aac779533c26e8 Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Oct 28 11:36:00 2016 +0200 Ajout nonTargCatch.well (service) commit 0138570db5eb9fccac394d30ea8b749c14a9dc18 Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Oct 28 11:32:10 2016 +0200 Ajout nonTargCatch.well (persistence) commit 46fe9bc1169cb3c9fc8f0709e1ea6c533603bcd5 Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Oct 28 11:31:46 2016 +0200 fix migration script name Summary of changes: .../content/table/impl/seine/NonTargetCatchUI.jaxx | 15 +++++++++++++++ .../content/table/impl/seine/NonTargetCatchUI.jcss | 19 +++++++++++++++++++ .../table/impl/seine/NonTargetCatchUIHandler.java | 7 +++++-- .../table/impl/seine/NonTargetCatchUIModel.java | 2 ++ .../i18n/application-swing_en_GB.properties | 2 ++ .../i18n/application-swing_es_ES.properties | 2 ++ .../i18n/application-swing_fr_FR.properties | 2 ++ .../versions/DataSourceMigrationForVersion_5_1.java | 3 ++- ...ranchlineComposition_add_tracelineLength-H2.sql} | 0 ...ranchlineComposition_add_tracelineLength-PG.sql} | 0 ...V5_1_05_evol_6999_nonTargetCatch_add_well-H2.sql | 1 + ...V5_1_05_evol_6999_nonTargetCatch_add_well-PG.sql | 1 + entities/src/main/xmi/observe-seine.zargo | Bin 83232 -> 83324 bytes .../src/main/xmi/observe-services-dto-seine.zargo | Bin 58766 -> 58992 bytes .../topia/binder/data/NonTargetCatchBinder.java | 2 ++ 15 files changed, 53 insertions(+), 3 deletions(-) rename entities-migration/src/main/resources/db/migration/{V5_1_evol_6832_branchlineComposition_add_tracelineLength-PG.sql => V5_1_04_evol_6832_branchlineComposition_add_tracelineLength-H2.sql} (100%) rename entities-migration/src/main/resources/db/migration/{V5_1_evol_6832_branchlineComposition_add_tracelineLength-H2.sql => V5_1_04_evol_6832_branchlineComposition_add_tracelineLength-PG.sql} (100%) create mode 100644 entities-migration/src/main/resources/db/migration/V5_1_05_evol_6999_nonTargetCatch_add_well-H2.sql create mode 100644 entities-migration/src/main/resources/db/migration/V5_1_05_evol_6999_nonTargetCatch_add_well-PG.sql -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git commit 46fe9bc1169cb3c9fc8f0709e1ea6c533603bcd5 Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Oct 28 11:31:46 2016 +0200 fix migration script name --- ...=> V5_1_04_evol_6832_branchlineComposition_add_tracelineLength-H2.sql} | 0 ...=> V5_1_04_evol_6832_branchlineComposition_add_tracelineLength-PG.sql} | 0 2 files changed, 0 insertions(+), 0 deletions(-) diff --git a/entities-migration/src/main/resources/db/migration/V5_1_evol_6832_branchlineComposition_add_tracelineLength-PG.sql b/entities-migration/src/main/resources/db/migration/V5_1_04_evol_6832_branchlineComposition_add_tracelineLength-H2.sql similarity index 100% rename from entities-migration/src/main/resources/db/migration/V5_1_evol_6832_branchlineComposition_add_tracelineLength-PG.sql rename to entities-migration/src/main/resources/db/migration/V5_1_04_evol_6832_branchlineComposition_add_tracelineLength-H2.sql diff --git a/entities-migration/src/main/resources/db/migration/V5_1_evol_6832_branchlineComposition_add_tracelineLength-H2.sql b/entities-migration/src/main/resources/db/migration/V5_1_04_evol_6832_branchlineComposition_add_tracelineLength-PG.sql similarity index 100% rename from entities-migration/src/main/resources/db/migration/V5_1_evol_6832_branchlineComposition_add_tracelineLength-H2.sql rename to entities-migration/src/main/resources/db/migration/V5_1_04_evol_6832_branchlineComposition_add_tracelineLength-PG.sql -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git commit 0138570db5eb9fccac394d30ea8b749c14a9dc18 Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Oct 28 11:32:10 2016 +0200 Ajout nonTargCatch.well (persistence) --- .../versions/DataSourceMigrationForVersion_5_1.java | 3 ++- ...V5_1_05_evol_6999_nonTargetCatch_add_well-H2.sql | 1 + ...V5_1_05_evol_6999_nonTargetCatch_add_well-PG.sql | 1 + entities/src/main/xmi/observe-seine.zargo | Bin 83232 -> 83324 bytes 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/entities-migration/src/main/java/fr/ird/observe/entities/migration/versions/DataSourceMigrationForVersion_5_1.java b/entities-migration/src/main/java/fr/ird/observe/entities/migration/versions/DataSourceMigrationForVersion_5_1.java index df7f25a..8ae6e57 100644 --- a/entities-migration/src/main/java/fr/ird/observe/entities/migration/versions/DataSourceMigrationForVersion_5_1.java +++ b/entities-migration/src/main/java/fr/ird/observe/entities/migration/versions/DataSourceMigrationForVersion_5_1.java @@ -30,7 +30,8 @@ public class DataSourceMigrationForVersion_5_1 extends AbstractObserveMigrationC addScript("01", "evol_8374_delete_sonarUsed", queries); addScript("02", "evol_7886_catch_add_set_idx", queries); addScript("03", "evol_6997_delete_supportVesselName", queries); - addScript("03", "evol_6832_branchlineComposition_add_tracelineLength", queries); + addScript("04", "evol_6832_branchlineComposition_add_tracelineLength", queries); + addScript("05", "evol_6999_nonTargetCatch_add_well", queries); } diff --git a/entities-migration/src/main/resources/db/migration/V5_1_05_evol_6999_nonTargetCatch_add_well-H2.sql b/entities-migration/src/main/resources/db/migration/V5_1_05_evol_6999_nonTargetCatch_add_well-H2.sql new file mode 100644 index 0000000..44e1008 --- /dev/null +++ b/entities-migration/src/main/resources/db/migration/V5_1_05_evol_6999_nonTargetCatch_add_well-H2.sql @@ -0,0 +1 @@ +ALTER TABLE observe_seine.nontargetcatch ADD COLUMN well VARCHAR(255); \ No newline at end of file diff --git a/entities-migration/src/main/resources/db/migration/V5_1_05_evol_6999_nonTargetCatch_add_well-PG.sql b/entities-migration/src/main/resources/db/migration/V5_1_05_evol_6999_nonTargetCatch_add_well-PG.sql new file mode 100644 index 0000000..7396178 --- /dev/null +++ b/entities-migration/src/main/resources/db/migration/V5_1_05_evol_6999_nonTargetCatch_add_well-PG.sql @@ -0,0 +1 @@ +ALTER TABLE observe_seine.nontargetcatch ADD COLUMN well character varying(255); \ No newline at end of file diff --git a/entities/src/main/xmi/observe-seine.zargo b/entities/src/main/xmi/observe-seine.zargo index ab48b4f..d44cdf0 100644 Binary files a/entities/src/main/xmi/observe-seine.zargo and b/entities/src/main/xmi/observe-seine.zargo differ -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git commit 5c0c8f73bcdfafdec7e9945674aac779533c26e8 Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Oct 28 11:36:00 2016 +0200 Ajout nonTargCatch.well (service) --- .../src/main/xmi/observe-services-dto-seine.zargo | Bin 58766 -> 58992 bytes .../topia/binder/data/NonTargetCatchBinder.java | 2 ++ 2 files changed, 2 insertions(+) diff --git a/services-dto/src/main/xmi/observe-services-dto-seine.zargo b/services-dto/src/main/xmi/observe-services-dto-seine.zargo index 8558431..4cad8c4 100644 Binary files a/services-dto/src/main/xmi/observe-services-dto-seine.zargo and b/services-dto/src/main/xmi/observe-services-dto-seine.zargo differ diff --git a/services-topia/src/main/java/fr/ird/observe/services/topia/binder/data/NonTargetCatchBinder.java b/services-topia/src/main/java/fr/ird/observe/services/topia/binder/data/NonTargetCatchBinder.java index b2d2ba2..52761ad 100644 --- a/services-topia/src/main/java/fr/ird/observe/services/topia/binder/data/NonTargetCatchBinder.java +++ b/services-topia/src/main/java/fr/ird/observe/services/topia/binder/data/NonTargetCatchBinder.java @@ -60,6 +60,7 @@ public class NonTargetCatchBinder extends DataBinderSupport<NonTargetCatch, NonT entity.setSpeciesFate(toEntity(dto.getSpeciesFate(), SpeciesFate.class)); entity.setSpecies(toEntity(dto.getSpecies(), Species.class)); entity.setReasonForDiscard(toEntity(dto.getReasonForDiscard(), ReasonForDiscard.class)); + entity.setWell(dto.getWell()); } @@ -81,6 +82,7 @@ public class NonTargetCatchBinder extends DataBinderSupport<NonTargetCatch, NonT dto.setSpeciesFate(toReferentialReference(referentialLocale, entity.getSpeciesFate(), SpeciesFateDto.class)); dto.setSpecies(toReferentialReference(referentialLocale, entity.getSpecies(), SpeciesDto.class)); dto.setReasonForDiscard(toReferentialReference(referentialLocale, entity.getReasonForDiscard(), ReasonForDiscardDto.class)); + dto.setWell(entity.getWell()); } -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git commit 53c50a887dd8dd3549a4762181c9290175a6dd24 Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Oct 28 11:49:53 2016 +0200 Ajout nonTargCatch.well (ui) --- .../ui/content/table/impl/seine/NonTargetCatchUI.jaxx | 15 +++++++++++++++ .../ui/content/table/impl/seine/NonTargetCatchUI.jcss | 19 +++++++++++++++++++ .../table/impl/seine/NonTargetCatchUIHandler.java | 7 +++++-- .../table/impl/seine/NonTargetCatchUIModel.java | 2 ++ .../resources/i18n/application-swing_en_GB.properties | 2 ++ .../resources/i18n/application-swing_es_ES.properties | 2 ++ .../resources/i18n/application-swing_fr_FR.properties | 2 ++ 7 files changed, 47 insertions(+), 2 deletions(-) diff --git a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/table/impl/seine/NonTargetCatchUI.jaxx b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/table/impl/seine/NonTargetCatchUI.jaxx index df1c538..4dc0585 100644 --- a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/table/impl/seine/NonTargetCatchUI.jaxx +++ b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/table/impl/seine/NonTargetCatchUI.jaxx @@ -179,6 +179,21 @@ </cell> </row> + <!-- well --> + <row> + <cell> + <JLabel id='wellLabel'/> + </cell> + <cell weightx='1' anchor='east'> + <JPanel layout='{new BorderLayout()}'> + <JToolBar id='wellToolbar' constraints='BorderLayout.WEST'> + <JButton id='resetWell' constraints='BorderLayout.WEST' styleClass='resetButton'/> + </JToolBar> + <JTextField id='well' constraints='BorderLayout.CENTER'/> + </JPanel> + </cell> + </row> + <!-- comment --> <row> <cell columns='3' weighty='1'> diff --git a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/table/impl/seine/NonTargetCatchUI.jcss b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/table/impl/seine/NonTargetCatchUI.jcss index b8485a8..abfbfed 100644 --- a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/table/impl/seine/NonTargetCatchUI.jcss +++ b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/table/impl/seine/NonTargetCatchUI.jcss @@ -54,6 +54,25 @@ selectedItem:{tableEditBean.getReasonForDiscard()}; } +#wellLabel { + text:"observe.common.well"; + toolTipText:"observe.content.targetCatch.table.well.tip"; + labelFor:{well}; +} + +#resetWell { + toolTipText:"observe.content.action.reset.well.tip"; + enabled:{!tableModel.isEditable() || !model.isRowSaved()}; + _resetTablePropertyName:{NonTargetCatchDto.PROPERTY_WELL}; +} + +#well { + text:{getStringValue(tableEditBean.getWell())}; + enabled:{!tableModel.isEditable() || !model.isRowSaved()}; + _tablePropertyName:{NonTargetCatchDto.PROPERTY_WELL}; +} + + #catchWeightLabel { text:"observe.common.catchWeight"; labelFor:{catchWeight}; diff --git a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/table/impl/seine/NonTargetCatchUIHandler.java b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/table/impl/seine/NonTargetCatchUIHandler.java index 1169eb6..c19bfb7 100644 --- a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/table/impl/seine/NonTargetCatchUIHandler.java +++ b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/table/impl/seine/NonTargetCatchUIHandler.java @@ -265,6 +265,8 @@ public class NonTargetCatchUIHandler extends ContentTableUIHandler<SetSeineNonTa n("observe.content.nonTargetCatch.table.speciesFate.tip"), n("observe.content.nonTargetCatch.table.reasonForDiscard"), n("observe.content.nonTargetCatch.table.reasonForDiscard.tip"), + n("observe.content.nonTargetCatch.table.well"), + n("observe.content.nonTargetCatch.table.well.tip"), n("observe.content.nonTargetCatch.table.catchWeight"), n("observe.content.nonTargetCatch.table.catchWeight.tip"), n("observe.content.nonTargetCatch.table.totalCount"), @@ -279,11 +281,12 @@ public class NonTargetCatchUIHandler extends ContentTableUIHandler<SetSeineNonTa UIHelper.setTableColumnRenderer(table, 0, UIHelper.newReferentialReferenceDecorateTableCellRenderer(renderer, SpeciesDto.class)); UIHelper.setTableColumnRenderer(table, 1, UIHelper.newReferentialReferenceDecorateTableCellRenderer(renderer, SpeciesFateDto.class)); UIHelper.setTableColumnRenderer(table, 2, UIHelper.newReferentialReferenceDecorateTableCellRenderer(renderer, ReasonForDiscardDto.class)); - UIHelper.setTableColumnRenderer(table, 3, UIHelper.newEmptyNumberTableCellRenderer(renderer)); + UIHelper.setTableColumnRenderer(table, 3, UIHelper.newStringTableCellRenderer(renderer, 10, true)); UIHelper.setTableColumnRenderer(table, 4, UIHelper.newEmptyNumberTableCellRenderer(renderer)); UIHelper.setTableColumnRenderer(table, 5, UIHelper.newEmptyNumberTableCellRenderer(renderer)); UIHelper.setTableColumnRenderer(table, 6, UIHelper.newEmptyNumberTableCellRenderer(renderer)); - UIHelper.setTableColumnRenderer(table, 7, UIHelper.newStringTableCellRenderer(renderer, 10, true)); + UIHelper.setTableColumnRenderer(table, 7, UIHelper.newEmptyNumberTableCellRenderer(renderer)); + UIHelper.setTableColumnRenderer(table, 8, UIHelper.newStringTableCellRenderer(renderer, 10, true)); } @SuppressWarnings("Duplicates") diff --git a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/table/impl/seine/NonTargetCatchUIModel.java b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/table/impl/seine/NonTargetCatchUIModel.java index 0f90dae..88ad908 100644 --- a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/table/impl/seine/NonTargetCatchUIModel.java +++ b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/table/impl/seine/NonTargetCatchUIModel.java @@ -61,6 +61,7 @@ public class NonTargetCatchUIModel extends ContentTableUIModel<SetSeineNonTarget NonTargetCatchDto.PROPERTY_MEAN_WEIGHT_COMPUTED_SOURCE, NonTargetCatchDto.PROPERTY_CATCH_WEIGHT_COMPUTED_SOURCE, NonTargetCatchDto.PROPERTY_MEAN_LENGTH_COMPUTED_SOURCE, + NonTargetCatchDto.PROPERTY_WELL, NonTargetCatchDto.PROPERTY_COMMENT }); @@ -68,6 +69,7 @@ public class NonTargetCatchUIModel extends ContentTableUIModel<SetSeineNonTarget ContentTableModel.newTableMeta(NonTargetCatchDto.class, NonTargetCatchDto.PROPERTY_SPECIES, false), ContentTableModel.newTableMeta(NonTargetCatchDto.class, NonTargetCatchDto.PROPERTY_SPECIES_FATE, false), ContentTableModel.newTableMeta(NonTargetCatchDto.class, NonTargetCatchDto.PROPERTY_REASON_FOR_DISCARD, false), + ContentTableModel.newTableMeta(NonTargetCatchDto.class, NonTargetCatchDto.PROPERTY_WELL, false), ContentTableModel.newTableMeta(NonTargetCatchDto.class, NonTargetCatchDto.PROPERTY_CATCH_WEIGHT, false), ContentTableModel.newTableMeta(NonTargetCatchDto.class, NonTargetCatchDto.PROPERTY_TOTAL_COUNT, false), ContentTableModel.newTableMeta(NonTargetCatchDto.class, NonTargetCatchDto.PROPERTY_MEAN_WEIGHT, false), diff --git a/application-swing/src/main/resources/i18n/application-swing_en_GB.properties b/application-swing/src/main/resources/i18n/application-swing_en_GB.properties index 5fe2a30..376dd29 100644 --- a/application-swing/src/main/resources/i18n/application-swing_en_GB.properties +++ b/application-swing/src/main/resources/i18n/application-swing_en_GB.properties @@ -1008,6 +1008,8 @@ observe.content.nonTargetCatch.table.speciesFaune=Species observe.content.nonTargetCatch.table.speciesFaune.tip=non target species observe.content.nonTargetCatch.table.totalCount=Count observe.content.nonTargetCatch.table.totalCount.tip=Estimated count +observe.content.nonTargetCatch.table.well=Well +observe.content.nonTargetCatch.table.well.tip=Well observe.content.nonTargetSample.table.count=Count observe.content.nonTargetSample.table.count.tip=Count observe.content.nonTargetSample.table.gender=Sex diff --git a/application-swing/src/main/resources/i18n/application-swing_es_ES.properties b/application-swing/src/main/resources/i18n/application-swing_es_ES.properties index e80c0fb..cce359e 100644 --- a/application-swing/src/main/resources/i18n/application-swing_es_ES.properties +++ b/application-swing/src/main/resources/i18n/application-swing_es_ES.properties @@ -1008,6 +1008,8 @@ observe.content.nonTargetCatch.table.speciesFaune=Especie observe.content.nonTargetCatch.table.speciesFaune.tip=Especie observe.content.nonTargetCatch.table.totalCount=Número observe.content.nonTargetCatch.table.totalCount.tip=Número estimado +observe.content.nonTargetCatch.table.well=Cuba +observe.content.nonTargetCatch.table.well.tip=Cuba observe.content.nonTargetSample.table.count=Grupo de tallas observe.content.nonTargetSample.table.count.tip=Grupo de tallas observe.content.nonTargetSample.table.gender=Sexo diff --git a/application-swing/src/main/resources/i18n/application-swing_fr_FR.properties b/application-swing/src/main/resources/i18n/application-swing_fr_FR.properties index 5612fe1..0b04c04 100644 --- a/application-swing/src/main/resources/i18n/application-swing_fr_FR.properties +++ b/application-swing/src/main/resources/i18n/application-swing_fr_FR.properties @@ -1008,6 +1008,8 @@ observe.content.nonTargetCatch.table.speciesFaune=Espèce de faune observe.content.nonTargetCatch.table.speciesFaune.tip=Espèce de faune observe.content.nonTargetCatch.table.totalCount=Nombre observe.content.nonTargetCatch.table.totalCount.tip=Nombre estimé +observe.content.nonTargetCatch.table.well=Cuve +observe.content.nonTargetCatch.table.well.tip=Numéro de cuve observe.content.nonTargetSample.table.count=Effectif observe.content.nonTargetSample.table.count.tip=Effectif observe.content.nonTargetSample.table.gender=Sex -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git commit 4288df8ad007f8aacf50dcad541205cff69ea34d Merge: 7c2d503 53c50a8 Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Oct 28 11:49:56 2016 +0200 [PS] Ajouter un champ "Numéro de cuve", sur le formulaire des captures accessoires (Fixes #6999) Merge branch 'feature/6999' into develop .../content/table/impl/seine/NonTargetCatchUI.jaxx | 15 +++++++++++++++ .../content/table/impl/seine/NonTargetCatchUI.jcss | 19 +++++++++++++++++++ .../table/impl/seine/NonTargetCatchUIHandler.java | 7 +++++-- .../table/impl/seine/NonTargetCatchUIModel.java | 2 ++ .../i18n/application-swing_en_GB.properties | 2 ++ .../i18n/application-swing_es_ES.properties | 2 ++ .../i18n/application-swing_fr_FR.properties | 2 ++ .../versions/DataSourceMigrationForVersion_5_1.java | 3 ++- ...ranchlineComposition_add_tracelineLength-H2.sql} | 0 ...ranchlineComposition_add_tracelineLength-PG.sql} | 0 ...V5_1_05_evol_6999_nonTargetCatch_add_well-H2.sql | 1 + ...V5_1_05_evol_6999_nonTargetCatch_add_well-PG.sql | 1 + entities/src/main/xmi/observe-seine.zargo | Bin 83232 -> 83324 bytes .../src/main/xmi/observe-services-dto-seine.zargo | Bin 58766 -> 58992 bytes .../topia/binder/data/NonTargetCatchBinder.java | 2 ++ 15 files changed, 53 insertions(+), 3 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm