Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: 3dd6d9b3 by Tony CHEMIT at 2017-04-13T10:57:21+02:00 [UI] Mise en page de la fenêtre d'application (See #753) - - - - - 5b8d15b6 by Tony CHEMIT at 2017-04-13T10:57:28+02:00 rename pom module - - - - - 21 changed files: - application-swing-configuration/pom.xml - application-swing-decoration/pom.xml - application-swing-validation/pom.xml - application-swing/pom.xml - application-swing/src/main/java/fr/ird/observe/application/swing/ui/ObserveMainUI.jcss - application-web-configuration/pom.xml - application-web/pom.xml - common/pom.xml - observe/pom.xml - persistence/pom.xml - pom.xml - services-binder/pom.xml - services-rest/pom.xml - services-runner/pom.xml - services-topia/pom.xml - services-validation/pom.xml - services/pom.xml - test/pom.xml - toolbox-maven-plugin/pom.xml - topia-extension/pom.xml - topia-templates-extension/pom.xml Changes: ===================================== application-swing-configuration/pom.xml ===================================== --- a/application-swing-configuration/pom.xml +++ b/application-swing-configuration/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>fr.ird.observe</groupId> - <artifactId>pom</artifactId> + <artifactId>ird-observe</artifactId> <version>6.0-RC-3-SNAPSHOT</version> </parent> ===================================== application-swing-decoration/pom.xml ===================================== --- a/application-swing-decoration/pom.xml +++ b/application-swing-decoration/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>fr.ird.observe</groupId> - <artifactId>pom</artifactId> + <artifactId>ird-observe</artifactId> <version>6.0-RC-3-SNAPSHOT</version> </parent> ===================================== application-swing-validation/pom.xml ===================================== --- a/application-swing-validation/pom.xml +++ b/application-swing-validation/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>fr.ird.observe</groupId> - <artifactId>pom</artifactId> + <artifactId>ird-observe</artifactId> <version>6.0-RC-3-SNAPSHOT</version> </parent> ===================================== application-swing/pom.xml ===================================== --- a/application-swing/pom.xml +++ b/application-swing/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>fr.ird.observe</groupId> - <artifactId>pom</artifactId> + <artifactId>ird-observe</artifactId> <version>6.0-RC-3-SNAPSHOT</version> </parent> ===================================== application-swing/src/main/java/fr/ird/observe/application/swing/ui/ObserveMainUI.jcss ===================================== --- a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/ObserveMainUI.jcss +++ b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/ObserveMainUI.jcss @@ -340,7 +340,7 @@ JSplitPane { #splitpane { orientation: {JSplitPane.HORIZONTAL_SPLIT}; - resizeWeight: 1.0; + resizeWeight: 0.2; } #splitpane2 { ===================================== application-web-configuration/pom.xml ===================================== --- a/application-web-configuration/pom.xml +++ b/application-web-configuration/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>fr.ird.observe</groupId> - <artifactId>pom</artifactId> + <artifactId>ird-observe</artifactId> <version>6.0-RC-3-SNAPSHOT</version> </parent> ===================================== application-web/pom.xml ===================================== --- a/application-web/pom.xml +++ b/application-web/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> - <artifactId>pom</artifactId> + <artifactId>ird-observe</artifactId> <version>6.0-RC-3-SNAPSHOT</version> </parent> ===================================== common/pom.xml ===================================== --- a/common/pom.xml +++ b/common/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> - <artifactId>pom</artifactId> + <artifactId>ird-observe</artifactId> <version>6.0-RC-3-SNAPSHOT</version> </parent> ===================================== observe/pom.xml ===================================== --- a/observe/pom.xml +++ b/observe/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>fr.ird.observe</groupId> - <artifactId>pom</artifactId> + <artifactId>ird-observe</artifactId> <version>6.0-RC-3-SNAPSHOT</version> </parent> ===================================== persistence/pom.xml ===================================== --- a/persistence/pom.xml +++ b/persistence/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>fr.ird.observe</groupId> - <artifactId>pom</artifactId> + <artifactId>ird-observe</artifactId> <version>6.0-RC-3-SNAPSHOT</version> </parent> ===================================== pom.xml ===================================== --- a/pom.xml +++ b/pom.xml @@ -30,11 +30,11 @@ </parent> <groupId>fr.ird.observe</groupId> - <artifactId>pom</artifactId> + <artifactId>ird-observe</artifactId> <version>6.0-RC-3-SNAPSHOT</version> <packaging>pom</packaging> - <name>ObServe</name> + <name>ObServe :: Pom</name> <description>Projet ObServe</description> <url>https://ultreiaio.gitlab.io/ird-observe</url> <inceptionYear>2008</inceptionYear> ===================================== services-binder/pom.xml ===================================== --- a/services-binder/pom.xml +++ b/services-binder/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> - <artifactId>pom</artifactId> + <artifactId>ird-observe</artifactId> <version>6.0-RC-3-SNAPSHOT</version> </parent> ===================================== services-rest/pom.xml ===================================== --- a/services-rest/pom.xml +++ b/services-rest/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> - <artifactId>pom</artifactId> + <artifactId>ird-observe</artifactId> <version>6.0-RC-3-SNAPSHOT</version> </parent> ===================================== services-runner/pom.xml ===================================== --- a/services-runner/pom.xml +++ b/services-runner/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> - <artifactId>pom</artifactId> + <artifactId>ird-observe</artifactId> <version>6.0-RC-3-SNAPSHOT</version> </parent> ===================================== services-topia/pom.xml ===================================== --- a/services-topia/pom.xml +++ b/services-topia/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> - <artifactId>pom</artifactId> + <artifactId>ird-observe</artifactId> <version>6.0-RC-3-SNAPSHOT</version> </parent> ===================================== services-validation/pom.xml ===================================== --- a/services-validation/pom.xml +++ b/services-validation/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>fr.ird.observe</groupId> - <artifactId>pom</artifactId> + <artifactId>ird-observe</artifactId> <version>6.0-RC-3-SNAPSHOT</version> </parent> ===================================== services/pom.xml ===================================== --- a/services/pom.xml +++ b/services/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> - <artifactId>pom</artifactId> + <artifactId>ird-observe</artifactId> <version>6.0-RC-3-SNAPSHOT</version> </parent> ===================================== test/pom.xml ===================================== --- a/test/pom.xml +++ b/test/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>fr.ird.observe</groupId> - <artifactId>pom</artifactId> + <artifactId>ird-observe</artifactId> <version>6.0-RC-3-SNAPSHOT</version> </parent> ===================================== toolbox-maven-plugin/pom.xml ===================================== --- a/toolbox-maven-plugin/pom.xml +++ b/toolbox-maven-plugin/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>fr.ird.observe</groupId> - <artifactId>pom</artifactId> + <artifactId>ird-observe</artifactId> <version>6.0-RC-3-SNAPSHOT</version> </parent> ===================================== topia-extension/pom.xml ===================================== --- a/topia-extension/pom.xml +++ b/topia-extension/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>fr.ird.observe</groupId> - <artifactId>pom</artifactId> + <artifactId>ird-observe</artifactId> <version>6.0-RC-3-SNAPSHOT</version> </parent> ===================================== topia-templates-extension/pom.xml ===================================== --- a/topia-templates-extension/pom.xml +++ b/topia-templates-extension/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>fr.ird.observe</groupId> - <artifactId>pom</artifactId> + <artifactId>ird-observe</artifactId> <version>6.0-RC-3-SNAPSHOT</version> </parent> View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/compare/1480d830698a59dc01c8f3f80bc... --- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/compare/1480d830698a59dc01c8f3f80bc... You're receiving this email because of your account on gitlab.com.