Tony CHEMIT pushed to branch develop at ultreiaio / ird-t3

Commits:

11 changed files:

Changes:

  • pom.xml
    ... ... @@ -17,8 +17,7 @@
    17 17
       along with this program.  If not, see <http://www.gnu.org/licenses />.
    
    18 18
       #L%
    
    19 19
       -->
    
    20
    -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    
    21
    -         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    
    20
    +<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">
    
    22 21
       <modelVersion>4.0.0</modelVersion>
    
    23 22
     
    
    24 23
       <parent>
    
    ... ... @@ -29,7 +28,7 @@
    29 28
     
    
    30 29
       <groupId>fr.ird.t3</groupId>
    
    31 30
       <artifactId>ird-t3</artifactId>
    
    32
    -  <version>2.8-SNAPSHOT</version>
    
    31
    +  <version>2.9-SNAPSHOT</version>
    
    33 32
       <packaging>pom</packaging>
    
    34 33
     
    
    35 34
       <name>T3 :: Pom</name>
    
    ... ... @@ -296,13 +295,13 @@
    296 295
                 <configuration>
    
    297 296
                   <!-- TODO chemit 2011-02-24 Change to 'target' when using ant-run 1.6 in mavenpom4labs... -->
    
    298 297
                   <tasks>
    
    299
    -                <echo message="Copy model to site"/>
    
    298
    +                <echo message="Copy model to site" />
    
    300 299
                     <copy verbose="true" failonerror="false" overwrite="true" todir="${project.reporting.outputDirectory}/model">
    
    301 300
                       <fileset dir="${basedir}/doc/modelisation/t3">
    
    302
    -                    <include name="**/*.png"/>
    
    301
    +                    <include name="**/*.png" />
    
    303 302
                       </fileset>
    
    304 303
                       <fileset dir="${basedir}/t3-domain/src/main/xmi">
    
    305
    -                    <include name="t3-persistence.zargo"/>
    
    304
    +                    <include name="t3-persistence.zargo" />
    
    306 305
                       </fileset>
    
    307 306
                     </copy>
    
    308 307
                   </tasks>
    
    ... ... @@ -489,8 +488,8 @@
    489 488
                     <configuration>
    
    490 489
                       <!-- TODO chemit 2011-02-24 Change to 'target' when using ant-run 1.6 in mavenpom4labs... -->
    
    491 490
                       <tasks>
    
    492
    -                    <echo message="Delete test data cache at ${test.cache.dir}"/>
    
    493
    -                    <delete dir="${test.cache.dir}"/>
    
    491
    +                    <echo message="Delete test data cache at ${test.cache.dir}" />
    
    492
    +                    <delete dir="${test.cache.dir}" />
    
    494 493
                       </tasks>
    
    495 494
                     </configuration>
    
    496 495
                     <goals>
    
    ... ... @@ -519,8 +518,8 @@
    519 518
                     <configuration>
    
    520 519
                       <!-- TODO chemit 2011-02-24 Change to 'target' when using ant-run 1.6 in mavenpom4labs... -->
    
    521 520
                       <tasks>
    
    522
    -                    <echo message="Delete installer data cache at ${installer.cache.dir}"/>
    
    523
    -                    <delete dir="${installer.cache.dir}"/>
    
    521
    +                    <echo message="Delete installer data cache at ${installer.cache.dir}" />
    
    522
    +                    <delete dir="${installer.cache.dir}" />
    
    524 523
                       </tasks>
    
    525 524
                     </configuration>
    
    526 525
                     <goals>
    

  • t3-actions/pom.xml
    ... ... @@ -24,7 +24,7 @@
    24 24
       <parent>
    
    25 25
         <groupId>fr.ird.t3</groupId>
    
    26 26
         <artifactId>ird-t3</artifactId>
    
    27
    -    <version>2.8-SNAPSHOT</version>
    
    27
    +    <version>2.9-SNAPSHOT</version>
    
    28 28
       </parent>
    
    29 29
     
    
    30 30
       <artifactId>t3-actions</artifactId>
    

  • t3-domain/pom.xml
    ... ... @@ -24,7 +24,7 @@
    24 24
       <parent>
    
    25 25
         <groupId>fr.ird.t3</groupId>
    
    26 26
         <artifactId>ird-t3</artifactId>
    
    27
    -    <version>2.8-SNAPSHOT</version>
    
    27
    +    <version>2.9-SNAPSHOT</version>
    
    28 28
       </parent>
    
    29 29
     
    
    30 30
       <artifactId>t3-domain</artifactId>
    

  • t3-input-avdthv33/pom.xml
    ... ... @@ -24,7 +24,7 @@
    24 24
       <parent>
    
    25 25
         <groupId>fr.ird.t3</groupId>
    
    26 26
         <artifactId>ird-t3</artifactId>
    
    27
    -    <version>2.8-SNAPSHOT</version>
    
    27
    +    <version>2.9-SNAPSHOT</version>
    
    28 28
       </parent>
    
    29 29
     
    
    30 30
       <artifactId>t3-input-avdthv33</artifactId>
    

  • t3-input-avdthv35/pom.xml
    ... ... @@ -24,7 +24,7 @@
    24 24
       <parent>
    
    25 25
         <groupId>fr.ird.t3</groupId>
    
    26 26
         <artifactId>ird-t3</artifactId>
    
    27
    -    <version>2.8-SNAPSHOT</version>
    
    27
    +    <version>2.9-SNAPSHOT</version>
    
    28 28
       </parent>
    
    29 29
     
    
    30 30
       <artifactId>t3-input-avdthv35</artifactId>
    

  • t3-input-avdthv36/pom.xml
    ... ... @@ -24,7 +24,7 @@
    24 24
       <parent>
    
    25 25
         <groupId>fr.ird.t3</groupId>
    
    26 26
         <artifactId>ird-t3</artifactId>
    
    27
    -    <version>2.8-SNAPSHOT</version>
    
    27
    +    <version>2.9-SNAPSHOT</version>
    
    28 28
       </parent>
    
    29 29
     
    
    30 30
       <artifactId>t3-input-avdthv36</artifactId>
    

  • t3-installer/pom.xml
    ... ... @@ -24,7 +24,7 @@
    24 24
       <parent>
    
    25 25
         <groupId>fr.ird.t3</groupId>
    
    26 26
         <artifactId>ird-t3</artifactId>
    
    27
    -    <version>2.8-SNAPSHOT</version>
    
    27
    +    <version>2.9-SNAPSHOT</version>
    
    28 28
       </parent>
    
    29 29
     
    
    30 30
       <artifactId>t3-installer</artifactId>
    

  • t3-msaccess-importer/pom.xml
    ... ... @@ -24,7 +24,7 @@
    24 24
       <parent>
    
    25 25
         <groupId>fr.ird.t3</groupId>
    
    26 26
         <artifactId>ird-t3</artifactId>
    
    27
    -    <version>2.8-SNAPSHOT</version>
    
    27
    +    <version>2.9-SNAPSHOT</version>
    
    28 28
       </parent>
    
    29 29
     
    
    30 30
       <artifactId>t3-msaccess-importer</artifactId>
    

  • t3-output-balbayav32/pom.xml
    ... ... @@ -24,7 +24,7 @@
    24 24
       <parent>
    
    25 25
         <groupId>fr.ird.t3</groupId>
    
    26 26
         <artifactId>ird-t3</artifactId>
    
    27
    -    <version>2.8-SNAPSHOT</version>
    
    27
    +    <version>2.9-SNAPSHOT</version>
    
    28 28
       </parent>
    
    29 29
     
    
    30 30
       <artifactId>t3-output-balbayav32</artifactId>
    

  • t3-web/pom.xml
    ... ... @@ -24,7 +24,7 @@
    24 24
       <parent>
    
    25 25
         <groupId>fr.ird.t3</groupId>
    
    26 26
         <artifactId>ird-t3</artifactId>
    
    27
    -    <version>2.8-SNAPSHOT</version>
    
    27
    +    <version>2.9-SNAPSHOT</version>
    
    28 28
       </parent>
    
    29 29
     
    
    30 30
       <artifactId>t3-web</artifactId>
    

  • t3/pom.xml
    ... ... @@ -26,7 +26,7 @@
    26 26
       <parent>
    
    27 27
         <groupId>fr.ird.t3</groupId>
    
    28 28
         <artifactId>ird-t3</artifactId>
    
    29
    -    <version>2.8-SNAPSHOT</version>
    
    29
    +    <version>2.9-SNAPSHOT</version>
    
    30 30
       </parent>
    
    31 31
       
    
    32 32
       <artifactId>t3</artifactId>