Simexplorer-si-commits
Threads by month
- ----- 2026 -----
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- 1607 discussions
r1555 - in branches/migration-200901/simexplorer-is: . simexplorer-is-ear simexplorer-is-entities simexplorer-is-security simexplorer-is-service simexplorer-is-storage simexplorer-is-swing simexplorer-is-web
by tchemit@users.labs.libre-entreprise.org 22 Jan '09
by tchemit@users.labs.libre-entreprise.org 22 Jan '09
22 Jan '09
Author: tchemit
Date: 2009-01-22 21:00:59 +0000 (Thu, 22 Jan 2009)
New Revision: 1555
Modified:
branches/migration-200901/simexplorer-is/pom.xml
branches/migration-200901/simexplorer-is/simexplorer-is-ear/pom.xml
branches/migration-200901/simexplorer-is/simexplorer-is-entities/pom.xml
branches/migration-200901/simexplorer-is/simexplorer-is-security/pom.xml
branches/migration-200901/simexplorer-is/simexplorer-is-service/pom.xml
branches/migration-200901/simexplorer-is/simexplorer-is-storage/pom.xml
branches/migration-200901/simexplorer-is/simexplorer-is-swing/pom.xml
branches/migration-200901/simexplorer-is/simexplorer-is-web/pom.xml
Log:
replacement des project.namepar project.artifactId
Modified: branches/migration-200901/simexplorer-is/pom.xml
===================================================================
--- branches/migration-200901/simexplorer-is/pom.xml 2009-01-22 04:28:20 UTC (rev 1554)
+++ branches/migration-200901/simexplorer-is/pom.xml 2009-01-22 21:00:59 UTC (rev 1555)
@@ -17,6 +17,7 @@
<groupId>simexplorer-is</groupId>
<artifactId>simexplorer-is</artifactId>
+ <version>1.0-SNAPSHOT</version>
<modules>
<module>simexplorer-is-entities</module>
@@ -238,8 +239,7 @@
<!-- *** Project Information ************************************* -->
<!-- ************************************************************* -->
- <name>Common</name>
- <version>1.0-SNAPSHOT</version>
+ <name>${project.artifactId}</name>
<description>SimExplorer Information System</description>
<inceptionYear>2008</inceptionYear>
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-ear/pom.xml
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-ear/pom.xml 2009-01-22 04:28:20 UTC (rev 1554)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-ear/pom.xml 2009-01-22 21:00:59 UTC (rev 1555)
@@ -71,7 +71,7 @@
<!-- *** Project Information ************************************* -->
<!-- ************************************************************* -->
- <name>EAR service</name>
+ <name>${project.artifactId}</name>
<description>simexplore-is ear module</description>
<!-- ************************************************************* -->
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-entities/pom.xml
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-entities/pom.xml 2009-01-22 04:28:20 UTC (rev 1554)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-entities/pom.xml 2009-01-22 21:00:59 UTC (rev 1555)
@@ -27,7 +27,7 @@
<!-- *** Project Information ************************************* -->
<!-- ************************************************************* -->
- <name>Entities</name>
+ <name>${project.artifactId}</name>
<description>simexplorer-is entities module</description>
<!-- ************************************************************* -->
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-security/pom.xml
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-security/pom.xml 2009-01-22 04:28:20 UTC (rev 1554)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-security/pom.xml 2009-01-22 21:00:59 UTC (rev 1555)
@@ -83,7 +83,7 @@
<!-- *** Project Information ************************************* -->
<!-- ************************************************************* -->
- <name>Security</name>
+ <name>${project.artifactId}</name>
<description>SimExplorer SI security module</description>
<!-- ************************************************************* -->
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-service/pom.xml
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-service/pom.xml 2009-01-22 04:28:20 UTC (rev 1554)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-service/pom.xml 2009-01-22 21:00:59 UTC (rev 1555)
@@ -85,8 +85,7 @@
<!-- *** Project Information ************************************* -->
<!-- ************************************************************* -->
- <name>Service</name>
-
+ <name>${project.artifactId}</name>
<description>services ejb de SimExplorer-IS</description>
<!-- ************************************************************* -->
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-storage/pom.xml
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-storage/pom.xml 2009-01-22 04:28:20 UTC (rev 1554)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-storage/pom.xml 2009-01-22 21:00:59 UTC (rev 1555)
@@ -48,7 +48,7 @@
<!-- *** Project Information ************************************* -->
<!-- ************************************************************* -->
- <name>Storage</name>
+ <name>${project.artifactId}</name>
<description>simexplorer-is storage module</description>
<!-- ************************************************************* -->
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-swing/pom.xml
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-swing/pom.xml 2009-01-22 04:28:20 UTC (rev 1554)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-swing/pom.xml 2009-01-22 21:00:59 UTC (rev 1555)
@@ -84,7 +84,7 @@
<!-- *** Project Information ************************************* -->
<!-- ************************************************************* -->
- <name>Swing</name>
+ <name>${project.artifactId}</name>
<description>Java Swing UI SimExplorer-is application</description>
<!-- ************************************************************* -->
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-web/pom.xml
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-web/pom.xml 2009-01-22 04:28:20 UTC (rev 1554)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-web/pom.xml 2009-01-22 21:00:59 UTC (rev 1555)
@@ -81,7 +81,7 @@
<!-- *** Project Information ************************************* -->
<!-- ************************************************************* -->
- <name>Web</name>
+ <name>${project.artifactId}</name>
<description>simexplorer-is web module</description>
<!-- ************************************************************* -->
1
0
r1554 - branches/migration-200901/simexplorer-is/simexplorer-is-swing
by tchemit@users.labs.libre-entreprise.org 22 Jan '09
by tchemit@users.labs.libre-entreprise.org 22 Jan '09
22 Jan '09
Author: tchemit
Date: 2009-01-22 04:28:20 +0000 (Thu, 22 Jan 2009)
New Revision: 1554
Modified:
branches/migration-200901/simexplorer-is/simexplorer-is-swing/pom.xml
Log:
commandline java generator must be in generate-resources since it is now able to detect if they is something to generate, but this can only be performed before process-resources phase.
add a release-deb profile activable via performDeb maven variable to build debian packages.
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-swing/pom.xml
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-swing/pom.xml 2009-01-22 01:26:15 UTC (rev 1553)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-swing/pom.xml 2009-01-22 04:28:20 UTC (rev 1554)
@@ -113,17 +113,16 @@
<configuration>
<prefix>SimExplorer</prefix>
<packageName>fr.cemagref.simexplorer.is.ui.swing.commandline</packageName>
+ <source>${maven.src.dir}/main/resources/commandline.properties</source>
+ <outClass>${basedir}/target/classes</outClass>
</configuration>
<executions>
<execution>
- <!-- do not use generate phase, since it will be reexecuted a second time... -->
- <phase>process-resources</phase>
<id>genJava</id>
<goals>
<goal>genJava</goal>
</goals>
<configuration>
- <source>${maven.src.dir}/main/resources/commandline.properties</source>
<out>${maven.gen.dir}/java</out>
<concreteConfig>true</concreteConfig>
<concreteContextFQN>fr.cemagref.simexplorer.is.ui.swing.SimExplorerContext
@@ -144,7 +143,10 @@
</goals>
<configuration>
<rstFilePath>${maven.src.dir}/site/@bundle@/rst/user</rstFilePath>
- <out>${basedir}/target/classes</out>
+ <bundles>
+ <bundle>fr_FR</bundle>
+ <bundle>en_GB</bundle>
+ </bundles>
<i18nCP>${maven.src.dir}/main/resources</i18nCP>
</configuration>
</execution>
@@ -155,9 +157,6 @@
<groupId>org.codelutin.jaxx</groupId>
<artifactId>maven-jaxx-plugin</artifactId>
<version>${jaxx.version}</version>
- <!--configuration>
- <src>${basedir}/src/java</src>
- </configuration-->
<executions>
<execution>
<goals>
@@ -179,7 +178,6 @@
</dependencies>
</plugin>
- <!-- Compile phase -->
<plugin>
<groupId>org.codelutin</groupId>
<artifactId>maven-i18n-plugin</artifactId>
@@ -195,10 +193,13 @@
<entry>
<basedir>${maven.src.dir}/main/java</basedir>
<includes>
- <param>fr\/cemagref\/simexplorer\/is\/ui\/swing\/actions\/**\/*Action.java</param>
+ <param>fr\/cemagref\/simexplorer\/is\/ui\/swing\/actions\/**\/*Action.java
+ </param>
</includes>
<excludes>
- <param>fr\/cemagref\/simexplorer\/is\/ui\/swing\/actions\/**\/*AbstractAction.java</param>
+ <param>
+ fr\/cemagref\/simexplorer\/is\/ui\/swing\/actions\/**\/*AbstractAction.java
+ </param>
</excludes>
</entry>
</entries>
@@ -238,8 +239,6 @@
</executions>
</plugin>
-
- <!-- Package phase -->
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<configuration>
@@ -271,23 +270,6 @@
</configuration>
</plugin>
- <plugin>
- <groupId>de.tarent.maven.plugins</groupId>
- <artifactId>maven-pkg-plugin</artifactId>
- <version>2.0.0</version>
- <configuration>
- <defaultDistro>ubuntu_hardy</defaultDistro>
- <shortDescription>Java Swing UI SimExplorer-is application</shortDescription>
- <defaults>
- <srcAuxFilesDir>${maven.src.dir}/main/pkg</srcAuxFilesDir>
- <section>app-office</section>
- <mainClass>${maven.jar.main.class}</mainClass>
- <maxJavaMemory>256m</maxJavaMemory>
- <bundleAll>true</bundleAll>
- </defaults>
- </configuration>
- </plugin>
-
</plugins>
</build>
@@ -313,4 +295,90 @@
</pluginRepository>
</pluginRepositories>
+ <profiles>
+ <profile>
+ <id>deb-profile</id>
+ <activation>
+ <property>
+ <name>performDeb</name>
+ <value>true</value>
+ </property>
+ </activation>
+ <properties>
+ <maven.skip.test>true</maven.skip.test>
+ </properties>
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>de.tarent.maven.plugins</groupId>
+ <artifactId>maven-pkg-plugin</artifactId>
+ <version>2.0.0</version>
+ <configuration>
+ <defaultDistro>ubuntu_hardy</defaultDistro>
+ <shortDescription>Java Swing UI SimExplorer-is application</shortDescription>
+ <defaults>
+ <srcAuxFilesDir>${maven.src.dir}/main/pkg</srcAuxFilesDir>
+ <section>app-office</section>
+ <mainClass>${maven.jar.main.class}</mainClass>
+ <maxJavaMemory>256m</maxJavaMemory>
+ <bundleAll>true</bundleAll>
+ </defaults>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+
+ <plugins>
+ <plugin>
+ <groupId>de.tarent.maven.plugins</groupId>
+ <artifactId>maven-pkg-plugin</artifactId>
+ <version>2.0.0</version>
+ <executions>
+ <execution>
+ <id>debian_etch</id>
+ <phase>package</phase>
+ <goals>
+ <goal>pkg</goal>
+ </goals>
+ <configuration>
+ <distro>debian_etch</distro>
+ </configuration>
+ </execution>
+ <execution>
+ <id>debian_lenny</id>
+ <phase>package</phase>
+ <goals>
+ <goal>pkg</goal>
+ </goals>
+ <configuration>
+ <distro>debian_lenny</distro>
+ </configuration>
+ </execution>
+ <execution>
+ <id>ubuntu_gutsy</id>
+ <phase>package</phase>
+ <goals>
+ <goal>pkg</goal>
+ </goals>
+ <configuration>
+ <distro>ubuntu_gutsy</distro>
+ </configuration>
+ </execution>
+ <execution>
+ <id>ubuntu_hardy</id>
+ <phase>package</phase>
+ <goals>
+ <goal>pkg</goal>
+ </goals>
+ <configuration>
+ <distro>ubuntu_hardy</distro>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
</project>
1
0
r1553 - in branches/migration-200901/simexplorer-is: . simexplorer-is-ear simexplorer-is-entities simexplorer-is-security simexplorer-is-service simexplorer-is-storage simexplorer-is-swing simexplorer-is-web
by tchemit@users.labs.libre-entreprise.org 22 Jan '09
by tchemit@users.labs.libre-entreprise.org 22 Jan '09
22 Jan '09
Author: tchemit
Date: 2009-01-22 01:26:15 +0000 (Thu, 22 Jan 2009)
New Revision: 1553
Added:
branches/migration-200901/simexplorer-is/LICENSE.txt
branches/migration-200901/simexplorer-is/simexplorer-is-ear/LICENSE.txt
branches/migration-200901/simexplorer-is/simexplorer-is-entities/LICENSE.txt
branches/migration-200901/simexplorer-is/simexplorer-is-security/LICENSE.txt
branches/migration-200901/simexplorer-is/simexplorer-is-service/LICENSE.txt
branches/migration-200901/simexplorer-is/simexplorer-is-storage/LICENSE.txt
branches/migration-200901/simexplorer-is/simexplorer-is-swing/LICENSE.txt
branches/migration-200901/simexplorer-is/simexplorer-is-web/LICENSE.txt
Log:
add gpl v 3 LICENSE.txt on each module to validate lutinproject 3.3
Added: branches/migration-200901/simexplorer-is/LICENSE.txt
===================================================================
--- branches/migration-200901/simexplorer-is/LICENSE.txt (rev 0)
+++ branches/migration-200901/simexplorer-is/LICENSE.txt 2009-01-22 01:26:15 UTC (rev 1553)
@@ -0,0 +1,166 @@
+ GNU LESSER GENERAL PUBLIC LICENSE
+ Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+
+ This version of the GNU Lesser General Public License incorporates
+the terms and conditions of version 3 of the GNU General Public
+License, supplemented by the additional permissions listed below.
+
+ 0. Additional Definitions.
+
+ As used herein, "this License" refers to version 3 of the GNU Lesser
+General Public License, and the "GNU GPL" refers to version 3 of the GNU
+General Public License.
+
+ "The Library" refers to a covered work governed by this License,
+other than an Application or a Combined Work as defined below.
+
+ An "Application" is any work that makes use of an interface provided
+by the Library, but which is not otherwise based on the Library.
+Defining a subclass of a class defined by the Library is deemed a mode
+of using an interface provided by the Library.
+
+ A "Combined Work" is a work produced by combining or linking an
+Application with the Library. The particular version of the Library
+with which the Combined Work was made is also called the "Linked
+Version".
+
+ The "Minimal Corresponding Source" for a Combined Work means the
+Corresponding Source for the Combined Work, excluding any source code
+for portions of the Combined Work that, considered in isolation, are
+based on the Application, and not on the Linked Version.
+
+ The "Corresponding Application Code" for a Combined Work means the
+object code and/or source code for the Application, including any data
+and utility programs needed for reproducing the Combined Work from the
+Application, but excluding the System Libraries of the Combined Work.
+
+ 1. Exception to Section 3 of the GNU GPL.
+
+ You may convey a covered work under sections 3 and 4 of this License
+without being bound by section 3 of the GNU GPL.
+
+ 2. Conveying Modified Versions.
+
+ If you modify a copy of the Library, and, in your modifications, a
+facility refers to a function or data to be supplied by an Application
+that uses the facility (other than as an argument passed when the
+facility is invoked), then you may convey a copy of the modified
+version:
+
+ a) under this License, provided that you make a good faith effort to
+ ensure that, in the event an Application does not supply the
+ function or data, the facility still operates, and performs
+ whatever part of its purpose remains meaningful, or
+
+ b) under the GNU GPL, with none of the additional permissions of
+ this License applicable to that copy.
+
+ 3. Object Code Incorporating Material from Library Header Files.
+
+ The object code form of an Application may incorporate material from
+a header file that is part of the Library. You may convey such object
+code under terms of your choice, provided that, if the incorporated
+material is not limited to numerical parameters, data structure
+layouts and accessors, or small macros, inline functions and templates
+(ten or fewer lines in length), you do both of the following:
+
+ a) Give prominent notice with each copy of the object code that the
+ Library is used in it and that the Library and its use are
+ covered by this License.
+
+ b) Accompany the object code with a copy of the GNU GPL and this license
+ document.
+
+ 4. Combined Works.
+
+ You may convey a Combined Work under terms of your choice that,
+taken together, effectively do not restrict modification of the
+portions of the Library contained in the Combined Work and reverse
+engineering for debugging such modifications, if you also do each of
+the following:
+
+ a) Give prominent notice with each copy of the Combined Work that
+ the Library is used in it and that the Library and its use are
+ covered by this License.
+
+ b) Accompany the Combined Work with a copy of the GNU GPL and this license
+ document.
+
+ c) For a Combined Work that displays copyright notices during
+ execution, include the copyright notice for the Library among
+ these notices, as well as a reference directing the user to the
+ copies of the GNU GPL and this license document.
+
+ d) Do one of the following:
+
+ 0) Convey the Minimal Corresponding Source under the terms of this
+ License, and the Corresponding Application Code in a form
+ suitable for, and under terms that permit, the user to
+ recombine or relink the Application with a modified version of
+ the Linked Version to produce a modified Combined Work, in the
+ manner specified by section 6 of the GNU GPL for conveying
+ Corresponding Source.
+
+ 1) Use a suitable shared library mechanism for linking with the
+ Library. A suitable mechanism is one that (a) uses at run time
+ a copy of the Library already present on the user's computer
+ system, and (b) will operate properly with a modified version
+ of the Library that is interface-compatible with the Linked
+ Version.
+
+ e) Provide Installation Information, but only if you would otherwise
+ be required to provide such information under section 6 of the
+ GNU GPL, and only to the extent that such information is
+ necessary to install and execute a modified version of the
+ Combined Work produced by recombining or relinking the
+ Application with a modified version of the Linked Version. (If
+ you use option 4d0, the Installation Information must accompany
+ the Minimal Corresponding Source and Corresponding Application
+ Code. If you use option 4d1, you must provide the Installation
+ Information in the manner specified by section 6 of the GNU GPL
+ for conveying Corresponding Source.)
+
+ 5. Combined Libraries.
+
+ You may place library facilities that are a work based on the
+Library side by side in a single library together with other library
+facilities that are not Applications and are not covered by this
+License, and convey such a combined library under terms of your
+choice, if you do both of the following:
+
+ a) Accompany the combined library with a copy of the same work based
+ on the Library, uncombined with any other library facilities,
+ conveyed under the terms of this License.
+
+ b) Give prominent notice with the combined library that part of it
+ is a work based on the Library, and explaining where to find the
+ accompanying uncombined form of the same work.
+
+ 6. Revised Versions of the GNU Lesser General Public License.
+
+ The Free Software Foundation may publish revised and/or new versions
+of the GNU Lesser General Public License from time to time. Such new
+versions will be similar in spirit to the present version, but may
+differ in detail to address new problems or concerns.
+
+ Each version is given a distinguishing version number. If the
+Library as you received it specifies that a certain numbered version
+of the GNU Lesser General Public License "or any later version"
+applies to it, you have the option of following the terms and
+conditions either of that published version or of any later version
+published by the Free Software Foundation. If the Library as you
+received it does not specify a version number of the GNU Lesser
+General Public License, you may choose any version of the GNU Lesser
+General Public License ever published by the Free Software Foundation.
+
+ If the Library as you received it specifies that a proxy can decide
+whether future versions of the GNU Lesser General Public License shall
+apply, that proxy's public statement of acceptance of any version is
+permanent authorization for you to choose that version for the
+Library.
+
Added: branches/migration-200901/simexplorer-is/simexplorer-is-ear/LICENSE.txt
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-ear/LICENSE.txt (rev 0)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-ear/LICENSE.txt 2009-01-22 01:26:15 UTC (rev 1553)
@@ -0,0 +1,166 @@
+ GNU LESSER GENERAL PUBLIC LICENSE
+ Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+
+ This version of the GNU Lesser General Public License incorporates
+the terms and conditions of version 3 of the GNU General Public
+License, supplemented by the additional permissions listed below.
+
+ 0. Additional Definitions.
+
+ As used herein, "this License" refers to version 3 of the GNU Lesser
+General Public License, and the "GNU GPL" refers to version 3 of the GNU
+General Public License.
+
+ "The Library" refers to a covered work governed by this License,
+other than an Application or a Combined Work as defined below.
+
+ An "Application" is any work that makes use of an interface provided
+by the Library, but which is not otherwise based on the Library.
+Defining a subclass of a class defined by the Library is deemed a mode
+of using an interface provided by the Library.
+
+ A "Combined Work" is a work produced by combining or linking an
+Application with the Library. The particular version of the Library
+with which the Combined Work was made is also called the "Linked
+Version".
+
+ The "Minimal Corresponding Source" for a Combined Work means the
+Corresponding Source for the Combined Work, excluding any source code
+for portions of the Combined Work that, considered in isolation, are
+based on the Application, and not on the Linked Version.
+
+ The "Corresponding Application Code" for a Combined Work means the
+object code and/or source code for the Application, including any data
+and utility programs needed for reproducing the Combined Work from the
+Application, but excluding the System Libraries of the Combined Work.
+
+ 1. Exception to Section 3 of the GNU GPL.
+
+ You may convey a covered work under sections 3 and 4 of this License
+without being bound by section 3 of the GNU GPL.
+
+ 2. Conveying Modified Versions.
+
+ If you modify a copy of the Library, and, in your modifications, a
+facility refers to a function or data to be supplied by an Application
+that uses the facility (other than as an argument passed when the
+facility is invoked), then you may convey a copy of the modified
+version:
+
+ a) under this License, provided that you make a good faith effort to
+ ensure that, in the event an Application does not supply the
+ function or data, the facility still operates, and performs
+ whatever part of its purpose remains meaningful, or
+
+ b) under the GNU GPL, with none of the additional permissions of
+ this License applicable to that copy.
+
+ 3. Object Code Incorporating Material from Library Header Files.
+
+ The object code form of an Application may incorporate material from
+a header file that is part of the Library. You may convey such object
+code under terms of your choice, provided that, if the incorporated
+material is not limited to numerical parameters, data structure
+layouts and accessors, or small macros, inline functions and templates
+(ten or fewer lines in length), you do both of the following:
+
+ a) Give prominent notice with each copy of the object code that the
+ Library is used in it and that the Library and its use are
+ covered by this License.
+
+ b) Accompany the object code with a copy of the GNU GPL and this license
+ document.
+
+ 4. Combined Works.
+
+ You may convey a Combined Work under terms of your choice that,
+taken together, effectively do not restrict modification of the
+portions of the Library contained in the Combined Work and reverse
+engineering for debugging such modifications, if you also do each of
+the following:
+
+ a) Give prominent notice with each copy of the Combined Work that
+ the Library is used in it and that the Library and its use are
+ covered by this License.
+
+ b) Accompany the Combined Work with a copy of the GNU GPL and this license
+ document.
+
+ c) For a Combined Work that displays copyright notices during
+ execution, include the copyright notice for the Library among
+ these notices, as well as a reference directing the user to the
+ copies of the GNU GPL and this license document.
+
+ d) Do one of the following:
+
+ 0) Convey the Minimal Corresponding Source under the terms of this
+ License, and the Corresponding Application Code in a form
+ suitable for, and under terms that permit, the user to
+ recombine or relink the Application with a modified version of
+ the Linked Version to produce a modified Combined Work, in the
+ manner specified by section 6 of the GNU GPL for conveying
+ Corresponding Source.
+
+ 1) Use a suitable shared library mechanism for linking with the
+ Library. A suitable mechanism is one that (a) uses at run time
+ a copy of the Library already present on the user's computer
+ system, and (b) will operate properly with a modified version
+ of the Library that is interface-compatible with the Linked
+ Version.
+
+ e) Provide Installation Information, but only if you would otherwise
+ be required to provide such information under section 6 of the
+ GNU GPL, and only to the extent that such information is
+ necessary to install and execute a modified version of the
+ Combined Work produced by recombining or relinking the
+ Application with a modified version of the Linked Version. (If
+ you use option 4d0, the Installation Information must accompany
+ the Minimal Corresponding Source and Corresponding Application
+ Code. If you use option 4d1, you must provide the Installation
+ Information in the manner specified by section 6 of the GNU GPL
+ for conveying Corresponding Source.)
+
+ 5. Combined Libraries.
+
+ You may place library facilities that are a work based on the
+Library side by side in a single library together with other library
+facilities that are not Applications and are not covered by this
+License, and convey such a combined library under terms of your
+choice, if you do both of the following:
+
+ a) Accompany the combined library with a copy of the same work based
+ on the Library, uncombined with any other library facilities,
+ conveyed under the terms of this License.
+
+ b) Give prominent notice with the combined library that part of it
+ is a work based on the Library, and explaining where to find the
+ accompanying uncombined form of the same work.
+
+ 6. Revised Versions of the GNU Lesser General Public License.
+
+ The Free Software Foundation may publish revised and/or new versions
+of the GNU Lesser General Public License from time to time. Such new
+versions will be similar in spirit to the present version, but may
+differ in detail to address new problems or concerns.
+
+ Each version is given a distinguishing version number. If the
+Library as you received it specifies that a certain numbered version
+of the GNU Lesser General Public License "or any later version"
+applies to it, you have the option of following the terms and
+conditions either of that published version or of any later version
+published by the Free Software Foundation. If the Library as you
+received it does not specify a version number of the GNU Lesser
+General Public License, you may choose any version of the GNU Lesser
+General Public License ever published by the Free Software Foundation.
+
+ If the Library as you received it specifies that a proxy can decide
+whether future versions of the GNU Lesser General Public License shall
+apply, that proxy's public statement of acceptance of any version is
+permanent authorization for you to choose that version for the
+Library.
+
Added: branches/migration-200901/simexplorer-is/simexplorer-is-entities/LICENSE.txt
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-entities/LICENSE.txt (rev 0)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-entities/LICENSE.txt 2009-01-22 01:26:15 UTC (rev 1553)
@@ -0,0 +1,166 @@
+ GNU LESSER GENERAL PUBLIC LICENSE
+ Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+
+ This version of the GNU Lesser General Public License incorporates
+the terms and conditions of version 3 of the GNU General Public
+License, supplemented by the additional permissions listed below.
+
+ 0. Additional Definitions.
+
+ As used herein, "this License" refers to version 3 of the GNU Lesser
+General Public License, and the "GNU GPL" refers to version 3 of the GNU
+General Public License.
+
+ "The Library" refers to a covered work governed by this License,
+other than an Application or a Combined Work as defined below.
+
+ An "Application" is any work that makes use of an interface provided
+by the Library, but which is not otherwise based on the Library.
+Defining a subclass of a class defined by the Library is deemed a mode
+of using an interface provided by the Library.
+
+ A "Combined Work" is a work produced by combining or linking an
+Application with the Library. The particular version of the Library
+with which the Combined Work was made is also called the "Linked
+Version".
+
+ The "Minimal Corresponding Source" for a Combined Work means the
+Corresponding Source for the Combined Work, excluding any source code
+for portions of the Combined Work that, considered in isolation, are
+based on the Application, and not on the Linked Version.
+
+ The "Corresponding Application Code" for a Combined Work means the
+object code and/or source code for the Application, including any data
+and utility programs needed for reproducing the Combined Work from the
+Application, but excluding the System Libraries of the Combined Work.
+
+ 1. Exception to Section 3 of the GNU GPL.
+
+ You may convey a covered work under sections 3 and 4 of this License
+without being bound by section 3 of the GNU GPL.
+
+ 2. Conveying Modified Versions.
+
+ If you modify a copy of the Library, and, in your modifications, a
+facility refers to a function or data to be supplied by an Application
+that uses the facility (other than as an argument passed when the
+facility is invoked), then you may convey a copy of the modified
+version:
+
+ a) under this License, provided that you make a good faith effort to
+ ensure that, in the event an Application does not supply the
+ function or data, the facility still operates, and performs
+ whatever part of its purpose remains meaningful, or
+
+ b) under the GNU GPL, with none of the additional permissions of
+ this License applicable to that copy.
+
+ 3. Object Code Incorporating Material from Library Header Files.
+
+ The object code form of an Application may incorporate material from
+a header file that is part of the Library. You may convey such object
+code under terms of your choice, provided that, if the incorporated
+material is not limited to numerical parameters, data structure
+layouts and accessors, or small macros, inline functions and templates
+(ten or fewer lines in length), you do both of the following:
+
+ a) Give prominent notice with each copy of the object code that the
+ Library is used in it and that the Library and its use are
+ covered by this License.
+
+ b) Accompany the object code with a copy of the GNU GPL and this license
+ document.
+
+ 4. Combined Works.
+
+ You may convey a Combined Work under terms of your choice that,
+taken together, effectively do not restrict modification of the
+portions of the Library contained in the Combined Work and reverse
+engineering for debugging such modifications, if you also do each of
+the following:
+
+ a) Give prominent notice with each copy of the Combined Work that
+ the Library is used in it and that the Library and its use are
+ covered by this License.
+
+ b) Accompany the Combined Work with a copy of the GNU GPL and this license
+ document.
+
+ c) For a Combined Work that displays copyright notices during
+ execution, include the copyright notice for the Library among
+ these notices, as well as a reference directing the user to the
+ copies of the GNU GPL and this license document.
+
+ d) Do one of the following:
+
+ 0) Convey the Minimal Corresponding Source under the terms of this
+ License, and the Corresponding Application Code in a form
+ suitable for, and under terms that permit, the user to
+ recombine or relink the Application with a modified version of
+ the Linked Version to produce a modified Combined Work, in the
+ manner specified by section 6 of the GNU GPL for conveying
+ Corresponding Source.
+
+ 1) Use a suitable shared library mechanism for linking with the
+ Library. A suitable mechanism is one that (a) uses at run time
+ a copy of the Library already present on the user's computer
+ system, and (b) will operate properly with a modified version
+ of the Library that is interface-compatible with the Linked
+ Version.
+
+ e) Provide Installation Information, but only if you would otherwise
+ be required to provide such information under section 6 of the
+ GNU GPL, and only to the extent that such information is
+ necessary to install and execute a modified version of the
+ Combined Work produced by recombining or relinking the
+ Application with a modified version of the Linked Version. (If
+ you use option 4d0, the Installation Information must accompany
+ the Minimal Corresponding Source and Corresponding Application
+ Code. If you use option 4d1, you must provide the Installation
+ Information in the manner specified by section 6 of the GNU GPL
+ for conveying Corresponding Source.)
+
+ 5. Combined Libraries.
+
+ You may place library facilities that are a work based on the
+Library side by side in a single library together with other library
+facilities that are not Applications and are not covered by this
+License, and convey such a combined library under terms of your
+choice, if you do both of the following:
+
+ a) Accompany the combined library with a copy of the same work based
+ on the Library, uncombined with any other library facilities,
+ conveyed under the terms of this License.
+
+ b) Give prominent notice with the combined library that part of it
+ is a work based on the Library, and explaining where to find the
+ accompanying uncombined form of the same work.
+
+ 6. Revised Versions of the GNU Lesser General Public License.
+
+ The Free Software Foundation may publish revised and/or new versions
+of the GNU Lesser General Public License from time to time. Such new
+versions will be similar in spirit to the present version, but may
+differ in detail to address new problems or concerns.
+
+ Each version is given a distinguishing version number. If the
+Library as you received it specifies that a certain numbered version
+of the GNU Lesser General Public License "or any later version"
+applies to it, you have the option of following the terms and
+conditions either of that published version or of any later version
+published by the Free Software Foundation. If the Library as you
+received it does not specify a version number of the GNU Lesser
+General Public License, you may choose any version of the GNU Lesser
+General Public License ever published by the Free Software Foundation.
+
+ If the Library as you received it specifies that a proxy can decide
+whether future versions of the GNU Lesser General Public License shall
+apply, that proxy's public statement of acceptance of any version is
+permanent authorization for you to choose that version for the
+Library.
+
Added: branches/migration-200901/simexplorer-is/simexplorer-is-security/LICENSE.txt
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-security/LICENSE.txt (rev 0)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-security/LICENSE.txt 2009-01-22 01:26:15 UTC (rev 1553)
@@ -0,0 +1,166 @@
+ GNU LESSER GENERAL PUBLIC LICENSE
+ Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+
+ This version of the GNU Lesser General Public License incorporates
+the terms and conditions of version 3 of the GNU General Public
+License, supplemented by the additional permissions listed below.
+
+ 0. Additional Definitions.
+
+ As used herein, "this License" refers to version 3 of the GNU Lesser
+General Public License, and the "GNU GPL" refers to version 3 of the GNU
+General Public License.
+
+ "The Library" refers to a covered work governed by this License,
+other than an Application or a Combined Work as defined below.
+
+ An "Application" is any work that makes use of an interface provided
+by the Library, but which is not otherwise based on the Library.
+Defining a subclass of a class defined by the Library is deemed a mode
+of using an interface provided by the Library.
+
+ A "Combined Work" is a work produced by combining or linking an
+Application with the Library. The particular version of the Library
+with which the Combined Work was made is also called the "Linked
+Version".
+
+ The "Minimal Corresponding Source" for a Combined Work means the
+Corresponding Source for the Combined Work, excluding any source code
+for portions of the Combined Work that, considered in isolation, are
+based on the Application, and not on the Linked Version.
+
+ The "Corresponding Application Code" for a Combined Work means the
+object code and/or source code for the Application, including any data
+and utility programs needed for reproducing the Combined Work from the
+Application, but excluding the System Libraries of the Combined Work.
+
+ 1. Exception to Section 3 of the GNU GPL.
+
+ You may convey a covered work under sections 3 and 4 of this License
+without being bound by section 3 of the GNU GPL.
+
+ 2. Conveying Modified Versions.
+
+ If you modify a copy of the Library, and, in your modifications, a
+facility refers to a function or data to be supplied by an Application
+that uses the facility (other than as an argument passed when the
+facility is invoked), then you may convey a copy of the modified
+version:
+
+ a) under this License, provided that you make a good faith effort to
+ ensure that, in the event an Application does not supply the
+ function or data, the facility still operates, and performs
+ whatever part of its purpose remains meaningful, or
+
+ b) under the GNU GPL, with none of the additional permissions of
+ this License applicable to that copy.
+
+ 3. Object Code Incorporating Material from Library Header Files.
+
+ The object code form of an Application may incorporate material from
+a header file that is part of the Library. You may convey such object
+code under terms of your choice, provided that, if the incorporated
+material is not limited to numerical parameters, data structure
+layouts and accessors, or small macros, inline functions and templates
+(ten or fewer lines in length), you do both of the following:
+
+ a) Give prominent notice with each copy of the object code that the
+ Library is used in it and that the Library and its use are
+ covered by this License.
+
+ b) Accompany the object code with a copy of the GNU GPL and this license
+ document.
+
+ 4. Combined Works.
+
+ You may convey a Combined Work under terms of your choice that,
+taken together, effectively do not restrict modification of the
+portions of the Library contained in the Combined Work and reverse
+engineering for debugging such modifications, if you also do each of
+the following:
+
+ a) Give prominent notice with each copy of the Combined Work that
+ the Library is used in it and that the Library and its use are
+ covered by this License.
+
+ b) Accompany the Combined Work with a copy of the GNU GPL and this license
+ document.
+
+ c) For a Combined Work that displays copyright notices during
+ execution, include the copyright notice for the Library among
+ these notices, as well as a reference directing the user to the
+ copies of the GNU GPL and this license document.
+
+ d) Do one of the following:
+
+ 0) Convey the Minimal Corresponding Source under the terms of this
+ License, and the Corresponding Application Code in a form
+ suitable for, and under terms that permit, the user to
+ recombine or relink the Application with a modified version of
+ the Linked Version to produce a modified Combined Work, in the
+ manner specified by section 6 of the GNU GPL for conveying
+ Corresponding Source.
+
+ 1) Use a suitable shared library mechanism for linking with the
+ Library. A suitable mechanism is one that (a) uses at run time
+ a copy of the Library already present on the user's computer
+ system, and (b) will operate properly with a modified version
+ of the Library that is interface-compatible with the Linked
+ Version.
+
+ e) Provide Installation Information, but only if you would otherwise
+ be required to provide such information under section 6 of the
+ GNU GPL, and only to the extent that such information is
+ necessary to install and execute a modified version of the
+ Combined Work produced by recombining or relinking the
+ Application with a modified version of the Linked Version. (If
+ you use option 4d0, the Installation Information must accompany
+ the Minimal Corresponding Source and Corresponding Application
+ Code. If you use option 4d1, you must provide the Installation
+ Information in the manner specified by section 6 of the GNU GPL
+ for conveying Corresponding Source.)
+
+ 5. Combined Libraries.
+
+ You may place library facilities that are a work based on the
+Library side by side in a single library together with other library
+facilities that are not Applications and are not covered by this
+License, and convey such a combined library under terms of your
+choice, if you do both of the following:
+
+ a) Accompany the combined library with a copy of the same work based
+ on the Library, uncombined with any other library facilities,
+ conveyed under the terms of this License.
+
+ b) Give prominent notice with the combined library that part of it
+ is a work based on the Library, and explaining where to find the
+ accompanying uncombined form of the same work.
+
+ 6. Revised Versions of the GNU Lesser General Public License.
+
+ The Free Software Foundation may publish revised and/or new versions
+of the GNU Lesser General Public License from time to time. Such new
+versions will be similar in spirit to the present version, but may
+differ in detail to address new problems or concerns.
+
+ Each version is given a distinguishing version number. If the
+Library as you received it specifies that a certain numbered version
+of the GNU Lesser General Public License "or any later version"
+applies to it, you have the option of following the terms and
+conditions either of that published version or of any later version
+published by the Free Software Foundation. If the Library as you
+received it does not specify a version number of the GNU Lesser
+General Public License, you may choose any version of the GNU Lesser
+General Public License ever published by the Free Software Foundation.
+
+ If the Library as you received it specifies that a proxy can decide
+whether future versions of the GNU Lesser General Public License shall
+apply, that proxy's public statement of acceptance of any version is
+permanent authorization for you to choose that version for the
+Library.
+
Added: branches/migration-200901/simexplorer-is/simexplorer-is-service/LICENSE.txt
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-service/LICENSE.txt (rev 0)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-service/LICENSE.txt 2009-01-22 01:26:15 UTC (rev 1553)
@@ -0,0 +1,166 @@
+ GNU LESSER GENERAL PUBLIC LICENSE
+ Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+
+ This version of the GNU Lesser General Public License incorporates
+the terms and conditions of version 3 of the GNU General Public
+License, supplemented by the additional permissions listed below.
+
+ 0. Additional Definitions.
+
+ As used herein, "this License" refers to version 3 of the GNU Lesser
+General Public License, and the "GNU GPL" refers to version 3 of the GNU
+General Public License.
+
+ "The Library" refers to a covered work governed by this License,
+other than an Application or a Combined Work as defined below.
+
+ An "Application" is any work that makes use of an interface provided
+by the Library, but which is not otherwise based on the Library.
+Defining a subclass of a class defined by the Library is deemed a mode
+of using an interface provided by the Library.
+
+ A "Combined Work" is a work produced by combining or linking an
+Application with the Library. The particular version of the Library
+with which the Combined Work was made is also called the "Linked
+Version".
+
+ The "Minimal Corresponding Source" for a Combined Work means the
+Corresponding Source for the Combined Work, excluding any source code
+for portions of the Combined Work that, considered in isolation, are
+based on the Application, and not on the Linked Version.
+
+ The "Corresponding Application Code" for a Combined Work means the
+object code and/or source code for the Application, including any data
+and utility programs needed for reproducing the Combined Work from the
+Application, but excluding the System Libraries of the Combined Work.
+
+ 1. Exception to Section 3 of the GNU GPL.
+
+ You may convey a covered work under sections 3 and 4 of this License
+without being bound by section 3 of the GNU GPL.
+
+ 2. Conveying Modified Versions.
+
+ If you modify a copy of the Library, and, in your modifications, a
+facility refers to a function or data to be supplied by an Application
+that uses the facility (other than as an argument passed when the
+facility is invoked), then you may convey a copy of the modified
+version:
+
+ a) under this License, provided that you make a good faith effort to
+ ensure that, in the event an Application does not supply the
+ function or data, the facility still operates, and performs
+ whatever part of its purpose remains meaningful, or
+
+ b) under the GNU GPL, with none of the additional permissions of
+ this License applicable to that copy.
+
+ 3. Object Code Incorporating Material from Library Header Files.
+
+ The object code form of an Application may incorporate material from
+a header file that is part of the Library. You may convey such object
+code under terms of your choice, provided that, if the incorporated
+material is not limited to numerical parameters, data structure
+layouts and accessors, or small macros, inline functions and templates
+(ten or fewer lines in length), you do both of the following:
+
+ a) Give prominent notice with each copy of the object code that the
+ Library is used in it and that the Library and its use are
+ covered by this License.
+
+ b) Accompany the object code with a copy of the GNU GPL and this license
+ document.
+
+ 4. Combined Works.
+
+ You may convey a Combined Work under terms of your choice that,
+taken together, effectively do not restrict modification of the
+portions of the Library contained in the Combined Work and reverse
+engineering for debugging such modifications, if you also do each of
+the following:
+
+ a) Give prominent notice with each copy of the Combined Work that
+ the Library is used in it and that the Library and its use are
+ covered by this License.
+
+ b) Accompany the Combined Work with a copy of the GNU GPL and this license
+ document.
+
+ c) For a Combined Work that displays copyright notices during
+ execution, include the copyright notice for the Library among
+ these notices, as well as a reference directing the user to the
+ copies of the GNU GPL and this license document.
+
+ d) Do one of the following:
+
+ 0) Convey the Minimal Corresponding Source under the terms of this
+ License, and the Corresponding Application Code in a form
+ suitable for, and under terms that permit, the user to
+ recombine or relink the Application with a modified version of
+ the Linked Version to produce a modified Combined Work, in the
+ manner specified by section 6 of the GNU GPL for conveying
+ Corresponding Source.
+
+ 1) Use a suitable shared library mechanism for linking with the
+ Library. A suitable mechanism is one that (a) uses at run time
+ a copy of the Library already present on the user's computer
+ system, and (b) will operate properly with a modified version
+ of the Library that is interface-compatible with the Linked
+ Version.
+
+ e) Provide Installation Information, but only if you would otherwise
+ be required to provide such information under section 6 of the
+ GNU GPL, and only to the extent that such information is
+ necessary to install and execute a modified version of the
+ Combined Work produced by recombining or relinking the
+ Application with a modified version of the Linked Version. (If
+ you use option 4d0, the Installation Information must accompany
+ the Minimal Corresponding Source and Corresponding Application
+ Code. If you use option 4d1, you must provide the Installation
+ Information in the manner specified by section 6 of the GNU GPL
+ for conveying Corresponding Source.)
+
+ 5. Combined Libraries.
+
+ You may place library facilities that are a work based on the
+Library side by side in a single library together with other library
+facilities that are not Applications and are not covered by this
+License, and convey such a combined library under terms of your
+choice, if you do both of the following:
+
+ a) Accompany the combined library with a copy of the same work based
+ on the Library, uncombined with any other library facilities,
+ conveyed under the terms of this License.
+
+ b) Give prominent notice with the combined library that part of it
+ is a work based on the Library, and explaining where to find the
+ accompanying uncombined form of the same work.
+
+ 6. Revised Versions of the GNU Lesser General Public License.
+
+ The Free Software Foundation may publish revised and/or new versions
+of the GNU Lesser General Public License from time to time. Such new
+versions will be similar in spirit to the present version, but may
+differ in detail to address new problems or concerns.
+
+ Each version is given a distinguishing version number. If the
+Library as you received it specifies that a certain numbered version
+of the GNU Lesser General Public License "or any later version"
+applies to it, you have the option of following the terms and
+conditions either of that published version or of any later version
+published by the Free Software Foundation. If the Library as you
+received it does not specify a version number of the GNU Lesser
+General Public License, you may choose any version of the GNU Lesser
+General Public License ever published by the Free Software Foundation.
+
+ If the Library as you received it specifies that a proxy can decide
+whether future versions of the GNU Lesser General Public License shall
+apply, that proxy's public statement of acceptance of any version is
+permanent authorization for you to choose that version for the
+Library.
+
Added: branches/migration-200901/simexplorer-is/simexplorer-is-storage/LICENSE.txt
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-storage/LICENSE.txt (rev 0)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-storage/LICENSE.txt 2009-01-22 01:26:15 UTC (rev 1553)
@@ -0,0 +1,166 @@
+ GNU LESSER GENERAL PUBLIC LICENSE
+ Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+
+ This version of the GNU Lesser General Public License incorporates
+the terms and conditions of version 3 of the GNU General Public
+License, supplemented by the additional permissions listed below.
+
+ 0. Additional Definitions.
+
+ As used herein, "this License" refers to version 3 of the GNU Lesser
+General Public License, and the "GNU GPL" refers to version 3 of the GNU
+General Public License.
+
+ "The Library" refers to a covered work governed by this License,
+other than an Application or a Combined Work as defined below.
+
+ An "Application" is any work that makes use of an interface provided
+by the Library, but which is not otherwise based on the Library.
+Defining a subclass of a class defined by the Library is deemed a mode
+of using an interface provided by the Library.
+
+ A "Combined Work" is a work produced by combining or linking an
+Application with the Library. The particular version of the Library
+with which the Combined Work was made is also called the "Linked
+Version".
+
+ The "Minimal Corresponding Source" for a Combined Work means the
+Corresponding Source for the Combined Work, excluding any source code
+for portions of the Combined Work that, considered in isolation, are
+based on the Application, and not on the Linked Version.
+
+ The "Corresponding Application Code" for a Combined Work means the
+object code and/or source code for the Application, including any data
+and utility programs needed for reproducing the Combined Work from the
+Application, but excluding the System Libraries of the Combined Work.
+
+ 1. Exception to Section 3 of the GNU GPL.
+
+ You may convey a covered work under sections 3 and 4 of this License
+without being bound by section 3 of the GNU GPL.
+
+ 2. Conveying Modified Versions.
+
+ If you modify a copy of the Library, and, in your modifications, a
+facility refers to a function or data to be supplied by an Application
+that uses the facility (other than as an argument passed when the
+facility is invoked), then you may convey a copy of the modified
+version:
+
+ a) under this License, provided that you make a good faith effort to
+ ensure that, in the event an Application does not supply the
+ function or data, the facility still operates, and performs
+ whatever part of its purpose remains meaningful, or
+
+ b) under the GNU GPL, with none of the additional permissions of
+ this License applicable to that copy.
+
+ 3. Object Code Incorporating Material from Library Header Files.
+
+ The object code form of an Application may incorporate material from
+a header file that is part of the Library. You may convey such object
+code under terms of your choice, provided that, if the incorporated
+material is not limited to numerical parameters, data structure
+layouts and accessors, or small macros, inline functions and templates
+(ten or fewer lines in length), you do both of the following:
+
+ a) Give prominent notice with each copy of the object code that the
+ Library is used in it and that the Library and its use are
+ covered by this License.
+
+ b) Accompany the object code with a copy of the GNU GPL and this license
+ document.
+
+ 4. Combined Works.
+
+ You may convey a Combined Work under terms of your choice that,
+taken together, effectively do not restrict modification of the
+portions of the Library contained in the Combined Work and reverse
+engineering for debugging such modifications, if you also do each of
+the following:
+
+ a) Give prominent notice with each copy of the Combined Work that
+ the Library is used in it and that the Library and its use are
+ covered by this License.
+
+ b) Accompany the Combined Work with a copy of the GNU GPL and this license
+ document.
+
+ c) For a Combined Work that displays copyright notices during
+ execution, include the copyright notice for the Library among
+ these notices, as well as a reference directing the user to the
+ copies of the GNU GPL and this license document.
+
+ d) Do one of the following:
+
+ 0) Convey the Minimal Corresponding Source under the terms of this
+ License, and the Corresponding Application Code in a form
+ suitable for, and under terms that permit, the user to
+ recombine or relink the Application with a modified version of
+ the Linked Version to produce a modified Combined Work, in the
+ manner specified by section 6 of the GNU GPL for conveying
+ Corresponding Source.
+
+ 1) Use a suitable shared library mechanism for linking with the
+ Library. A suitable mechanism is one that (a) uses at run time
+ a copy of the Library already present on the user's computer
+ system, and (b) will operate properly with a modified version
+ of the Library that is interface-compatible with the Linked
+ Version.
+
+ e) Provide Installation Information, but only if you would otherwise
+ be required to provide such information under section 6 of the
+ GNU GPL, and only to the extent that such information is
+ necessary to install and execute a modified version of the
+ Combined Work produced by recombining or relinking the
+ Application with a modified version of the Linked Version. (If
+ you use option 4d0, the Installation Information must accompany
+ the Minimal Corresponding Source and Corresponding Application
+ Code. If you use option 4d1, you must provide the Installation
+ Information in the manner specified by section 6 of the GNU GPL
+ for conveying Corresponding Source.)
+
+ 5. Combined Libraries.
+
+ You may place library facilities that are a work based on the
+Library side by side in a single library together with other library
+facilities that are not Applications and are not covered by this
+License, and convey such a combined library under terms of your
+choice, if you do both of the following:
+
+ a) Accompany the combined library with a copy of the same work based
+ on the Library, uncombined with any other library facilities,
+ conveyed under the terms of this License.
+
+ b) Give prominent notice with the combined library that part of it
+ is a work based on the Library, and explaining where to find the
+ accompanying uncombined form of the same work.
+
+ 6. Revised Versions of the GNU Lesser General Public License.
+
+ The Free Software Foundation may publish revised and/or new versions
+of the GNU Lesser General Public License from time to time. Such new
+versions will be similar in spirit to the present version, but may
+differ in detail to address new problems or concerns.
+
+ Each version is given a distinguishing version number. If the
+Library as you received it specifies that a certain numbered version
+of the GNU Lesser General Public License "or any later version"
+applies to it, you have the option of following the terms and
+conditions either of that published version or of any later version
+published by the Free Software Foundation. If the Library as you
+received it does not specify a version number of the GNU Lesser
+General Public License, you may choose any version of the GNU Lesser
+General Public License ever published by the Free Software Foundation.
+
+ If the Library as you received it specifies that a proxy can decide
+whether future versions of the GNU Lesser General Public License shall
+apply, that proxy's public statement of acceptance of any version is
+permanent authorization for you to choose that version for the
+Library.
+
Added: branches/migration-200901/simexplorer-is/simexplorer-is-swing/LICENSE.txt
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-swing/LICENSE.txt (rev 0)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-swing/LICENSE.txt 2009-01-22 01:26:15 UTC (rev 1553)
@@ -0,0 +1,166 @@
+ GNU LESSER GENERAL PUBLIC LICENSE
+ Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+
+ This version of the GNU Lesser General Public License incorporates
+the terms and conditions of version 3 of the GNU General Public
+License, supplemented by the additional permissions listed below.
+
+ 0. Additional Definitions.
+
+ As used herein, "this License" refers to version 3 of the GNU Lesser
+General Public License, and the "GNU GPL" refers to version 3 of the GNU
+General Public License.
+
+ "The Library" refers to a covered work governed by this License,
+other than an Application or a Combined Work as defined below.
+
+ An "Application" is any work that makes use of an interface provided
+by the Library, but which is not otherwise based on the Library.
+Defining a subclass of a class defined by the Library is deemed a mode
+of using an interface provided by the Library.
+
+ A "Combined Work" is a work produced by combining or linking an
+Application with the Library. The particular version of the Library
+with which the Combined Work was made is also called the "Linked
+Version".
+
+ The "Minimal Corresponding Source" for a Combined Work means the
+Corresponding Source for the Combined Work, excluding any source code
+for portions of the Combined Work that, considered in isolation, are
+based on the Application, and not on the Linked Version.
+
+ The "Corresponding Application Code" for a Combined Work means the
+object code and/or source code for the Application, including any data
+and utility programs needed for reproducing the Combined Work from the
+Application, but excluding the System Libraries of the Combined Work.
+
+ 1. Exception to Section 3 of the GNU GPL.
+
+ You may convey a covered work under sections 3 and 4 of this License
+without being bound by section 3 of the GNU GPL.
+
+ 2. Conveying Modified Versions.
+
+ If you modify a copy of the Library, and, in your modifications, a
+facility refers to a function or data to be supplied by an Application
+that uses the facility (other than as an argument passed when the
+facility is invoked), then you may convey a copy of the modified
+version:
+
+ a) under this License, provided that you make a good faith effort to
+ ensure that, in the event an Application does not supply the
+ function or data, the facility still operates, and performs
+ whatever part of its purpose remains meaningful, or
+
+ b) under the GNU GPL, with none of the additional permissions of
+ this License applicable to that copy.
+
+ 3. Object Code Incorporating Material from Library Header Files.
+
+ The object code form of an Application may incorporate material from
+a header file that is part of the Library. You may convey such object
+code under terms of your choice, provided that, if the incorporated
+material is not limited to numerical parameters, data structure
+layouts and accessors, or small macros, inline functions and templates
+(ten or fewer lines in length), you do both of the following:
+
+ a) Give prominent notice with each copy of the object code that the
+ Library is used in it and that the Library and its use are
+ covered by this License.
+
+ b) Accompany the object code with a copy of the GNU GPL and this license
+ document.
+
+ 4. Combined Works.
+
+ You may convey a Combined Work under terms of your choice that,
+taken together, effectively do not restrict modification of the
+portions of the Library contained in the Combined Work and reverse
+engineering for debugging such modifications, if you also do each of
+the following:
+
+ a) Give prominent notice with each copy of the Combined Work that
+ the Library is used in it and that the Library and its use are
+ covered by this License.
+
+ b) Accompany the Combined Work with a copy of the GNU GPL and this license
+ document.
+
+ c) For a Combined Work that displays copyright notices during
+ execution, include the copyright notice for the Library among
+ these notices, as well as a reference directing the user to the
+ copies of the GNU GPL and this license document.
+
+ d) Do one of the following:
+
+ 0) Convey the Minimal Corresponding Source under the terms of this
+ License, and the Corresponding Application Code in a form
+ suitable for, and under terms that permit, the user to
+ recombine or relink the Application with a modified version of
+ the Linked Version to produce a modified Combined Work, in the
+ manner specified by section 6 of the GNU GPL for conveying
+ Corresponding Source.
+
+ 1) Use a suitable shared library mechanism for linking with the
+ Library. A suitable mechanism is one that (a) uses at run time
+ a copy of the Library already present on the user's computer
+ system, and (b) will operate properly with a modified version
+ of the Library that is interface-compatible with the Linked
+ Version.
+
+ e) Provide Installation Information, but only if you would otherwise
+ be required to provide such information under section 6 of the
+ GNU GPL, and only to the extent that such information is
+ necessary to install and execute a modified version of the
+ Combined Work produced by recombining or relinking the
+ Application with a modified version of the Linked Version. (If
+ you use option 4d0, the Installation Information must accompany
+ the Minimal Corresponding Source and Corresponding Application
+ Code. If you use option 4d1, you must provide the Installation
+ Information in the manner specified by section 6 of the GNU GPL
+ for conveying Corresponding Source.)
+
+ 5. Combined Libraries.
+
+ You may place library facilities that are a work based on the
+Library side by side in a single library together with other library
+facilities that are not Applications and are not covered by this
+License, and convey such a combined library under terms of your
+choice, if you do both of the following:
+
+ a) Accompany the combined library with a copy of the same work based
+ on the Library, uncombined with any other library facilities,
+ conveyed under the terms of this License.
+
+ b) Give prominent notice with the combined library that part of it
+ is a work based on the Library, and explaining where to find the
+ accompanying uncombined form of the same work.
+
+ 6. Revised Versions of the GNU Lesser General Public License.
+
+ The Free Software Foundation may publish revised and/or new versions
+of the GNU Lesser General Public License from time to time. Such new
+versions will be similar in spirit to the present version, but may
+differ in detail to address new problems or concerns.
+
+ Each version is given a distinguishing version number. If the
+Library as you received it specifies that a certain numbered version
+of the GNU Lesser General Public License "or any later version"
+applies to it, you have the option of following the terms and
+conditions either of that published version or of any later version
+published by the Free Software Foundation. If the Library as you
+received it does not specify a version number of the GNU Lesser
+General Public License, you may choose any version of the GNU Lesser
+General Public License ever published by the Free Software Foundation.
+
+ If the Library as you received it specifies that a proxy can decide
+whether future versions of the GNU Lesser General Public License shall
+apply, that proxy's public statement of acceptance of any version is
+permanent authorization for you to choose that version for the
+Library.
+
Added: branches/migration-200901/simexplorer-is/simexplorer-is-web/LICENSE.txt
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-web/LICENSE.txt (rev 0)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-web/LICENSE.txt 2009-01-22 01:26:15 UTC (rev 1553)
@@ -0,0 +1,166 @@
+ GNU LESSER GENERAL PUBLIC LICENSE
+ Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+
+ This version of the GNU Lesser General Public License incorporates
+the terms and conditions of version 3 of the GNU General Public
+License, supplemented by the additional permissions listed below.
+
+ 0. Additional Definitions.
+
+ As used herein, "this License" refers to version 3 of the GNU Lesser
+General Public License, and the "GNU GPL" refers to version 3 of the GNU
+General Public License.
+
+ "The Library" refers to a covered work governed by this License,
+other than an Application or a Combined Work as defined below.
+
+ An "Application" is any work that makes use of an interface provided
+by the Library, but which is not otherwise based on the Library.
+Defining a subclass of a class defined by the Library is deemed a mode
+of using an interface provided by the Library.
+
+ A "Combined Work" is a work produced by combining or linking an
+Application with the Library. The particular version of the Library
+with which the Combined Work was made is also called the "Linked
+Version".
+
+ The "Minimal Corresponding Source" for a Combined Work means the
+Corresponding Source for the Combined Work, excluding any source code
+for portions of the Combined Work that, considered in isolation, are
+based on the Application, and not on the Linked Version.
+
+ The "Corresponding Application Code" for a Combined Work means the
+object code and/or source code for the Application, including any data
+and utility programs needed for reproducing the Combined Work from the
+Application, but excluding the System Libraries of the Combined Work.
+
+ 1. Exception to Section 3 of the GNU GPL.
+
+ You may convey a covered work under sections 3 and 4 of this License
+without being bound by section 3 of the GNU GPL.
+
+ 2. Conveying Modified Versions.
+
+ If you modify a copy of the Library, and, in your modifications, a
+facility refers to a function or data to be supplied by an Application
+that uses the facility (other than as an argument passed when the
+facility is invoked), then you may convey a copy of the modified
+version:
+
+ a) under this License, provided that you make a good faith effort to
+ ensure that, in the event an Application does not supply the
+ function or data, the facility still operates, and performs
+ whatever part of its purpose remains meaningful, or
+
+ b) under the GNU GPL, with none of the additional permissions of
+ this License applicable to that copy.
+
+ 3. Object Code Incorporating Material from Library Header Files.
+
+ The object code form of an Application may incorporate material from
+a header file that is part of the Library. You may convey such object
+code under terms of your choice, provided that, if the incorporated
+material is not limited to numerical parameters, data structure
+layouts and accessors, or small macros, inline functions and templates
+(ten or fewer lines in length), you do both of the following:
+
+ a) Give prominent notice with each copy of the object code that the
+ Library is used in it and that the Library and its use are
+ covered by this License.
+
+ b) Accompany the object code with a copy of the GNU GPL and this license
+ document.
+
+ 4. Combined Works.
+
+ You may convey a Combined Work under terms of your choice that,
+taken together, effectively do not restrict modification of the
+portions of the Library contained in the Combined Work and reverse
+engineering for debugging such modifications, if you also do each of
+the following:
+
+ a) Give prominent notice with each copy of the Combined Work that
+ the Library is used in it and that the Library and its use are
+ covered by this License.
+
+ b) Accompany the Combined Work with a copy of the GNU GPL and this license
+ document.
+
+ c) For a Combined Work that displays copyright notices during
+ execution, include the copyright notice for the Library among
+ these notices, as well as a reference directing the user to the
+ copies of the GNU GPL and this license document.
+
+ d) Do one of the following:
+
+ 0) Convey the Minimal Corresponding Source under the terms of this
+ License, and the Corresponding Application Code in a form
+ suitable for, and under terms that permit, the user to
+ recombine or relink the Application with a modified version of
+ the Linked Version to produce a modified Combined Work, in the
+ manner specified by section 6 of the GNU GPL for conveying
+ Corresponding Source.
+
+ 1) Use a suitable shared library mechanism for linking with the
+ Library. A suitable mechanism is one that (a) uses at run time
+ a copy of the Library already present on the user's computer
+ system, and (b) will operate properly with a modified version
+ of the Library that is interface-compatible with the Linked
+ Version.
+
+ e) Provide Installation Information, but only if you would otherwise
+ be required to provide such information under section 6 of the
+ GNU GPL, and only to the extent that such information is
+ necessary to install and execute a modified version of the
+ Combined Work produced by recombining or relinking the
+ Application with a modified version of the Linked Version. (If
+ you use option 4d0, the Installation Information must accompany
+ the Minimal Corresponding Source and Corresponding Application
+ Code. If you use option 4d1, you must provide the Installation
+ Information in the manner specified by section 6 of the GNU GPL
+ for conveying Corresponding Source.)
+
+ 5. Combined Libraries.
+
+ You may place library facilities that are a work based on the
+Library side by side in a single library together with other library
+facilities that are not Applications and are not covered by this
+License, and convey such a combined library under terms of your
+choice, if you do both of the following:
+
+ a) Accompany the combined library with a copy of the same work based
+ on the Library, uncombined with any other library facilities,
+ conveyed under the terms of this License.
+
+ b) Give prominent notice with the combined library that part of it
+ is a work based on the Library, and explaining where to find the
+ accompanying uncombined form of the same work.
+
+ 6. Revised Versions of the GNU Lesser General Public License.
+
+ The Free Software Foundation may publish revised and/or new versions
+of the GNU Lesser General Public License from time to time. Such new
+versions will be similar in spirit to the present version, but may
+differ in detail to address new problems or concerns.
+
+ Each version is given a distinguishing version number. If the
+Library as you received it specifies that a certain numbered version
+of the GNU Lesser General Public License "or any later version"
+applies to it, you have the option of following the terms and
+conditions either of that published version or of any later version
+published by the Free Software Foundation. If the Library as you
+received it does not specify a version number of the GNU Lesser
+General Public License, you may choose any version of the GNU Lesser
+General Public License ever published by the Free Software Foundation.
+
+ If the Library as you received it specifies that a proxy can decide
+whether future versions of the GNU Lesser General Public License shall
+apply, that proxy's public statement of acceptance of any version is
+permanent authorization for you to choose that version for the
+Library.
+
1
0
22 Jan '09
Author: tchemit
Date: 2009-01-22 01:12:25 +0000 (Thu, 22 Jan 2009)
New Revision: 1552
Added:
branches/migration-200901/simexplorer-is/simexplorer-is-ear/src/site/fr/
branches/migration-200901/simexplorer-is/simexplorer-is-ear/src/site/fr/rst/
branches/migration-200901/simexplorer-is/simexplorer-is-ear/src/site/fr/rst/devel/
branches/migration-200901/simexplorer-is/simexplorer-is-ear/src/site/fr/rst/devel/index.rst
branches/migration-200901/simexplorer-is/simexplorer-is-ear/src/site/fr/rst/index.rst
branches/migration-200901/simexplorer-is/simexplorer-is-ear/src/site/fr/rst/todo.rst
branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/site/fr/
branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/site/fr/rst/
branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/site/fr/rst/devel/
branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/site/fr/rst/devel/index.rst
branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/site/fr/rst/index.rst
branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/site/fr/rst/todo.rst
branches/migration-200901/simexplorer-is/simexplorer-is-security/src/site/fr/
branches/migration-200901/simexplorer-is/simexplorer-is-security/src/site/fr/rst/
branches/migration-200901/simexplorer-is/simexplorer-is-security/src/site/fr/rst/devel/
branches/migration-200901/simexplorer-is/simexplorer-is-security/src/site/fr/rst/devel/index.rst
branches/migration-200901/simexplorer-is/simexplorer-is-security/src/site/fr/rst/index.rst
branches/migration-200901/simexplorer-is/simexplorer-is-security/src/site/fr/rst/todo.rst
branches/migration-200901/simexplorer-is/simexplorer-is-service/src/site/fr/
branches/migration-200901/simexplorer-is/simexplorer-is-service/src/site/fr/rst/
branches/migration-200901/simexplorer-is/simexplorer-is-service/src/site/fr/rst/devel/
branches/migration-200901/simexplorer-is/simexplorer-is-service/src/site/fr/rst/devel/index.rst
branches/migration-200901/simexplorer-is/simexplorer-is-service/src/site/fr/rst/index.rst
branches/migration-200901/simexplorer-is/simexplorer-is-service/src/site/fr/rst/todo.rst
branches/migration-200901/simexplorer-is/simexplorer-is-storage/src/site/fr/
branches/migration-200901/simexplorer-is/simexplorer-is-storage/src/site/fr/rst/
branches/migration-200901/simexplorer-is/simexplorer-is-storage/src/site/fr/rst/devel/
branches/migration-200901/simexplorer-is/simexplorer-is-storage/src/site/fr/rst/devel/index.rst
branches/migration-200901/simexplorer-is/simexplorer-is-storage/src/site/fr/rst/index.rst
branches/migration-200901/simexplorer-is/simexplorer-is-storage/src/site/fr/rst/todo.rst
branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/site/fr/rst/devel/
branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/site/fr/rst/devel/index.rst
branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/site/fr/rst/index.rst
branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/site/fr/rst/todo.rst
branches/migration-200901/simexplorer-is/simexplorer-is-web/src/site/fr/
branches/migration-200901/simexplorer-is/simexplorer-is-web/src/site/fr/rst/
branches/migration-200901/simexplorer-is/simexplorer-is-web/src/site/fr/rst/devel/
branches/migration-200901/simexplorer-is/simexplorer-is-web/src/site/fr/rst/devel/index.rst
branches/migration-200901/simexplorer-is/simexplorer-is-web/src/site/fr/rst/index.rst
branches/migration-200901/simexplorer-is/simexplorer-is-web/src/site/fr/rst/todo.rst
Modified:
branches/migration-200901/simexplorer-is/pom.xml
branches/migration-200901/simexplorer-is/src/site/fr/rst/devel/index.rst
branches/migration-200901/simexplorer-is/src/site/fr/rst/index.rst
branches/migration-200901/simexplorer-is/src/site/site_fr.xml
Log:
debut de mise en place du site multi-module
Modified: branches/migration-200901/simexplorer-is/pom.xml
===================================================================
--- branches/migration-200901/simexplorer-is/pom.xml 2009-01-21 23:39:28 UTC (rev 1551)
+++ branches/migration-200901/simexplorer-is/pom.xml 2009-01-22 01:12:25 UTC (rev 1552)
@@ -231,25 +231,6 @@
<scope>test</scope>
</dependency>
- <!--dependency>
- <groupId>com.bm</groupId>
- <artifactId>ejb3unit</artifactId>
- <version>2.0.0-RC-1</version>
- <scope>test</scope>
- <exclusions>
- <exclusion>
- <groupId>jboss</groupId>
- <artifactId>javassist</artifactId>
- </exclusion>
- </exclusions>
- </dependency-->
-
- <!--dependency>
- <groupId>com.healthmarketscience.rmiio</groupId>
- <artifactId>rmiio</artifactId>
- <version>2.0.1</version>
- </dependency-->
-
</dependencies>
</dependencyManagement>
@@ -275,9 +256,8 @@
<url>http://www.cemagref.fr/</url>
</organization>
- <developers>
- <developer>
- <id>glandais</id>
+ <contributors>
+ <contributor>
<name>Gabriel Landais</name>
<email>landais at codelutin.com</email>
<organization>Code Lutin</organization>
@@ -286,9 +266,9 @@
<roles>
<role>Développeur</role>
</roles>
- </developer>
- </developers>
-
+ </contributor>
+ </contributors>
+
<!-- ************************************************************* -->
<!-- *** Build Settings ****************************************** -->
<!-- ************************************************************* -->
@@ -321,6 +301,33 @@
<!-- jboss version -->
<jboss.version>4.2.2.GA</jboss.version>
+ <!-- TODO make svn compatiblewith our svn layout conventions -->
+
+ <maven.scm.url>
+ http://${labs.host}/plugins/scmsvn/viewcvs.php/trunk/${project.artifactId}?root=${labs.project}
+ </maven.scm.url>
+
+ <maven.scm.developerConnection>
+ scm:svn:svn+ssh://${username}@${labs.host}/svnroot/${labs.project}/trunk/${project.artifactId}
+ </maven.scm.developerConnection>
+
+ <maven.scm.connection>
+ scm:svn:svn://anonymous@${labs.host}/svnroot/${labs.project}/trunk/${project.artifactId}
+ </maven.scm.connection>
+
+ <!-- multi-module level one son pom scm properties -->
+ <maven.scm.url.child>
+ http://${labs.host}/plugins/scmsvn/viewcvs.php/trunk/${project.parent.artifactId}/${project.artifactId}?root=${labs.project}
+ </maven.scm.url.child>
+
+ <maven.scm.developerConnection.child>
+ scm:svn:svn+ssh://${username}@${labs.host}/svnroot/${labs.project}/trunk/${project.parent.artifactId}/${project.artifactId}
+ </maven.scm.developerConnection.child>
+
+ <maven.scm.connection.child>
+ scm:svn:svn://anonymous@${labs.host}/svnroot/${labs.project}/trunk/${project.parent.artifactId}/${project.artifactId}
+ </maven.scm.connection.child>
+
</properties>
<build>
@@ -371,41 +378,24 @@
<connection>${maven.scm.connection}</connection>
<developerConnection>${maven.scm.developerConnection}</developerConnection>
</scm>
- <!--scm>
- <connection>scm:svn:svn://labs.libre-entreprise.org/svnroot/simexplorer-si</connection>
- <developerConnection>scm:svn:svn+ssh://${username}@labs.libre-entreprise.org/svnroot/simexplorer-si
- </developerConnection>
- <url>https://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/?root=simexplo…</url>
- </scm-->
<prerequisites>
<maven>2.0.8</maven>
</prerequisites>
<repositories>
- <!-- no this repo is by default in maven ? -->
+
<repository>
<id>SEIS-java.net</id>
<url>http://download.java.net/maven/2</url>
</repository>
- <!--repository>
- <id>SEIS-openhms</id>
- <url>http://open.hmsonline.com/repo/maven2</url>
- </repository-->
-
<repository>
<id>SEIS-t5components</id>
<name>T5Components Maven Repository</name>
<url>http://87.193.218.134:8080/t5components/maven-repository</url>
</repository>
- <!--repository>
- <id>ejb3unit</id>
- <name>ejb3unit repository</name>
- <url>http://ejb3unit.sourceforge.net/maven2</url>
- </repository-->
-
</repositories>
</project>
Added: branches/migration-200901/simexplorer-is/simexplorer-is-ear/src/site/fr/rst/devel/index.rst
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-ear/src/site/fr/rst/devel/index.rst (rev 0)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-ear/src/site/fr/rst/devel/index.rst 2009-01-22 01:12:25 UTC (rev 1552)
@@ -0,0 +1,7 @@
+==================
+SimExplorer-is-ear
+==================
+
+.. contents::
+
+TODO
\ No newline at end of file
Added: branches/migration-200901/simexplorer-is/simexplorer-is-ear/src/site/fr/rst/index.rst
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-ear/src/site/fr/rst/index.rst (rev 0)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-ear/src/site/fr/rst/index.rst 2009-01-22 01:12:25 UTC (rev 1552)
@@ -0,0 +1,7 @@
+==================
+SimExplorer-is-ear
+==================
+
+.. contents::
+
+TODO
\ No newline at end of file
Added: branches/migration-200901/simexplorer-is/simexplorer-is-ear/src/site/fr/rst/todo.rst
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-ear/src/site/fr/rst/todo.rst (rev 0)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-ear/src/site/fr/rst/todo.rst 2009-01-22 01:12:25 UTC (rev 1552)
@@ -0,0 +1,5 @@
+=====================
+SimExplorer SI - TODO
+=====================
+
+TODO :)
Added: branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/site/fr/rst/devel/index.rst
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/site/fr/rst/devel/index.rst (rev 0)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/site/fr/rst/devel/index.rst 2009-01-22 01:12:25 UTC (rev 1552)
@@ -0,0 +1,7 @@
+=======================
+SimExplorer-is-entities
+=======================
+
+.. contents::
+
+TODO
\ No newline at end of file
Added: branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/site/fr/rst/index.rst
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/site/fr/rst/index.rst (rev 0)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/site/fr/rst/index.rst 2009-01-22 01:12:25 UTC (rev 1552)
@@ -0,0 +1,7 @@
+=======================
+SimExplorer-is-entities
+=======================
+
+.. contents::
+
+TODO
\ No newline at end of file
Added: branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/site/fr/rst/todo.rst
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/site/fr/rst/todo.rst (rev 0)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/site/fr/rst/todo.rst 2009-01-22 01:12:25 UTC (rev 1552)
@@ -0,0 +1,5 @@
+=====================
+SimExplorer SI - TODO
+=====================
+
+TODO :)
Added: branches/migration-200901/simexplorer-is/simexplorer-is-security/src/site/fr/rst/devel/index.rst
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-security/src/site/fr/rst/devel/index.rst (rev 0)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-security/src/site/fr/rst/devel/index.rst 2009-01-22 01:12:25 UTC (rev 1552)
@@ -0,0 +1,7 @@
+=======================
+SimExplorer-is-security
+=======================
+
+.. contents::
+
+TODO
\ No newline at end of file
Added: branches/migration-200901/simexplorer-is/simexplorer-is-security/src/site/fr/rst/index.rst
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-security/src/site/fr/rst/index.rst (rev 0)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-security/src/site/fr/rst/index.rst 2009-01-22 01:12:25 UTC (rev 1552)
@@ -0,0 +1,7 @@
+=======================
+SimExplorer-is-security
+=======================
+
+.. contents::
+
+TODO
\ No newline at end of file
Added: branches/migration-200901/simexplorer-is/simexplorer-is-security/src/site/fr/rst/todo.rst
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-security/src/site/fr/rst/todo.rst (rev 0)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-security/src/site/fr/rst/todo.rst 2009-01-22 01:12:25 UTC (rev 1552)
@@ -0,0 +1,5 @@
+=====================
+SimExplorer SI - TODO
+=====================
+
+TODO :)
Added: branches/migration-200901/simexplorer-is/simexplorer-is-service/src/site/fr/rst/devel/index.rst
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-service/src/site/fr/rst/devel/index.rst (rev 0)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-service/src/site/fr/rst/devel/index.rst 2009-01-22 01:12:25 UTC (rev 1552)
@@ -0,0 +1,7 @@
+======================
+SimExplorer-is-service
+======================
+
+.. contents::
+
+TODO
\ No newline at end of file
Added: branches/migration-200901/simexplorer-is/simexplorer-is-service/src/site/fr/rst/index.rst
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-service/src/site/fr/rst/index.rst (rev 0)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-service/src/site/fr/rst/index.rst 2009-01-22 01:12:25 UTC (rev 1552)
@@ -0,0 +1,7 @@
+======================
+SimExplorer-is-service
+======================
+
+.. contents::
+
+TODO
\ No newline at end of file
Added: branches/migration-200901/simexplorer-is/simexplorer-is-service/src/site/fr/rst/todo.rst
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-service/src/site/fr/rst/todo.rst (rev 0)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-service/src/site/fr/rst/todo.rst 2009-01-22 01:12:25 UTC (rev 1552)
@@ -0,0 +1,5 @@
+=====================
+SimExplorer SI - TODO
+=====================
+
+TODO :)
Added: branches/migration-200901/simexplorer-is/simexplorer-is-storage/src/site/fr/rst/devel/index.rst
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-storage/src/site/fr/rst/devel/index.rst (rev 0)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-storage/src/site/fr/rst/devel/index.rst 2009-01-22 01:12:25 UTC (rev 1552)
@@ -0,0 +1,7 @@
+======================
+SimExplorer-is-storage
+======================
+
+.. contents::
+
+TODO
\ No newline at end of file
Added: branches/migration-200901/simexplorer-is/simexplorer-is-storage/src/site/fr/rst/index.rst
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-storage/src/site/fr/rst/index.rst (rev 0)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-storage/src/site/fr/rst/index.rst 2009-01-22 01:12:25 UTC (rev 1552)
@@ -0,0 +1,7 @@
+======================
+SimExplorer-is-storage
+======================
+
+.. contents::
+
+TODO
\ No newline at end of file
Added: branches/migration-200901/simexplorer-is/simexplorer-is-storage/src/site/fr/rst/todo.rst
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-storage/src/site/fr/rst/todo.rst (rev 0)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-storage/src/site/fr/rst/todo.rst 2009-01-22 01:12:25 UTC (rev 1552)
@@ -0,0 +1,5 @@
+=====================
+SimExplorer SI - TODO
+=====================
+
+TODO :)
Added: branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/site/fr/rst/devel/index.rst
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/site/fr/rst/devel/index.rst (rev 0)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/site/fr/rst/devel/index.rst 2009-01-22 01:12:25 UTC (rev 1552)
@@ -0,0 +1,7 @@
+====================
+SimExplorer-is-swing
+====================
+
+.. contents::
+
+TODO ?
\ No newline at end of file
Added: branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/site/fr/rst/index.rst
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/site/fr/rst/index.rst (rev 0)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/site/fr/rst/index.rst 2009-01-22 01:12:25 UTC (rev 1552)
@@ -0,0 +1,17 @@
+====================
+SimExplorer-is-swing
+====================
+
+.. contents::
+
+Options et configurations
+-------------------------
+
+Les options et configurations du client lourd sont accèssibles `ici`_.
+
+ .. _ici:../user/SimExplorerUsage.html
+
+Description des ui
+------------------
+
+TODO des captures d'écrans
\ No newline at end of file
Added: branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/site/fr/rst/todo.rst
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/site/fr/rst/todo.rst (rev 0)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/site/fr/rst/todo.rst 2009-01-22 01:12:25 UTC (rev 1552)
@@ -0,0 +1,5 @@
+=====================
+SimExplorer SI - TODO
+=====================
+
+TODO :)
Added: branches/migration-200901/simexplorer-is/simexplorer-is-web/src/site/fr/rst/devel/index.rst
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-web/src/site/fr/rst/devel/index.rst (rev 0)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-web/src/site/fr/rst/devel/index.rst 2009-01-22 01:12:25 UTC (rev 1552)
@@ -0,0 +1,7 @@
+==================
+SimExplorer-is-web
+==================
+
+.. contents::
+
+TODO
\ No newline at end of file
Added: branches/migration-200901/simexplorer-is/simexplorer-is-web/src/site/fr/rst/index.rst
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-web/src/site/fr/rst/index.rst (rev 0)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-web/src/site/fr/rst/index.rst 2009-01-22 01:12:25 UTC (rev 1552)
@@ -0,0 +1,7 @@
+==================
+SimExplorer-is-web
+==================
+
+.. contents::
+
+TODO
\ No newline at end of file
Added: branches/migration-200901/simexplorer-is/simexplorer-is-web/src/site/fr/rst/todo.rst
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-web/src/site/fr/rst/todo.rst (rev 0)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-web/src/site/fr/rst/todo.rst 2009-01-22 01:12:25 UTC (rev 1552)
@@ -0,0 +1,5 @@
+=====================
+SimExplorer SI - TODO
+=====================
+
+TODO :)
Modified: branches/migration-200901/simexplorer-is/src/site/fr/rst/devel/index.rst
===================================================================
--- branches/migration-200901/simexplorer-is/src/site/fr/rst/devel/index.rst 2009-01-21 23:39:28 UTC (rev 1551)
+++ branches/migration-200901/simexplorer-is/src/site/fr/rst/devel/index.rst 2009-01-22 01:12:25 UTC (rev 1552)
@@ -2,6 +2,8 @@
SimExplorer SI
==============
+.. contents::
+
Introduction
============
@@ -116,6 +118,18 @@
Une synchronisation est possible, la logique étant executé côté serveur et le client est mis à jour en
fonction du traitement réalisé.
+Implantation
+------------
+
+La page `implantation`_ décrit les choix techniques retenues pour mettre en place la solution.
+
+Environnement
+-------------
+
+La page `environnement`_ décrit l'environnement de développement du projet.
+
+
+
Migration pour la release 1.0
-----------------------------
@@ -123,6 +137,10 @@
process de développement en évolution de la société. Le document `migration`_
résume les différentes opérations effectuées sur le projet.
+.. implantation: implementation.html
+
+.. environnement: enviro.html
+
.. migration: migration2009.html
Modified: branches/migration-200901/simexplorer-is/src/site/fr/rst/index.rst
===================================================================
--- branches/migration-200901/simexplorer-is/src/site/fr/rst/index.rst 2009-01-21 23:39:28 UTC (rev 1551)
+++ branches/migration-200901/simexplorer-is/src/site/fr/rst/index.rst 2009-01-22 01:12:25 UTC (rev 1552)
@@ -1,3 +1,12 @@
+==============
+SimExplorer-is
+==============
+
+.. contents::
+
+Abstract
+--------
+
Le Cemagref développe un outil d'exploration de simulation, SimExplorer. Les explorations sont faites par la programmation de plans d'expériences qui génèrent un grand nombre de simulations.
Simexplorer-IS mets en place des outils qui permettent de gérer toutes les données et les codes permettant de définir une application d'exploration, aussi bien par leur stockage
@@ -2 +11,16 @@
que par les autorisations données aux utilisateurs pour les manipuler.
+
+Installation
+____________
+
+La page `Installation`_ décrit la procédure pour installer le logiciel et le serveur chez vous.
+
+Règles métiers
+______________
+
+La page `Liste`_ décrit les règles métiers de l'application.
+
+
+.. _Liste:rules.html
+
+.. _Installation:install.html
Modified: branches/migration-200901/simexplorer-is/src/site/site_fr.xml
===================================================================
--- branches/migration-200901/simexplorer-is/src/site/site_fr.xml 2009-01-21 23:39:28 UTC (rev 1551)
+++ branches/migration-200901/simexplorer-is/src/site/site_fr.xml 2009-01-22 01:12:25 UTC (rev 1552)
@@ -1,76 +1,72 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<project name="simexplorer-si">
- <skin>
- <groupId>lutinlib</groupId>
- <artifactId>lutin-site-skin</artifactId>
- <version>0.1</version>
- </skin>
+ <skin>
+ <groupId>org.codelutin</groupId>
+ <artifactId>maven-lutin-skin</artifactId>
+ <version>0.2.2</version>
+ </skin>
- <bannerLeft>
- <name>Système d'information - SimExplorer</name>
- </bannerLeft>
+ <bannerLeft>
+ <name>${project.name}</name>
+ <href>index.html</href>
+ </bannerLeft>
- <bannerRight>
- <src>
- http://www.codelutin.com/images/lutinorange-codelutin.png
- </src>
- <href>http://www.codelutin.com</href>
- </bannerRight>
+ <bannerRight>
+ <src>http://www.codelutin.com/images/lutinorange-codelutin.png</src>
+ <href>http://www.codelutin.com</href>
+ </bannerRight>
- <poweredBy>
- <logo href="http://docutils.sourceforge.net/rst.html"
- img="/images/restructuredtext-logo.png" name="reStructuredText" />
- </poweredBy>
+ <poweredBy>
+ <logo href="http://maven.apache.org" name="Maven"
+ img="http://buix.labs.libre-entreprise.org/lutinjaxx/images/logos/maven-feather.…"/>
+ <logo href="http://jrst.labs.libre-entreprise.org" name="JRst"
+ img="http://buix.labs.libre-entreprise.org/lutinjaxx/images/jrst-logo.png"/>
+ <logo href="http://docutils.sourceforge.net/rst.html" name="ReStructuredText"
+ img="http://buix.labs.libre-entreprise.org/lutinjaxx/images/restructuredtext-log…"/>
+ <logo href="http://buix.labs.libre-entreprise.org/jaxx/index.html" name="Jaxx"
+ img="http://buix.labs.libre-entreprise.org/jaxx/jaxx.png"/>
- <body>
- <links>
- <item name="Code Lutin" href="http://www.codelutin.com/" />
- <item name="Labs" href="http://labs.libre-entreprise.org/" />
- <item name="[fr"
- href="http://simexplorer-si.labs.libre-entreprise.org/index.html" />
- <item name="en]"
- href="http://simexplorer-si.labs.libre-entreprise.org/en/index.html" />
- </links>
+ </poweredBy>
- <menu name="Utilisation">
- <item href="/index.html" name="Présentation"></item>
- <item href="/install.html" name="Installation"></item>
- <item href="/todo.html" name="Reste à faire"></item>
- </menu>
+ <body>
+ <links>
+ <item name="${project.organization.name}" href="${project.organization.url}"/>
+ <item name="Code Lutin" href="http://www.codelutin.com/"/>
+ <item name="Labs" href="http://labs.libre-entreprise.org/"/>
+ <!--item name="[fr"
+ href="http://simexplorer-si.labs.libre-entreprise.org/index.html" />
+ <item name="en]"
+ href="http://simexplorer-si.labs.libre-entreprise.org/en/index.html" /-->
+ </links>
- <menu name="Règles métier">
- <item href="/rules.html" name="Liste"></item>
- </menu>
+ <menu ref="parent"/>
- <menu name="Développement">
- <item href="/devel/index.html"
- name="Présentation">
- </item>
- <item href="/devel/implementation.html"
- name="Implémentation">
- </item>
- <item href="/devel/enviro.html"
- name="Environnement">
- </item>
- </menu>
+ <menu name="Utilisateur">
+ <item href="/index.html" name="Présentation"/>
+ <!--item href="/install.html" name="Installation"/-->
+ <item href="/todo.html" name="Reste à faire"/>
+ </menu>
- <menu name="Liens">
- <item href="http://java.sun.com/j2se"
- name="Le site Java de Sun">
- </item>
- <item href="http://tapestry.apache.org/tapestry5/"
- name="Tapestry 5">
- </item>
- <item href="http://labs.jboss.com/jbossas/"
- name="JBoss">
- </item>
- <item href="https://labs.libre-entreprise.org/projects/buix/"
- name="buix">
- </item>
- </menu>
+ <!--menu name="Règles métier">
+ <item href="/rules.html" name="Liste"/>
+ </menu-->
- ${reports}
+ <menu name="Développement">
+ <item href="/devel/index.html" name="Présentation"/>
+ <!--item href="/devel/implementation.html" name="Implémentation"/>
+ <item href="/devel/enviro.html" name="Environnement"/-->
+ </menu>
- </body>
+ <menu ref="modules"/>
+
+ <menu ref="reports"/>
+
+ <menu name="Liens">
+ <item href="http://java.sun.com/j2se" name="Le site Java de Sun"/>
+ <item href="http://tapestry.apache.org/tapestry5/" name="Tapestry 5"/>
+ <item href="http://labs.jboss.com/jbossas/" name="JBoss"/>
+ </menu>
+
+ </body>
</project>
1
0
21 Jan '09
Author: tchemit
Date: 2009-01-21 23:39:28 +0000 (Wed, 21 Jan 2009)
New Revision: 1551
Added:
branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/main/java/
branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/main/resources/
branches/migration-200901/simexplorer-is/simexplorer-is-security/src/main/java/
branches/migration-200901/simexplorer-is/simexplorer-is-security/src/main/resources/
branches/migration-200901/simexplorer-is/simexplorer-is-security/src/test/java/
branches/migration-200901/simexplorer-is/simexplorer-is-security/src/test/java/com/
branches/migration-200901/simexplorer-is/simexplorer-is-security/src/test/java/fr/
branches/migration-200901/simexplorer-is/simexplorer-is-security/src/test/resources/
branches/migration-200901/simexplorer-is/simexplorer-is-security/src/test/resources/ejb3unit.properties
branches/migration-200901/simexplorer-is/simexplorer-is-security/src/test/resources/log4j.properties
branches/migration-200901/simexplorer-is/simexplorer-is-service/src/main/java/
branches/migration-200901/simexplorer-is/simexplorer-is-service/src/main/resources/
branches/migration-200901/simexplorer-is/simexplorer-is-service/src/test/java/
branches/migration-200901/simexplorer-is/simexplorer-is-service/src/test/java/fr/
branches/migration-200901/simexplorer-is/simexplorer-is-service/src/test/resources/
branches/migration-200901/simexplorer-is/simexplorer-is-service/src/test/resources/properties/
branches/migration-200901/simexplorer-is/simexplorer-is-storage/src/main/java/
branches/migration-200901/simexplorer-is/simexplorer-is-storage/src/main/resources/
branches/migration-200901/simexplorer-is/simexplorer-is-storage/src/main/resources/properties/config.properties
branches/migration-200901/simexplorer-is/simexplorer-is-storage/src/test/java/
branches/migration-200901/simexplorer-is/simexplorer-is-storage/src/test/java/fr/
branches/migration-200901/simexplorer-is/simexplorer-is-storage/src/test/resources/
branches/migration-200901/simexplorer-is/simexplorer-is-storage/src/test/resources/log4j.properties
branches/migration-200901/simexplorer-is/simexplorer-is-storage/src/test/resources/properties/
branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/main/java/
branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/main/pkg/
branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/main/resources/
branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/main/resources/i18n/simexplorer-is-swing-en_GB.properties
branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/main/resources/i18n/simexplorer-is-swing-fr_FR.properties
branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/test/java/
branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/test/java/fr/
branches/migration-200901/simexplorer-is/simexplorer-is-web/src/main/java/
branches/migration-200901/simexplorer-is/simexplorer-is-web/src/main/resources/
Removed:
branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/java/
branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/resources/
branches/migration-200901/simexplorer-is/simexplorer-is-security/src/java/
branches/migration-200901/simexplorer-is/simexplorer-is-security/src/resources/
branches/migration-200901/simexplorer-is/simexplorer-is-security/src/test/com/
branches/migration-200901/simexplorer-is/simexplorer-is-security/src/test/ejb3unit.properties
branches/migration-200901/simexplorer-is/simexplorer-is-security/src/test/fr/
branches/migration-200901/simexplorer-is/simexplorer-is-security/src/test/log4j.properties
branches/migration-200901/simexplorer-is/simexplorer-is-service/src/java/
branches/migration-200901/simexplorer-is/simexplorer-is-service/src/resources/
branches/migration-200901/simexplorer-is/simexplorer-is-service/src/test/fr/
branches/migration-200901/simexplorer-is/simexplorer-is-service/src/test/properties/
branches/migration-200901/simexplorer-is/simexplorer-is-storage/src/java/
branches/migration-200901/simexplorer-is/simexplorer-is-storage/src/main/resources/properties/config.properties
branches/migration-200901/simexplorer-is/simexplorer-is-storage/src/resources/
branches/migration-200901/simexplorer-is/simexplorer-is-storage/src/test/fr/
branches/migration-200901/simexplorer-is/simexplorer-is-storage/src/test/log4j.properties
branches/migration-200901/simexplorer-is/simexplorer-is-storage/src/test/properties/
branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/
branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/main/resources/i18n/simexplorer-is-swing-en_GB.properties
branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/main/resources/i18n/simexplorer-is-swing-fr_FR.properties
branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/pkg/
branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/resources/
branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/test/fr/
branches/migration-200901/simexplorer-is/simexplorer-is-web/src/java/
branches/migration-200901/simexplorer-is/simexplorer-is-web/src/resources/
Modified:
branches/migration-200901/simexplorer-is/pom.xml
branches/migration-200901/simexplorer-is/simexplorer-is-ear/pom.xml
branches/migration-200901/simexplorer-is/simexplorer-is-entities/pom.xml
branches/migration-200901/simexplorer-is/simexplorer-is-service/pom.xml
branches/migration-200901/simexplorer-is/simexplorer-is-storage/pom.xml
branches/migration-200901/simexplorer-is/simexplorer-is-swing/pom.xml
branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/main/java/fr/cemagref/simexplorer/is/ui/swing/SimExplorer.java
branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/main/java/fr/cemagref/simexplorer/is/ui/swing/SimExplorerContext.java
branches/migration-200901/simexplorer-is/simexplorer-is-web/pom.xml
Log:
preparation a l'uitlisation layout maven 2 : stage 2
Modified: branches/migration-200901/simexplorer-is/pom.xml
===================================================================
--- branches/migration-200901/simexplorer-is/pom.xml 2009-01-21 22:46:28 UTC (rev 1550)
+++ branches/migration-200901/simexplorer-is/pom.xml 2009-01-21 23:39:28 UTC (rev 1551)
@@ -10,9 +10,9 @@
<!-- ************************************************************* -->
<parent>
- <groupId>lutinlib</groupId>
+ <groupId>org.codelutin</groupId>
<artifactId>lutinproject</artifactId>
- <version>2.2</version>
+ <version>3.3</version>
</parent>
<groupId>simexplorer-is</groupId>
@@ -30,7 +30,7 @@
<dependencies>
<dependency>
- <groupId>lutinlib</groupId>
+ <groupId>org.codelutin</groupId>
<artifactId>lutinutil</artifactId>
</dependency>
</dependencies>
@@ -40,13 +40,13 @@
<!-- librairies lutin -->
<dependency>
- <groupId>lutinlib</groupId>
+ <groupId>org.codelutin</groupId>
<artifactId>lutinutil</artifactId>
<version>${lutinutil.version}</version>
</dependency>
<dependency>
- <groupId>lutinlib</groupId>
+ <groupId>org.codelutin</groupId>
<artifactId>lutinwidget</artifactId>
<version>${lutinwidget.version}</version>
<scope>compile</scope>
@@ -124,20 +124,6 @@
<scope>compile</scope>
</dependency>
- <!-- libraires commons -->
- <dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- <version>2.3</version>
- </dependency>
-
- <!-- todo a supprimer car dans lutinproject -->
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- <version>1.1</version>
- </dependency>
-
<!-- librairie jboss -->
<dependency>
<groupId>jboss</groupId>
@@ -194,6 +180,12 @@
<!-- autres librairies -->
<dependency>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ <version>2.3</version>
+ </dependency>
+
+ <dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.0.64</version>
@@ -225,6 +217,13 @@
</dependency>
<dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.5</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>5.1</version>
@@ -304,40 +303,24 @@
<!-- labs project name -->
<labs.project>simexplorer-si</labs.project>
- <current.version.released>1.0-SNAPSHOT</current.version.released>
-
<!-- jaxx version -->
<jaxx.version>1.1-SNAPSHOT</jaxx.version>
<!-- commandline version -->
<commandline.version>1.0-SNAPSHOT</commandline.version>
- <!-- i18n version -->
- <i18n.version>0.3</i18n.version>
+ <!-- lutinutil version -->
+ <lutinutil.version>1.0.3-SNAPSHOT</lutinutil.version>
+ <!-- lutinwidget version -->
+ <lutinwidget.version>0.12</lutinwidget.version>
+
<!-- Tapestry version -->
<tapestry.version>5.0.11</tapestry.version>
<!-- jboss version -->
<jboss.version>4.2.2.GA</jboss.version>
- <!-- lutinutil version todo use 1.0.3 -->
- <lutinutil.version>0.29.1</lutinutil.version>
-
- <!-- lutinwidget version todo use 0.12 -->
- <lutinwidget.version>0.10-SNAPSHOT</lutinwidget.version>
-
- <!-- todo remove this, already in lutinproject 3.3 -->
-
- <!-- source base dir (ne respecte pas la convention maven2) -->
- <maven.src.dir>${basedir}/src</maven.src.dir>
-
- <!-- compile with ? -->
- <maven.compile.source>1.6</maven.compile.source>
- <maven.compile.target>1.6</maven.compile.target>
- <!-- compilation encondig -->
- <maven.compile.encoding>UTF-8</maven.compile.encoding>
-
</properties>
<build>
@@ -365,117 +348,17 @@
</plugin>
<plugin>
- <artifactId>maven-compiler-plugin</artifactId>
+ <artifactId>maven-eclipse-plugin</artifactId>
<configuration>
- <source>${maven.compile.source}</source>
- <target>${maven.compile.target}</target>
- <encoding>${maven.compile.encoding}</encoding>
+ <useProjectReferences>true</useProjectReferences>
</configuration>
</plugin>
- <plugin>
- <groupId>lutinplugin</groupId>
- <artifactId>maven-i18n-plugin</artifactId>
- <version>${i18n.version}</version>
- <configuration>
- <bundles>
- <param>fr_FR</param>
- <param>en_GB</param>
- </bundles>
- <keepBackup>false</keepBackup>
- </configuration>
- </plugin>
</plugins>
</pluginManagement>
<plugins>
- <!--plugin>
- <groupId>org.codelutin</groupId>
- <artifactId>maven-jrst-plugin</artifactId>
- <version>0.8.4-SNAPSHOT</version>
- <executions>
- <execution>
- <phase>test</phase>
- <goals>
- <goal>jrst</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <inputEncoding>
- ${maven.compile.encoding}
- </inputEncoding>
- <outputEncoding>
- ${maven.compile.encoding}
- </outputEncoding>
- <directoryIn>${basedir}/src/site</directoryIn>
- <directoryOut>
- ${basedir}/target/generated-site/xdoc
- </directoryOut>
- <verbose>${maven.verbose}</verbose>
- <overwrite>true</overwrite>
- </configuration>
- </plugin-->
- <!--plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-site-plugin</artifactId>
- <configuration>
- <outputEncoding>
- ${maven.compile.encoding}
- </outputEncoding>
- <locales>fr</locales>
- <siteDirectory>src/site</siteDirectory>
- <generateReports>false</generateReports>
- <xdocDirectory>
- ${basedir}/target/generated-site/xdoc/fr/rst
- </xdocDirectory>
- </configuration>
- </plugin-->
- <!--plugin>
- <artifactId>maven-ejb-plugin</artifactId>
- <configuration>
- <ejbVersion>3.0</ejbVersion>
- </configuration>
- </plugin-->
- <!--plugin>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <skip>${maven.test.skip}</skip>
- <excludes>
- <exclude>**/*MassTestCase.java</exclude>
- </excludes>
- </configuration>
- </plugin-->
- <!--plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>${maven.compile.source}</source>
- <target>${maven.compile.target}</target>
- <encoding>${maven.compile.encoding}</encoding>
- </configuration>
- </plugin-->
- <!-- NO remove this ide plugin :) no IDE config in project -->
- <!--plugin>
- <artifactId>maven-eclipse-plugin</artifactId>
- <configuration>
- <useProjectReferences>true</useProjectReferences>
- </configuration>
- </plugin-->
-
- <!--plugin>
- <groupId>lutinplugin</groupId>
- <artifactId>maven-i18n-plugin</artifactId>
- <version>0.3</version>
- <configuration>
- <bundles>
- <param>fr_FR</param>
- <param>en_GB</param>
- </bundles>
- <keepBackup>false</keepBackup>
- </configuration>
- </plugin-->
-
</plugins>
</build>
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-ear/pom.xml
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-ear/pom.xml 2009-01-21 22:46:28 UTC (rev 1550)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-ear/pom.xml 2009-01-21 23:39:28 UTC (rev 1551)
@@ -16,7 +16,7 @@
</parent>
<artifactId>simexplorer-is-ear</artifactId>
- <version>${current.version.released}</version>
+
<dependencies>
<!-- sibling dependencies -->
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-entities/pom.xml
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-entities/pom.xml 2009-01-21 22:46:28 UTC (rev 1550)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-entities/pom.xml 2009-01-21 23:39:28 UTC (rev 1551)
@@ -39,11 +39,10 @@
<build>
<plugins>
<plugin>
- <groupId>lutinplugin</groupId>
+ <groupId>org.codelutin</groupId>
<artifactId>maven-i18n-plugin</artifactId>
<executions>
- <execution>
- <phase>process-classes</phase>
+ <execution>
<goals>
<goal>parserJava</goal>
<goal>gen</goal>
Copied: branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/main/java (from rev 1547, branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/java)
Copied: branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/main/resources (from rev 1547, branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/resources)
Copied: branches/migration-200901/simexplorer-is/simexplorer-is-security/src/main/java (from rev 1547, branches/migration-200901/simexplorer-is/simexplorer-is-security/src/java)
Copied: branches/migration-200901/simexplorer-is/simexplorer-is-security/src/main/resources (from rev 1547, branches/migration-200901/simexplorer-is/simexplorer-is-security/src/resources)
Deleted: branches/migration-200901/simexplorer-is/simexplorer-is-security/src/test/ejb3unit.properties
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-security/src/test/ejb3unit.properties 2009-01-21 22:46:28 UTC (rev 1550)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-security/src/test/ejb3unit.properties 2009-01-21 23:39:28 UTC (rev 1551)
@@ -1,12 +0,0 @@
-### The ejb3unit configuration file ###
-#ejb3unit.inMemoryTest=true
-ejb3unit.inMemoryTest=false
-ejb3unit.connection.url=jdbc:h2:mem:ejb3unit
-ejb3unit.connection.driver_class=org.h2.Driver
-ejb3unit.connection.username=
-ejb3unit.connection.password=
-ejb3unit.dialect=org.hibernate.dialect.H2Dialect
-ejb3unit.show_sql=false
-
-## values are create-drop, create, update ##
-ejb3unit.schema.update=create
Copied: branches/migration-200901/simexplorer-is/simexplorer-is-security/src/test/java/com (from rev 1547, branches/migration-200901/simexplorer-is/simexplorer-is-security/src/test/com)
Copied: branches/migration-200901/simexplorer-is/simexplorer-is-security/src/test/java/fr (from rev 1547, branches/migration-200901/simexplorer-is/simexplorer-is-security/src/test/fr)
Deleted: branches/migration-200901/simexplorer-is/simexplorer-is-security/src/test/log4j.properties
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-security/src/test/log4j.properties 2009-01-21 22:46:28 UTC (rev 1550)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-security/src/test/log4j.properties 2009-01-21 23:39:28 UTC (rev 1551)
@@ -1,13 +0,0 @@
-# Global logging configuration
-log4j.rootLogger=ERROR, stdout
-# Console output...
-log4j.appender.stdout=org.apache.log4j.ConsoleAppender
-log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
-log4j.appender.stdout.layout.ConversionPattern=%5p [%t] (%F:%L) %M - %m%n
-
-# package level
-log4j.logger.fr.cemagref.simexplorer.is=ERROR
-log4j.logger.org.codelutin=ERROR
-log4j.logger.com.bm=ERROR
-
-
Copied: branches/migration-200901/simexplorer-is/simexplorer-is-security/src/test/resources/ejb3unit.properties (from rev 1547, branches/migration-200901/simexplorer-is/simexplorer-is-security/src/test/ejb3unit.properties)
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-security/src/test/resources/ejb3unit.properties (rev 0)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-security/src/test/resources/ejb3unit.properties 2009-01-21 23:39:28 UTC (rev 1551)
@@ -0,0 +1,12 @@
+### The ejb3unit configuration file ###
+#ejb3unit.inMemoryTest=true
+ejb3unit.inMemoryTest=false
+ejb3unit.connection.url=jdbc:h2:mem:ejb3unit
+ejb3unit.connection.driver_class=org.h2.Driver
+ejb3unit.connection.username=
+ejb3unit.connection.password=
+ejb3unit.dialect=org.hibernate.dialect.H2Dialect
+ejb3unit.show_sql=false
+
+## values are create-drop, create, update ##
+ejb3unit.schema.update=create
Copied: branches/migration-200901/simexplorer-is/simexplorer-is-security/src/test/resources/log4j.properties (from rev 1547, branches/migration-200901/simexplorer-is/simexplorer-is-security/src/test/log4j.properties)
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-security/src/test/resources/log4j.properties (rev 0)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-security/src/test/resources/log4j.properties 2009-01-21 23:39:28 UTC (rev 1551)
@@ -0,0 +1,13 @@
+# Global logging configuration
+log4j.rootLogger=ERROR, stdout
+# Console output...
+log4j.appender.stdout=org.apache.log4j.ConsoleAppender
+log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
+log4j.appender.stdout.layout.ConversionPattern=%5p [%t] (%F:%L) %M - %m%n
+
+# package level
+log4j.logger.fr.cemagref.simexplorer.is=ERROR
+log4j.logger.org.codelutin=ERROR
+log4j.logger.com.bm=ERROR
+
+
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-service/pom.xml
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-service/pom.xml 2009-01-21 22:46:28 UTC (rev 1550)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-service/pom.xml 2009-01-21 23:39:28 UTC (rev 1551)
@@ -103,11 +103,10 @@
<build>
<plugins>
<plugin>
- <groupId>lutinplugin</groupId>
+ <groupId>org.codelutin</groupId>
<artifactId>maven-i18n-plugin</artifactId>
<executions>
- <execution>
- <phase>process-classes</phase>
+ <execution>
<goals>
<goal>parserJava</goal>
<goal>gen</goal>
Copied: branches/migration-200901/simexplorer-is/simexplorer-is-service/src/main/java (from rev 1547, branches/migration-200901/simexplorer-is/simexplorer-is-service/src/java)
Copied: branches/migration-200901/simexplorer-is/simexplorer-is-service/src/main/resources (from rev 1547, branches/migration-200901/simexplorer-is/simexplorer-is-service/src/resources)
Copied: branches/migration-200901/simexplorer-is/simexplorer-is-service/src/test/java/fr (from rev 1547, branches/migration-200901/simexplorer-is/simexplorer-is-service/src/test/fr)
Copied: branches/migration-200901/simexplorer-is/simexplorer-is-service/src/test/resources/properties (from rev 1547, branches/migration-200901/simexplorer-is/simexplorer-is-service/src/test/properties)
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-storage/pom.xml
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-storage/pom.xml 2009-01-21 22:46:28 UTC (rev 1550)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-storage/pom.xml 2009-01-21 23:39:28 UTC (rev 1551)
@@ -36,11 +36,8 @@
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-core</artifactId>
</dependency>
+
<dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- </dependency>
- <dependency>
<groupId>jboss</groupId>
<artifactId>jboss-ejb3x</artifactId>
</dependency>
Copied: branches/migration-200901/simexplorer-is/simexplorer-is-storage/src/main/java (from rev 1547, branches/migration-200901/simexplorer-is/simexplorer-is-storage/src/java)
Copied: branches/migration-200901/simexplorer-is/simexplorer-is-storage/src/main/resources (from rev 1547, branches/migration-200901/simexplorer-is/simexplorer-is-storage/src/resources)
Deleted: branches/migration-200901/simexplorer-is/simexplorer-is-storage/src/main/resources/properties/config.properties
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-storage/src/resources/properties/config.properties 2009-01-21 22:26:14 UTC (rev 1547)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-storage/src/main/resources/properties/config.properties 2009-01-21 23:39:28 UTC (rev 1551)
@@ -1,4 +0,0 @@
-simexplorer.db=/var/local/simexplorer/server-db
-simexplorer.data=/var/local/simexplorer/server-data/
-simexplorer.optimizeperiod=3600
-simexplorer.adminmail=landais at codelutin.com
Copied: branches/migration-200901/simexplorer-is/simexplorer-is-storage/src/main/resources/properties/config.properties (from rev 1548, branches/migration-200901/simexplorer-is/simexplorer-is-storage/src/resources/properties/config.properties)
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-storage/src/main/resources/properties/config.properties (rev 0)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-storage/src/main/resources/properties/config.properties 2009-01-21 23:39:28 UTC (rev 1551)
@@ -0,0 +1,4 @@
+simexplorer.db=/var/local/simexplorer/server-db
+simexplorer.data=/var/local/simexplorer/server-data/
+simexplorer.optimizeperiod=3600
+simexplorer.adminmail=chemit at codelutin.com
Copied: branches/migration-200901/simexplorer-is/simexplorer-is-storage/src/test/java/fr (from rev 1547, branches/migration-200901/simexplorer-is/simexplorer-is-storage/src/test/fr)
Deleted: branches/migration-200901/simexplorer-is/simexplorer-is-storage/src/test/log4j.properties
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-storage/src/test/log4j.properties 2009-01-21 22:46:28 UTC (rev 1550)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-storage/src/test/log4j.properties 2009-01-21 23:39:28 UTC (rev 1551)
@@ -1,12 +0,0 @@
-# Global logging configuration
-log4j.rootLogger=ERROR, stdout
-# Console output...
-log4j.appender.stdout=org.apache.log4j.ConsoleAppender
-log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
-log4j.appender.stdout.layout.ConversionPattern=%5p [%t] (%F:%L) %M - %m%n
-
-# package level
-log4j.logger.fr.cemagref.simexplorer.is=INFO
-log4j.logger.org.codelutin=INFO
-
-
Copied: branches/migration-200901/simexplorer-is/simexplorer-is-storage/src/test/resources/log4j.properties (from rev 1547, branches/migration-200901/simexplorer-is/simexplorer-is-storage/src/test/log4j.properties)
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-storage/src/test/resources/log4j.properties (rev 0)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-storage/src/test/resources/log4j.properties 2009-01-21 23:39:28 UTC (rev 1551)
@@ -0,0 +1,12 @@
+# Global logging configuration
+log4j.rootLogger=ERROR, stdout
+# Console output...
+log4j.appender.stdout=org.apache.log4j.ConsoleAppender
+log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
+log4j.appender.stdout.layout.ConversionPattern=%5p [%t] (%F:%L) %M - %m%n
+
+# package level
+log4j.logger.fr.cemagref.simexplorer.is=INFO
+log4j.logger.org.codelutin=INFO
+
+
Copied: branches/migration-200901/simexplorer-is/simexplorer-is-storage/src/test/resources/properties (from rev 1547, branches/migration-200901/simexplorer-is/simexplorer-is-storage/src/test/properties)
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-swing/pom.xml
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-swing/pom.xml 2009-01-21 22:46:28 UTC (rev 1550)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-swing/pom.xml 2009-01-21 23:39:28 UTC (rev 1551)
@@ -74,7 +74,7 @@
</dependency>
<dependency>
- <groupId>lutinlib</groupId>
+ <groupId>org.codelutin</groupId>
<artifactId>lutinwidget</artifactId>
</dependency>
@@ -97,7 +97,7 @@
<!--Main class in JAR -->
<maven.jar.main.class>fr.cemagref.simexplorer.is.ui.swing.SimExplorer</maven.jar.main.class>
- <maven.java.src.dir>${maven.src.dir}/java</maven.java.src.dir>
+ <maven.java.src.dir>${maven.src.dir}/main/java</maven.java.src.dir>
<maven.classes.dir>${basedir}/target/classes</maven.classes.dir>
<maven.gen.dir>${basedir}/target/generated-sources</maven.gen.dir>
@@ -123,7 +123,7 @@
<goal>genJava</goal>
</goals>
<configuration>
- <source>${maven.src.dir}/resources/commandline.properties</source>
+ <source>${maven.src.dir}/main/resources/commandline.properties</source>
<out>${maven.gen.dir}/java</out>
<concreteConfig>true</concreteConfig>
<concreteContextFQN>fr.cemagref.simexplorer.is.ui.swing.SimExplorerContext
@@ -145,7 +145,7 @@
<configuration>
<rstFilePath>${maven.src.dir}/site/@bundle@/rst/user</rstFilePath>
<out>${basedir}/target/classes</out>
- <i18nCP>${maven.src.dir}/resources</i18nCP>
+ <i18nCP>${maven.src.dir}/main/resources</i18nCP>
</configuration>
</execution>
</executions>
@@ -155,9 +155,9 @@
<groupId>org.codelutin.jaxx</groupId>
<artifactId>maven-jaxx-plugin</artifactId>
<version>${jaxx.version}</version>
- <configuration>
+ <!--configuration>
<src>${basedir}/src/java</src>
- </configuration>
+ </configuration-->
<executions>
<execution>
<goals>
@@ -167,12 +167,12 @@
</executions>
<dependencies>
<dependency>
- <groupId>lutinlib</groupId>
+ <groupId>org.codelutin</groupId>
<artifactId>lutinwidget</artifactId>
<version>${lutinwidget.version}</version>
</dependency>
<dependency>
- <groupId>lutinlib</groupId>
+ <groupId>org.codelutin</groupId>
<artifactId>lutinutil</artifactId>
<version>${lutinutil.version}</version>
</dependency>
@@ -181,64 +181,47 @@
<!-- Compile phase -->
<plugin>
- <groupId>lutinplugin</groupId>
+ <groupId>org.codelutin</groupId>
<artifactId>maven-i18n-plugin</artifactId>
<executions>
<execution>
- <phase>process-classes</phase>
<id>javaActionConfig</id>
<goals>
<goal>parserJavaActionConfig</goal>
</goals>
<configuration>
- <treateDefaultEntry>
- false
- </treateDefaultEntry>
+ <treateDefaultEntry>false</treateDefaultEntry>
<entries>
<entry>
- <basedir>
- ${maven.src.dir}/java
- </basedir>
+ <basedir>${maven.src.dir}/main/java</basedir>
<includes>
- <param>
- fr\/cemagref\/simexplorer\/is\/ui\/swing\/actions\/**\/*Action.java
- </param>
+ <param>fr\/cemagref\/simexplorer\/is\/ui\/swing\/actions\/**\/*Action.java</param>
</includes>
<excludes>
- <param>
- fr\/cemagref\/simexplorer\/is\/ui\/swing\/actions\/**\/*AbstractAction.java
- </param>
+ <param>fr\/cemagref\/simexplorer\/is\/ui\/swing\/actions\/**\/*AbstractAction.java</param>
</excludes>
</entry>
</entries>
</configuration>
</execution>
<execution>
- <phase>process-classes</phase>
<id>javaTabConfig</id>
<goals>
<goal>parserJavaTabConfig</goal>
</goals>
<configuration>
- <treateDefaultEntry>
- false
- </treateDefaultEntry>
+ <treateDefaultEntry>false</treateDefaultEntry>
<entries>
<entry>
- <basedir>
- ${maven.src.dir}/java
- </basedir>
+ <basedir>${maven.src.dir}/main/java</basedir>
<includes>
- <param>
- fr\/cemagref\/simexplorer\/is\/ui\/swing\/ui\/SimExplorerTab.java
- </param>
+ <param>fr\/cemagref\/simexplorer\/is\/ui\/swing\/ui\/SimExplorerTab.java</param>
</includes>
</entry>
</entries>
</configuration>
</execution>
<execution>
- <phase>process-classes</phase>
<id>java</id>
<goals>
<goal>parserJava</goal>
@@ -282,7 +265,7 @@
<mainClass>${maven.jar.main.class}</mainClass>
<addClasspath>true</addClasspath>
<addExtensions/>
- <classpathPrefix>lib/</classpathPrefix>
+ <classpathPrefix>./lib/</classpathPrefix>
</manifest>
</archive>
</configuration>
@@ -296,7 +279,7 @@
<defaultDistro>ubuntu_hardy</defaultDistro>
<shortDescription>Java Swing UI SimExplorer-is application</shortDescription>
<defaults>
- <srcAuxFilesDir>src/pkg</srcAuxFilesDir>
+ <srcAuxFilesDir>${maven.src.dir}/main/pkg</srcAuxFilesDir>
<section>app-office</section>
<mainClass>${maven.jar.main.class}</mainClass>
<maxJavaMemory>256m</maxJavaMemory>
Copied: branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/main/java (from rev 1547, branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java)
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/main/java/fr/cemagref/simexplorer/is/ui/swing/SimExplorer.java
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/SimExplorer.java 2009-01-21 22:26:14 UTC (rev 1547)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/main/java/fr/cemagref/simexplorer/is/ui/swing/SimExplorer.java 2009-01-21 23:39:28 UTC (rev 1551)
@@ -151,7 +151,7 @@
}
public void initI18n() {
- I18n.init(getContext().getMainConfig().getLocale(), getContext().getMainConfig().getEncoding());
+ I18n.init(getContext().getMainConfig().getLocale());
}
protected SimExplorer() {
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/main/java/fr/cemagref/simexplorer/is/ui/swing/SimExplorerContext.java
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/SimExplorerContext.java 2009-01-21 22:26:14 UTC (rev 1547)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/main/java/fr/cemagref/simexplorer/is/ui/swing/SimExplorerContext.java 2009-01-21 23:39:28 UTC (rev 1551)
@@ -104,7 +104,7 @@
}
public void initI18n() {
- I18n.init(getMainConfig().getLocale(), getMainConfig().getEncoding());
+ I18n.init(getMainConfig().getLocale());
}
public void dispose(boolean reload) {
Copied: branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/main/pkg (from rev 1547, branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/pkg)
Copied: branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/main/resources (from rev 1547, branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/resources)
Deleted: branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/main/resources/i18n/simexplorer-is-swing-en_GB.properties
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/resources/i18n/simexplorer-is-swing-en_GB.properties 2009-01-21 22:26:14 UTC (rev 1547)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/main/resources/i18n/simexplorer-is-swing-en_GB.properties 2009-01-21 23:39:28 UTC (rev 1551)
@@ -1,197 +0,0 @@
-simexplorer.action.advancedSearch=Advanced search
-simexplorer.action.advancedSearch.help=
-simexplorer.action.advancedSearch.tooltip=Show advanced search dialog
-simexplorer.action.changeSizor=Change Page size
-simexplorer.action.changeSizor.help=
-simexplorer.action.changeSizor.tooltip=Select the number of results to display in a page
-simexplorer.action.changeVersion.tooltip=Choose another version
-simexplorer.action.closeTab=close
-simexplorer.action.closeTab.help=
-simexplorer.action.closeTab.tooltip=close the tab
-simexplorer.action.collapseAll=collapseAll
-simexplorer.action.collapseAll.help=
-simexplorer.action.collapseAll.tooltip=Collapse all nodes of ''{0}''
-simexplorer.action.connect=Connect
-simexplorer.action.connect.help=
-simexplorer.action.connect.tooltip=Connect to remote server
-simexplorer.action.currentPage=page
-simexplorer.action.deleteElement=Delete element
-simexplorer.action.deleteElement.help=
-simexplorer.action.deleteElement.tooltip=Delete element ''{0}''
-simexplorer.action.detailToTree=Synchronize detail to tree
-simexplorer.action.detailToTree.help=
-simexplorer.action.detailToTree.tooltip=Synchronize element ''{0}'' as navigation root node
-simexplorer.action.download.attachment=Directory where to download attachment ''{0}'' of element ''{1}''
-simexplorer.action.download.le=Directory where to download element ''{0}''
-simexplorer.action.downloadAttachment=Download Attachment
-simexplorer.action.downloadAttachment.help=
-simexplorer.action.downloadAttachment.tooltip=Download attachment ''{0}''
-simexplorer.action.downloadElement=Download element
-simexplorer.action.downloadElement.help=
-simexplorer.action.downloadElement.tooltip=Download element ''{0}''
-simexplorer.action.expandAll=expandAll
-simexplorer.action.expandAll.help=Expand all nodes
-simexplorer.action.expandAll.tooltip=Expand all nodes of ''{0}''
-simexplorer.action.exportElement=export
-simexplorer.action.exportElement.help=
-simexplorer.action.exportElementToLocal.tooltip=Export element ''{0} [{1}]'' to locale database
-simexplorer.action.exportElementToRemote.tooltip=Export element ''{0} [{1}]'' to remote database
-simexplorer.action.generateData=Generate random data
-simexplorer.action.generateData.help=
-simexplorer.action.generateData.tooltip=Generate random data in local storage
-simexplorer.action.goFirstPage=First page
-simexplorer.action.goFirstPage.help=
-simexplorer.action.goFirstPage.tooltip=Access to first page in the list of results
-simexplorer.action.goLastPage=Last page
-simexplorer.action.goLastPage.help=
-simexplorer.action.goLastPage.tooltip=Access to last page in the list of results
-simexplorer.action.goNextPage=Next page
-simexplorer.action.goNextPage.help=
-simexplorer.action.goNextPage.tooltip=Access to next page in the list of results
-simexplorer.action.goPage=Page
-simexplorer.action.goPage.help=
-simexplorer.action.goPage.tooltip=Select page to display in the list of results
-simexplorer.action.goPreviousPage=Previous page
-simexplorer.action.goPreviousPage.help=
-simexplorer.action.goPreviousPage.tooltip=Access to previous page in the list of results
-simexplorer.action.hideTab_local=List (local)
-simexplorer.action.hideTab_local.help=
-simexplorer.action.hideTab_local.tooltip=hide the list of local elements
-simexplorer.action.hideTab_remote=List (remote)
-simexplorer.action.hideTab_remote.help=
-simexplorer.action.hideTab_remote.tooltip=Hide the list of remote elements
-simexplorer.action.historyAdd=
-simexplorer.action.historyAdd.help=
-simexplorer.action.historyAdd.tooltip=
-simexplorer.action.historyDelete=Delete from history
-simexplorer.action.historyDelete.help=
-simexplorer.action.historyDelete.tooltip=Delete deleted element from history
-simexplorer.action.historyDeleteExport=Delete exported from history
-simexplorer.action.historyDeleteExport.help=
-simexplorer.action.historyDeleteExport.tooltip=Delete from history exported element
-simexplorer.action.historyNext=Next in history
-simexplorer.action.historyNext.help=
-simexplorer.action.historyNext.tooltip=Display next element ''{0}''
-simexplorer.action.historyPrevious=Previous in history
-simexplorer.action.historyPrevious.help=
-simexplorer.action.historyPrevious.tooltip=Display previous element ''{0}''
-simexplorer.action.historyReset=Reset history
-simexplorer.action.historyReset.help=
-simexplorer.action.historyReset.tooltip=Reset the elements' history
-simexplorer.action.historyUnconnect=Reset remote from history
-simexplorer.action.historyUnconnect.help=
-simexplorer.action.historyUnconnect.tooltip=Delete from history remote elements
-simexplorer.action.importElement=import
-simexplorer.action.importElement.help=
-simexplorer.action.importElementToLocal.tooltip=Import into local database
-simexplorer.action.importElementToRemote.tooltip=Import into remote database
-simexplorer.action.resetPassword=Reset password
-simexplorer.action.resetPassword.help=
-simexplorer.action.resetPassword.tooltip=Reset you remote connexion password (a new password will be asked at next connexion)
-simexplorer.action.resetSearch=reset
-simexplorer.action.resetSearch.help=
-simexplorer.action.resetSearch.tooltip=reset search
-simexplorer.action.search=search
-simexplorer.action.search.help=
-simexplorer.action.search.tooltip=Launch search
-simexplorer.action.searchText.tooltip=Text to search in applications
-simexplorer.action.showTab_detail=Show details
-simexplorer.action.showTab_detail.help=
-simexplorer.action.showTab_detail.tooltip=show Detail of element ''{0}''
-simexplorer.action.showTab_local=List (local)
-simexplorer.action.showTab_local.help=
-simexplorer.action.showTab_local.tooltip=Show the list of local elements
-simexplorer.action.showTab_remote=List (remote)
-simexplorer.action.showTab_remote.help=
-simexplorer.action.showTab_remote.tooltip=Show the list of remote elements (need connexion)
-simexplorer.action.showTab_synchronize=Synchronize
-simexplorer.action.showTab_synchronize.help=
-simexplorer.action.showTab_synchronize.tooltip=Show synchronize screen for element ''{0}''
-simexplorer.action.unconnect=Unconnect
-simexplorer.action.unconnect.help=
-simexplorer.action.unconnect.tooltip=Disconnect from remote server
-simexplorer.choose.applicationexploration=Choose a application's exploration (*.zip)
-simexplorer.choose.dir=Choose this directory
-simexplorer.choose.import.label=Import type
-simexplorer.choose.library=Choose a library file (*.?)
-simexplorer.common.apply=Apply
-simexplorer.common.cancel=Cancel
-simexplorer.common.close=Close
-simexplorer.common.creationDate=create date
-simexplorer.common.description=description
-simexplorer.common.elementClass=type
-simexplorer.common.key=key
-simexplorer.common.login=Login
-simexplorer.common.name=name
-simexplorer.common.ok=Ok
-simexplorer.common.passphrase=Password
-simexplorer.common.type=type
-simexplorer.common.value=value
-simexplorer.common.version=version
-simexplorer.config.local.data.description=Local database data directory
-simexplorer.config.local.db.description=Local database directory
-simexplorer.config.local.description=Local server configuration
-simexplorer.config.local.optimizePeriod.description=Optimize period (Lucene)
-simexplorer.config.main.autoConnect.description=Flag to auto connect to remote server at init time
-simexplorer.config.main.configFileName.description=The path of the configuration file
-simexplorer.config.main.copyright.description=
-simexplorer.config.main.debugMode.description=Debug mode
-simexplorer.config.main.description=Configuration de l'application SimExplorer SI
-simexplorer.config.main.encoding.description=Encoding of application
-simexplorer.config.main.localSizor.description=number of result to display by page in local list
-simexplorer.config.main.locale.description=User locale
-simexplorer.config.main.organisationName.description=
-simexplorer.config.main.organisationURL.description=
-simexplorer.config.main.projectName.description=name of PRoject
-simexplorer.config.main.projectURL.description=
-simexplorer.config.main.remoteSizor.description=number of result to display by page in remote list
-simexplorer.config.main.showLocalTab.description=Show at launch time, the local tab
-simexplorer.config.main.showRemoteTab.description=Show at launch time, the remote tab
-simexplorer.config.main.userFirstName.description=User first name
-simexplorer.config.main.userLastName.description=User last name
-simexplorer.config.main.userMail.description=User email adress
-simexplorer.config.main.version.description=Version of application
-simexplorer.config.menu=Configuration
-simexplorer.config.remote.URI.description=URI of the remote storage service
-simexplorer.config.remote.description=Remote server configuration
-simexplorer.config.remote.login.description=User login to remote server
-simexplorer.config.remote.password.description=User password to connect remote server
-simexplorer.config.remote.proxyLogin.description=login to proxy host
-simexplorer.config.remote.proxyPassword.description=password to proxy host
-simexplorer.config.remote.useAuthenticationProxy.description=use an anthenticated proxy
-simexplorer.config.remote.useProxy.description=use a proxy host toreach remote server
-simexplorer.confirm.delete=Confirm delete of ''{0}''
-simexplorer.debug.menu=Debug
-simexplorer.entities.applicationExploration=Exploration Application
-simexplorer.entities.library=Library
-simexplorer.error.dialog.message=An error was found
-simexplorer.error.dialog.title=Error detected\!
-simexplorer.error.login.failed=Remote authentication failed...
-simexplorer.error.service.failed=Remote server is not reachable...
-simexplorer.help.menu=Help
-simexplorer.login.retry=Do you want to retry ?
-simexplorer.login.title=Authentication to remote server
-simexplorer.main.menu=Main
-simexplorer.main.ui.title=SimExplorer SI v 0.1
-simexplorer.node.descriptors=Descriptor(s) ({0})
-simexplorer.node.navigation.local=Local element
-simexplorer.node.navigation.remote=Remote element
-simexplorer.node.noattachments=No attachment
-simexplorer.node.nodetail=No detail
-simexplorer.option.description.changeConfig=change value of configuration property (with **key**) by value **value**.
-simexplorer.option.description.changeFileConfig=specify the configuration's file to load
-simexplorer.option.description.editConfig=to launch UI of configuration editor
-simexplorer.option.description.help=Show this help
-simexplorer.option.description.helpConfig=Show config properties help
-simexplorer.option.description.resetConfig=Reset user configuration.
-simexplorer.option.description.showConfig=See configuration details
-simexplorer.option.description.ui=launch or not user interface (**flag**)
-simexplorer.tab.detail=Detail
-simexplorer.tab.detail.tooltip=Screen of details of an element
-simexplorer.tab.local=Local elements
-simexplorer.tab.local.tooltip=List of all elements existing on local database
-simexplorer.tab.remote=Remote elements
-simexplorer.tab.remote.tooltip=List of all elements existing on remote server
-simexplorer.tab.synchronize=Synchronize
-simexplorer.tab.synchronize.tooltip=Screen to synchronize applications
-{0}\ should\ have\ a\ name\ like\ this\ {1},\ but\ was\ {2}=
Copied: branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/main/resources/i18n/simexplorer-is-swing-en_GB.properties (from rev 1548, branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/resources/i18n/simexplorer-is-swing-en_GB.properties)
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/main/resources/i18n/simexplorer-is-swing-en_GB.properties (rev 0)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/main/resources/i18n/simexplorer-is-swing-en_GB.properties 2009-01-21 23:39:28 UTC (rev 1551)
@@ -0,0 +1,197 @@
+simexplorer.action.advancedSearch=Advanced search
+simexplorer.action.advancedSearch.help=
+simexplorer.action.advancedSearch.tooltip=Show advanced search dialog
+simexplorer.action.changeSizor=Change Page size
+simexplorer.action.changeSizor.help=
+simexplorer.action.changeSizor.tooltip=Select the number of results to display in a page
+simexplorer.action.changeVersion.tooltip=Choose another version
+simexplorer.action.closeTab=close
+simexplorer.action.closeTab.help=
+simexplorer.action.closeTab.tooltip=close the tab
+simexplorer.action.collapseAll=collapseAll
+simexplorer.action.collapseAll.help=
+simexplorer.action.collapseAll.tooltip=Collapse all nodes of '%1$s'
+simexplorer.action.connect=Connect
+simexplorer.action.connect.help=
+simexplorer.action.connect.tooltip=Connect to remote server
+simexplorer.action.currentPage=page
+simexplorer.action.deleteElement=Delete element
+simexplorer.action.deleteElement.help=
+simexplorer.action.deleteElement.tooltip=Delete element '%1$s'
+simexplorer.action.detailToTree=Synchronize detail to tree
+simexplorer.action.detailToTree.help=
+simexplorer.action.detailToTree.tooltip=Synchronize element '%1$s' as navigation root node
+simexplorer.action.download.attachment=Directory where to download attachment '%1$s' of element '%2$s'
+simexplorer.action.download.le=Directory where to download element '%1$s'
+simexplorer.action.downloadAttachment=Download Attachment
+simexplorer.action.downloadAttachment.help=
+simexplorer.action.downloadAttachment.tooltip=Download attachment '%1$s'
+simexplorer.action.downloadElement=Download element
+simexplorer.action.downloadElement.help=
+simexplorer.action.downloadElement.tooltip=Download element '%1$s'
+simexplorer.action.expandAll=expandAll
+simexplorer.action.expandAll.help=Expand all nodes
+simexplorer.action.expandAll.tooltip=Expand all nodes of '%1$s'
+simexplorer.action.exportElement=export
+simexplorer.action.exportElement.help=
+simexplorer.action.exportElementToLocal.tooltip=Export element '%1$s [%2$s]' to locale database
+simexplorer.action.exportElementToRemote.tooltip=Export element '%1$s [%2$s]' to remote database
+simexplorer.action.generateData=Generate random data
+simexplorer.action.generateData.help=
+simexplorer.action.generateData.tooltip=Generate random data in local storage
+simexplorer.action.goFirstPage=First page
+simexplorer.action.goFirstPage.help=
+simexplorer.action.goFirstPage.tooltip=Access to first page in the list of results
+simexplorer.action.goLastPage=Last page
+simexplorer.action.goLastPage.help=
+simexplorer.action.goLastPage.tooltip=Access to last page in the list of results
+simexplorer.action.goNextPage=Next page
+simexplorer.action.goNextPage.help=
+simexplorer.action.goNextPage.tooltip=Access to next page in the list of results
+simexplorer.action.goPage=Page
+simexplorer.action.goPage.help=
+simexplorer.action.goPage.tooltip=Select page to display in the list of results
+simexplorer.action.goPreviousPage=Previous page
+simexplorer.action.goPreviousPage.help=
+simexplorer.action.goPreviousPage.tooltip=Access to previous page in the list of results
+simexplorer.action.hideTab_local=List (local)
+simexplorer.action.hideTab_local.help=
+simexplorer.action.hideTab_local.tooltip=hide the list of local elements
+simexplorer.action.hideTab_remote=List (remote)
+simexplorer.action.hideTab_remote.help=
+simexplorer.action.hideTab_remote.tooltip=Hide the list of remote elements
+simexplorer.action.historyAdd=
+simexplorer.action.historyAdd.help=
+simexplorer.action.historyAdd.tooltip=
+simexplorer.action.historyDelete=Delete from history
+simexplorer.action.historyDelete.help=
+simexplorer.action.historyDelete.tooltip=Delete deleted element from history
+simexplorer.action.historyDeleteExport=Delete exported from history
+simexplorer.action.historyDeleteExport.help=
+simexplorer.action.historyDeleteExport.tooltip=Delete from history exported element
+simexplorer.action.historyNext=Next in history
+simexplorer.action.historyNext.help=
+simexplorer.action.historyNext.tooltip=Display next element '%1$s'
+simexplorer.action.historyPrevious=Previous in history
+simexplorer.action.historyPrevious.help=
+simexplorer.action.historyPrevious.tooltip=Display previous element '%1$s'
+simexplorer.action.historyReset=Reset history
+simexplorer.action.historyReset.help=
+simexplorer.action.historyReset.tooltip=Reset the elements' history
+simexplorer.action.historyUnconnect=Reset remote from history
+simexplorer.action.historyUnconnect.help=
+simexplorer.action.historyUnconnect.tooltip=Delete from history remote elements
+simexplorer.action.importElement=import
+simexplorer.action.importElement.help=
+simexplorer.action.importElementToLocal.tooltip=Import into local database
+simexplorer.action.importElementToRemote.tooltip=Import into remote database
+simexplorer.action.resetPassword=Reset password
+simexplorer.action.resetPassword.help=
+simexplorer.action.resetPassword.tooltip=Reset you remote connexion password (a new password will be asked at next connexion)
+simexplorer.action.resetSearch=reset
+simexplorer.action.resetSearch.help=
+simexplorer.action.resetSearch.tooltip=reset search
+simexplorer.action.search=search
+simexplorer.action.search.help=
+simexplorer.action.search.tooltip=Launch search
+simexplorer.action.searchText.tooltip=Text to search in applications
+simexplorer.action.showTab_detail=Show details
+simexplorer.action.showTab_detail.help=
+simexplorer.action.showTab_detail.tooltip=show Detail of element '%1$s'
+simexplorer.action.showTab_local=List (local)
+simexplorer.action.showTab_local.help=
+simexplorer.action.showTab_local.tooltip=Show the list of local elements
+simexplorer.action.showTab_remote=List (remote)
+simexplorer.action.showTab_remote.help=
+simexplorer.action.showTab_remote.tooltip=Show the list of remote elements (need connexion)
+simexplorer.action.showTab_synchronize=Synchronize
+simexplorer.action.showTab_synchronize.help=
+simexplorer.action.showTab_synchronize.tooltip=Show synchronize screen for element '%1$s'
+simexplorer.action.unconnect=Unconnect
+simexplorer.action.unconnect.help=
+simexplorer.action.unconnect.tooltip=Disconnect from remote server
+simexplorer.choose.applicationexploration=Choose a application's exploration (*.zip)
+simexplorer.choose.dir=Choose this directory
+simexplorer.choose.import.label=Import type
+simexplorer.choose.library=Choose a library file (*.?)
+simexplorer.common.apply=Apply
+simexplorer.common.cancel=Cancel
+simexplorer.common.close=Close
+simexplorer.common.creationDate=create date
+simexplorer.common.description=description
+simexplorer.common.elementClass=type
+simexplorer.common.key=key
+simexplorer.common.login=Login
+simexplorer.common.name=name
+simexplorer.common.ok=Ok
+simexplorer.common.passphrase=Password
+simexplorer.common.type=type
+simexplorer.common.value=value
+simexplorer.common.version=version
+simexplorer.config.local.data.description=Local database data directory
+simexplorer.config.local.db.description=Local database directory
+simexplorer.config.local.description=Local server configuration
+simexplorer.config.local.optimizePeriod.description=Optimize period (Lucene)
+simexplorer.config.main.autoConnect.description=Flag to auto connect to remote server at init time
+simexplorer.config.main.configFileName.description=The path of the configuration file
+simexplorer.config.main.copyright.description=
+simexplorer.config.main.debugMode.description=Debug mode
+simexplorer.config.main.description=Configuration de l'application SimExplorer SI
+simexplorer.config.main.encoding.description=Encoding of application
+simexplorer.config.main.localSizor.description=number of result to display by page in local list
+simexplorer.config.main.locale.description=User locale
+simexplorer.config.main.organisationName.description=
+simexplorer.config.main.organisationURL.description=
+simexplorer.config.main.projectName.description=name of PRoject
+simexplorer.config.main.projectURL.description=
+simexplorer.config.main.remoteSizor.description=number of result to display by page in remote list
+simexplorer.config.main.showLocalTab.description=Show at launch time, the local tab
+simexplorer.config.main.showRemoteTab.description=Show at launch time, the remote tab
+simexplorer.config.main.userFirstName.description=User first name
+simexplorer.config.main.userLastName.description=User last name
+simexplorer.config.main.userMail.description=User email adress
+simexplorer.config.main.version.description=Version of application
+simexplorer.config.menu=Configuration
+simexplorer.config.remote.URI.description=URI of the remote storage service
+simexplorer.config.remote.description=Remote server configuration
+simexplorer.config.remote.login.description=User login to remote server
+simexplorer.config.remote.password.description=User password to connect remote server
+simexplorer.config.remote.proxyLogin.description=login to proxy host
+simexplorer.config.remote.proxyPassword.description=password to proxy host
+simexplorer.config.remote.useAuthenticationProxy.description=use an anthenticated proxy
+simexplorer.config.remote.useProxy.description=use a proxy host toreach remote server
+simexplorer.confirm.delete=Confirm delete of '%1$s'
+simexplorer.debug.menu=Debug
+simexplorer.entities.applicationExploration=Exploration Application
+simexplorer.entities.library=Library
+simexplorer.error.dialog.message=An error was found
+simexplorer.error.dialog.title=Error detected\!
+simexplorer.error.login.failed=Remote authentication failed...
+simexplorer.error.service.failed=Remote server is not reachable...
+simexplorer.help.menu=Help
+simexplorer.login.retry=Do you want to retry ?
+simexplorer.login.title=Authentication to remote server
+simexplorer.main.menu=Main
+simexplorer.main.ui.title=SimExplorer SI v 1.0
+simexplorer.node.descriptors=Descriptor(s) (%1$s)
+simexplorer.node.navigation.local=Local element
+simexplorer.node.navigation.remote=Remote element
+simexplorer.node.noattachments=No attachment
+simexplorer.node.nodetail=No detail
+simexplorer.option.description.changeConfig=change value of configuration property (with **key**) by value **value**.
+simexplorer.option.description.changeFileConfig=specify the configuration's file to load
+simexplorer.option.description.editConfig=to launch UI of configuration editor
+simexplorer.option.description.help=Show this help
+simexplorer.option.description.helpConfig=Show config properties help
+simexplorer.option.description.resetConfig=Reset user configuration.
+simexplorer.option.description.showConfig=See configuration details
+simexplorer.option.description.ui=launch or not user interface (**flag**)
+simexplorer.tab.detail=Detail
+simexplorer.tab.detail.tooltip=Screen of details of an element
+simexplorer.tab.local=Local elements
+simexplorer.tab.local.tooltip=List of all elements existing on local database
+simexplorer.tab.remote=Remote elements
+simexplorer.tab.remote.tooltip=List of all elements existing on remote server
+simexplorer.tab.synchronize=Synchronize
+simexplorer.tab.synchronize.tooltip=Screen to synchronize applications
+{0}\ should\ have\ a\ name\ like\ this\ {1},\ but\ was\ {2}=
Deleted: branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/main/resources/i18n/simexplorer-is-swing-fr_FR.properties
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/resources/i18n/simexplorer-is-swing-fr_FR.properties 2009-01-21 22:26:14 UTC (rev 1547)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/main/resources/i18n/simexplorer-is-swing-fr_FR.properties 2009-01-21 23:39:28 UTC (rev 1551)
@@ -1,197 +0,0 @@
-simexplorer.action.advancedSearch=Recherche avanc\u00E9e
-simexplorer.action.advancedSearch.help=
-simexplorer.action.advancedSearch.tooltip=Cliquer pour afficher le recherche avanc\u00E9e
-simexplorer.action.changeSizor=Change fen\u00EAtre
-simexplorer.action.changeSizor.help=
-simexplorer.action.changeSizor.tooltip=Choisir le nombre de r\u00E9sultats par page
-simexplorer.action.changeVersion.tooltip=Choisir une autre version
-simexplorer.action.closeTab=Fermer
-simexplorer.action.closeTab.help=
-simexplorer.action.closeTab.tooltip=Fermer l'onglet
-simexplorer.action.collapseAll=tout r\u00E9duire
-simexplorer.action.collapseAll.help=
-simexplorer.action.collapseAll.tooltip=R\u00E9duire tous les noeuds de ''{0}''
-simexplorer.action.connect=Connexion
-simexplorer.action.connect.help=
-simexplorer.action.connect.tooltip=Se connecter au serveur distant
-simexplorer.action.currentPage=page
-simexplorer.action.deleteElement=Supprimer
-simexplorer.action.deleteElement.help=
-simexplorer.action.deleteElement.tooltip=Supprimer l''\u00E9l\u00E9ment ''{0}''
-simexplorer.action.detailToTree=Afficher dans l'arbre
-simexplorer.action.detailToTree.help=
-simexplorer.action.detailToTree.tooltip=Positionne l''\u00E9l\u00E9ment ''{0}'' comme racine de l''arbre de navigation
-simexplorer.action.download.attachment=R\u00E9pertoire o\u00F9 t\u00E9l\u00E9charger le fichier attach\u00E9 ''{0}'' de l''\u00E9l\u00E9ment ''{1}''
-simexplorer.action.download.le=R\u00E9pertoire o\u00F9 t\u00E9l\u00E9charger le zip de l''\u00E9l\u00E9ment ''{0}''
-simexplorer.action.downloadAttachment=T\u00E9l\u00E9charger le fichier attach\u00E9
-simexplorer.action.downloadAttachment.help=
-simexplorer.action.downloadAttachment.tooltip=T\u00E9l\u00E9charger le fichier attach\u00E9 ''{0}''
-simexplorer.action.downloadElement=T\u00E9l\u00E9charger le zip
-simexplorer.action.downloadElement.help=
-simexplorer.action.downloadElement.tooltip=T\u00E9l\u00E9charger le zip de l''\u00E9l\u00E9ment ''{0}''
-simexplorer.action.expandAll=tout d\u00E9rouler
-simexplorer.action.expandAll.help=
-simexplorer.action.expandAll.tooltip=\u00E9taler tous les noeuds de ''{0}''
-simexplorer.action.exportElement=Exporter
-simexplorer.action.exportElement.help=
-simexplorer.action.exportElementToLocal.tooltip=Exporter l''\u00E9l\u00E9ment ''{0} [{1}]'' vers la base locale
-simexplorer.action.exportElementToRemote.tooltip=Export l''\u00E9l\u00E9ment ''{0} [{1}]'' vers la base distante
-simexplorer.action.generateData=G\u00E9n\u00E9rer des donn\u00E9es al\u00E9atoires
-simexplorer.action.generateData.help=
-simexplorer.action.generateData.tooltip=G\u00E9n\u00E9re des donn\u00E9es al\u00E9atoires dans le syst\u00E8me local
-simexplorer.action.goFirstPage=Premi\u00E8re page
-simexplorer.action.goFirstPage.help=
-simexplorer.action.goFirstPage.tooltip=Acc\u00E9der \u00E0 la premi\u00E8re page de la liste des r\u00E9sultats
-simexplorer.action.goLastPage=Derni\u00E8re Page
-simexplorer.action.goLastPage.help=
-simexplorer.action.goLastPage.tooltip=Acc\u00E9der \u00E0 la derni\u00E8re page de la liste des r\u00E9sultats
-simexplorer.action.goNextPage=Prochaine page
-simexplorer.action.goNextPage.help=
-simexplorer.action.goNextPage.tooltip=Acc\u00E9der \u00E0 la prochaine page de la liste des r\u00E9sultats
-simexplorer.action.goPage=Page
-simexplorer.action.goPage.help=
-simexplorer.action.goPage.tooltip=Choisir la page \u00E0 acc\u00E9der dans la liste des r\u00E9sultats
-simexplorer.action.goPreviousPage=Pr\u00E9c\u00E9dente page
-simexplorer.action.goPreviousPage.help=
-simexplorer.action.goPreviousPage.tooltip=Acc\u00E9der \u00E0 la page pr\u00E9c\u00E9dente de la liste des r\u00E9sultats
-simexplorer.action.hideTab_local=Liste locale
-simexplorer.action.hideTab_local.help=
-simexplorer.action.hideTab_local.tooltip=Cacher la liste des \u00E9lements du serveur local
-simexplorer.action.hideTab_remote=Liste distante
-simexplorer.action.hideTab_remote.help=
-simexplorer.action.hideTab_remote.tooltip=Cacher la liste des \u00E9l\u00E9ments du serveur distant
-simexplorer.action.historyAdd=
-simexplorer.action.historyAdd.help=
-simexplorer.action.historyAdd.tooltip=
-simexplorer.action.historyDelete=Suprimer de l'historique
-simexplorer.action.historyDelete.help=
-simexplorer.action.historyDelete.tooltip=Supprimer un \u00E9l\u00E9ment de l'historique
-simexplorer.action.historyDeleteExport=Suprime export\u00E9 de l'historique
-simexplorer.action.historyDeleteExport.help=
-simexplorer.action.historyDeleteExport.tooltip=Supprimer l'\u00E9l\u00E9ment export\u00E9 de l'historique
-simexplorer.action.historyNext=El\u00E9ment suivant
-simexplorer.action.historyNext.help=
-simexplorer.action.historyNext.tooltip=Afficher l''\u00E9l\u00E9ment suivant ''{0}''
-simexplorer.action.historyPrevious=El\u00E9ment pr\u00E9c\u00E9dent
-simexplorer.action.historyPrevious.help=
-simexplorer.action.historyPrevious.tooltip=Afficher l''\u00E9l\u00E9ment pr\u00E9c\u00E9dent ''{0}''
-simexplorer.action.historyReset=Vider l'historique
-simexplorer.action.historyReset.help=
-simexplorer.action.historyReset.tooltip=R\u00E9initialise l'historique des \u00E9lements
-simexplorer.action.historyUnconnect=Supprimer les \u00E9l\u00E9ments distants
-simexplorer.action.historyUnconnect.help=
-simexplorer.action.historyUnconnect.tooltip=Supprimer les \u00E9l\u00E9ments distants de l'historique
-simexplorer.action.importElement=importer
-simexplorer.action.importElement.help=
-simexplorer.action.importElementToLocal.tooltip=Importer dans la base locale
-simexplorer.action.importElementToRemote.tooltip=Importer dans la base distante
-simexplorer.action.resetPassword=R\u00E9initialiser mot de passe
-simexplorer.action.resetPassword.help=
-simexplorer.action.resetPassword.tooltip=R\u00E9initialiser votre mot de passe (un novueau vous sera demand\u00E9 \u00E0 la prochainne connexion)
-simexplorer.action.resetSearch=r\u00E9initialiser
-simexplorer.action.resetSearch.help=
-simexplorer.action.resetSearch.tooltip=R\u00E9initialiser la recherche
-simexplorer.action.search=chercher
-simexplorer.action.search.help=
-simexplorer.action.search.tooltip=Lancer la recherche
-simexplorer.action.searchText.tooltip=Le texte de recherche
-simexplorer.action.showTab_detail=Voir les d\u00E9tails
-simexplorer.action.showTab_detail.help=
-simexplorer.action.showTab_detail.tooltip=Afficher les d\u00E9tails de l''\u00E9l\u00E9ment ''{0}''
-simexplorer.action.showTab_local=Liste locale
-simexplorer.action.showTab_local.help=
-simexplorer.action.showTab_local.tooltip=Afficher la liste des \u00E9l\u00E9ments du serveur local
-simexplorer.action.showTab_remote=Liste distante
-simexplorer.action.showTab_remote.help=
-simexplorer.action.showTab_remote.tooltip=Afficher la liste des \u00E9l\u00E9ments du serveur distant
-simexplorer.action.showTab_synchronize=Synchroniser
-simexplorer.action.showTab_synchronize.help=
-simexplorer.action.showTab_synchronize.tooltip=Afficher l''\u00E9cran de synchronisation de l''\u00E9l\u00E9ment ''{0}''
-simexplorer.action.unconnect=D\u00E9connexion
-simexplorer.action.unconnect.help=
-simexplorer.action.unconnect.tooltip=Se d\u00E9connecter du serveur distant
-simexplorer.choose.applicationexploration=Choisir une exploration d'application (*.zip)
-simexplorer.choose.dir=Choisir ce r\u00E9pertoire
-simexplorer.choose.import.label=Type d'\u00E9l\u00E9ment \u00E0 importer
-simexplorer.choose.library=Choisir une librairie (*.?)
-simexplorer.common.apply=Appliquer
-simexplorer.common.cancel=Annuler
-simexplorer.common.close=Fermer
-simexplorer.common.creationDate=date de cr\u00E9ation
-simexplorer.common.description=description
-simexplorer.common.elementClass=type
-simexplorer.common.key=nom descriptor
-simexplorer.common.login=Login utilisateur
-simexplorer.common.name=nom
-simexplorer.common.ok=Ok
-simexplorer.common.passphrase=Mot de passe
-simexplorer.common.type=type
-simexplorer.common.value=valeur
-simexplorer.common.version=version
-simexplorer.config.local.data.description=R\u00E9pertoire des donn\u00E9es de la base locale
-simexplorer.config.local.db.description=R\u00E9pertoire de la base locale
-simexplorer.config.local.description=Configuration du serveur local
-simexplorer.config.local.optimizePeriod.description=La p\u00E9riode optimale (Lucene)
-simexplorer.config.main.autoConnect.description=Se connecter automatiquement au d\u00E9marrage
-simexplorer.config.main.configFileName.description=Le chemin du fichier de configuration
-simexplorer.config.main.copyright.description=
-simexplorer.config.main.debugMode.description=Mode debug
-simexplorer.config.main.description=La configuration de l'application
-simexplorer.config.main.encoding.description=L'encoding du syst\u00E8me
-simexplorer.config.main.localSizor.description=Nombre de r\u00E9sultats par page dans la liste locale
-simexplorer.config.main.locale.description=La langue de l'utilisateur
-simexplorer.config.main.organisationName.description=
-simexplorer.config.main.organisationURL.description=
-simexplorer.config.main.projectName.description=Le nom du projet
-simexplorer.config.main.projectURL.description=
-simexplorer.config.main.remoteSizor.description=Nombre de r\u00E9sultats par page dans la liste distante
-simexplorer.config.main.showLocalTab.description=Voir au d\u00E9marrage l'onglet Local
-simexplorer.config.main.showRemoteTab.description=Voir au d\u00E9mrrage l'onglet Distant
-simexplorer.config.main.userFirstName.description=Le pr\u00E9nom de l'utilisateur
-simexplorer.config.main.userLastName.description=Le nom de l'utilisateur
-simexplorer.config.main.userMail.description=Le courriel de l'utilisateur
-simexplorer.config.main.version.description=La version du logiciel
-simexplorer.config.menu=Configuration
-simexplorer.config.remote.URI.description=l'uri du service distant
-simexplorer.config.remote.description=Configuration du serveur distant
-simexplorer.config.remote.login.description=Le login de l'utilisateur au service distant
-simexplorer.config.remote.password.description=Le mot de passe utilisateur (non visible) au serveur distant
-simexplorer.config.remote.proxyLogin.description=Login proxy
-simexplorer.config.remote.proxyPassword.description=Mot de passe proxy
-simexplorer.config.remote.useAuthenticationProxy.description=utilise une authentification sur le proxy
-simexplorer.config.remote.useProxy.description=utilise un proxy pour atteindre le serveur distant
-simexplorer.confirm.delete=Confirmer la suppression de ''{0}''
-simexplorer.debug.menu=Debug
-simexplorer.entities.applicationExploration=Exploration d'application
-simexplorer.entities.library=Librairie
-simexplorer.error.dialog.message=Une erreur est survenue\!
-simexplorer.error.dialog.title=Erreur detect\u00E9e
-simexplorer.error.login.failed=L'authentification a \u00E9chou\u00E9e...
-simexplorer.error.service.failed=Le serveur central n'est pas joignable
-simexplorer.help.menu=Aide
-simexplorer.login.retry=Voulez-vous ressayer de vous connecter ?
-simexplorer.login.title=Connexion au serveur central
-simexplorer.main.menu=Menu principal
-simexplorer.main.ui.title=SimExplorer SI v 0.1
-simexplorer.node.descriptors=Descripteur(s) ({0})
-simexplorer.node.navigation.local=\u00E9l\u00E9ment local
-simexplorer.node.navigation.remote=\u00E9l\u00E9ment distant
-simexplorer.node.noattachments=Pas de fichier attach\u00E9
-simexplorer.node.nodetail=Pas de d\u00E9tail
-simexplorer.option.description.changeConfig=remplace la valeur d'une propri\u00E9t\u00E9 de clef **key** de la configuration par la valeur **value**.
-simexplorer.option.description.changeFileConfig=sp\u00E9cifer le fichier de configuration utilis\u00E9
-simexplorer.option.description.editConfig=pour lancer l'UI d'\u00E9dition de la configuration
-simexplorer.option.description.help=Voir cette aide
-simexplorer.option.description.helpConfig=Voir l'aide des propri\u00E9t\u00E9s de configuration
-simexplorer.option.description.resetConfig=R\u00E9initialisation de la configuration.
-simexplorer.option.description.showConfig=Voir les d\u00E9tails d'une configuration
-simexplorer.option.description.ui=Lancer ou non l'interface ui
-simexplorer.tab.detail=D\u00E9tail
-simexplorer.tab.detail.tooltip=L'\u00E9cran affichant les d\u00E9tails d'un \u00E9l\u00E9ment
-simexplorer.tab.local=Liste locale
-simexplorer.tab.local.tooltip=La liste des \u00E9l\u00E9ments pr\u00E9sents sur le serveur local
-simexplorer.tab.remote=Liste distante
-simexplorer.tab.remote.tooltip=La liste des \u00E9l\u00E9ments pr\u00E9sents sur le serveur distant
-simexplorer.tab.synchronize=Synchronisation
-simexplorer.tab.synchronize.tooltip=L'\u00E9cran de synchronisation des \u00E9l\u00E9ments
-{0}\ should\ have\ a\ name\ like\ this\ {1},\ but\ was\ {2}=
Copied: branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/main/resources/i18n/simexplorer-is-swing-fr_FR.properties (from rev 1548, branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/resources/i18n/simexplorer-is-swing-fr_FR.properties)
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/main/resources/i18n/simexplorer-is-swing-fr_FR.properties (rev 0)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/main/resources/i18n/simexplorer-is-swing-fr_FR.properties 2009-01-21 23:39:28 UTC (rev 1551)
@@ -0,0 +1,197 @@
+simexplorer.action.advancedSearch=Recherche avanc\u00E9e
+simexplorer.action.advancedSearch.help=
+simexplorer.action.advancedSearch.tooltip=Cliquer pour afficher le recherche avanc\u00E9e
+simexplorer.action.changeSizor=Change fen\u00EAtre
+simexplorer.action.changeSizor.help=
+simexplorer.action.changeSizor.tooltip=Choisir le nombre de r\u00E9sultats par page
+simexplorer.action.changeVersion.tooltip=Choisir une autre version
+simexplorer.action.closeTab=Fermer
+simexplorer.action.closeTab.help=
+simexplorer.action.closeTab.tooltip=Fermer l'onglet
+simexplorer.action.collapseAll=tout r\u00E9duire
+simexplorer.action.collapseAll.help=
+simexplorer.action.collapseAll.tooltip=R\u00E9duire tous les noeuds de '%1$s'
+simexplorer.action.connect=Connexion
+simexplorer.action.connect.help=
+simexplorer.action.connect.tooltip=Se connecter au serveur distant
+simexplorer.action.currentPage=page
+simexplorer.action.deleteElement=Supprimer
+simexplorer.action.deleteElement.help=
+simexplorer.action.deleteElement.tooltip=Supprimer l'\u00E9l\u00E9ment '%1$s'
+simexplorer.action.detailToTree=Afficher dans l'arbre
+simexplorer.action.detailToTree.help=
+simexplorer.action.detailToTree.tooltip=Positionne l'\u00E9l\u00E9ment '%1$s' comme racine de l'arbre de navigation
+simexplorer.action.download.attachment=R\u00E9pertoire o\u00F9 t\u00E9l\u00E9charger le fichier attach\u00E9 '%1$s' de l'\u00E9l\u00E9ment '%2$s'
+simexplorer.action.download.le=R\u00E9pertoire o\u00F9 t\u00E9l\u00E9charger le zip de l'\u00E9l\u00E9ment '%1$s'
+simexplorer.action.downloadAttachment=T\u00E9l\u00E9charger le fichier attach\u00E9
+simexplorer.action.downloadAttachment.help=
+simexplorer.action.downloadAttachment.tooltip=T\u00E9l\u00E9charger le fichier attach\u00E9 '%1$s'
+simexplorer.action.downloadElement=T\u00E9l\u00E9charger le zip
+simexplorer.action.downloadElement.help=
+simexplorer.action.downloadElement.tooltip=T\u00E9l\u00E9charger le zip de l'\u00E9l\u00E9ment '%1$s'
+simexplorer.action.expandAll=tout d\u00E9rouler
+simexplorer.action.expandAll.help=
+simexplorer.action.expandAll.tooltip=\u00E9taler tous les noeuds de '%1$s'
+simexplorer.action.exportElement=Exporter
+simexplorer.action.exportElement.help=
+simexplorer.action.exportElementToLocal.tooltip=Exporter l'\u00E9l\u00E9ment '%1$s [%2$s]' vers la base locale
+simexplorer.action.exportElementToRemote.tooltip=Export l'\u00E9l\u00E9ment '%1$s [%2$s]' vers la base distante
+simexplorer.action.generateData=G\u00E9n\u00E9rer des donn\u00E9es al\u00E9atoires
+simexplorer.action.generateData.help=
+simexplorer.action.generateData.tooltip=G\u00E9n\u00E9re des donn\u00E9es al\u00E9atoires dans le syst\u00E8me local
+simexplorer.action.goFirstPage=Premi\u00E8re page
+simexplorer.action.goFirstPage.help=
+simexplorer.action.goFirstPage.tooltip=Acc\u00E9der \u00E0 la premi\u00E8re page de la liste des r\u00E9sultats
+simexplorer.action.goLastPage=Derni\u00E8re Page
+simexplorer.action.goLastPage.help=
+simexplorer.action.goLastPage.tooltip=Acc\u00E9der \u00E0 la derni\u00E8re page de la liste des r\u00E9sultats
+simexplorer.action.goNextPage=Prochaine page
+simexplorer.action.goNextPage.help=
+simexplorer.action.goNextPage.tooltip=Acc\u00E9der \u00E0 la prochaine page de la liste des r\u00E9sultats
+simexplorer.action.goPage=Page
+simexplorer.action.goPage.help=
+simexplorer.action.goPage.tooltip=Choisir la page \u00E0 acc\u00E9der dans la liste des r\u00E9sultats
+simexplorer.action.goPreviousPage=Pr\u00E9c\u00E9dente page
+simexplorer.action.goPreviousPage.help=
+simexplorer.action.goPreviousPage.tooltip=Acc\u00E9der \u00E0 la page pr\u00E9c\u00E9dente de la liste des r\u00E9sultats
+simexplorer.action.hideTab_local=Liste locale
+simexplorer.action.hideTab_local.help=
+simexplorer.action.hideTab_local.tooltip=Cacher la liste des \u00E9lements du serveur local
+simexplorer.action.hideTab_remote=Liste distante
+simexplorer.action.hideTab_remote.help=
+simexplorer.action.hideTab_remote.tooltip=Cacher la liste des \u00E9l\u00E9ments du serveur distant
+simexplorer.action.historyAdd=
+simexplorer.action.historyAdd.help=
+simexplorer.action.historyAdd.tooltip=
+simexplorer.action.historyDelete=Suprimer de l'historique
+simexplorer.action.historyDelete.help=
+simexplorer.action.historyDelete.tooltip=Supprimer un \u00E9l\u00E9ment de l'historique
+simexplorer.action.historyDeleteExport=Suprime export\u00E9 de l'historique
+simexplorer.action.historyDeleteExport.help=
+simexplorer.action.historyDeleteExport.tooltip=Supprimer l'\u00E9l\u00E9ment export\u00E9 de l'historique
+simexplorer.action.historyNext=El\u00E9ment suivant
+simexplorer.action.historyNext.help=
+simexplorer.action.historyNext.tooltip=Afficher l'\u00E9l\u00E9ment suivant '%1$s'
+simexplorer.action.historyPrevious=El\u00E9ment pr\u00E9c\u00E9dent
+simexplorer.action.historyPrevious.help=
+simexplorer.action.historyPrevious.tooltip=Afficher l'\u00E9l\u00E9ment pr\u00E9c\u00E9dent '%1$s'
+simexplorer.action.historyReset=Vider l'historique
+simexplorer.action.historyReset.help=
+simexplorer.action.historyReset.tooltip=R\u00E9initialise l'historique des \u00E9lements
+simexplorer.action.historyUnconnect=Supprimer les \u00E9l\u00E9ments distants
+simexplorer.action.historyUnconnect.help=
+simexplorer.action.historyUnconnect.tooltip=Supprimer les \u00E9l\u00E9ments distants de l'historique
+simexplorer.action.importElement=importer
+simexplorer.action.importElement.help=
+simexplorer.action.importElementToLocal.tooltip=Importer dans la base locale
+simexplorer.action.importElementToRemote.tooltip=Importer dans la base distante
+simexplorer.action.resetPassword=R\u00E9initialiser mot de passe
+simexplorer.action.resetPassword.help=
+simexplorer.action.resetPassword.tooltip=R\u00E9initialiser votre mot de passe (un novueau vous sera demand\u00E9 \u00E0 la prochainne connexion)
+simexplorer.action.resetSearch=r\u00E9initialiser
+simexplorer.action.resetSearch.help=
+simexplorer.action.resetSearch.tooltip=R\u00E9initialiser la recherche
+simexplorer.action.search=chercher
+simexplorer.action.search.help=
+simexplorer.action.search.tooltip=Lancer la recherche
+simexplorer.action.searchText.tooltip=Le texte de recherche
+simexplorer.action.showTab_detail=Voir les d\u00E9tails
+simexplorer.action.showTab_detail.help=
+simexplorer.action.showTab_detail.tooltip=Afficher les d\u00E9tails de l'\u00E9l\u00E9ment '%1$s'
+simexplorer.action.showTab_local=Liste locale
+simexplorer.action.showTab_local.help=
+simexplorer.action.showTab_local.tooltip=Afficher la liste des \u00E9l\u00E9ments du serveur local
+simexplorer.action.showTab_remote=Liste distante
+simexplorer.action.showTab_remote.help=
+simexplorer.action.showTab_remote.tooltip=Afficher la liste des \u00E9l\u00E9ments du serveur distant
+simexplorer.action.showTab_synchronize=Synchroniser
+simexplorer.action.showTab_synchronize.help=
+simexplorer.action.showTab_synchronize.tooltip=Afficher l'\u00E9cran de synchronisation de l'\u00E9l\u00E9ment '%1$s'
+simexplorer.action.unconnect=D\u00E9connexion
+simexplorer.action.unconnect.help=
+simexplorer.action.unconnect.tooltip=Se d\u00E9connecter du serveur distant
+simexplorer.choose.applicationexploration=Choisir une exploration d'application (*.zip)
+simexplorer.choose.dir=Choisir ce r\u00E9pertoire
+simexplorer.choose.import.label=Type d'\u00E9l\u00E9ment \u00E0 importer
+simexplorer.choose.library=Choisir une librairie (*.?)
+simexplorer.common.apply=Appliquer
+simexplorer.common.cancel=Annuler
+simexplorer.common.close=Fermer
+simexplorer.common.creationDate=date de cr\u00E9ation
+simexplorer.common.description=description
+simexplorer.common.elementClass=type
+simexplorer.common.key=nom descriptor
+simexplorer.common.login=Login utilisateur
+simexplorer.common.name=nom
+simexplorer.common.ok=Ok
+simexplorer.common.passphrase=Mot de passe
+simexplorer.common.type=type
+simexplorer.common.value=valeur
+simexplorer.common.version=version
+simexplorer.config.local.data.description=R\u00E9pertoire des donn\u00E9es de la base locale
+simexplorer.config.local.db.description=R\u00E9pertoire de la base locale
+simexplorer.config.local.description=Configuration du serveur local
+simexplorer.config.local.optimizePeriod.description=La p\u00E9riode optimale (Lucene)
+simexplorer.config.main.autoConnect.description=Se connecter automatiquement au d\u00E9marrage
+simexplorer.config.main.configFileName.description=Le chemin du fichier de configuration
+simexplorer.config.main.copyright.description=
+simexplorer.config.main.debugMode.description=Mode debug
+simexplorer.config.main.description=La configuration de l'application
+simexplorer.config.main.encoding.description=L'encoding du syst\u00E8me
+simexplorer.config.main.localSizor.description=Nombre de r\u00E9sultats par page dans la liste locale
+simexplorer.config.main.locale.description=La langue de l'utilisateur
+simexplorer.config.main.organisationName.description=
+simexplorer.config.main.organisationURL.description=
+simexplorer.config.main.projectName.description=Le nom du projet
+simexplorer.config.main.projectURL.description=
+simexplorer.config.main.remoteSizor.description=Nombre de r\u00E9sultats par page dans la liste distante
+simexplorer.config.main.showLocalTab.description=Voir au d\u00E9marrage l'onglet Local
+simexplorer.config.main.showRemoteTab.description=Voir au d\u00E9mrrage l'onglet Distant
+simexplorer.config.main.userFirstName.description=Le pr\u00E9nom de l'utilisateur
+simexplorer.config.main.userLastName.description=Le nom de l'utilisateur
+simexplorer.config.main.userMail.description=Le courriel de l'utilisateur
+simexplorer.config.main.version.description=La version du logiciel
+simexplorer.config.menu=Configuration
+simexplorer.config.remote.URI.description=l'uri du service distant
+simexplorer.config.remote.description=Configuration du serveur distant
+simexplorer.config.remote.login.description=Le login de l'utilisateur au service distant
+simexplorer.config.remote.password.description=Le mot de passe utilisateur (non visible) au serveur distant
+simexplorer.config.remote.proxyLogin.description=Login proxy
+simexplorer.config.remote.proxyPassword.description=Mot de passe proxy
+simexplorer.config.remote.useAuthenticationProxy.description=utilise une authentification sur le proxy
+simexplorer.config.remote.useProxy.description=utilise un proxy pour atteindre le serveur distant
+simexplorer.confirm.delete=Confirmer la suppression de '%1$s'
+simexplorer.debug.menu=Debug
+simexplorer.entities.applicationExploration=Exploration d'application
+simexplorer.entities.library=Librairie
+simexplorer.error.dialog.message=Une erreur est survenue\!
+simexplorer.error.dialog.title=Erreur detect\u00E9e
+simexplorer.error.login.failed=L'authentification a \u00E9chou\u00E9e...
+simexplorer.error.service.failed=Le serveur central n'est pas joignable
+simexplorer.help.menu=Aide
+simexplorer.login.retry=Voulez-vous ressayer de vous connecter ?
+simexplorer.login.title=Connexion au serveur central
+simexplorer.main.menu=Menu principal
+simexplorer.main.ui.title=SimExplorer SI v 1.0
+simexplorer.node.descriptors=Descripteur(s) (%1$s)
+simexplorer.node.navigation.local=\u00E9l\u00E9ment local
+simexplorer.node.navigation.remote=\u00E9l\u00E9ment distant
+simexplorer.node.noattachments=Pas de fichier attach\u00E9
+simexplorer.node.nodetail=Pas de d\u00E9tail
+simexplorer.option.description.changeConfig=remplace la valeur d'une propri\u00E9t\u00E9 de clef **key** de la configuration par la valeur **value**.
+simexplorer.option.description.changeFileConfig=sp\u00E9cifer le fichier de configuration utilis\u00E9
+simexplorer.option.description.editConfig=pour lancer l'UI d'\u00E9dition de la configuration
+simexplorer.option.description.help=Voir cette aide
+simexplorer.option.description.helpConfig=Voir l'aide des propri\u00E9t\u00E9s de configuration
+simexplorer.option.description.resetConfig=R\u00E9initialisation de la configuration.
+simexplorer.option.description.showConfig=Voir les d\u00E9tails d'une configuration
+simexplorer.option.description.ui=Lancer ou non l'interface ui
+simexplorer.tab.detail=D\u00E9tail
+simexplorer.tab.detail.tooltip=L'\u00E9cran affichant les d\u00E9tails d'un \u00E9l\u00E9ment
+simexplorer.tab.local=Liste locale
+simexplorer.tab.local.tooltip=La liste des \u00E9l\u00E9ments pr\u00E9sents sur le serveur local
+simexplorer.tab.remote=Liste distante
+simexplorer.tab.remote.tooltip=La liste des \u00E9l\u00E9ments pr\u00E9sents sur le serveur distant
+simexplorer.tab.synchronize=Synchronisation
+simexplorer.tab.synchronize.tooltip=L'\u00E9cran de synchronisation des \u00E9l\u00E9ments
+{0}\ should\ have\ a\ name\ like\ this\ {1},\ but\ was\ {2}=
Copied: branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/test/java/fr (from rev 1547, branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/test/fr)
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-web/pom.xml
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-web/pom.xml 2009-01-21 22:46:28 UTC (rev 1550)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-web/pom.xml 2009-01-21 23:39:28 UTC (rev 1551)
@@ -61,6 +61,11 @@
<artifactId>persistence-api</artifactId>
</dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ </dependency>
+
<!-- test dependencies -->
<dependency>
@@ -69,6 +74,7 @@
<classifier>jdk15</classifier>
<scope>test</scope>
</dependency>
+
</dependencies>
<!-- ************************************************************* -->
Copied: branches/migration-200901/simexplorer-is/simexplorer-is-web/src/main/java (from rev 1547, branches/migration-200901/simexplorer-is/simexplorer-is-web/src/java)
Copied: branches/migration-200901/simexplorer-is/simexplorer-is-web/src/main/resources (from rev 1547, branches/migration-200901/simexplorer-is/simexplorer-is-web/src/resources)
1
0
r1550 - branches/migration-200901/simexplorer-is/simexplorer-is-ear/src
by tchemit@users.labs.libre-entreprise.org 21 Jan '09
by tchemit@users.labs.libre-entreprise.org 21 Jan '09
21 Jan '09
Author: tchemit
Date: 2009-01-21 22:46:28 +0000 (Wed, 21 Jan 2009)
New Revision: 1550
Added:
branches/migration-200901/simexplorer-is/simexplorer-is-ear/src/site/
Log:
preparation a l'uitlisation layout maven 2 : stage 1
1
0
r1549 - in branches/migration-200901/simexplorer-is: simexplorer-is-ear/src simexplorer-is-entities/src simexplorer-is-entities/src/main simexplorer-is-security/src simexplorer-is-service/src simexplorer-is-storage/src simexplorer-is-swing/src simexplorer-is-web simexplorer-is-web/src/main src src/main
by tchemit@users.labs.libre-entreprise.org 21 Jan '09
by tchemit@users.labs.libre-entreprise.org 21 Jan '09
21 Jan '09
Author: tchemit
Date: 2009-01-21 22:46:03 +0000 (Wed, 21 Jan 2009)
New Revision: 1549
Added:
branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/main/
branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/main/xmi/
branches/migration-200901/simexplorer-is/simexplorer-is-security/src/main/
branches/migration-200901/simexplorer-is/simexplorer-is-service/src/main/
branches/migration-200901/simexplorer-is/simexplorer-is-storage/src/main/
branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/main/
branches/migration-200901/simexplorer-is/simexplorer-is-web/src/main/xmi/
branches/migration-200901/simexplorer-is/src/main/
branches/migration-200901/simexplorer-is/src/main/xmi/
Removed:
branches/migration-200901/simexplorer-is/simexplorer-is-ear/src/java/
branches/migration-200901/simexplorer-is/simexplorer-is-ear/src/site/
branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/xmi/
branches/migration-200901/simexplorer-is/simexplorer-is-web/xmi/
branches/migration-200901/simexplorer-is/src/xmi/
Log:
preparation a l'uitlisation layout maven 2 : stage 1
Copied: branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/main/xmi (from rev 1547, branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/xmi)
Copied: branches/migration-200901/simexplorer-is/simexplorer-is-web/src/main/xmi (from rev 1547, branches/migration-200901/simexplorer-is/simexplorer-is-web/xmi)
Copied: branches/migration-200901/simexplorer-is/src/main/xmi (from rev 1547, branches/migration-200901/simexplorer-is/src/xmi)
1
0
r1548 - in branches/migration-200901/simexplorer-is: simexplorer-is-storage/src/resources/properties simexplorer-is-swing/src/resources/i18n
by tchemit@users.labs.libre-entreprise.org 21 Jan '09
by tchemit@users.labs.libre-entreprise.org 21 Jan '09
21 Jan '09
Author: tchemit
Date: 2009-01-21 22:38:00 +0000 (Wed, 21 Jan 2009)
New Revision: 1548
Modified:
branches/migration-200901/simexplorer-is/simexplorer-is-storage/src/resources/properties/config.properties
branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/resources/i18n/simexplorer-is-swing-en_GB.properties
branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/resources/i18n/simexplorer-is-swing-fr_FR.properties
Log:
reformatage des libelles i18n pour utiliser lutinutil > 1.0
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-storage/src/resources/properties/config.properties
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-storage/src/resources/properties/config.properties 2009-01-21 22:26:14 UTC (rev 1547)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-storage/src/resources/properties/config.properties 2009-01-21 22:38:00 UTC (rev 1548)
@@ -1,4 +1,4 @@
simexplorer.db=/var/local/simexplorer/server-db
simexplorer.data=/var/local/simexplorer/server-data/
simexplorer.optimizeperiod=3600
-simexplorer.adminmail=landais at codelutin.com
+simexplorer.adminmail=chemit at codelutin.com
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/resources/i18n/simexplorer-is-swing-en_GB.properties
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/resources/i18n/simexplorer-is-swing-en_GB.properties 2009-01-21 22:26:14 UTC (rev 1547)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/resources/i18n/simexplorer-is-swing-en_GB.properties 2009-01-21 22:38:00 UTC (rev 1548)
@@ -10,32 +10,32 @@
simexplorer.action.closeTab.tooltip=close the tab
simexplorer.action.collapseAll=collapseAll
simexplorer.action.collapseAll.help=
-simexplorer.action.collapseAll.tooltip=Collapse all nodes of ''{0}''
+simexplorer.action.collapseAll.tooltip=Collapse all nodes of '%1$s'
simexplorer.action.connect=Connect
simexplorer.action.connect.help=
simexplorer.action.connect.tooltip=Connect to remote server
simexplorer.action.currentPage=page
simexplorer.action.deleteElement=Delete element
simexplorer.action.deleteElement.help=
-simexplorer.action.deleteElement.tooltip=Delete element ''{0}''
+simexplorer.action.deleteElement.tooltip=Delete element '%1$s'
simexplorer.action.detailToTree=Synchronize detail to tree
simexplorer.action.detailToTree.help=
-simexplorer.action.detailToTree.tooltip=Synchronize element ''{0}'' as navigation root node
-simexplorer.action.download.attachment=Directory where to download attachment ''{0}'' of element ''{1}''
-simexplorer.action.download.le=Directory where to download element ''{0}''
+simexplorer.action.detailToTree.tooltip=Synchronize element '%1$s' as navigation root node
+simexplorer.action.download.attachment=Directory where to download attachment '%1$s' of element '%2$s'
+simexplorer.action.download.le=Directory where to download element '%1$s'
simexplorer.action.downloadAttachment=Download Attachment
simexplorer.action.downloadAttachment.help=
-simexplorer.action.downloadAttachment.tooltip=Download attachment ''{0}''
+simexplorer.action.downloadAttachment.tooltip=Download attachment '%1$s'
simexplorer.action.downloadElement=Download element
simexplorer.action.downloadElement.help=
-simexplorer.action.downloadElement.tooltip=Download element ''{0}''
+simexplorer.action.downloadElement.tooltip=Download element '%1$s'
simexplorer.action.expandAll=expandAll
simexplorer.action.expandAll.help=Expand all nodes
-simexplorer.action.expandAll.tooltip=Expand all nodes of ''{0}''
+simexplorer.action.expandAll.tooltip=Expand all nodes of '%1$s'
simexplorer.action.exportElement=export
simexplorer.action.exportElement.help=
-simexplorer.action.exportElementToLocal.tooltip=Export element ''{0} [{1}]'' to locale database
-simexplorer.action.exportElementToRemote.tooltip=Export element ''{0} [{1}]'' to remote database
+simexplorer.action.exportElementToLocal.tooltip=Export element '%1$s [%2$s]' to locale database
+simexplorer.action.exportElementToRemote.tooltip=Export element '%1$s [%2$s]' to remote database
simexplorer.action.generateData=Generate random data
simexplorer.action.generateData.help=
simexplorer.action.generateData.tooltip=Generate random data in local storage
@@ -71,10 +71,10 @@
simexplorer.action.historyDeleteExport.tooltip=Delete from history exported element
simexplorer.action.historyNext=Next in history
simexplorer.action.historyNext.help=
-simexplorer.action.historyNext.tooltip=Display next element ''{0}''
+simexplorer.action.historyNext.tooltip=Display next element '%1$s'
simexplorer.action.historyPrevious=Previous in history
simexplorer.action.historyPrevious.help=
-simexplorer.action.historyPrevious.tooltip=Display previous element ''{0}''
+simexplorer.action.historyPrevious.tooltip=Display previous element '%1$s'
simexplorer.action.historyReset=Reset history
simexplorer.action.historyReset.help=
simexplorer.action.historyReset.tooltip=Reset the elements' history
@@ -97,7 +97,7 @@
simexplorer.action.searchText.tooltip=Text to search in applications
simexplorer.action.showTab_detail=Show details
simexplorer.action.showTab_detail.help=
-simexplorer.action.showTab_detail.tooltip=show Detail of element ''{0}''
+simexplorer.action.showTab_detail.tooltip=show Detail of element '%1$s'
simexplorer.action.showTab_local=List (local)
simexplorer.action.showTab_local.help=
simexplorer.action.showTab_local.tooltip=Show the list of local elements
@@ -106,7 +106,7 @@
simexplorer.action.showTab_remote.tooltip=Show the list of remote elements (need connexion)
simexplorer.action.showTab_synchronize=Synchronize
simexplorer.action.showTab_synchronize.help=
-simexplorer.action.showTab_synchronize.tooltip=Show synchronize screen for element ''{0}''
+simexplorer.action.showTab_synchronize.tooltip=Show synchronize screen for element '%1$s'
simexplorer.action.unconnect=Unconnect
simexplorer.action.unconnect.help=
simexplorer.action.unconnect.tooltip=Disconnect from remote server
@@ -160,7 +160,7 @@
simexplorer.config.remote.proxyPassword.description=password to proxy host
simexplorer.config.remote.useAuthenticationProxy.description=use an anthenticated proxy
simexplorer.config.remote.useProxy.description=use a proxy host toreach remote server
-simexplorer.confirm.delete=Confirm delete of ''{0}''
+simexplorer.confirm.delete=Confirm delete of '%1$s'
simexplorer.debug.menu=Debug
simexplorer.entities.applicationExploration=Exploration Application
simexplorer.entities.library=Library
@@ -173,7 +173,7 @@
simexplorer.login.title=Authentication to remote server
simexplorer.main.menu=Main
simexplorer.main.ui.title=SimExplorer SI v 0.1
-simexplorer.node.descriptors=Descriptor(s) ({0})
+simexplorer.node.descriptors=Descriptor(s) (%1$s)
simexplorer.node.navigation.local=Local element
simexplorer.node.navigation.remote=Remote element
simexplorer.node.noattachments=No attachment
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/resources/i18n/simexplorer-is-swing-fr_FR.properties
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/resources/i18n/simexplorer-is-swing-fr_FR.properties 2009-01-21 22:26:14 UTC (rev 1547)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/resources/i18n/simexplorer-is-swing-fr_FR.properties 2009-01-21 22:38:00 UTC (rev 1548)
@@ -10,32 +10,32 @@
simexplorer.action.closeTab.tooltip=Fermer l'onglet
simexplorer.action.collapseAll=tout r\u00E9duire
simexplorer.action.collapseAll.help=
-simexplorer.action.collapseAll.tooltip=R\u00E9duire tous les noeuds de ''{0}''
+simexplorer.action.collapseAll.tooltip=R\u00E9duire tous les noeuds de '%1$s'
simexplorer.action.connect=Connexion
simexplorer.action.connect.help=
simexplorer.action.connect.tooltip=Se connecter au serveur distant
simexplorer.action.currentPage=page
simexplorer.action.deleteElement=Supprimer
simexplorer.action.deleteElement.help=
-simexplorer.action.deleteElement.tooltip=Supprimer l''\u00E9l\u00E9ment ''{0}''
+simexplorer.action.deleteElement.tooltip=Supprimer l'\u00E9l\u00E9ment '%1$s'
simexplorer.action.detailToTree=Afficher dans l'arbre
simexplorer.action.detailToTree.help=
-simexplorer.action.detailToTree.tooltip=Positionne l''\u00E9l\u00E9ment ''{0}'' comme racine de l''arbre de navigation
-simexplorer.action.download.attachment=R\u00E9pertoire o\u00F9 t\u00E9l\u00E9charger le fichier attach\u00E9 ''{0}'' de l''\u00E9l\u00E9ment ''{1}''
-simexplorer.action.download.le=R\u00E9pertoire o\u00F9 t\u00E9l\u00E9charger le zip de l''\u00E9l\u00E9ment ''{0}''
+simexplorer.action.detailToTree.tooltip=Positionne l'\u00E9l\u00E9ment '%1$s' comme racine de l'arbre de navigation
+simexplorer.action.download.attachment=R\u00E9pertoire o\u00F9 t\u00E9l\u00E9charger le fichier attach\u00E9 '%1$s' de l'\u00E9l\u00E9ment '%2$s'
+simexplorer.action.download.le=R\u00E9pertoire o\u00F9 t\u00E9l\u00E9charger le zip de l'\u00E9l\u00E9ment '%1$s'
simexplorer.action.downloadAttachment=T\u00E9l\u00E9charger le fichier attach\u00E9
simexplorer.action.downloadAttachment.help=
-simexplorer.action.downloadAttachment.tooltip=T\u00E9l\u00E9charger le fichier attach\u00E9 ''{0}''
+simexplorer.action.downloadAttachment.tooltip=T\u00E9l\u00E9charger le fichier attach\u00E9 '%1$s'
simexplorer.action.downloadElement=T\u00E9l\u00E9charger le zip
simexplorer.action.downloadElement.help=
-simexplorer.action.downloadElement.tooltip=T\u00E9l\u00E9charger le zip de l''\u00E9l\u00E9ment ''{0}''
+simexplorer.action.downloadElement.tooltip=T\u00E9l\u00E9charger le zip de l'\u00E9l\u00E9ment '%1$s'
simexplorer.action.expandAll=tout d\u00E9rouler
simexplorer.action.expandAll.help=
-simexplorer.action.expandAll.tooltip=\u00E9taler tous les noeuds de ''{0}''
+simexplorer.action.expandAll.tooltip=\u00E9taler tous les noeuds de '%1$s'
simexplorer.action.exportElement=Exporter
simexplorer.action.exportElement.help=
-simexplorer.action.exportElementToLocal.tooltip=Exporter l''\u00E9l\u00E9ment ''{0} [{1}]'' vers la base locale
-simexplorer.action.exportElementToRemote.tooltip=Export l''\u00E9l\u00E9ment ''{0} [{1}]'' vers la base distante
+simexplorer.action.exportElementToLocal.tooltip=Exporter l'\u00E9l\u00E9ment '%1$s [%2$s]' vers la base locale
+simexplorer.action.exportElementToRemote.tooltip=Export l'\u00E9l\u00E9ment '%1$s [%2$s]' vers la base distante
simexplorer.action.generateData=G\u00E9n\u00E9rer des donn\u00E9es al\u00E9atoires
simexplorer.action.generateData.help=
simexplorer.action.generateData.tooltip=G\u00E9n\u00E9re des donn\u00E9es al\u00E9atoires dans le syst\u00E8me local
@@ -71,10 +71,10 @@
simexplorer.action.historyDeleteExport.tooltip=Supprimer l'\u00E9l\u00E9ment export\u00E9 de l'historique
simexplorer.action.historyNext=El\u00E9ment suivant
simexplorer.action.historyNext.help=
-simexplorer.action.historyNext.tooltip=Afficher l''\u00E9l\u00E9ment suivant ''{0}''
+simexplorer.action.historyNext.tooltip=Afficher l'\u00E9l\u00E9ment suivant '%1$s'
simexplorer.action.historyPrevious=El\u00E9ment pr\u00E9c\u00E9dent
simexplorer.action.historyPrevious.help=
-simexplorer.action.historyPrevious.tooltip=Afficher l''\u00E9l\u00E9ment pr\u00E9c\u00E9dent ''{0}''
+simexplorer.action.historyPrevious.tooltip=Afficher l'\u00E9l\u00E9ment pr\u00E9c\u00E9dent '%1$s'
simexplorer.action.historyReset=Vider l'historique
simexplorer.action.historyReset.help=
simexplorer.action.historyReset.tooltip=R\u00E9initialise l'historique des \u00E9lements
@@ -97,7 +97,7 @@
simexplorer.action.searchText.tooltip=Le texte de recherche
simexplorer.action.showTab_detail=Voir les d\u00E9tails
simexplorer.action.showTab_detail.help=
-simexplorer.action.showTab_detail.tooltip=Afficher les d\u00E9tails de l''\u00E9l\u00E9ment ''{0}''
+simexplorer.action.showTab_detail.tooltip=Afficher les d\u00E9tails de l'\u00E9l\u00E9ment '%1$s'
simexplorer.action.showTab_local=Liste locale
simexplorer.action.showTab_local.help=
simexplorer.action.showTab_local.tooltip=Afficher la liste des \u00E9l\u00E9ments du serveur local
@@ -106,7 +106,7 @@
simexplorer.action.showTab_remote.tooltip=Afficher la liste des \u00E9l\u00E9ments du serveur distant
simexplorer.action.showTab_synchronize=Synchroniser
simexplorer.action.showTab_synchronize.help=
-simexplorer.action.showTab_synchronize.tooltip=Afficher l''\u00E9cran de synchronisation de l''\u00E9l\u00E9ment ''{0}''
+simexplorer.action.showTab_synchronize.tooltip=Afficher l'\u00E9cran de synchronisation de l'\u00E9l\u00E9ment '%1$s'
simexplorer.action.unconnect=D\u00E9connexion
simexplorer.action.unconnect.help=
simexplorer.action.unconnect.tooltip=Se d\u00E9connecter du serveur distant
@@ -160,7 +160,7 @@
simexplorer.config.remote.proxyPassword.description=Mot de passe proxy
simexplorer.config.remote.useAuthenticationProxy.description=utilise une authentification sur le proxy
simexplorer.config.remote.useProxy.description=utilise un proxy pour atteindre le serveur distant
-simexplorer.confirm.delete=Confirmer la suppression de ''{0}''
+simexplorer.confirm.delete=Confirmer la suppression de '%1$s'
simexplorer.debug.menu=Debug
simexplorer.entities.applicationExploration=Exploration d'application
simexplorer.entities.library=Librairie
@@ -173,7 +173,7 @@
simexplorer.login.title=Connexion au serveur central
simexplorer.main.menu=Menu principal
simexplorer.main.ui.title=SimExplorer SI v 0.1
-simexplorer.node.descriptors=Descripteur(s) ({0})
+simexplorer.node.descriptors=Descripteur(s) (%1$s)
simexplorer.node.navigation.local=\u00E9l\u00E9ment local
simexplorer.node.navigation.remote=\u00E9l\u00E9ment distant
simexplorer.node.noattachments=Pas de fichier attach\u00E9
1
0
21 Jan '09
Author: tchemit
Date: 2009-01-21 22:26:14 +0000 (Wed, 21 Jan 2009)
New Revision: 1547
Modified:
branches/migration-200901/simexplorer-is/
branches/migration-200901/simexplorer-is/pom.xml
branches/migration-200901/simexplorer-is/simexplorer-is-ear/pom.xml
branches/migration-200901/simexplorer-is/simexplorer-is-entities/pom.xml
branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/java/fr/cemagref/simexplorer/is/entities/SimExplorerPage.java
branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/java/fr/cemagref/simexplorer/is/entities/attachment/RawType.java
branches/migration-200901/simexplorer-is/simexplorer-is-security/pom.xml
branches/migration-200901/simexplorer-is/simexplorer-is-service/pom.xml
branches/migration-200901/simexplorer-is/simexplorer-is-service/src/java/fr/cemagref/simexplorer/is/service/StorageServiceClient.java
branches/migration-200901/simexplorer-is/simexplorer-is-service/src/java/fr/cemagref/simexplorer/is/service/StorageServiceCommon.java
branches/migration-200901/simexplorer-is/simexplorer-is-storage/pom.xml
branches/migration-200901/simexplorer-is/simexplorer-is-swing/pom.xml
branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/SimExplorerContext.java
branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/ShowDetailTabAction.java
branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/util/SimExplorerAbstractTabAction.java
branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/util/SimExplorerBaseAction.java
branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/ui/SimExplorerMainUI.java
branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/ui/SimExplorerTab.java
branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/ui/SimExplorerUI.jaxx
branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/resources/i18n/simexplorer-is-swing-en_GB.properties
branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/resources/i18n/simexplorer-is-swing-fr_FR.properties
branches/migration-200901/simexplorer-is/simexplorer-is-web/pom.xml
branches/migration-200901/simexplorer-is/src/site/fr/rst/devel/migration2009.rst
Log:
- suppression annotation org.codelutin.i18n.I18nable pour utilisation de lutinutil:1.0.3
- reusinage des poms
- utilisation Jaxx > 1.0
- utilisation commandline 1.0
Property changes on: branches/migration-200901/simexplorer-is
___________________________________________________________________
Name: svn:ignore
- target
.project
*.iml
*.ipr
*.iws
.classpath
+ target
.project
*.iml
*.ipr
*.iws
.classpath
*.log
Modified: branches/migration-200901/simexplorer-is/pom.xml
===================================================================
--- branches/migration-200901/simexplorer-is/pom.xml 2009-01-21 22:23:13 UTC (rev 1546)
+++ branches/migration-200901/simexplorer-is/pom.xml 2009-01-21 22:26:14 UTC (rev 1547)
@@ -35,6 +35,225 @@
</dependency>
</dependencies>
+ <dependencyManagement>
+ <dependencies>
+
+ <!-- librairies lutin -->
+ <dependency>
+ <groupId>lutinlib</groupId>
+ <artifactId>lutinutil</artifactId>
+ <version>${lutinutil.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>lutinlib</groupId>
+ <artifactId>lutinwidget</artifactId>
+ <version>${lutinwidget.version}</version>
+ <scope>compile</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>sdoc</groupId>
+ <artifactId>sdoc</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.mail</groupId>
+ <artifactId>mail</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>externallib</groupId>
+ <artifactId>l2fprod-common</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>jgoodies</groupId>
+ <artifactId>looks</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+
+ <!-- librairie Jaxx -->
+ <dependency>
+ <groupId>org.codelutin.jaxx</groupId>
+ <artifactId>jaxx-util</artifactId>
+ <version>${jaxx.version}</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.codelutin.jaxx</groupId>
+ <artifactId>jaxx-runtime-swing</artifactId>
+ <version>${jaxx.version}</version>
+ <scope>compile</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>javax.help</groupId>
+ <artifactId>javahelp</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.swinglabs</groupId>
+ <artifactId>jxlayer</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>commons-jxpath</groupId>
+ <artifactId>commons-jxpath</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.codelutin.jaxx</groupId>
+ <artifactId>jaxx-swing-action</artifactId>
+ <version>${jaxx.version}</version>
+ <scope>compile</scope>
+ </dependency>
+
+ <!-- librairie commandline -->
+ <dependency>
+ <groupId>org.codelutin.commandline</groupId>
+ <artifactId>commandline-core</artifactId>
+ <version>${commandline.version}</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.codelutin.commandline</groupId>
+ <artifactId>commandline-ui</artifactId>
+ <version>${commandline.version}</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.codelutin.commandline</groupId>
+ <artifactId>commandline-ui-action</artifactId>
+ <version>${commandline.version}</version>
+ <scope>compile</scope>
+ </dependency>
+
+ <!-- libraires commons -->
+ <dependency>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ <version>2.3</version>
+ </dependency>
+
+ <!-- todo a supprimer car dans lutinproject -->
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <version>1.1</version>
+ </dependency>
+
+ <!-- librairie jboss -->
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jbossall-client</artifactId>
+ <version>${jboss.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-ejb3x</artifactId>
+ <version>${jboss.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-annotations-ejb3</artifactId>
+ <version>${jboss.version}</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>javassist</artifactId>
+ <version>3.7.ga</version>
+ </dependency>
+
+ <!-- librairie tapestry -->
+ <dependency>
+ <groupId>tapestry5-treegrid</groupId>
+ <artifactId>tapestry5-treegrid</artifactId>
+ <version>${tapestry.version}.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.tapestry</groupId>
+ <artifactId>tapestry-upload</artifactId>
+ <version>${tapestry.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.tapestry</groupId>
+ <artifactId>tapestry-core</artifactId>
+ <version>${tapestry.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.tapestry</groupId>
+ <artifactId>tapestry-ioc</artifactId>
+ <version>${tapestry.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.tapestry</groupId>
+ <artifactId>t5c-commons</artifactId>
+ <version>0.5.11</version>
+ </dependency>
+
+ <!-- autres librairies -->
+
+ <dependency>
+ <groupId>com.h2database</groupId>
+ <artifactId>h2</artifactId>
+ <version>1.0.64</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.lucene</groupId>
+ <artifactId>lucene-core</artifactId>
+ <version>2.3.1</version>
+ </dependency>
+
+ <dependency>
+ <groupId>com.thoughtworks.xstream</groupId>
+ <artifactId>xstream</artifactId>
+ <version>1.3</version>
+ </dependency>
+
+ <dependency>
+ <groupId>javax.mail</groupId>
+ <artifactId>mail</artifactId>
+ <version>1.4</version>
+ </dependency>
+
+ <dependency>
+ <groupId>javax.persistence</groupId>
+ <artifactId>persistence-api</artifactId>
+ <version>1.0</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ <version>5.1</version>
+ <classifier>jdk15</classifier>
+ <scope>test</scope>
+ </dependency>
+
+ <!--dependency>
+ <groupId>com.bm</groupId>
+ <artifactId>ejb3unit</artifactId>
+ <version>2.0.0-RC-1</version>
+ <scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>jboss</groupId>
+ <artifactId>javassist</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency-->
+
+ <!--dependency>
+ <groupId>com.healthmarketscience.rmiio</groupId>
+ <artifactId>rmiio</artifactId>
+ <version>2.0.1</version>
+ </dependency-->
+
+ </dependencies>
+ </dependencyManagement>
+
<!-- ************************************************************* -->
<!-- *** Project Information ************************************* -->
<!-- ************************************************************* -->
@@ -44,7 +263,6 @@
<description>SimExplorer Information System</description>
<inceptionYear>2008</inceptionYear>
-
<licenses>
<license>
<name>GPL</name>
@@ -58,6 +276,20 @@
<url>http://www.cemagref.fr/</url>
</organization>
+ <developers>
+ <developer>
+ <id>glandais</id>
+ <name>Gabriel Landais</name>
+ <email>landais at codelutin.com</email>
+ <organization>Code Lutin</organization>
+ <organizationUrl>http://www.codelutin.com</organizationUrl>
+ <timezone>+2</timezone>
+ <roles>
+ <role>Développeur</role>
+ </roles>
+ </developer>
+ </developers>
+
<!-- ************************************************************* -->
<!-- *** Build Settings ****************************************** -->
<!-- ************************************************************* -->
@@ -66,22 +298,37 @@
<properties>
+ <!-- labs project number -->
<labs.id>130</labs.id>
+ <!-- labs project name -->
<labs.project>simexplorer-si</labs.project>
<current.version.released>1.0-SNAPSHOT</current.version.released>
<!-- jaxx version -->
- <jaxx.version>0.2-SNAPSHOT</jaxx.version>
+ <jaxx.version>1.1-SNAPSHOT</jaxx.version>
<!-- commandline version -->
- <commandline.version>0.7-SNAPSHOT</commandline.version>
+ <commandline.version>1.0-SNAPSHOT</commandline.version>
+ <!-- i18n version -->
+ <i18n.version>0.3</i18n.version>
+
<!-- Tapestry version -->
<tapestry.version>5.0.11</tapestry.version>
+ <!-- jboss version -->
+ <jboss.version>4.2.2.GA</jboss.version>
+ <!-- lutinutil version todo use 1.0.3 -->
+ <lutinutil.version>0.29.1</lutinutil.version>
+
+ <!-- lutinwidget version todo use 0.12 -->
+ <lutinwidget.version>0.10-SNAPSHOT</lutinwidget.version>
+
+ <!-- todo remove this, already in lutinproject 3.3 -->
+
<!-- source base dir (ne respecte pas la convention maven2) -->
<maven.src.dir>${basedir}/src</maven.src.dir>
@@ -94,14 +341,60 @@
</properties>
<build>
+
+ <defaultGoal>install</defaultGoal>
+
+ <pluginManagement>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-ejb-plugin</artifactId>
+ <configuration>
+ <ejbVersion>3.0</ejbVersion>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skip>${maven.test.skip}</skip>
+ <excludes>
+ <exclude>**/*MassTestCase.java</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>${maven.compile.source}</source>
+ <target>${maven.compile.target}</target>
+ <encoding>${maven.compile.encoding}</encoding>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <groupId>lutinplugin</groupId>
+ <artifactId>maven-i18n-plugin</artifactId>
+ <version>${i18n.version}</version>
+ <configuration>
+ <bundles>
+ <param>fr_FR</param>
+ <param>en_GB</param>
+ </bundles>
+ <keepBackup>false</keepBackup>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+
<plugins>
- <plugin>
+ <!--plugin>
<groupId>org.codelutin</groupId>
<artifactId>maven-jrst-plugin</artifactId>
<version>0.8.4-SNAPSHOT</version>
<executions>
<execution>
- <!-- test works better than pre:site -->
<phase>test</phase>
<goals>
<goal>jrst</goal>
@@ -122,8 +415,8 @@
<verbose>${maven.verbose}</verbose>
<overwrite>true</overwrite>
</configuration>
- </plugin>
- <plugin>
+ </plugin-->
+ <!--plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<configuration>
@@ -137,14 +430,14 @@
${basedir}/target/generated-site/xdoc/fr/rst
</xdocDirectory>
</configuration>
- </plugin>
- <plugin>
+ </plugin-->
+ <!--plugin>
<artifactId>maven-ejb-plugin</artifactId>
<configuration>
<ejbVersion>3.0</ejbVersion>
</configuration>
- </plugin>
- <plugin>
+ </plugin-->
+ <!--plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skip>${maven.test.skip}</skip>
@@ -152,15 +445,15 @@
<exclude>**/*MassTestCase.java</exclude>
</excludes>
</configuration>
- </plugin>
- <plugin>
+ </plugin-->
+ <!--plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>${maven.compile.source}</source>
<target>${maven.compile.target}</target>
<encoding>${maven.compile.encoding}</encoding>
</configuration>
- </plugin>
+ </plugin-->
<!-- NO remove this ide plugin :) no IDE config in project -->
<!--plugin>
@@ -170,8 +463,7 @@
</configuration>
</plugin-->
-
- <plugin>
+ <!--plugin>
<groupId>lutinplugin</groupId>
<artifactId>maven-i18n-plugin</artifactId>
<version>0.3</version>
@@ -181,227 +473,32 @@
<param>en_GB</param>
</bundles>
<keepBackup>false</keepBackup>
- <!--ea>true</ea-->
- <!--detectea>true</detectea-->
</configuration>
- </plugin>
+ </plugin-->
</plugins>
</build>
-
- <dependencyManagement>
- <dependencies>
-
- <dependency>
- <groupId>lutinlib</groupId>
- <artifactId>lutinutil</artifactId>
- <version>0.29.1</version>
- </dependency>
-
- <dependency>
- <groupId>com.h2database</groupId>
- <artifactId>h2</artifactId>
- <version>1.0.64</version>
- </dependency>
- <dependency>
- <groupId>org.apache.lucene</groupId>
- <artifactId>lucene-core</artifactId>
- <version>2.3.1</version>
- </dependency>
- <dependency>
- <groupId>com.thoughtworks.xstream</groupId>
- <artifactId>xstream</artifactId>
- <version>1.3</version>
- </dependency>
-
- <dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- <version>2.3</version>
- </dependency>
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- <version>1.1</version>
- </dependency>
-
- <!-- librairie des widgets lutin -->
- <dependency>
- <groupId>lutinlib</groupId>
- <artifactId>lutinwidget</artifactId>
- <version>0.10-SNAPSHOT</version>
- <scope>compile</scope>
- </dependency>
-
- <!-- librairie Jaxx -->
- <dependency>
- <groupId>org.codelutin.jaxx</groupId>
- <artifactId>util</artifactId>
- <version>${jaxx.version}</version>
- <scope>compile</scope>
- </dependency>
-
- <dependency>
- <groupId>org.codelutin.jaxx</groupId>
- <artifactId>jaxx-swing</artifactId>
- <version>${jaxx.version}</version>
- <scope>compile</scope>
- </dependency>
-
- <dependency>
- <groupId>org.codelutin.jaxx</groupId>
- <artifactId>jaxx-swing-action</artifactId>
- <version>${jaxx.version}</version>
- <scope>compile</scope>
- </dependency>
-
- <dependency>
- <groupId>org.codelutin.jaxx</groupId>
- <artifactId>jaxx-swing-tab</artifactId>
- <version>${jaxx.version}</version>
- <scope>compile</scope>
- </dependency>
-
- <!-- librairie commandline -->
- <dependency>
- <groupId>org.codelutin.commandline</groupId>
- <artifactId>commandline-core</artifactId>
- <version>${commandline.version}</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>org.codelutin.commandline</groupId>
- <artifactId>commandline-ui</artifactId>
- <version>${commandline.version}</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>org.codelutin.commandline</groupId>
- <artifactId>commandline-ui-action</artifactId>
- <version>${commandline.version}</version>
- <scope>compile</scope>
- </dependency>
-
- <dependency>
- <groupId>javax.persistence</groupId>
- <artifactId>persistence-api</artifactId>
- <version>1.0</version>
- <scope>provided</scope>
- </dependency>
-
- <dependency>
- <groupId>jboss</groupId>
- <artifactId>jbossall-client</artifactId>
- <version>4.2.2.GA</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>jboss</groupId>
- <artifactId>jboss-ejb3x</artifactId>
- <version>4.2.2.GA</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>jboss</groupId>
- <artifactId>jboss-annotations-ejb3</artifactId>
- <version>4.2.2.GA</version>
- <scope>provided</scope>
- </dependency>
-
- <!--dependency>
- <groupId>com.bm</groupId>
- <artifactId>ejb3unit</artifactId>
- <version>2.0.0-RC-1</version>
- <scope>test</scope>
- <exclusions>
- <exclusion>
- <groupId>jboss</groupId>
- <artifactId>javassist</artifactId>
- </exclusion>
- </exclusions>
- </dependency-->
-
- <dependency>
- <groupId>jboss</groupId>
- <artifactId>javassist</artifactId>
- <version>3.7.ga</version>
- </dependency>
-
-
- <!--dependency>
- <groupId>com.healthmarketscience.rmiio</groupId>
- <artifactId>rmiio</artifactId>
- <version>2.0.1</version>
- </dependency-->
-
- <dependency>
- <groupId>javax.mail</groupId>
- <artifactId>mail</artifactId>
- <version>1.4</version>
- </dependency>
-
- <dependency>
- <groupId>tapestry5-treegrid</groupId>
- <artifactId>tapestry5-treegrid</artifactId>
- <version>${tapestry.version}.1</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tapestry</groupId>
- <artifactId>tapestry-upload</artifactId>
- <version>${tapestry.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tapestry</groupId>
- <artifactId>tapestry-core</artifactId>
- <version>${tapestry.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tapestry</groupId>
- <artifactId>tapestry-ioc</artifactId>
- <version>${tapestry.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tapestry</groupId>
- <artifactId>t5c-commons</artifactId>
- <version>0.5.11</version>
- </dependency>
-
- <dependency>
- <groupId>org.testng</groupId>
- <artifactId>testng</artifactId>
- <version>5.1</version>
- <classifier>jdk15</classifier>
- <scope>test</scope>
- </dependency>
-
- <!-- Plugins -->
-
-
- <dependency>
- <groupId>lutinplugin</groupId>
- <artifactId>maven-i18n-plugin</artifactId>
- <version>0.3</version>
- </dependency>
-
- </dependencies>
- </dependencyManagement>
-
<!-- ************************************************************* -->
<!-- *** Build Environment ************************************** -->
<!-- ************************************************************* -->
- <prerequisites>
- <maven>2.0.8</maven>
- </prerequisites>
-
<scm>
+ <url>${maven.scm.url}</url>
+ <connection>${maven.scm.connection}</connection>
+ <developerConnection>${maven.scm.developerConnection}</developerConnection>
+ </scm>
+ <!--scm>
<connection>scm:svn:svn://labs.libre-entreprise.org/svnroot/simexplorer-si</connection>
<developerConnection>scm:svn:svn+ssh://${username}@labs.libre-entreprise.org/svnroot/simexplorer-si
</developerConnection>
<url>https://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/?root=simexplo…</url>
- </scm>
+ </scm-->
+ <prerequisites>
+ <maven>2.0.8</maven>
+ </prerequisites>
+
<repositories>
<!-- no this repo is by default in maven ? -->
<repository>
@@ -428,18 +525,4 @@
</repositories>
- <developers>
- <developer>
- <id>glandais</id>
- <name>Gabriel Landais</name>
- <email>landais at codelutin.com</email>
- <organization>Code Lutin</organization>
- <organizationUrl>http://www.codelutin.com</organizationUrl>
- <timezone>+2</timezone>
- <roles>
- <role>Développeur</role>
- </roles>
- </developer>
- </developers>
-
</project>
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-ear/pom.xml
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-ear/pom.xml 2009-01-21 22:23:13 UTC (rev 1546)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-ear/pom.xml 2009-01-21 22:26:14 UTC (rev 1547)
@@ -16,9 +16,11 @@
</parent>
<artifactId>simexplorer-is-ear</artifactId>
-
+ <version>${current.version.released}</version>
<dependencies>
+ <!-- sibling dependencies -->
+
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>simexplorer-is-service</artifactId>
@@ -40,7 +42,8 @@
<type>war</type>
</dependency>
- <!-- WAR specific depedencies -->
+ <!-- WAR specific tapestry depedencies -->
+
<dependency>
<groupId>tapestry5-treegrid</groupId>
<artifactId>tapestry5-treegrid</artifactId>
@@ -71,25 +74,32 @@
<name>EAR service</name>
<description>simexplore-is ear module</description>
- <!-- no, this is not a really good idea to use a such use of version -->
- <!--version>${current.version.released}</version-->
-
<!-- ************************************************************* -->
<!-- *** Build Settings ****************************************** -->
<!-- ************************************************************* -->
<packaging>ear</packaging>
+ <properties>
+ <jboss.home>/opt/java/jboss-4.2.2.GA/</jboss.home>
+ <jboss.servername>simexplorer</jboss.servername>
+ </properties>
+
<build>
<plugins>
+
+ <!-- run jboss ? or deploy to jboss -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jboss-maven-plugin</artifactId>
+ <version>1.3.1</version>
<configuration>
- <jbossHome>/opt/java/jboss-4.2.2.GA/</jbossHome>
- <serverName>simexplorer</serverName>
+ <jbossHome>${jboss.home}</jbossHome>
+ <serverName>${jboss.servername}</serverName>
</configuration>
</plugin>
+
+ <!-- build ear -->
<plugin>
<artifactId>maven-ear-plugin</artifactId>
<configuration>
@@ -103,7 +113,19 @@
</modules>
</configuration>
</plugin>
+
</plugins>
</build>
+
+ <!-- ************************************************************* -->
+ <!-- *** Build Environment ************************************** -->
+ <!-- ************************************************************* -->
+
+ <scm>
+ <url>${maven.scm.url.child}</url>
+ <connection>${maven.scm.connection.child}</connection>
+ <developerConnection>${maven.scm.developerConnection.child}</developerConnection>
+ </scm>
+
</project>
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-entities/pom.xml
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-entities/pom.xml 2009-01-21 22:23:13 UTC (rev 1546)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-entities/pom.xml 2009-01-21 22:26:14 UTC (rev 1547)
@@ -41,7 +41,6 @@
<plugin>
<groupId>lutinplugin</groupId>
<artifactId>maven-i18n-plugin</artifactId>
- <version>0.3</version>
<executions>
<execution>
<phase>process-classes</phase>
@@ -55,4 +54,14 @@
</plugins>
</build>
+ <!-- ************************************************************* -->
+ <!-- *** Build Environment ************************************** -->
+ <!-- ************************************************************* -->
+
+ <scm>
+ <url>${maven.scm.url.child}</url>
+ <connection>${maven.scm.connection.child}</connection>
+ <developerConnection>${maven.scm.developerConnection.child}</developerConnection>
+ </scm>
+
</project>
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/java/fr/cemagref/simexplorer/is/entities/SimExplorerPage.java
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/java/fr/cemagref/simexplorer/is/entities/SimExplorerPage.java 2009-01-21 22:23:13 UTC (rev 1546)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/java/fr/cemagref/simexplorer/is/entities/SimExplorerPage.java 2009-01-21 22:26:14 UTC (rev 1547)
@@ -22,7 +22,6 @@
* The Enum SimExplorerPage.
* @author Code Lutin, Landais Gabriel, Chemit Tony
*/
- at org.codelutin.i18n.I18nable
public enum SimExplorerPage {
/** The Element delete. */
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/java/fr/cemagref/simexplorer/is/entities/attachment/RawType.java
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/java/fr/cemagref/simexplorer/is/entities/attachment/RawType.java 2009-01-21 22:23:13 UTC (rev 1546)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/java/fr/cemagref/simexplorer/is/entities/attachment/RawType.java 2009-01-21 22:26:14 UTC (rev 1547)
@@ -27,7 +27,6 @@
*
* @author Code Lutin, Landais Gabriel, Chemit Tony
*/
- at org.codelutin.i18n.I18nable
public class RawType implements ContentType {
/** The Constant serialVersionUID. */
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-security/pom.xml
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-security/pom.xml 2009-01-21 22:23:13 UTC (rev 1546)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-security/pom.xml 2009-01-21 22:26:14 UTC (rev 1547)
@@ -17,37 +17,61 @@
<artifactId>simexplorer-is-security</artifactId>
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>com.bm</groupId>
+ <artifactId>ejb3unit</artifactId>
+ <version>1.2</version>
+ <scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>jboss</groupId>
+ <artifactId>javassist</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
<dependencies>
+
+ <!-- jboss dependencies -->
+
<dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-ejb3x</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-annotations-ejb3</artifactId>
+ </dependency>
+
+ <!-- other dependencies -->
+
+ <dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
</dependency>
+
<dependency>
<groupId>javax.persistence</groupId>
<artifactId>persistence-api</artifactId>
</dependency>
+
<dependency>
- <groupId>jboss</groupId>
- <artifactId>jboss-ejb3x</artifactId>
- </dependency>
- <dependency>
- <groupId>jboss</groupId>
- <artifactId>jboss-annotations-ejb3</artifactId>
- </dependency>
- <dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
</dependency>
+
+ <!-- test dependencies -->
+
<dependency>
<groupId>com.bm</groupId>
<artifactId>ejb3unit</artifactId>
+ <scope>test</scope>
</dependency>
- <!--dependency>
- <groupId>com.bm</groupId>
- <artifactId>ejb3unit</artifactId>
- <scope>test</scope>
- </dependency-->
<dependency>
<groupId>jboss</groupId>
<artifactId>javassist</artifactId>
@@ -55,7 +79,6 @@
</dependency>
</dependencies>
-
<!-- ************************************************************* -->
<!-- *** Project Information ************************************* -->
<!-- ************************************************************* -->
@@ -70,6 +93,7 @@
<packaging>ejb</packaging>
<properties>
+ <!-- fixme test should be ok and not be skipped -->
<maven.test.skip>true</maven.test.skip>
</properties>
@@ -77,22 +101,11 @@
<!-- *** Build Environment ************************************** -->
<!-- ************************************************************* -->
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>com.bm</groupId>
- <artifactId>ejb3unit</artifactId>
- <version>1.2</version>
- <scope>test</scope>
- <exclusions>
- <exclusion>
- <groupId>jboss</groupId>
- <artifactId>javassist</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- </dependencies>
- </dependencyManagement>
+ <scm>
+ <url>${maven.scm.url.child}</url>
+ <connection>${maven.scm.connection.child}</connection>
+ <developerConnection>${maven.scm.developerConnection.child}</developerConnection>
+ </scm>
<repositories>
<repository>
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-service/pom.xml
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-service/pom.xml 2009-01-21 22:23:13 UTC (rev 1546)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-service/pom.xml 2009-01-21 22:26:14 UTC (rev 1547)
@@ -18,6 +18,9 @@
<artifactId>simexplorer-is-service</artifactId>
<dependencies>
+
+ <!-- sibling dependencies -->
+
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>simexplorer-is-storage</artifactId>
@@ -29,11 +32,7 @@
<version>${project.version}</version>
</dependency>
- <dependency>
- <groupId>com.healthmarketscience.rmiio</groupId>
- <artifactId>rmiio</artifactId>
- <version>2.0.1</version>
- </dependency>
+ <!-- jboss dependencies -->
<dependency>
<groupId>jboss</groupId>
@@ -47,7 +46,16 @@
<groupId>jboss</groupId>
<artifactId>jbossall-client</artifactId>
</dependency>
+
+ <!-- other dependencies -->
+
<dependency>
+ <groupId>com.healthmarketscience.rmiio</groupId>
+ <artifactId>rmiio</artifactId>
+ <version>2.0.1</version>
+ </dependency>
+
+ <dependency>
<groupId>javax.persistence</groupId>
<artifactId>persistence-api</artifactId>
</dependency>
@@ -56,6 +64,8 @@
<artifactId>mail</artifactId>
</dependency>
+ <!-- test dependencies -->
+
<dependency>
<groupId>com.bm</groupId>
<artifactId>ejb3unit</artifactId>
@@ -86,6 +96,7 @@
<packaging>ejb</packaging>
<properties>
+ <!-- fixme test should be ok and not be skipped -->
<maven.test.skip>true</maven.test.skip>
</properties>
@@ -111,6 +122,12 @@
<!-- *** Build Environment ************************************** -->
<!-- ************************************************************* -->
+ <scm>
+ <url>${maven.scm.url.child}</url>
+ <connection>${maven.scm.connection.child}</connection>
+ <developerConnection>${maven.scm.developerConnection.child}</developerConnection>
+ </scm>
+
<repositories>
<!-- pour la dependance rmiio -->
<repository>
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-service/src/java/fr/cemagref/simexplorer/is/service/StorageServiceClient.java
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-service/src/java/fr/cemagref/simexplorer/is/service/StorageServiceClient.java 2009-01-21 22:23:13 UTC (rev 1546)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-service/src/java/fr/cemagref/simexplorer/is/service/StorageServiceClient.java 2009-01-21 22:26:14 UTC (rev 1547)
@@ -28,7 +28,6 @@
*
* @author Code Lutin, Landais Gabriel, Chemit Tony
*/
- at org.codelutin.i18n.I18nable
public class StorageServiceClient extends StorageServiceCommon {
/** The Constant log. */
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-service/src/java/fr/cemagref/simexplorer/is/service/StorageServiceCommon.java
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-service/src/java/fr/cemagref/simexplorer/is/service/StorageServiceCommon.java 2009-01-21 22:23:13 UTC (rev 1546)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-service/src/java/fr/cemagref/simexplorer/is/service/StorageServiceCommon.java 2009-01-21 22:26:14 UTC (rev 1547)
@@ -61,7 +61,6 @@
*
* @author Code Lutin, Landais Gabriel, Chemit Tony
*/
- at org.codelutin.i18n.I18nable
public abstract class StorageServiceCommon implements StorageService {
/** The Constant FILE_XML. */
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-storage/pom.xml
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-storage/pom.xml 2009-01-21 22:23:13 UTC (rev 1546)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-storage/pom.xml 2009-01-21 22:26:14 UTC (rev 1547)
@@ -18,12 +18,16 @@
<dependencies>
+ <!-- sibling dependencies -->
+
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>simexplorer-is-entities</artifactId>
<version>${project.version}</version>
</dependency>
+ <!-- other dependencies -->
+
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
@@ -58,9 +62,19 @@
<properties>
- <!-- why ? -->
+ <!-- fixme test should be ok and not be skipped -->
<maven.test.skip>true</maven.test.skip>
</properties>
+ <!-- ************************************************************* -->
+ <!-- *** Build Environment ************************************** -->
+ <!-- ************************************************************* -->
+
+ <scm>
+ <url>${maven.scm.url.child}</url>
+ <connection>${maven.scm.connection.child}</connection>
+ <developerConnection>${maven.scm.developerConnection.child}</developerConnection>
+ </scm>
+
</project>
\ No newline at end of file
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-swing/pom.xml
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-swing/pom.xml 2009-01-21 22:23:13 UTC (rev 1546)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-swing/pom.xml 2009-01-21 22:26:14 UTC (rev 1547)
@@ -17,41 +17,46 @@
<artifactId>simexplorer-is-swing</artifactId>
+ <!-- todo finir de supprimer les dependences des services no utilisés par le client lourd :
+ lucene? , javax.servlet ? h2 ? javassist ?, xpp3 ? avalon ?
+ -->
<dependencies>
- <!-- pour obtenir les services de simexplorer-is -->
+
+ <!-- sibling dependencies -->
+
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>simexplorer-is-service</artifactId>
<version>${project.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>javax.mail</groupId>
+ <artifactId>mail</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
- <!--dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>simexplorer-is-swing-generated</artifactId>
- <version>${project.version}</version>
- </dependency-->
+ <!-- Jaxx dependencies -->
- <!-- librairie des widgets lutin -->
<dependency>
- <groupId>lutinlib</groupId>
- <artifactId>lutinwidget</artifactId>
+ <groupId>org.codelutin.jaxx</groupId>
+ <artifactId>jaxx-runtime-swing</artifactId>
</dependency>
- <!-- librairie Jaxx -->
<dependency>
<groupId>org.codelutin.jaxx</groupId>
- <artifactId>jaxx-swing</artifactId>
+ <artifactId>jaxx-util</artifactId>
</dependency>
<dependency>
<groupId>org.codelutin.jaxx</groupId>
- <artifactId>util</artifactId>
+ <artifactId>jaxx-swing-action</artifactId>
</dependency>
- <!-- librairie commandline -->
+
+ <!-- commandline dependencies -->
+
<dependency>
<groupId>org.codelutin.commandline</groupId>
<artifactId>commandline-core</artifactId>
</dependency>
-
- <!-- librairie commandline-ui -->
<dependency>
<groupId>org.codelutin.commandline</groupId>
<artifactId>commandline-ui</artifactId>
@@ -60,23 +65,21 @@
<groupId>org.codelutin.commandline</groupId>
<artifactId>commandline-ui-action</artifactId>
</dependency>
- <!-- librairie jaxx -->
+
+ <!-- other dependencies -->
+
<dependency>
- <groupId>org.codelutin.jaxx</groupId>
- <artifactId>jaxx-swing-action</artifactId>
- </dependency>
- <dependency>
- <groupId>org.codelutin.jaxx</groupId>
- <artifactId>jaxx-swing-tab</artifactId>
- </dependency>
- <!-- pour avoir les ejb jboss -->
- <dependency>
<groupId>jboss</groupId>
<artifactId>jbossall-client</artifactId>
</dependency>
- </dependencies>
+ <dependency>
+ <groupId>lutinlib</groupId>
+ <artifactId>lutinwidget</artifactId>
+ </dependency>
+ </dependencies>
+
<!-- ************************************************************* -->
<!-- *** Project Information ************************************* -->
<!-- ************************************************************* -->
@@ -153,9 +156,6 @@
<artifactId>maven-jaxx-plugin</artifactId>
<version>${jaxx.version}</version>
<configuration>
- <copyToCP>true</copyToCP>
- <actionsFile>/jaxx/simexplorer-actions.properties</actionsFile>
- <baseResource>${basedir}/src/resources</baseResource>
<src>${basedir}/src/java</src>
</configuration>
<executions>
@@ -164,54 +164,18 @@
<goal>generate</goal>
</goals>
</execution>
- <execution>
- <id>jaxx-generate-actions-provider</id>
- <goals>
- <goal>generate-actions-provider</goal>
- </goals>
- <configuration>
- <fqn>fr.cemagref.simexplorer.is.ui.swing.SimExplorerActionProvider</fqn>
- <fqnAction>fr.cemagref.simexplorer.is.ui.swing.actions.util.SimExplorerBaseAction
- </fqnAction>
- <providerName>simexplorer</providerName>
- </configuration>
- </execution>
- <execution>
- <id>jaxx-generate-actions</id>
- <goals>
- <goal>generate-actions-properties</goal>
- </goals>
- <configuration>
- <includes>
- <param>
- fr\/cemagref\/simexplorer\/is\/ui\/swing\/actions\/**\/*Action.java
- </param>
- </includes>
- <excludes>
- <param>
- fr\/cemagref\/simexplorer\/is\/ui\/swing\/actions\/**\/*AbstractAction.java
- </param>
- </excludes>
- </configuration>
- </execution>
</executions>
<dependencies>
<dependency>
<groupId>lutinlib</groupId>
<artifactId>lutinwidget</artifactId>
- <version>0.10-SNAPSHOT</version>
+ <version>${lutinwidget.version}</version>
</dependency>
<dependency>
<groupId>lutinlib</groupId>
<artifactId>lutinutil</artifactId>
- <version>0.29.1</version>
+ <version>${lutinutil.version}</version>
</dependency>
- <dependency>
- <groupId>org.codelutin.jaxx</groupId>
- <artifactId>jaxx-swing</artifactId>
- <scope>compile</scope>
- <version>${jaxx.version}</version>
- </dependency>
</dependencies>
</plugin>
@@ -274,7 +238,6 @@
</configuration>
</execution>
<execution>
- <!--phase>compile</phase-->
<phase>process-classes</phase>
<id>java</id>
<goals>
@@ -292,26 +255,26 @@
</executions>
</plugin>
+
<!-- Package phase -->
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<configuration>
<overWriteReleases>false</overWriteReleases>
<overWriteSnapshots>false</overWriteSnapshots>
<overWriteIfNewer>true</overWriteIfNewer>
+ <outputDirectory>${project.build.directory}/lib</outputDirectory>
</configuration>
<executions>
<execution>
- <phase>package</phase>
<goals>
<goal>copy-dependencies</goal>
</goals>
</execution>
</executions>
</plugin>
+
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
@@ -319,7 +282,7 @@
<mainClass>${maven.jar.main.class}</mainClass>
<addClasspath>true</addClasspath>
<addExtensions/>
- <classpathPrefix>./dependency/</classpathPrefix>
+ <classpathPrefix>lib/</classpathPrefix>
</manifest>
</archive>
</configuration>
@@ -343,12 +306,19 @@
</plugin>
</plugins>
+
</build>
<!-- ************************************************************* -->
<!-- *** Build Environment ************************************** -->
<!-- ************************************************************* -->
+ <scm>
+ <url>${maven.scm.url.child}</url>
+ <connection>${maven.scm.connection.child}</connection>
+ <developerConnection>${maven.scm.developerConnection.child}</developerConnection>
+ </scm>
+
<pluginRepositories>
<pluginRepository>
<id>evolvis-release-repository</id>
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/SimExplorerContext.java
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/SimExplorerContext.java 2009-01-21 22:23:13 UTC (rev 1546)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/SimExplorerContext.java 2009-01-21 22:26:14 UTC (rev 1547)
@@ -36,7 +36,8 @@
import fr.cemagref.simexplorer.is.ui.swing.ui.SimExplorerTab;
import fr.cemagref.simexplorer.is.ui.swing.ui.util.ErrorDialog;
import org.codelutin.i18n.I18n;
-import org.codelutin.jaxx.action.factory.ActionFactory;
+import org.codelutin.jaxx.action.ActionFactory;
+import org.codelutin.jaxx.action.ActionFactoryFromProvider;
/**
* Le context de l'application, implanté en singleton.
@@ -76,7 +77,7 @@
public ActionFactory<SimExplorerBaseAction> getActionFactory() {
if (actionFactory == null) {
// used a simple factory implementation
- actionFactory = org.codelutin.jaxx.action.factory.ActionFactoryFromProvider.newInstance(SimExplorerBaseAction.class);
+ actionFactory = ActionFactoryFromProvider.newInstance(SimExplorerBaseAction.class);
}
return actionFactory;
}
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/ShowDetailTabAction.java
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/ShowDetailTabAction.java 2009-01-21 22:23:13 UTC (rev 1546)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/ShowDetailTabAction.java 2009-01-21 22:26:14 UTC (rev 1547)
@@ -54,7 +54,7 @@
smallIcon = "action/show-tab-detail.png",
mnemonic = 'd',
hideActionText = true,
- multiNames = {"showTab_detail", "showTabLocal_detail", "showTabRemote_detail"}
+ actionCommands = {"showTab_detail", "showTabLocal_detail", "showTabRemote_detail"}
)
public class ShowDetailTabAction extends ShowTabAbstractAction<JDetailTab, DetailTabModel> implements SelectedAction {
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/util/SimExplorerAbstractTabAction.java
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/util/SimExplorerAbstractTabAction.java 2009-01-21 22:23:13 UTC (rev 1546)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/util/SimExplorerAbstractTabAction.java 2009-01-21 22:26:14 UTC (rev 1547)
@@ -41,7 +41,6 @@
*
* @author Code Lutin, Landais Gabriel, Chemit Tony
*/
- at org.codelutin.i18n.I18nable
public abstract class SimExplorerAbstractTabAction extends SimExplorerBaseAction {
private SimExplorerTab tab;
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/util/SimExplorerBaseAction.java
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/util/SimExplorerBaseAction.java 2009-01-21 22:23:13 UTC (rev 1546)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/util/SimExplorerBaseAction.java 2009-01-21 22:26:14 UTC (rev 1547)
@@ -34,7 +34,7 @@
*
* @author Code Lutin, Landais Gabriel, Chemit Tony
*/
- at org.codelutin.i18n.I18nable
+ at org.codelutin.jaxx.action.ActionProviderAnnotation
public class SimExplorerBaseAction extends org.codelutin.jaxx.action.MyAbstractAction {
private static final long serialVersionUID = -810023044364620841L;
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/ui/SimExplorerMainUI.java
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/ui/SimExplorerMainUI.java 2009-01-21 22:23:13 UTC (rev 1546)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/ui/SimExplorerMainUI.java 2009-01-21 22:26:14 UTC (rev 1547)
@@ -97,6 +97,9 @@
protected void finalizeInit(SimExplorerContext context) {
+ // create i18n entries in menu with id 'i18nMenu'
+ ActionHelper.createI18nMenu(this);
+
// chargement dans l'ui des actions
context.getActionFactory().loadActions(this);
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/ui/SimExplorerTab.java
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/ui/SimExplorerTab.java 2009-01-21 22:23:13 UTC (rev 1546)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/ui/SimExplorerTab.java 2009-01-21 22:26:14 UTC (rev 1547)
@@ -34,7 +34,6 @@
* @author Code Lutin, Landais Gabriel, Chemit Tony
*/
- at org.codelutin.i18n.I18nable
public enum SimExplorerTab {
@TabContentConfig(
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/ui/SimExplorerUI.jaxx
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/ui/SimExplorerUI.jaxx 2009-01-21 22:23:13 UTC (rev 1546)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/ui/SimExplorerUI.jaxx 2009-01-21 22:26:14 UTC (rev 1547)
@@ -22,11 +22,12 @@
</JMenu>
<!-- menu config -->
<JMenu text='simexplorer.config.menu' mnemonic="{'C'}">
- <JMenu text='simexplorer.config.i18n.menu' mnemonic="{'L'}"
+ <JMenu id='i18nMenu'/>
+ <!--JMenu text='simexplorer.config.i18n.menu' mnemonic="{'L'}"
icon='{createImageIcon("action/translate.png")}'>
<JMenuItem id="i18n_fr"/>
<JMenuItem id="i18n_en"/>
- </JMenu>
+ </JMenu-->
<JMenuItem id="config"/>
<JMenuItem id="resetPassword"/>
<JMenuItem id="historyReset"/>
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/resources/i18n/simexplorer-is-swing-en_GB.properties
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/resources/i18n/simexplorer-is-swing-en_GB.properties 2009-01-21 22:23:13 UTC (rev 1546)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/resources/i18n/simexplorer-is-swing-en_GB.properties 2009-01-21 22:26:14 UTC (rev 1547)
@@ -128,7 +128,6 @@
simexplorer.common.type=type
simexplorer.common.value=value
simexplorer.common.version=version
-simexplorer.config.i18n.menu=Language
simexplorer.config.local.data.description=Local database data directory
simexplorer.config.local.db.description=Local database directory
simexplorer.config.local.description=Local server configuration
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/resources/i18n/simexplorer-is-swing-fr_FR.properties
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/resources/i18n/simexplorer-is-swing-fr_FR.properties 2009-01-21 22:23:13 UTC (rev 1546)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/resources/i18n/simexplorer-is-swing-fr_FR.properties 2009-01-21 22:26:14 UTC (rev 1547)
@@ -128,7 +128,6 @@
simexplorer.common.type=type
simexplorer.common.value=valeur
simexplorer.common.version=version
-simexplorer.config.i18n.menu=Langue
simexplorer.config.local.data.description=R\u00E9pertoire des donn\u00E9es de la base locale
simexplorer.config.local.db.description=R\u00E9pertoire de la base locale
simexplorer.config.local.description=Configuration du serveur local
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-web/pom.xml
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-web/pom.xml 2009-01-21 22:23:13 UTC (rev 1546)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-web/pom.xml 2009-01-21 22:26:14 UTC (rev 1547)
@@ -19,12 +19,16 @@
<dependencies>
+ <!-- sibling dependencies -->
+
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>simexplorer-is-service</artifactId>
<version>${project.version}</version>
</dependency>
+ <!-- tapestry dependencies -->
+
<dependency>
<groupId>tapestry5-treegrid</groupId>
<artifactId>tapestry5-treegrid</artifactId>
@@ -46,6 +50,8 @@
<artifactId>t5c-commons</artifactId>
</dependency>
+ <!-- others dependencies -->
+
<dependency>
<groupId>jboss</groupId>
<artifactId>jbossall-client</artifactId>
@@ -54,10 +60,14 @@
<groupId>javax.persistence</groupId>
<artifactId>persistence-api</artifactId>
</dependency>
+
+ <!-- test dependencies -->
+
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<classifier>jdk15</classifier>
+ <scope>test</scope>
</dependency>
</dependencies>
@@ -76,6 +86,7 @@
<build>
<plugins>
+
<!--WebApp in JAR -->
<plugin>
<artifactId>maven-war-plugin</artifactId>
@@ -96,6 +107,7 @@
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>maven-jetty-plugin</artifactId>
+ <version>6.1H.14</version>
<configuration>
<!-- Log to the console. -->
<requestLog implementation="org.mortbay.jetty.NCSARequestLog">
@@ -112,8 +124,18 @@
</connectors>
</configuration>
</plugin>
+
</plugins>
</build>
+ <!-- ************************************************************* -->
+ <!-- *** Build Environment ************************************** -->
+ <!-- ************************************************************* -->
+ <scm>
+ <url>${maven.scm.url.child}</url>
+ <connection>${maven.scm.connection.child}</connection>
+ <developerConnection>${maven.scm.developerConnection.child}</developerConnection>
+ </scm>
+
</project>
\ No newline at end of file
Modified: branches/migration-200901/simexplorer-is/src/site/fr/rst/devel/migration2009.rst
===================================================================
--- branches/migration-200901/simexplorer-is/src/site/fr/rst/devel/migration2009.rst 2009-01-21 22:23:13 UTC (rev 1546)
+++ branches/migration-200901/simexplorer-is/src/site/fr/rst/devel/migration2009.rst 2009-01-21 22:26:14 UTC (rev 1547)
@@ -61,50 +61,130 @@
Utilisation layout maven 2
--------------------------
-Le layout (i.e l'organisation physique des répertoires) ne respectait pas les convention préconisées par Maven 2,
-car à l'heure où ce projet a été développé nous n'avions pas encore de super-pom (lutinproject) qui respectait ces conventions.
+Le layout (i.e l'organisation physique des répertoires) ne respectait pas les
+convention préconisées par Maven 2, car à l'heure où ce projet a été développé
+nous n'avions pas encore de super-pom (lutinproject) qui respectait ces conventions.
-Aujourd'hui, c'est le cas et nous nous baserons le sur le super-pom org.codelutin:lutinproject:3.3
+Aujourd'hui, c'est le cas et nous nous baserons le sur le super-pom
-Nous préconisons aussi l'utilisation de ces conventions car la plupart des plugin maven (dont les notres) les respectent et cela
-facilite grandement l'écriture des poms de se baser sur ces conventions.
+*org.codelutin:lutinproject:3.3*
+Nous préconisons aussi l'utilisation de ces conventions car la plupart des plugin
+maven (dont les notres) les respectent et cela facilite grandement l'écriture des
+poms de se baser sur ces conventions.
+
Pour plus de renseignement, voir http://maven.apache.org/guides/introduction/introduction-to-the-standard-di…
Refactoring des poms
--------------------
-Amélioration des poms du projet modules se basant sur les préconisations écrites par Sonatype http://books.sonatype.com/maven-book/reference/public-book.html
+Amélioration des poms du projet modules se basant sur les préconisations
+écrites par Sonatype http://books.sonatype.com/maven-book/reference/public-book.html
-En effet, un certain d'anit-pattern maven ont été introduits dans nos poms (par exemple l'utilisation de la variable current.version qui nous rend dépendant du super-pom du projet
+En effet, un certain d'anit-pattern maven ont été introduits dans nos poms
+(par exemple l'utilisation de la variable current.version qui nous rend dépendant du super-pom du projet
alors que cela ne doit pas être le cas.
+Harmonisation des poms
+~~~~~~~~~~~~~~~~~~~~~~
+
+Les poms ont étés harmonisés, à savoir avec l'ajout de section en commentaire
+qui permettent de savoir plus facilement où l'on se trouve dans le pom.
+
+On s'est basé sur le document suivant qui décrit bien les différentes sections
+d'un pom : http://www.javaworld.com/javaworld/jw-05-2006/jw-0529-maven.html
+
+En gros, il ya quantre grandes sections :
+
+- *POM Relationships* : les relation du module
+- *Project Information* : les informations propres au module
+- *Build Settings* : le build du module
+- *Build Environment* : l'environnement du build du module
+
+Utilisation du pluginManagement
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Dans le pom parent, les plugins étaient déclarés dans plugins, ce qui n'est pas
+correct, car cette section est réservée à l'exécution de plugins et non pas à leur configuration,
+il faut utiliser la section pluginManagement à cet effet.
+
+Refactoring des dépendances
+~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Les modules d'un projet multi-module ne doivent pas apparaître dans la section
+dependenciesManagment, mais être référencés dans les autres modules comme ceci :
+
+::
+
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>simexplorer-is-storage</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+On appelle de telles dépendances des *sibling dependencies*.
+
+Cela permettra de ne plus avoir à avoir comme dépendance dans d'autres projet
+le super-pom car ça c'est pas du tout normal :)
+
+Utilisation de luinproject 3.3
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Ce nouveau super-pom est meilleur que les précédents :) il permet par exemple une
+gestion des scm améliorée, et surtout ré-utilise le profile release-profile pour lancer
+l'exécution de plugin normalement nécessaire pendant une phase de release
+(javadoc, source, enforcer,...).
+
+Ce profile reste cependant déclancheable à tout moment via la variable
+*performRelease*, ce qui peut-être interressant lorsque l'on déploye
+par exemple une snapshot car il est toujours bon de deployer en même
+temps au moins les sources (les IDE aiment bien ça!)
+
+Donc un simple mvn deploy -DperformRelease et le tour est joué.
+
+Ajout des fichiers REAMDE.txt et changelong.txt sur tous les mdoules.
+
+
Utilisation des nouveaux groupId de nos librairies et plugins
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-Nous avons depuis peu changé le groupId de toutes nos libraires et plugin, à savoir :
+Nous avons depuis peu changé le groupId de toutes nos libraires et plugins,
+à savoir :
-- org.codelutin pour les librairies et plugin (non projet multi-modules)
-- org.codelutin.XXX (pour les librairies multi-modules).
+- *org.codelutin* pour les librairies et plugin (non projet multi-modules)
+- *org.codelutin.XXX* (pour les librairies multi-modules : Jaxx, Commandline, ToPIA).
Passage sur des versions stables de nos librairies et plugins
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-Certainns librairies et plugins actuellement utilisés sur le logiciel sont en snapshot, i.e sont suceptibles d'évoluer et ne sont pas stables,
-on les remplace par des version releasées qui elles sont jages de stabilité et sont plus facilement traçables (des tags svn sont posés pour chaque nouvelle release).
+Certaines librairies et plugins actuellement utilisés sur le logiciel sont en
+snapshot, i.e sont suceptibles d'évoluer et ne sont pas stables, on les
+remplace par des version releasées qui elles sont jages de stabilité et sont
+plus facilement traçables (des tags svn sont posés pour chaque nouvelle release).
-Migration de JAXX 1.0
-~~~~~~~~~~~~~~~~~~~~~
+Migration vers JAXX 1.0
+~~~~~~~~~~~~~~~~~~~~~~~
-Un gros travail a été effectué sur la libraire JAXX http://buix.labs.libre-entreprise.org/jaxx, désormais l'exécution de l'application est bien détachée du code du compilateur JAXX, cela
+Un gros travail a été effectué sur la libraire JAXX http://buix.labs.libre-entreprise.org/jaxx, désormais
+l'exécution de l'application est bien détachée du code du compilateur JAXX, cela
a nécessité de repenser l'organisation des modules du projet JAXX et cela nécessite une moigration.
Suppression du module simexplorer-si-swing-generated
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-Le plugin Jaxx et Commandline sont désormais capable de générer du code lorsque cela est nécessaire, il n'est donc
-plus nécessaire de conserver un module de génération et tout est générer dans le module swing.
+Le plugin Jaxx et Commandline sont désormais capables de générer du code
+lorsque cela est nécessaire, il n'est donc plus nécessaire de conserver
+un module de génération et tout est générer dans le module swing.
+Exclure les dépendences transitives pour le client Swing
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Certaines librairies possèdent des dépendences transitives non utilisés par
+le client lourd, donc inutile de les embarquer dans les dépendances de
+l'application, cela diminue le nombre de jar et c'est un plus.
+
+
+
+
1
0
21 Jan '09
Author: tchemit
Date: 2009-01-21 22:23:13 +0000 (Wed, 21 Jan 2009)
New Revision: 1546
Modified:
branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/java/fr/cemagref/simexplorer/is/entities/EntityTypeEnum.java
branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/java/fr/cemagref/simexplorer/is/entities/composite/Attachments.java
branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/java/fr/cemagref/simexplorer/is/entities/composite/Codes.java
branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/java/fr/cemagref/simexplorer/is/entities/composite/ConstantValues.java
branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/java/fr/cemagref/simexplorer/is/entities/composite/Constants.java
branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/java/fr/cemagref/simexplorer/is/entities/composite/Descriptors.java
branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/java/fr/cemagref/simexplorer/is/entities/metadata/MetaData.java
branches/migration-200901/simexplorer-is/simexplorer-is-service/src/java/fr/cemagref/simexplorer/is/service/AuthenticationServiceImpl.java
branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/CloseTabAction.java
branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/CollapseAllAction.java
branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/ConnectAction.java
branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/DeleteElementAction.java
branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/DownloadAttachmentAction.java
branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/DownloadElementAction.java
branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/ExpandAllAction.java
branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/ExportElementAction.java
branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/ImportElementAction.java
branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/model/DetailTableModel.java
branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/model/ListTableModel.java
branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/ui/DetailTabUpdater.java
branches/migration-200901/simexplorer-is/src/site/fr/rst/devel/index.rst
Log:
suppression annotation org.codelutin.i18n.I18nable pour utilisation de lutinutil:1.0.3
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/java/fr/cemagref/simexplorer/is/entities/EntityTypeEnum.java
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/java/fr/cemagref/simexplorer/is/entities/EntityTypeEnum.java 2009-01-21 22:16:19 UTC (rev 1545)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/java/fr/cemagref/simexplorer/is/entities/EntityTypeEnum.java 2009-01-21 22:23:13 UTC (rev 1546)
@@ -40,7 +40,6 @@
*
* @author Code Lutin, Landais Gabriel, Chemit Tony
*/
- at org.codelutin.i18n.I18nable
public enum EntityTypeEnum {
/** The Attachment. */
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/java/fr/cemagref/simexplorer/is/entities/composite/Attachments.java
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/java/fr/cemagref/simexplorer/is/entities/composite/Attachments.java 2009-01-21 22:16:19 UTC (rev 1545)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/java/fr/cemagref/simexplorer/is/entities/composite/Attachments.java 2009-01-21 22:23:13 UTC (rev 1546)
@@ -29,7 +29,6 @@
* The Class Attachments.
* @author Code Lutin, Landais Gabriel, Chemit Tony
*/
- at org.codelutin.i18n.I18nable
public final class Attachments extends SimpleComposite<Attachment> {
/** The Constant serialVersionUID. */
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/java/fr/cemagref/simexplorer/is/entities/composite/Codes.java
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/java/fr/cemagref/simexplorer/is/entities/composite/Codes.java 2009-01-21 22:16:19 UTC (rev 1545)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/java/fr/cemagref/simexplorer/is/entities/composite/Codes.java 2009-01-21 22:23:13 UTC (rev 1546)
@@ -26,7 +26,6 @@
* The Class Codes.
* @author Code Lutin, Landais Gabriel, Chemit Tony
*/
- at org.codelutin.i18n.I18nable
public final class Codes extends SimpleComposite<Code> {
/** The Constant serialVersionUID. */
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/java/fr/cemagref/simexplorer/is/entities/composite/ConstantValues.java
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/java/fr/cemagref/simexplorer/is/entities/composite/ConstantValues.java 2009-01-21 22:16:19 UTC (rev 1545)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/java/fr/cemagref/simexplorer/is/entities/composite/ConstantValues.java 2009-01-21 22:23:13 UTC (rev 1546)
@@ -26,7 +26,6 @@
* The Class ConstantValues.
* @author Code Lutin, Landais Gabriel, Chemit Tony
*/
- at org.codelutin.i18n.I18nable
public final class ConstantValues extends SimpleComposite<ConstantValue> {
/** The Constant serialVersionUID. */
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/java/fr/cemagref/simexplorer/is/entities/composite/Constants.java
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/java/fr/cemagref/simexplorer/is/entities/composite/Constants.java 2009-01-21 22:16:19 UTC (rev 1545)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/java/fr/cemagref/simexplorer/is/entities/composite/Constants.java 2009-01-21 22:23:13 UTC (rev 1546)
@@ -27,7 +27,6 @@
*
* @author Code Lutin, Landais Gabriel, Chemit Tony
*/
- at org.codelutin.i18n.I18nable
public final class Constants extends SimpleComposite<Constant> {
/** The Constant serialVersionUID. */
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/java/fr/cemagref/simexplorer/is/entities/composite/Descriptors.java
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/java/fr/cemagref/simexplorer/is/entities/composite/Descriptors.java 2009-01-21 22:16:19 UTC (rev 1545)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/java/fr/cemagref/simexplorer/is/entities/composite/Descriptors.java 2009-01-21 22:23:13 UTC (rev 1546)
@@ -27,7 +27,6 @@
* The Class Descriptors.
* @author Code Lutin, Landais Gabriel, Chemit Tony
*/
- at org.codelutin.i18n.I18nable
public final class Descriptors extends SimpleComposite<Descriptor> {
/** The Constant serialVersionUID. */
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/java/fr/cemagref/simexplorer/is/entities/metadata/MetaData.java
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/java/fr/cemagref/simexplorer/is/entities/metadata/MetaData.java 2009-01-21 22:16:19 UTC (rev 1545)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-entities/src/java/fr/cemagref/simexplorer/is/entities/metadata/MetaData.java 2009-01-21 22:23:13 UTC (rev 1546)
@@ -31,7 +31,6 @@
*
* @author Code Lutin, Landais Gabriel, Chemit Tony
*/
- at org.codelutin.i18n.I18nable
public class MetaData extends Leaf {
/** The Constant serialVersionUID. */
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-service/src/java/fr/cemagref/simexplorer/is/service/AuthenticationServiceImpl.java
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-service/src/java/fr/cemagref/simexplorer/is/service/AuthenticationServiceImpl.java 2009-01-21 22:16:19 UTC (rev 1545)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-service/src/java/fr/cemagref/simexplorer/is/service/AuthenticationServiceImpl.java 2009-01-21 22:23:13 UTC (rev 1546)
@@ -68,7 +68,6 @@
@Remote(AuthenticationService.class)
@RemoteBinding(jndiBinding = "AuthenticationService")
@TransactionAttribute(TransactionAttributeType.REQUIRED)
- at org.codelutin.i18n.I18nable
public class AuthenticationServiceImpl implements AuthenticationService {
/** The Constant log. */
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/CloseTabAction.java
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/CloseTabAction.java 2009-01-21 22:16:19 UTC (rev 1545)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/CloseTabAction.java 2009-01-21 22:23:13 UTC (rev 1546)
@@ -33,7 +33,7 @@
smallIcon = "closeTab.png",
hideActionText = true,
enabled = true,
- multiNames = {"closeTab", "closeTab_local", "closeTab_remote", "closeTab_detail", "closeTab_synchronize"}
+ actionCommands = {"closeTab", "closeTab_local", "closeTab_remote", "closeTab_detail", "closeTab_synchronize"}
)
public class CloseTabAction extends SimExplorerAbstractTabAction {
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/CollapseAllAction.java
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/CollapseAllAction.java 2009-01-21 22:16:19 UTC (rev 1545)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/CollapseAllAction.java 2009-01-21 22:23:13 UTC (rev 1546)
@@ -36,7 +36,7 @@
smallIcon = "action/collapseAll.png",
mnemonic = 'c',
hideActionText = true,
- multiNames = {"collapseAllDetail", "collapseAllLocal", "collapseAllRemote"}
+ actionCommands = {"collapseAllDetail", "collapseAllLocal", "collapseAllRemote"}
)
public class CollapseAllAction extends SimExplorerAbstractTabAction {
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/ConnectAction.java
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/ConnectAction.java 2009-01-21 22:16:19 UTC (rev 1545)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/ConnectAction.java 2009-01-21 22:23:13 UTC (rev 1546)
@@ -46,7 +46,6 @@
hideActionText = false,
enabled = true
)
- at org.codelutin.i18n.I18nable
public class ConnectAction extends SimExplorerBaseAction {
LoginUI ui;
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/DeleteElementAction.java
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/DeleteElementAction.java 2009-01-21 22:16:19 UTC (rev 1545)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/DeleteElementAction.java 2009-01-21 22:23:13 UTC (rev 1546)
@@ -40,7 +40,6 @@
mnemonic = 'x',
hideActionText = true
)
- at org.codelutin.i18n.I18nable
public class DeleteElementAction extends SimExplorerAbstractTabAction {
/** le modèle de sélection */
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/DownloadAttachmentAction.java
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/DownloadAttachmentAction.java 2009-01-21 22:16:19 UTC (rev 1545)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/DownloadAttachmentAction.java 2009-01-21 22:23:13 UTC (rev 1546)
@@ -42,7 +42,6 @@
hideActionText = true,
enabled = false
)
- at org.codelutin.i18n.I18nable
public class DownloadAttachmentAction extends DownloadAbstractAction {
protected Attachment attachment;
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/DownloadElementAction.java
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/DownloadElementAction.java 2009-01-21 22:16:19 UTC (rev 1545)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/DownloadElementAction.java 2009-01-21 22:23:13 UTC (rev 1546)
@@ -40,7 +40,6 @@
mnemonic = 'x',
hideActionText = true
)
- at org.codelutin.i18n.I18nable
public class DownloadElementAction extends DownloadAbstractAction {
protected static final MessageFormat FILENAME_PATTERN = new MessageFormat("{0}.zip");
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/ExpandAllAction.java
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/ExpandAllAction.java 2009-01-21 22:16:19 UTC (rev 1545)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/ExpandAllAction.java 2009-01-21 22:23:13 UTC (rev 1546)
@@ -37,7 +37,7 @@
smallIcon = "action/expandAll.png",
mnemonic = 'e',
hideActionText = true,
- multiNames = {"expandAllDetail", "expandAllLocal", "expandAllRemote"}
+ actionCommands = {"expandAllDetail", "expandAllLocal", "expandAllRemote"}
)
public class ExpandAllAction extends SimExplorerAbstractTabAction {
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/ExportElementAction.java
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/ExportElementAction.java 2009-01-21 22:16:19 UTC (rev 1545)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/ExportElementAction.java 2009-01-21 22:23:13 UTC (rev 1546)
@@ -44,9 +44,8 @@
longDescription = "simexplorer.action.exportElement.help",
mnemonic = 'x',
hideActionText = true,
- multiNames = {"exportElement", "exportElementToLocal", "exportElementToRemote"}
+ actionCommands = {"exportElement", "exportElementToLocal", "exportElementToRemote"}
)
- at org.codelutin.i18n.I18nable
public class ExportElementAction extends SimExplorerAbstractTabAction {
/** le service d'origine */
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/ImportElementAction.java
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/ImportElementAction.java 2009-01-21 22:16:19 UTC (rev 1545)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/ImportElementAction.java 2009-01-21 22:23:13 UTC (rev 1546)
@@ -47,7 +47,6 @@
mnemonic = 'I',
hideActionText = false
)
- at org.codelutin.i18n.I18nable
public class ImportElementAction extends SimExplorerAbstractTabAction {
protected ImportDialog ui;
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/model/DetailTableModel.java
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/model/DetailTableModel.java 2009-01-21 22:16:19 UTC (rev 1545)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/model/DetailTableModel.java 2009-01-21 22:23:13 UTC (rev 1546)
@@ -32,7 +32,6 @@
*
* @author Code Lutin, Landais Gabriel, Chemit Tony
*/
- at org.codelutin.i18n.I18nable
public class DetailTableModel extends AbstractTableModel {
protected LoggableElement data;
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/model/ListTableModel.java
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/model/ListTableModel.java 2009-01-21 22:16:19 UTC (rev 1545)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/model/ListTableModel.java 2009-01-21 22:23:13 UTC (rev 1546)
@@ -38,7 +38,6 @@
*
* @author Code Lutin, Landais Gabriel, Chemit Tony
*/
- at org.codelutin.i18n.I18nable
public class ListTableModel extends AbstractTableModel {
MetaData[] data;
Modified: branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/ui/DetailTabUpdater.java
===================================================================
--- branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/ui/DetailTabUpdater.java 2009-01-21 22:16:19 UTC (rev 1545)
+++ branches/migration-200901/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/ui/DetailTabUpdater.java 2009-01-21 22:23:13 UTC (rev 1546)
@@ -47,7 +47,6 @@
*
* @author Code Lutin, Landais Gabriel, Chemit Tony
*/
- at org.codelutin.i18n.I18nable
public class DetailTabUpdater extends SimExplorerAbstractTabUpdater<JDetailTab, DetailTabModel> {
public static final SimpleDateFormat DATE_FORMAT = new SimpleDateFormat("yyyy.MM.dd HH:mm:ss.SSS");
Modified: branches/migration-200901/simexplorer-is/src/site/fr/rst/devel/index.rst
===================================================================
--- branches/migration-200901/simexplorer-is/src/site/fr/rst/devel/index.rst 2009-01-21 22:16:19 UTC (rev 1545)
+++ branches/migration-200901/simexplorer-is/src/site/fr/rst/devel/index.rst 2009-01-21 22:23:13 UTC (rev 1546)
@@ -114,4 +114,15 @@
Dans ce mode l'utilisateur peut consulter/supprimer des données du serveur selon son authentification.
Une synchronisation est possible, la logique étant executé côté serveur et le client est mis à jour en
-fonction du traitement réalisé.
+fonction du traitement réalisé.
+
+Migration pour la release 1.0
+-----------------------------
+
+Début 2009, une migration a été effectuée pour être en adéquation avec les
+process de développement en évolution de la société. Le document `migration`_
+résume les différentes opérations effectuées sur le projet.
+
+.. migration: migration2009.html
+
+
1
0