branch feature/7458-3 updated (a1fea91 -> e5d026a)
This is an automated email from the git hooks/post-receive script. New change to branch feature/7458-3 in repository observe. See http://git.codelutin.com/observe.git from a1fea91 add DTo test and fix DtoToEntityBuilder (refs #7458). new e5d026a use reference for section basket and branchline in catchLongline an Tdr (refs #7458). The 1 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 e5d026ac5ac0b2b6333fcfde1cbe103d24e18b73 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Fri Aug 21 10:14:45 2015 +0200 use reference for section basket and branchline in catchLongline an Tdr (refs #7458). Summary of changes: .../xmi/observe-services-dto-longline.properties | 6 ++++++ .../main/xmi/observe-services-dto-longline.zargo | Bin 57827 -> 57355 bytes 2 files changed, 6 insertions(+) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch feature/7458-3 in repository observe. See http://git.codelutin.com/observe.git commit e5d026ac5ac0b2b6333fcfde1cbe103d24e18b73 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Fri Aug 21 10:14:45 2015 +0200 use reference for section basket and branchline in catchLongline an Tdr (refs #7458). --- .../xmi/observe-services-dto-longline.properties | 6 ++++++ .../main/xmi/observe-services-dto-longline.zargo | Bin 57827 -> 57355 bytes 2 files changed, 6 insertions(+) diff --git a/observe-services-model/src/main/xmi/observe-services-dto-longline.properties b/observe-services-model/src/main/xmi/observe-services-dto-longline.properties index 48b4649..29b7352 100644 --- a/observe-services-model/src/main/xmi/observe-services-dto-longline.properties +++ b/observe-services-model/src/main/xmi/observe-services-dto-longline.properties @@ -20,8 +20,11 @@ fr.ird.observe.services.dto.longline.SensorUsed.attribute.sensorBrand.tagValue.s fr.ird.observe.services.dto.longline.SizeMeasure.attribute.sizeMeasureType.tagValue.simpleBeanWithNoInterfaceAttributeGeneric=fr.ird.observe.services.dto.referential.longline.SizeMeasureTypeDto +fr.ird.observe.services.dto.longline.Tdr.attribute.branchline.tagValue.simpleBeanWithNoInterfaceAttributeGeneric=fr.ird.observe.services.dto.longline.BranchlineDto fr.ird.observe.services.dto.longline.Tdr.attribute.sensorBrand.tagValue.simpleBeanWithNoInterfaceAttributeGeneric=fr.ird.observe.services.dto.referential.longline.SensorBrandDto fr.ird.observe.services.dto.longline.Tdr.attribute.species.tagValue.simpleBeanWithNoInterfaceAttributeGeneric=fr.ird.observe.services.dto.referential.SpeciesDto +fr.ird.observe.services.dto.longline.Tdr.attribute.section.tagValue.simpleBeanWithNoInterfaceAttributeGeneric=fr.ird.observe.services.dto.longline.SectionDto +fr.ird.observe.services.dto.longline.Tdr.attribute.basket.tagValue.simpleBeanWithNoInterfaceAttributeGeneric=fr.ird.observe.services.dto.longline.BasketDto fr.ird.observe.services.dto.longline.Tdr.attribute.itemHorizontalPosition.tagValue.simpleBeanWithNoInterfaceAttributeGeneric=fr.ird.observe.services.dto.referential.longline.ItemHorizontalPositionDto fr.ird.observe.services.dto.longline.Tdr.attribute.itemVerticalPosition.tagValue.simpleBeanWithNoInterfaceAttributeGeneric=fr.ird.observe.services.dto.referential.longline.ItemVerticalPositionDto @@ -40,10 +43,13 @@ fr.ird.observe.services.dto.longline.FloatlinesComposition.attribute.lineType.ta fr.ird.observe.services.dto.longline.Encounter.attribute.species.tagValue.simpleBeanWithNoInterfaceAttributeGeneric=fr.ird.observe.services.dto.referential.SpeciesDto fr.ird.observe.services.dto.longline.Encounter.attribute.encounterType.tagValue.simpleBeanWithNoInterfaceAttributeGeneric=fr.ird.observe.services.dto.referential.longline.EncounterTypeDto +fr.ird.observe.services.dto.longline.CatchLongline.attribute.basket.tagValue.simpleBeanWithNoInterfaceAttributeGeneric=fr.ird.observe.services.dto.longline.BasketDto +fr.ird.observe.services.dto.longline.CatchLongline.attribute.branchline.tagValue.simpleBeanWithNoInterfaceAttributeGeneric=fr.ird.observe.services.dto.longline.BranchlineDto fr.ird.observe.services.dto.longline.CatchLongline.attribute.catchFateLongline.tagValue.simpleBeanWithNoInterfaceAttributeGeneric=fr.ird.observe.services.dto.referential.longline.CatchFateLonglineDto fr.ird.observe.services.dto.longline.CatchLongline.attribute.discardHealthness.tagValue.simpleBeanWithNoInterfaceAttributeGeneric=fr.ird.observe.services.dto.referential.longline.HealthnessDto fr.ird.observe.services.dto.longline.CatchLongline.attribute.speciesCatch.tagValue.simpleBeanWithNoInterfaceAttributeGeneric=fr.ird.observe.services.dto.referential.SpeciesDto fr.ird.observe.services.dto.longline.CatchLongline.attribute.predator.tagValue.simpleBeanWithNoInterfaceAttributeGeneric=fr.ird.observe.services.dto.referential.SpeciesDto +fr.ird.observe.services.dto.longline.CatchLongline.attribute.section.tagValue.simpleBeanWithNoInterfaceAttributeGeneric=fr.ird.observe.services.dto.longline.SectionDto fr.ird.observe.services.dto.longline.CatchLongline.attribute.maturityStatus.tagValue.simpleBeanWithNoInterfaceAttributeGeneric=fr.ird.observe.services.dto.referential.longline.MaturityStatusDto fr.ird.observe.services.dto.longline.CatchLongline.attribute.stomacFullness.tagValue.simpleBeanWithNoInterfaceAttributeGeneric=fr.ird.observe.services.dto.referential.longline.StomacFullnessDto fr.ird.observe.services.dto.longline.CatchLongline.attribute.hookPosition.tagValue.simpleBeanWithNoInterfaceAttributeGeneric=fr.ird.observe.services.dto.referential.longline.HookPositionDto diff --git a/observe-services-model/src/main/xmi/observe-services-dto-longline.zargo b/observe-services-model/src/main/xmi/observe-services-dto-longline.zargo index adc7a37..ce76874 100644 Binary files a/observe-services-model/src/main/xmi/observe-services-dto-longline.zargo and b/observe-services-model/src/main/xmi/observe-services-dto-longline.zargo differ -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.
participants (1)
-
codelutin.com scm