gatein SVN: r2583 - in portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide: en-US and 1 other directory.
by do-not-reply@jboss.org
Author: benlc
Date: 2010-04-12 04:02:10 -0400 (Mon, 12 Apr 2010)
New Revision: 2583
Modified:
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Configuration.xml
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Databases.xml
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Getting_Started.xml
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Installation.xml
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Installation_Guide.ent
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Post_Installation.xml
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Test_Your_Installation.xml
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/publican.cfg
Log:
'committing revision following platform install and test'
Modified: portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Configuration.xml
===================================================================
--- portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Configuration.xml 2010-04-10 08:49:41 UTC (rev 2582)
+++ portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Configuration.xml 2010-04-12 08:02:10 UTC (rev 2583)
@@ -5,7 +5,7 @@
]>
<chapter>
<title>Database Configuration</title>
-
+
<section id="sect-Portal_EAP-Configuration-Installing_an_RDBMS_JDBC_connector">
<title>Installing an RDBMS JDBC connector</title>
<para>
@@ -22,7 +22,28 @@
Refer to the help files in each download for installation instructions. In most cases, the RDBMS JDBC connector comes as a <computeroutput>.jar</computeroutput> file. Copy this file into the <filename>$JBOSS_HOME/server/<replaceable>configuration</replaceable>/lib/</filename> directory.
</para>
</section>
-
+
+ &START_EDIT;
+ <section id="sect-Portal_EAP-Configuration-Installing_an_RDBMS_JDBC_connectorE">
+ <title>Installing an RDBMS JDBC connector</title>
+ <para>
+ A relational database management system (RDBMS) Java Database Connectivity (JDBC) connector is required for &PRODUCT; to communicate with a database.
+ &PRODUCT; comes bundled with Hypersonic SQL (HSQL) database so that users can get up and running quickly without having to initially set up
+ a database. However, HSQL should not be used in a production environment. Removing HSQL is simply a matter of removing
+ <remark><filename>JBOSS_DIST/jboss-as/server/$CONFIG/deploy/hsql-ds.xml</filename>.</remark>
+ </para>
+ <para>
+ Test suites have been run against
+ the <trademark class="registered">Oracle</trademark> 9, <trademark class="registered">Oracle</trademark> 10, <trademark class="registered">Microsoft SQL Server</trademark>,
+ MySQL 4, MySQL 5, and PostgreSQL 8 databases - these databases are recommended for production use. Please refer to your database documentation for the correct
+ RDBMS JDBC connector to use. The MySQL RDBMS JDBC connector can be downloaded from <ulink url="http://www.mysql.com/products/connector/j/"></ulink>, and the
+ PostgreSQL RDBMS JDBC connector can be downloaded from <ulink url="http://jdbc.postgresql.org/download.html"></ulink>.
+ </para>
+ <para>
+ Refer to the help files in each download for installation instructions. In most cases, the RDBMS JDBC connector comes as a <computeroutput>.jar</computeroutput> file within the downloaded zip file. Copy this file into the <filename>$JBOSS_HOME/server/<replaceable>$CONFIG</replaceable>/lib/</filename> directory.
+ </para>
+ </section>
+ &END_EDIT;
<section id="sect-Portal_EAP-Configuration-Datasource_Descriptors">
<title>Datasource Descriptors</title>
<para>
@@ -59,6 +80,71 @@
</screen>
</para>
</section>
+
+ &START_EDIT;
+ <section id="sect-Portal_EAP-Configuration-Datasource_DescriptorsE">
+ <title>Datasource Descriptors</title>
+ <para>
+ A Datasource descriptor is required for JBoss Portal to communicate with a database. Sample Datasource descriptor files are provided for the Hypersonic SQL, <trademark class="registered">Microsoft SQL Server</trademark>, MySQL, <trademark class="registered">Oracle</trademark>, and PostgreSQL databases. These can be found in the <remark><filename>$JBOSS_HOME/jboss-as/docs/examples/jca</filename></remark> directory.
+ </para>
+ <para>
+ The sample Datasource descriptors will work with default installations of external databases; however, you may need to configure the correct username and password. As indicated in the mysql-ds.xml file displayed below, the sample MySQL and PostgreSQL Datasource descriptors assume the name of the database to be <remark><computeroutput>jbossdb</computeroutput></remark>.
+ </para>
+ <para>
+ Copy the required Datasource descriptor file to <filename>$JBOSS_HOME/server/<replaceable>$CONFIG</replaceable>/deploy/</filename> directory. When copying a Datasource descriptor for MySQL, <trademark class="registered">Microsoft SQL Server</trademark>, PostgreSQL, or <trademark class="registered">Oracle</trademark> databases, change the <computeroutput><user-name><replaceable>portal</replaceable></user-name></computeroutput> and <computeroutput><password><replaceable>portalpassword</replaceable></password></computeroutput> sections to reflect the correct username and password of the user who has access to the jbossportal database.
+ </para>
+ <important>
+ <title>Different Datasource Descriptors</title>
+ <para>
+ Ensure that there is only one Datasource descriptor in the <filename>$JBOSS_HOME/server/<replaceable>$CONFIG</replaceable>/deploy/</filename> directory. For example, if you want to use a MySQL database, remove the <filename>hsqldb-ds.xml</filename> file, and other descriptors, if they exists. For a default configuration this will require removing the <filename>gatein-ds.xml</filename> and <filename>hsqldb-ds.xml</filename> files.
+ </para>
+ </important>
+ <para>
+ The following is an example Datasource descriptor file for MySQL 5:
+ </para>
+ <para>
+<screen><?xml version="1.0" encoding="UTF-8"?>
+<!-- See http://www.jboss.org/community/wiki/Multiple1PC for information about local-tx-datasource -->
+<!-- $Id: mysql-ds.xml 88948 2009-05-15 14:09:08Z jesper.pedersen $ -->
+<!-- Datasource config for MySQL using 3.0.9 available from:
+ http://www.mysql.com/downloads/api-jdbc-stable.html
+-->
+
+<datasources>
+ <local-tx-datasource>
+ <jndi-name>MySqlDS</jndi-name>
+ <connection-url>jdbc:mysql://mysql-hostname:3306/jbossdb</connection-url>
+ <driver-class>com.mysql.jdbc.Driver</driver-class>
+ <user-name>x</user-name>
+ <password>y</password>
+ <exception-sorter-class-name>
+ org.jboss.resource.adapter.jdbc.vendor.MySQLExceptionSorter
+ </exception-sorter-class-name>
+ <!-- should only be used on drivers after 3.22.1 with "ping" support
+ <valid-connection-checker-class-name>
+ org.jboss.resource.adapter.jdbc.vendor.MySQLValidConnectionChecker
+ </valid-connection-checker-class-name>
+ -->
+ <!-- sql to call when connection is created
+ <new-connection-sql>some arbitrary sql</new-connection-sql>
+ -->
+ <!-- sql to call on an existing pooled connection when it is obtained from pool -
+ MySQLValidConnectionChecker is preferred for newer drivers
+ <check-valid-connection-sql>
+ some arbitrary sql
+ </check-valid-connection-sql>
+ -->
+
+ <!-- corresponding type-mapping in the standardjbosscmp-jdbc.xml (optional) -->
+ <metadata>
+ <type-mapping>mySQL</type-mapping>
+ </metadata>
+ </local-tx-datasource>
+</datasources></screen>
+ </para>
+ </section>
+ &END_EDIT;
+
</chapter>
Modified: portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Databases.xml
===================================================================
--- portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Databases.xml 2010-04-10 08:49:41 UTC (rev 2582)
+++ portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Databases.xml 2010-04-12 08:02:10 UTC (rev 2583)
@@ -36,6 +36,29 @@
</para>
</listitem>
</orderedlist>
+
+ &START_EDIT;
+
+ <orderedlist>
+ <listitem>
+ <para>
+ Navigate to the <ulink url="http://dev.mysql.com/downloads/connector/j/3.1.html">JDBC MySQL connector</ulink> section of dev.mysql.com. Download the <computeroutput>Compressed Tar Archive (.tar.gz)</computeroutput> file or the <computeroutput>Zip Archive (.zip)</computeroutput> file.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Unzip the <filename>mysql-java-connector</filename> into the desired directory. It does not matter which directory is used.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Change into the directory to which the <filename>mysql-java-connector</filename> was extracted. Copy the <filename>mysql-connector-java-<replaceable>version-number</replaceable>-bin.jar</filename> file into the <filename>$JBOSS_HOME/server/<replaceable>$CONFIG</replaceable>/lib/</filename> directory.
+ </para>
+ </listitem>
+ </orderedlist>
+
+ &END_EDIT;
+
<formalpara id="form-Portal_EAP-Using_a_MySQL_Database-Data_Truncation_Errors">
<title>Data Truncation Errors</title>
<para>
@@ -50,6 +73,23 @@
<para>
If you are running MySQL in strict mode, remove <computeroutput>STRICT_TRANS_TABLES</computeroutput> from the <computeroutput>sql-mode=</computeroutput> line, in the <filename>my.cnf</filename> file if you are running Linux, and from the <filename>my.cfg</filename> file if you are running <trademark class="registered">Windows</trademark>. For further information, please see <ulink url="http://wiki.jboss.org/wiki/Wiki.jsp?page=AvoidMySQL5DataTruncationErrors"></ulink>.
</para>
+ &START_EDIT;
+
+ <formalpara id="form-Portal_EAP-Using_a_MySQL_Database-Data_Truncation_ErrorsE">
+ <title>Data Truncation Errors</title>
+ <para>
+ If you are running MySQL 5, data truncation errors such as the following may occur:
+ </para>
+ </formalpara>
+ <para>
+<screen>
+ERROR JDBCExceptionReporter Data truncation: Data too long for column 'jbp_viewrealemail' at row 1
+</screen>
+ </para>
+ <para>
+ If you are running MySQL in strict mode, remove <computeroutput>STRICT_TRANS_TABLES</computeroutput> from the <quote><computeroutput>sql-mode =</computeroutput></quote> line of the relevant configuration file. For Linux, this is the <filename>my.cnf</filename> file. For <trademark class="registered">Windows</trademark>, edit the <filename>my.cfg</filename> file. For further information, please see <ulink url="http://wiki.jboss.org/wiki/Wiki.jsp?page=AvoidMySQL5DataTruncationErrors"></ulink>.
+ </para>
+ &END_EDIT;
<formalpara id="form-Portal_EAP-Using_a_MySQL_Database-Creating_a_MySQL_Database">
<title>Creating a MySQL Database</title>
<para>
@@ -132,6 +172,98 @@
</para>
</listitem>
</orderedlist>
+ &START_EDIT;
+ <formalpara id="form-Portal_EAP-Using_a_MySQL_Database-Creating_a_MySQL_DatabaseE">
+ <title>Creating a MySQL Database</title>
+ <para>
+ If you have just installed MySQL, make sure the MySQL server is running, and then run the following command to set the root user password:
+ </para>
+ </formalpara>
+ <para>
+<screen>
+mysqladmin -u root password '<replaceable>new-root-user-password</replaceable>'
+</screen>
+ </para>
+ <orderedlist>
+ <listitem>
+ <para>
+ Run the following command to log in to MySQL. Enter the root user password when prompted:
+ </para>
+ <para>
+<screen>
+mysql -u root -p
+</screen>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Use the <command>CREATE DATABASE</command> command to create a new jbossportal database. Note: the rest of this guide, and configuration examples following here after, assume the database name to be jbossportal. If you change the database name, please change the name in all necessary configuration files:
+ </para>
+ <para>
+<screen>
+mysql> CREATE DATABASE jbossportal;
+</screen>
+ </para>
+ <para>
+ The output should be similar to the following:
+ </para>
+ <para>
+<screen>
+Query OK, 1 row affected (0.00 sec)
+</screen>
+ </para>
+ <para>
+ At this point, the <command>SHOW DATABASES;</command> command should display the <command>jbossportal</command> database:
+ </para>
+ <para>
+<screen>
+mysql> SHOW DATABASES;
++--------------------+
+| Database |
++--------------------+
+| information_schema |
+| jbossportal |
+| mysql |
++--------------------+
+3 rows in set (0.00 sec)
+</screen>
+ </para>
+ <para>
+ It is safe to ignore the other databases.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Add a new user and give that user access to the jbossportal database. The following example adds a new user named <computeroutput>portal</computeroutput>, with the password <computeroutput>portalpassword</computeroutput>. It is recommended that you choose a different password to the one supplied here by changing <replaceable>portalpassword</replaceable> to some other password:
+ </para>
+ <screen>CREATE USER 'portal'@'localhost' IDENTIFIED BY 'portalpassword';</screen>
+ </listitem>
+ <listitem>
+ <para>
+ Grant the necessary privileges to the user:
+ </para>
+ <para>
+<screen>
+mysql> GRANT ALL PRIVILEGES ON jbossportal.* TO '<replaceable>portal</replaceable>'@'localhost'
+IDENTIFIED BY '<replaceable>portalpassword</replaceable>' WITH GRANT OPTION;
+</screen>
+ </para>
+ <para>
+ The output should be similar to the following:
+ </para>
+ <para>
+<screen>
+Query OK, 0 rows affected (0.00 sec)
+</screen>
+ </para>
+ <note><title>Note: Changed Password?</title>
+ <para>
+ If you changed the portal user's password, remember to also change the password in the MySQL Datasource descriptor.
+ </para>
+ </note>
+ </listitem>
+ </orderedlist>
+ &END_EDIT;
<formalpara id="form-Portal_EAP-Using_a_MySQL_Database-MySQL_Datasource_Descriptor">
<title>MySQL Datasource Descriptor</title>
<para>
@@ -150,6 +282,65 @@
</para>
</listitem>
</orderedlist>
+ &START_EDIT;
+ <formalpara id="form-Portal_EAP-Using_a_MySQL_Database-MySQL_Datasource_DescriptorE">
+ <title>MySQL Datasource Descriptor</title>
+ <para>
+ To install the MySQL Datasource descriptor:
+ </para>
+ </formalpara>
+ <orderedlist>
+ <listitem>
+ <para>
+ Copy the MySQL Datasource descriptor - <filename>$JBOSS_HOME/docs/examples/jca/mysql-ds.xml</filename> - into the <filename>$JBOSS_HOME/server/<replaceable>$CONFIG</replaceable>/deploy/</filename> directory.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Update the following lines in the Datasource descriptor to reflect the correct database, user-name and password respectively:
+ <itemizedlist>
+ <listitem>
+ <para>
+ <computeroutput><connection-url>jdbc:mysql://mysql-hostname:3306/<replaceable>DATABASE</replaceable></connection-url></computeroutput>;
+ <itemizedlist>
+ <listitem>
+ <para>
+ In this example the database name is <literal>jbossportal</literal>.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <computeroutput><user-name><replaceable>USER-NAME</replaceable></user-name></computeroutput>;
+ <itemizedlist>
+ <listitem>
+ <para>
+ The user-name for this example is <literal>portal</literal>.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <computeroutput><password><replaceable>PASSWORD</replaceable></password></computeroutput>;
+ <itemizedlist>
+ <listitem>
+ <para>
+ This example uses the <literal>portalpassword</literal> password. Enter this or the password chosen at <xref linkend="form-Portal_EAP-Using_a_MySQL_Database-Creating_a_MySQL_DatabaseE"></xref>.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </para>
+ </listitem>
+ </itemizedlist>
+ </para>
+ </listitem>
+ </orderedlist>
+ &END_EDIT;
+
<formalpara id="form-Portal_EAP-Using_a_MySQL_Database-MySQL_Table_Errors">
<title>MySQL Table Errors</title>
<para>
Modified: portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Getting_Started.xml
===================================================================
--- portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Getting_Started.xml 2010-04-10 08:49:41 UTC (rev 2582)
+++ portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Getting_Started.xml 2010-04-12 08:02:10 UTC (rev 2583)
@@ -243,6 +243,14 @@
<title>Configuring Your Java Environment</title>
<para>
You must have a working installation of <emphasis role="bold">JDK 1.5</emphasis> before you install &PRODUCT;. You can install the 32-bit or 64-bit JVM as per your requirements. In this guide we will show you how to install a 32-bit Sun JDK 5.0 using RHN, on a generic Linux Platform and Microsoft Windows Platform. But before we do that let's take a look at some of the benefits of using a 64-bit JVM.
+ </para>
+ &START_EDIT;
+
+ <para>
+ You must have a working installation of <emphasis role="bold">JDK 1.6</emphasis> before you install &PRODUCT;. You can install the 32-bit or 64-bit JVM as per your requirements. In this guide we will show you how to install a 32-bit Sun JDK 6.0 using RHN, on a generic Linux Platform and Microsoft Windows Platform. But before we do that let's take a look at some of the benefits of using a 64-bit JVM.
+ </para>
+ &END_EDIT;
+
<itemizedlist id="Configuring_Your_Java_Environment-Benefits_of_64_bit_JVM_on_64_bit_OS_and_Hardware">
<title>Benefits of 64-bit JVM on 64-bit OS and Hardware:</title>
<listitem>
@@ -315,6 +323,83 @@
</para>
</listitem>
</itemizedlist>
+ &START_EDIT;
+ <itemizedlist id="Configuring_Your_Java_Environment-Installing_and_Configuring_JDK_6.0_using_RHN">
+ <title>Installing and Configuring JDK 6.0 using RHN</title>
+ <listitem>
+ <para>
+ Java SDKs are provided by the Red Hat Enterprise Linux 5 Base and Supplementary channels for your Linux variant and architecture. The available JDKs corresponding to each channel and architecture are listed below:
+ </para>
+ <para>
+
+ </para>
+ <variablelist><title></title>
+ <varlistentry>
+ <term>
+ Channel: rhel-<arch>-server-5
+ </term>
+ <listitem>
+ <para>
+ java-1.6.0-openjdk
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>
+ Channel: rhel-<arch>-server-supplementary-5
+ </term>
+ <listitem>
+ <para>
+ java-1.6.0-sun (Sun)
+ </para>
+
+ <para>
+ java-1.6.0-ibm (IBM)
+ </para>
+
+ <para>
+ java-1.6.0-bea (JRockit)
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ <para>
+ Ensure that the -devel packages are also installed.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Selecting <command moreinfo="none">alternatives</command> for <command moreinfo="none">java</command>, <command moreinfo="none">javac</command> and <command moreinfo="none">java_sdk_1.6.0</command> (setting <command moreinfo="none">java_sdk_1.6.0</command> is optional).
+ </para>
+
+ <para>
+ This is only needed if you want to use the SysV service script
+ and/or want this installed SDK to be the default java and javac
+ in the system. This choice can often be overridden by setting
+ the <command moreinfo="none">JAVA_HOME</command> environment variable.
+ </para>
+
+ <para>
+ The <command moreinfo="none">alternatives</command> system allows different versions of Java, from different sources, to co-exist on your system. You should make sure the desired one is selected so that the service script uses the one you want.
+ </para>
+
+ <para>
+ As root, issue the following command:
+ </para>
+ <screen>
+ <command moreinfo="none">/usr/sbin/alternatives --config java</command>
+ </screen>
+ <para>
+ and make sure the desired one is selected (marked with a '+'), or select it by entering its number as prompted.
+ </para>
+
+ <para>
+ Make sure you do the same for <command moreinfo="none">javac</command> and <command moreinfo="none">java_sdk_1.6.0.</command> We recommend that all point to the same manufacturer and version.
+ </para>
+ </listitem>
+ </itemizedlist>
+ &END_EDIT;
<itemizedlist id="Configuring_Your_Java_Environment-Installing_and_Configuring_32_bit_Sun_JDK_5.0_on_a_generic_Linux_platform">
<title>Installing and Configuring 32-bit Sun JDK 5.0 on a generic Linux platform</title>
<listitem>
@@ -404,7 +489,128 @@
</para>
</listitem>
</itemizedlist>
- <itemizedlist id="Configuring_Your_Java_Environment-Installing_and_Configuring_32_bit_Sun_JDK_5.0_on_Microsoft_Windows">
+ &START_EDIT;
+ <itemizedlist id="Configuring_Your_Java_Environment-Installing_and_Configuring_JDK_6.0_on_a_generic_Linux_platform">
+ <title>Installing and Configuring JDK 6.0 on a generic Linux platform</title>
+ <listitem>
+ <para>
+ Download the Java 2 Platform, Standard Edition (J2SE) Development Kit (JDK) 6.0 from Sun's website: <ulink url="http://java.sun.com/javase/downloads/index.jsp#need"></ulink>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ From this page, select the latest update under the <literal>Java Platform, Standard Edition</literal> heading. Alternatively, this page can be accessed directly at <ulink url="http://java.sun.com/javase/downloads/widget/jdk6.jsp"></ulink>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Follow the instructions presented on this page including selecting the appropriate platform and architecture.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Clicking the <guibutton>Continue</guibutton> button will display the download options (depending on whether the user chooses to register):
+ </para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ jdk-6u<update number>-linux-<arch>-rpm.bin or;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ jdk-6u<update number>-linux-<arch>.bin
+ </para>
+ </listitem>
+ </itemizedlist>
+ <para>If installing the JDK on Red Hat Enterprise Linux, Fedora, or another RPM-based Linux system, it is recommended that the self-extracting file containing the RPM package is selected. This option will set up and use the SysV service scripts in addition to installing the JDK. The RPM option is also recommended if the &PRODUCT; is being set up in a production environment. Should you decide not to use the self-extracting file, the next step can be ignored.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download and install the appropriate <literal>-compat RPM</literal> from <literal>JPackage</literal> <ulink url="ftp://jpackage.hmdc.harvard.edu/JPackage/1.7/generic/RPMS.non-free/"> here</ulink>. Please ensure you choose a matching version of the <literal>-compat</literal> package to the JDK you installed.
+ </para>
+ &START_NOTE;
+ <para>
+ The latest JDK available from Sun's site is update 19. The jpackage site linked to above lists the latest <literal>-compat rpm</literal> at update 6 (java-1.6.0-sun-compat-1.6.0.06-1jpp.i586.rpm). So there is a conflict here as the downloaded package and the -compat rpm cannot be matched as stated above.
+ </para>
+ &END_NOTE;
+ </listitem>
+ <listitem>
+ <para>
+ Create an environment variable that points to the JDK installation directory and call it <literal>JAVA_HOME</literal>. Add <literal>$JAVA_HOME/bin</literal> to the system path to be able to run <literal>java</literal> from the command line. You can do this by adding the following lines to the <filename>.bashrc</filename> file in your home directory. <programlisting>
+#In this example /usr/java/jdk1.6.0_19 is the JDK installation directory.
+export JAVA_HOME=/usr/java/jdk1.6.0_19
+export PATH=$PATH:$JAVA_HOME/bin
+</programlisting>
+ Set this variable for the user account performing the installation and also for the user account that will run the server.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ If you have more than one version of JVM installed in your machine, make sure you are using the JDK1.6 installation as the default <literal>java</literal> and <literal>javac</literal>. You can do this using the alternatives system. The alternatives system allows different versions of Java, from different sources to co-exist on your system.
+ <note>
+ <para>
+ Selecting alternatives as decribed below can be avoided by setting the <literal>JAVA_HOME</literal> environment variable as explained in the previous step.
+ </para>
+ </note>
+ <itemizedlist>
+ <title>Select alternatives for java, javac and java_sdk_1.6.0</title>
+
+ <listitem>
+ <para>
+ As root, type the following command at the shell prompt and you should see something like this: <programlisting>
+[root@vsr ~]$ /usr/sbin/alternatives --config java
+There are 2 programs which provide 'java'.
+Selection Command
+-----------------------------------------------
+ 1 /usr/lib/jvm/jre-1.4.2-gcj/bin/java
+*+ 2 /usr/lib/jvm/jre-1.6.0-sun/bin/java
+Enter to keep the current selection[+], or type selection number:
+</programlisting>
+ Make sure the Sun version [<literal>jre-1.6.0-sun</literal> in this case] is selected (marked with a '+' in the output), or select it by entering its number as prompted.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Repeat the same for javac and java_sdk_1.6.0. <programlisting>
+[root@vsr ~]$ /usr/sbin/alternatives --config javac
+There are 1 programs which provide 'javac'.
+ Selection Command
+-----------------------------------------------
+*+ 1 /usr/lib/jvm/java-1.6.0-sun/bin/javac
+Enter to keep the current selection[+], or type selection number:
+</programlisting>
+<programlisting>
+[root@vsr ~]$ /usr/sbin/alternatives --config java_sdk_1.6.0
+There are 1 programs which provide 'java_sdk_1.6.0'.
+ Selection Command
+-----------------------------------------------
+*+ 1 /usr/lib/jvm/java-1.6.0-sun
+Enter to keep the current selection[+], or type selection number:
+</programlisting>
+ You should verify that java, javac and java_sdk_1.6.0 all point to the same manufacturer and version.
+ &START_NOTE;
+ Better to use java-1.6.0-variant rather than java-1.6.0-sun as could be sun or openjdk. Also include openJDK download site info http://openjdk.java.net/install/ ?
+ &END_NOTE;
+ </para>
+ </listitem>
+ </itemizedlist>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Make sure that the <literal>java</literal> executable is in your path and that you are using an appropriate version. To verify your Java environment, type <literal>java -version</literal> at the shell prompt and you should see something like this: <programlisting>
+[root@vsr ~]$ java -version
+java version "1.6.0_19"
+Java(TM) SE Runtime Environment (build 1.6.0_19-b01)
+Java HotSpot(TM) Server VM (build 14.2-b01, mixed mode)
+</programlisting>
+ </para>
+ </listitem>
+ </itemizedlist>
+ &END_EDIT;
+ <itemizedlist id="Configuring_Your_Java_Environment-Installing_and_Configuring_32_bit_Sun_JDK_5.0_on_Microsoft_Windows">
<title>Installing and Configuring 32-bit Sun JDK 5.0 on Microsoft Windows</title>
<listitem>
<para>
@@ -417,7 +623,70 @@
</para>
</listitem>
</itemizedlist>
- </para>
+ &START_EDIT;
+ <itemizedlist id="Configuring_Your_Java_Environment-Installing_and_Configuring_JDK_6.0_on_Microsoft_Windows">
+ <title>Installing and Configuring JDK 6.0 on Microsoft Windows</title>
+ <listitem>
+ <para>
+ Download the Java 2 Platform, Standard Edition (J2SE) Development Kit (JDK) 6.0 from Sun's website: <ulink url="http://java.sun.com/javase/downloads/index.jsp#need"></ulink>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ From this page, select the latest update under the <literal>Java Platform, Standard Edition</literal> heading. Alternatively, this page can be accessed directly at <ulink url="http://java.sun.com/javase/downloads/widget/jdk6.jsp"></ulink>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Follow the instructions presented on this page including selecting the appropriate platform and architecture.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Clicking the <guibutton>Continue</guibutton> button will display the download option (depending on whether the user chooses to register):
+ </para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ jdk-6u<update number>-windows-<arch>.exe
+ </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ <listitem>
+ <para>
+ Create an environment variable called <literal>JAVA_HOME</literal> that points to the JDK installation directory, for example: <literal>C:\Program Files\Java\jdk1.6.0_19\</literal>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ In order to run java from the command line add the <literal>jre\bin</literal> directory to your path, for example: <literal>C:\Program Files\Java\jdk1.6.0_19\jre\bin</literal>. To do this:
+ <orderedlist>
+ <listitem>
+ <para>
+ Open the Control Panel from the Start Menu, switching to Classic View if necessary.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Open the System Control Panel applet.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Select the Advanced Tab
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Click on the Environment Variables button.
+ </para>
+ </listitem>
+ </orderedlist>
+ </para>
+ </listitem>
+ </itemizedlist>
+ &END_EDIT;
</section>
</section>
Modified: portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Installation.xml
===================================================================
--- portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Installation.xml 2010-04-10 08:49:41 UTC (rev 2582)
+++ portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Installation.xml 2010-04-12 08:02:10 UTC (rev 2583)
@@ -39,6 +39,31 @@
</para>
</section>
+ &START_EDIT;
+ <section id="InstallingE">
+ <title>Installing</title>
+
+ <para>
+ To install from a zip file, simply unzip the downloaded file to a directory of your choice. You can unzip the platform on any operating system that supports the zip format. Six types of server configurations will be included in your installation - minimal, default, production, all, standard and web.
+ The Getting Started Guide of &JBEAP; as well as http://www.jboss.org/community/docs/DOC-12942 explain in detail the different server configuration file sets.
+
+ <itemizedlist>
+ <listitem>
+ <para>
+ Unzip <literal>jboss-epp-<replaceable><release></replaceable>.zip</literal> to extract the archive contents into the location of your choice. You can do this using the JDK <literal>jar</literal> tool (or any other ZIP extraction tool). <programlisting>
+ [vsr]$ <literal>cd jbeppinstallationdir</literal>
+ [vsr]$ <literal>jar -xvf jboss-epp-<replaceable><release></replaceable>.zip</literal></programlisting>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ You are done with the installation! You should now have a directory called <filename>jboss-epp-<replaceable><release></replaceable></filename>. Refer to the Getting Started Guide to understand and explore the Platform Directory Structure.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </para>
+ </section>
+ &END_EDIT;
<section id="server-config-differences">
<title>Choosing a server configuration</title>
<para>
@@ -74,5 +99,47 @@
</itemizedlist>
</para>
</section>
+ &START_EDIT;
+
+ <section id="server-config-differencesE">
+ <title>Choosing a server configuration</title>
+ <para>
+ The important differences as far as Portal is concerned are:
+
+ <itemizedlist>
+ <listitem>
+ <para>
+ the <literal>minimal</literal>, <literal>web</literal> and <literal>standard</literal> server configurations do not contain any Portal relevant components. These directories exist for the sake of consistency with &JBEAP;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ the <literal>default</literal> server configuration includes non-clustered Portal components contained within the <remark><literal>httpha-invoker.sar</literal> OR <literal>jbossweb.sar</literal> OR <literal>jbossws.sar</literal> OR <literal>uuid-key-generator.sar</literal></remark> service archive. This archive is located in the <literal>deploy</literal> folder. <remark>This is the server configuration that is started when no other configuration is specified</remark>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ the <literal>all</literal> server configuration includes clustered Portal components contained within <remark><literal>httpha-invoker.sar</literal> OR <literal>jbossweb.sar</literal> OR <literal>jbossws.sar</literal> OR <literal>juddi-service.sar</literal> OR <literal>snmp-adaptor.sar</literal></remark> service archive. This archive is located in the <literal>deploy</literal> folder.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ the <literal>production</literal> server configuration includes clustered Portal components contained within <remark><literal>httpha-invoker.sar</literal> OR <literal>jbossweb.sar</literal> OR <literal>jbossws.sar</literal> OR <literal>juddi-service.sar</literal> OR <literal>snmp-adaptor.sar</literal> OR <literal>uuid-key-generator.sar</literal>.</remark> This archive is located in the <literal>deploy</literal> folder.
+ </para>
+ </listitem>
+ </itemizedlist>
+ <note><title>Note: Production Server</title>
+ <para>
+ The <literal>production</literal> server configuration has several optimizations including logging and memory size.
+ If you do not need the clustered portal version and want to use this optimized server configuration, you simply need to copy the <remark>
+ <literal>WHICH FILE?</literal> file </remark> from <literal>default/deploy</literal> to <literal>production/deploy</literal>. Don't forget to
+ remove <remark><literal>WHICH FILE as jboss-portal-ha.sar doesn't exist?</literal> </remark> though.
+ </para>
+ </note>
+ </para>
+ </section>
+
+ &END_EDIT;
+
</chapter>
Modified: portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Installation_Guide.ent
===================================================================
--- portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Installation_Guide.ent 2010-04-10 08:49:41 UTC (rev 2582)
+++ portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Installation_Guide.ent 2010-04-12 08:02:10 UTC (rev 2583)
@@ -5,3 +5,7 @@
<!ENTITY YEAR "2010">
<!ENTITY HOLDER "Red Hat, Inc">
<!ENTITY RHEL "Red Hat Enterprise Linux">
+<!ENTITY START_EDIT "<formalpara><title><remark><!-- Start Edit</remark></title><para></para></formalpara>">
+<!ENTITY END_EDIT "<formalpara><title><remark>End Edit --></remark></title><para></para></formalpara>">
+<!ENTITY START_NOTE "<formalpara><title><remark><!-- Start Note to Reviewer</remark></title><para></para></formalpara>">
+<!ENTITY END_NOTE "<formalpara><title><remark>End Note to Reviewer --></remark></title><para></para></formalpara>">
Modified: portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Post_Installation.xml
===================================================================
--- portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Post_Installation.xml 2010-04-10 08:49:41 UTC (rev 2582)
+++ portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Post_Installation.xml 2010-04-12 08:02:10 UTC (rev 2583)
@@ -32,6 +32,37 @@
</para>
</formalpara>
</section>
+ &START_EDIT;
+ <section id="Set_JBOSS_HOMEE">
+ <title>
+ Set JBOSS_HOME Environment Variable
+ </title>
+ <para><remark>Minor edit changed 4.3 to 5.0 in path to installation directory.</remark></para>
+ <formalpara>
+ <title>
+ On a Linux Platform
+ </title>
+ <para>
+ Create an environment variable that points to the installation directory (<filename>JBOSS_DIST/jboss-as</filename>) and call it <literal>JBOSS_HOME</literal>. Add <literal>$JBOSS_HOME/bin</literal> to the system path to be able to run the server from the command line. You can do this by adding the following lines to the <filename>.bashrc</filename> file in your home directory.
+ <programlisting>
+#In this example /home/user/jboss-epp-5.0/jboss-as is the installation directory.
+ export JBOSS_HOME=/home/user/jboss-epp-5.0/jboss-as
+ export PATH=$PATH:$JBOSS_HOME/bin
+ </programlisting>
+ Set this variable for the user account(s) that will run the server.
+ </para>
+ </formalpara>
+ <formalpara>
+ <title>
+ On Microsoft Windows
+ </title>
+ <para>
+ Create an environment variable called <literal>JBOSS_HOME</literal> that points to the installation directory, for example: C:\Program Files\jboss-epp-5.0\jboss-as\. In order to run the server from the command line add the <filename>bin</filename> directory to your path, for example: C:\Program Files\jboss-epp-5.0\jboss-as\bin. To do this, open the Control Panel from the Start Menu, switch to Classic View if necessary, open the System Control Panel applet, select the Advanced Tab, and click on the Environment Variables button.
+ </para>
+ </formalpara>
+ </section>
+ &END_EDIT;
+
<section id="Adjust_Memory_Settings">
<title>Adjust memory settings</title>
<para>
@@ -44,6 +75,24 @@
</programlisting>
</para>
</section>
+ &START_EDIT;
+
+ <section id="Adjust_Memory_SettingsE">
+ <title>Adjust memory settings</title>
+ <para>
+ The default configuration for the server to start with, if no other configuration is specified, is the production configuration. It is recommended to run the example Seam applications that are included with the documentation using the production configuration.
+ </para>
+ <para>
+ To avoid memory issues, adjust the memory settings before deploying the applications. You can do this by updating <literal>JAVA_OPTS</literal> settings in the file <filename>JBOSS_DIST/jboss-as/bin/run.conf</filename> with these recommended values:
+<programlisting>
+ -Xms1303m -Xmx1303m -XX:MaxPermSize=256m ....
+</programlisting>
+ </para>
+ <para><remark>This is the default so the "adjust" statement is not correct. Should it be set higher than 256m?</remark></para>
+ </section>
+
+ &END_EDIT;
+
<section id="Post-Installation">
<title>
Post Installation Security Configuration
@@ -99,8 +148,88 @@
</para>
</formalpara>
</section>
+
+ &START_EDIT;
+ <section id="Post-InstallationE">
+ <title>
+ Post Installation Security Configuration
+ </title>
+ <para>
+ When installed from the zip archive, authentication is required to access the majority of JBoss services, including administrative services. User accounts have not been set up to eliminate the possibility of default username/password based attacks.
+ </para>
+ <important><title>Default admin user configuration</title>
+ <para>
+ It is recommended that the admin=admin username and password configuration, which is commented out by default, not be used for a production server. The admin user is included as an example of the user/password definition format only.
+ </para>
+ </important>
+
+ <formalpara><title>Set up the <literal>jmx-console</literal> users and roles</title>
+ <para>
+ Edit the <filename>jmx-console-users.properties</filename> file located in the <filename>$JBOSS_HOME/server/$CONFIG/conf/props/</filename> directory defining the username and password:
+ </para>
+ </formalpara>
+ <programlisting>user=password</programlisting>
+ <para>
+ Edit the <filename>jmx-console-roles.properties</filename> file located in the <filename>$JBOSS_HOME/server/$CONFIG/conf/props/</filename> directory to define the user's roles:
+ </para>
+ <programlisting>user=JBossAdmin,HttpInvoker</programlisting>
+
+ <formalpara><title>Set up the <literal>admin-console</literal> users and roles</title>
+ <para>
+ Edit the <filename>web-console-users.properties</filename> file located in the <filename>$JBOSS_HOME/server/$CONFIG/deploy/management/console-mgr.sar/web-console.war/WEB-INF/classes/</filename> directory:
+ </para>
+ </formalpara>
+ <programlisting>user=password</programlisting>
+ <para>
+ Edit the <filename>web-console-roles.properties</filename> file located in the <filename>$JBOSS_HOME/server/$CONFIG/deploy/management/console-mgr.sar/web-console.war/WEB-INF/classes/</filename> directory:
+ </para>
+ <programlisting>user=JBossAdmin,HttpInvoker</programlisting>
+ <note><title>$JBOSS_HOME and $CONFIG</title>
+ <para>
+ <varname>$JBOSS_HOME</varname> is the <filename>jboss-as</filename> directory, a level above the bin directory. <varname>$CONFIG</varname> is the chosen server configuration - all, default, minimal production, standard or web.
+ </para>
+ </note>
+ <important>
+ <para>
+ Login credentials for the <literal>admin-console</literal> are the same as those used for the JMX console.
+ </para>
+ </important>
+ <formalpara>
+ <title>Set SuckerPassword for JBoss Messaging:</title>
+ <para>
+ JBoss Messaging makes internal connections between nodes in order to redistribute messages between clustered destinations. These connections are made with the user name of a special reserved user whose password is specified by this parameter <literal>SuckerPassword</literal> in the Server Peer configuration file:
+ <programlisting>
+ <remark>$JBOSS_HOME/server/$CONFIG/deploy/messaging/messaging-service.xml</remark>
+ </programlisting>
+ Where <literal>$JBOSS_HOME</literal> is the install directory and <literal>$CONFIG</literal> is the server configuration being used.
+ To avoid a security risk, you MUST specify the value of the attribute <literal>SuckerPassword</literal>, failing which the default value will be used. Any one who knows the default password will be able to gain access to any destinations on the server. The following fragment should be uncommented and modified:
+ <programlisting>
+ <mbean code="org.jboss.jms.server.ServerPeer"
+ name="jboss.messaging:service=ServerPeer"
+ xmbean-dd="xmdesc/ServerPeer-xmbean.xml">
+ ...
+ ...
+ ...
+ ...
+ <!-- The password used by the message sucker connections to create connections.
+ THIS SHOULD ALWAYS BE CHANGED AT INSTALL TIME TO SECURE SYSTEM -->
+ <attribute name="SuckerPassword"></attribute>
+ ...
+ ...
+ ...
+ </mbean>
+ </programlisting>
+ </para>
+ </formalpara>
+ <para><remark>edit $JBOSS_HOME/server/$CONFIG/deploy/messaging/messaging-jboss-beans.xml as well?</remark></para>
+ <para><remark><literal><property name="suckerPassword">CHANGE ME!!</property></literal></remark></para>
+ <para><remark><literal>Also can't see jmx console or admin-console in the interface so is section this relevant?</literal></remark></para>
+ </section>
+
+ &END_EDIT;
<section id="Disabling_Authentication">
<title>Disabling Authentication</title>
+ <para><remark>No changes here as all paths and files are the same</remark></para>
<para>
It is also possible to disable authentication on specific services. All specified paths in the sections below are relative to <literal>$JBOSS_HOME</literal>.
</para>
Modified: portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Test_Your_Installation.xml
===================================================================
--- portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Test_Your_Installation.xml 2010-04-10 08:49:41 UTC (rev 2582)
+++ portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Test_Your_Installation.xml 2010-04-12 08:02:10 UTC (rev 2583)
@@ -6,6 +6,7 @@
<chapter id="Test_your_Installation">
<title>Test your Installation</title>
+
<para>
After you have installed the JBoss Enterprise Portal Platform, it is wise to perform a simple startup test to validate that there are no major problems with your Java VM/operating system combination. Make sure you have set the <literal>JBOSS_HOME</literal> envirnoment variables as explained in <ulink url="Post_Installation_Configuration"/>. To test your installation, move to <filename>JBOSS_DIST/jboss-as/bin</filename> directory and execute the <filename>run.bat</filename> (for Windows) or <filename>run.sh</filename> (for Linux) script, as appropriate for your operating system. Your output should look like the following (accounting for installation directory differences) and contain no error or exception messages:
</para>
@@ -43,7 +44,76 @@
Note that there is no "Server Started" message shown at the console when the server is started using the <literal>production</literal> profile, which is the default profile used when no other is specified. This message may be observed in the <filename>server.log</filename> file located in the <filename>server/production/log</filename> subdirectory.
</para>
</note>
+
+ &START_EDIT;
<para>
+ After you have installed the JBoss Enterprise Portal Platform, it is wise to perform a simple startup test to validate that there are no major problems with your Java VM/operating system combination. Make sure you have set the <literal>JBOSS_HOME</literal> environment variables as explained in <ulink url="Post_Installation_Configuration"/>.
+ </para>
+ <para>
+ To test your installation:
+ <itemizedlist>
+ <listitem>
+ <para>
+ move to the <filename>$JBOSS_HOME/bin</filename> directory;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ execute the <filename>run.bat</filename> (for Windows) or <filename>run.sh</filename> (for Linux) script, as appropriate for your operating system;
+ <itemizedlist>
+ <listitem>
+ <para>
+ Ensure that you run the configuration corresponding to the <filename>$JBOSS_HOME/server/$CONFIG/</filename> which you chose to set up the database connection in <xref linkend="form-Portal_EAP-Using_a_MySQL_Database-Creating_a_MySQL_DatabaseE"></xref>
+ </para>
+ </listitem>
+ </itemizedlist>
+ </para>
+ </listitem>
+ </itemizedlist>
+ </para>
+ <para>
+ The example below uses the production configuration. Your output should look like the following (accounting for installation directory differences) and should not contain any error or exception messages:
+ </para>
+<programlisting>
+[user@localhost bin]$ ./run.sh -c production
+=========================================================================
+
+ JBoss Bootstrap Environment
+
+ JBOSS_HOME: /home/user/jboss-epp-5.0/jboss-as
+
+ JAVA: /usr/java/jdk1.6.0_16/bin/java
+
+ JAVA_OPTS: -Dprogram.name=run.sh -server -Xms1303m -Xmx1303m -XX:MaxPermSize=256m
+ -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000
+ -Dsun.rmi.dgc.server.gcInterval=3600000 -Dsun.lang.ClassLoader.allowArraySyntax=true
+ -Dexo.conf.dir.name=gatein -Djava.net.preferIPv4Stack=true
+
+ CLASSPATH: /home/user/jboss-epp-5.0/jboss-as/bin/run.jar/usr/java/jdk1.6.0_16/lib/tools.jar
+
+=========================================================================
+
+16:59:41,401 INFO [ServerImpl] Starting JBoss (Microcontainer)...
+16:59:41,401 INFO [ServerImpl] Release ID: JBoss [EAP] 5.0.0.GA (build: SVNTag=JBPAPP_5_0_0_GA date=200910202128)
+16:59:41,402 INFO [ServerImpl] Bootstrap URL: null
+16:59:41,402 INFO [ServerImpl] Home Dir: /home/user/jboss-epp-5.0/jboss-as
+16:59:41,402 INFO [ServerImpl] Home URL: file:/home/user/jboss-epp-5.0/jboss-as/
+16:59:41,402 INFO [ServerImpl] Library URL: file:/home/user/jboss-epp-5.0/jboss-as/lib/
+16:59:41,403 INFO [ServerImpl] Patch URL: null
+16:59:41,403 INFO [ServerImpl] Common Base URL: file:/home/user/jboss-epp-5.0/jboss-as/common/
+16:59:41,404 INFO [ServerImpl] Common Library URL: file:/home/user/jboss-epp-5.0/jboss-as/common/lib/
+16:59:41,404 INFO [ServerImpl] Server Name: production
+...
+...
+16:59:44,345 INFO [JMXKernel] Legacy JMX core initialized
+</programlisting>
+ <note>
+ <para>
+ Note that there is no "Server Started" message shown at the console when the server is started using the <literal>production</literal> profile. This message may be observed in the <filename>server.log</filename> file located in the <filename>server/production/log</filename> subdirectory.
+ </para>
+ </note>
+ &END_EDIT;
+ <para>
Now open <literal>http://localhost:8080/portal</literal> in your web browser. (Make sure you dont have anything else already on your machine using that port).<footnote><para>
Note that on some machines, the name localhost won’t resolve properly and you should use the local loopback address 127.0.0.1 instead.</para></footnote> The contents of your page should look similar to this: <xref linkend="Test_your_Installation-Test_your_Installation" />.
</para>
@@ -60,5 +130,6 @@
<para>
You are now ready to use the JBoss Enterprise Portal Platform. Refer to the User Guide and Reference Guide for more information about the platform layout and example applications showcasing JBoss Portal in action.
</para>
+
</chapter>
Modified: portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/publican.cfg
===================================================================
--- portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/publican.cfg 2010-04-10 08:49:41 UTC (rev 2582)
+++ portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/publican.cfg 2010-04-12 08:02:10 UTC (rev 2583)
@@ -6,4 +6,5 @@
type: Book
brand: JBoss
debug:1
+show_remarks:1
14 years, 8 months
gatein SVN: r2582 - in portal/branches/EPP_5_0_Branch: component and 65 other directories.
by do-not-reply@jboss.org
Author: thomas.heute(a)jboss.com
Date: 2010-04-10 04:49:41 -0400 (Sat, 10 Apr 2010)
New Revision: 2582
Modified:
portal/branches/EPP_5_0_Branch/component/application-registry/pom.xml
portal/branches/EPP_5_0_Branch/component/common/pom.xml
portal/branches/EPP_5_0_Branch/component/dashboard/pom.xml
portal/branches/EPP_5_0_Branch/component/identity/pom.xml
portal/branches/EPP_5_0_Branch/component/management/pom.xml
portal/branches/EPP_5_0_Branch/component/pc/pom.xml
portal/branches/EPP_5_0_Branch/component/pom.xml
portal/branches/EPP_5_0_Branch/component/portal/pom.xml
portal/branches/EPP_5_0_Branch/component/resources/pom.xml
portal/branches/EPP_5_0_Branch/component/scripting/pom.xml
portal/branches/EPP_5_0_Branch/component/test/core/pom.xml
portal/branches/EPP_5_0_Branch/component/test/jcr/pom.xml
portal/branches/EPP_5_0_Branch/component/test/organization/pom.xml
portal/branches/EPP_5_0_Branch/component/test/pom.xml
portal/branches/EPP_5_0_Branch/component/web/pom.xml
portal/branches/EPP_5_0_Branch/component/wsrp/pom.xml
portal/branches/EPP_5_0_Branch/component/xml-parser/pom.xml
portal/branches/EPP_5_0_Branch/examples/extension/config/pom.xml
portal/branches/EPP_5_0_Branch/examples/extension/ear/pom.xml
portal/branches/EPP_5_0_Branch/examples/extension/jar/pom.xml
portal/branches/EPP_5_0_Branch/examples/extension/pom.xml
portal/branches/EPP_5_0_Branch/examples/extension/war/pom.xml
portal/branches/EPP_5_0_Branch/examples/pom.xml
portal/branches/EPP_5_0_Branch/examples/portal/config/pom.xml
portal/branches/EPP_5_0_Branch/examples/portal/ear/pom.xml
portal/branches/EPP_5_0_Branch/examples/portal/jar/pom.xml
portal/branches/EPP_5_0_Branch/examples/portal/pom.xml
portal/branches/EPP_5_0_Branch/examples/portal/rest-war/pom.xml
portal/branches/EPP_5_0_Branch/examples/portal/war/pom.xml
portal/branches/EPP_5_0_Branch/examples/portlets/jsfhellouser/pom.xml
portal/branches/EPP_5_0_Branch/examples/portlets/jsphellouser/pom.xml
portal/branches/EPP_5_0_Branch/examples/portlets/pom.xml
portal/branches/EPP_5_0_Branch/examples/portlets/simplesthelloworld/pom.xml
portal/branches/EPP_5_0_Branch/examples/skins/pom.xml
portal/branches/EPP_5_0_Branch/examples/skins/simpleskin/pom.xml
portal/branches/EPP_5_0_Branch/gadgets/core/pom.xml
portal/branches/EPP_5_0_Branch/gadgets/eXoGadgets/pom.xml
portal/branches/EPP_5_0_Branch/gadgets/pom.xml
portal/branches/EPP_5_0_Branch/gadgets/server/pom.xml
portal/branches/EPP_5_0_Branch/packaging/module/pom.xml
portal/branches/EPP_5_0_Branch/packaging/pkg/pom.xml
portal/branches/EPP_5_0_Branch/packaging/pom.xml
portal/branches/EPP_5_0_Branch/packaging/product/pom.xml
portal/branches/EPP_5_0_Branch/packaging/profiles.xml
portal/branches/EPP_5_0_Branch/packaging/reports/pom.xml
portal/branches/EPP_5_0_Branch/pom.xml
portal/branches/EPP_5_0_Branch/portlet/dashboard/pom.xml
portal/branches/EPP_5_0_Branch/portlet/exoadmin/pom.xml
portal/branches/EPP_5_0_Branch/portlet/pom.xml
portal/branches/EPP_5_0_Branch/portlet/web/pom.xml
portal/branches/EPP_5_0_Branch/server/jboss/patch-ear/pom.xml
portal/branches/EPP_5_0_Branch/server/jboss/plugin/pom.xml
portal/branches/EPP_5_0_Branch/server/jboss/pom.xml
portal/branches/EPP_5_0_Branch/server/pom.xml
portal/branches/EPP_5_0_Branch/starter/ear/pom.xml
portal/branches/EPP_5_0_Branch/starter/pom.xml
portal/branches/EPP_5_0_Branch/starter/war/pom.xml
portal/branches/EPP_5_0_Branch/testsuite/pom.xml
portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/pom.xml
portal/branches/EPP_5_0_Branch/testsuite/webuibasedsamples/pom.xml
portal/branches/EPP_5_0_Branch/web/eXoResources/pom.xml
portal/branches/EPP_5_0_Branch/web/pom.xml
portal/branches/EPP_5_0_Branch/web/portal/pom.xml
portal/branches/EPP_5_0_Branch/web/rest/pom.xml
portal/branches/EPP_5_0_Branch/webui/core/pom.xml
portal/branches/EPP_5_0_Branch/webui/eXo/pom.xml
portal/branches/EPP_5_0_Branch/webui/pom.xml
portal/branches/EPP_5_0_Branch/webui/portal/pom.xml
Log:
Preparing for next iteration
Modified: portal/branches/EPP_5_0_Branch/component/application-registry/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/component/application-registry/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/component/application-registry/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/component/common/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/component/common/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/component/common/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>exo.portal.component.common</artifactId>
Modified: portal/branches/EPP_5_0_Branch/component/dashboard/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/component/dashboard/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/component/dashboard/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/component/identity/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/component/identity/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/component/identity/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/component/management/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/component/management/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/component/management/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/component/pc/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/component/pc/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/component/pc/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/component/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/component/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/component/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.component</artifactId>
Modified: portal/branches/EPP_5_0_Branch/component/portal/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/component/portal/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/component/portal/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/component/resources/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/component/resources/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/component/resources/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/component/scripting/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/component/scripting/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/component/scripting/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/component/test/core/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/component/test/core/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/component/test/core/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/component/test/jcr/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/component/test/jcr/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/component/test/jcr/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/component/test/organization/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/component/test/organization/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/component/test/organization/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/component/test/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/component/test/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/component/test/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/component/web/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/component/web/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/component/web/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/component/wsrp/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/component/wsrp/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/component/wsrp/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/component/xml-parser/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/component/xml-parser/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/component/xml-parser/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/examples/extension/config/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/examples/extension/config/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/examples/extension/config/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/examples/extension/ear/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/examples/extension/ear/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/examples/extension/ear/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -37,23 +37,23 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.config</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.jar</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.war</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
<type>war</type>
</dependency>
</dependencies>
Modified: portal/branches/EPP_5_0_Branch/examples/extension/jar/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/examples/extension/jar/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/examples/extension/jar/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/examples/extension/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/examples/extension/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/examples/extension/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.sample.extension.root</artifactId>
Modified: portal/branches/EPP_5_0_Branch/examples/extension/war/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/examples/extension/war/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/examples/extension/war/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/examples/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/examples/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/examples/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.sample</artifactId>
Modified: portal/branches/EPP_5_0_Branch/examples/portal/config/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/examples/portal/config/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/examples/portal/config/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/examples/portal/ear/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/examples/portal/ear/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/examples/portal/ear/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -37,29 +37,29 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.config</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.jar</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.war</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.rest-war</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
<type>war</type>
</dependency>
</dependencies>
Modified: portal/branches/EPP_5_0_Branch/examples/portal/jar/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/examples/portal/jar/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/examples/portal/jar/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/examples/portal/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/examples/portal/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/examples/portal/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.sample.portal.root</artifactId>
Modified: portal/branches/EPP_5_0_Branch/examples/portal/rest-war/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/examples/portal/rest-war/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/examples/portal/rest-war/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/examples/portal/war/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/examples/portal/war/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/examples/portal/war/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/examples/portlets/jsfhellouser/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/examples/portlets/jsfhellouser/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/examples/portlets/jsfhellouser/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>parent</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<artifactId>gatein-jsf-hellouser</artifactId>
Modified: portal/branches/EPP_5_0_Branch/examples/portlets/jsphellouser/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/examples/portlets/jsphellouser/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/examples/portlets/jsphellouser/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>parent</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<artifactId>gatein-jsp-hellouser</artifactId>
Modified: portal/branches/EPP_5_0_Branch/examples/portlets/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/examples/portlets/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/examples/portlets/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
Modified: portal/branches/EPP_5_0_Branch/examples/portlets/simplesthelloworld/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/examples/portlets/simplesthelloworld/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/examples/portlets/simplesthelloworld/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>parent</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<artifactId>gatein-simplest-helloworld</artifactId>
Modified: portal/branches/EPP_5_0_Branch/examples/skins/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/examples/skins/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/examples/skins/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<groupId>org.gatein.portal.examples.skins</groupId>
Modified: portal/branches/EPP_5_0_Branch/examples/skins/simpleskin/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/examples/skins/simpleskin/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/examples/skins/simpleskin/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.portal.examples.skins</groupId>
<artifactId>examples.skins.parent</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<artifactId>gatein-sample-skin</artifactId>
Modified: portal/branches/EPP_5_0_Branch/gadgets/core/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/gadgets/core/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/gadgets/core/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -14,7 +14,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.gadgets-core</artifactId>
Modified: portal/branches/EPP_5_0_Branch/gadgets/eXoGadgets/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/gadgets/eXoGadgets/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/gadgets/eXoGadgets/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/gadgets/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/gadgets/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/gadgets/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.gadgets</artifactId>
Modified: portal/branches/EPP_5_0_Branch/gadgets/server/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/gadgets/server/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/gadgets/server/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.gadgets-server</artifactId>
Modified: portal/branches/EPP_5_0_Branch/packaging/module/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/packaging/module/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/packaging/module/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/packaging/pkg/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/packaging/pkg/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/packaging/pkg/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -67,13 +67,13 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>portal.packaging.module</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
<type>js</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>portal.packaging.product</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
<type>js</type>
</dependency>
</dependencies>
Modified: portal/branches/EPP_5_0_Branch/packaging/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/packaging/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/packaging/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/packaging/product/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/packaging/product/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/packaging/product/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/packaging/profiles.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/packaging/profiles.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/packaging/profiles.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -29,7 +29,7 @@
ex: On Windows 'c:/AS'
ex: On Linux '/home/user/AS'
-->
- <exo.projects.directory.dependencies>REPLACE_WITH_YOUR_OWN_DIRECTORY</exo.projects.directory.dependencies>
+ <exo.projects.directory.dependencies>/tmp/jboss-eap-5.0</exo.projects.directory.dependencies>
<!--
If you want that the server is deployed always at the same place (not in packaging/pkg/target/<server> dir)
@@ -41,11 +41,11 @@
<!--
Replace with the name of the directory containing Tomcat 6
-->
- <exo.projects.app.tomcat.version>apache-tomcat-6.0.20</exo.projects.app.tomcat.version>
+ <exo.projects.app.tomcat.version></exo.projects.app.tomcat.version>
<!--
Replace with the name of the directory containing JBoss AS 5.1
-->
- <exo.projects.app.jboss.version>jboss-5.1.0.GA</exo.projects.app.jboss.version>
+ <exo.projects.app.jboss.version>jboss-as</exo.projects.app.jboss.version>
</properties>
</profile>
</profiles>
Modified: portal/branches/EPP_5_0_Branch/packaging/reports/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/packaging/reports/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/packaging/reports/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -31,7 +31,7 @@
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
<packaging>pom</packaging>
<name>GateIn - Portal</name>
@@ -327,110 +327,110 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.common</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.portal</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.portal</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.pc</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.identity</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.resources</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.application-registry</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.xml-parser</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.scripting</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.dashboard</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.portal</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.eXo</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.core</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets-core</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.core</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.core</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.jcr</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.jcr</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.organization</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.organization</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
<type>test-jar</type>
</dependency>
Modified: portal/branches/EPP_5_0_Branch/portlet/dashboard/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/portlet/dashboard/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/portlet/dashboard/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/portlet/exoadmin/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/portlet/exoadmin/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/portlet/exoadmin/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/portlet/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/portlet/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/portlet/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.portlet</artifactId>
Modified: portal/branches/EPP_5_0_Branch/portlet/web/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/portlet/web/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/portlet/web/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/server/jboss/patch-ear/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/server/jboss/patch-ear/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/server/jboss/patch-ear/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.jboss</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/server/jboss/plugin/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/server/jboss/plugin/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/server/jboss/plugin/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.jboss</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/server/jboss/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/server/jboss/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/server/jboss/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.server.jboss</artifactId>
Modified: portal/branches/EPP_5_0_Branch/server/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/server/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/server/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.server</artifactId>
Modified: portal/branches/EPP_5_0_Branch/starter/ear/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/starter/ear/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/starter/ear/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -37,7 +37,7 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.starter.war</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
<type>war</type>
</dependency>
</dependencies>
Modified: portal/branches/EPP_5_0_Branch/starter/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/starter/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/starter/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.starter.root</artifactId>
Modified: portal/branches/EPP_5_0_Branch/starter/war/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/starter/war/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/starter/war/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/testsuite/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/testsuite/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/testsuite/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.testsuite</artifactId>
Modified: portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.testsuite</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.selenium.snifftests</artifactId>
Modified: portal/branches/EPP_5_0_Branch/testsuite/webuibasedsamples/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/testsuite/webuibasedsamples/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/testsuite/webuibasedsamples/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.testsuite</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<artifactId>exo.webui.based.samples</artifactId>
Modified: portal/branches/EPP_5_0_Branch/web/eXoResources/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/web/eXoResources/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/web/eXoResources/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/web/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/web/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/web/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.web</artifactId>
Modified: portal/branches/EPP_5_0_Branch/web/portal/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/web/portal/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/web/portal/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/web/rest/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/web/rest/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/web/rest/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/webui/core/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/webui/core/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/webui/core/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/webui/eXo/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/webui/eXo/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/webui/eXo/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/webui/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/webui/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/webui/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.webui</artifactId>
Modified: portal/branches/EPP_5_0_Branch/webui/portal/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/webui/portal/pom.xml 2010-04-10 08:46:02 UTC (rev 2581)
+++ portal/branches/EPP_5_0_Branch/webui/portal/pom.xml 2010-04-10 08:49:41 UTC (rev 2582)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.0.0-epp-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
14 years, 8 months
gatein SVN: r2581 - portal/branches.
by do-not-reply@jboss.org
Author: thomas.heute(a)jboss.com
Date: 2010-04-10 04:46:02 -0400 (Sat, 10 Apr 2010)
New Revision: 2581
Added:
portal/branches/EPP_5_0_0_CR01_Branch/
Log:
Creating Branch for EPP 5.0.0 CR1
Copied: portal/branches/EPP_5_0_0_CR01_Branch (from rev 2580, portal/branches/EPP_5_0_Branch)
14 years, 8 months
gatein SVN: r2580 - in portal/branches/EPP_5_0_Branch: component and 65 other directories.
by do-not-reply@jboss.org
Author: thomas.heute(a)jboss.com
Date: 2010-04-09 18:39:20 -0400 (Fri, 09 Apr 2010)
New Revision: 2580
Modified:
portal/branches/EPP_5_0_Branch/component/application-registry/pom.xml
portal/branches/EPP_5_0_Branch/component/common/pom.xml
portal/branches/EPP_5_0_Branch/component/dashboard/pom.xml
portal/branches/EPP_5_0_Branch/component/identity/pom.xml
portal/branches/EPP_5_0_Branch/component/management/pom.xml
portal/branches/EPP_5_0_Branch/component/pc/pom.xml
portal/branches/EPP_5_0_Branch/component/pom.xml
portal/branches/EPP_5_0_Branch/component/portal/pom.xml
portal/branches/EPP_5_0_Branch/component/resources/pom.xml
portal/branches/EPP_5_0_Branch/component/scripting/pom.xml
portal/branches/EPP_5_0_Branch/component/test/core/pom.xml
portal/branches/EPP_5_0_Branch/component/test/jcr/pom.xml
portal/branches/EPP_5_0_Branch/component/test/organization/pom.xml
portal/branches/EPP_5_0_Branch/component/test/pom.xml
portal/branches/EPP_5_0_Branch/component/web/pom.xml
portal/branches/EPP_5_0_Branch/component/wsrp/pom.xml
portal/branches/EPP_5_0_Branch/component/xml-parser/pom.xml
portal/branches/EPP_5_0_Branch/examples/extension/config/pom.xml
portal/branches/EPP_5_0_Branch/examples/extension/ear/pom.xml
portal/branches/EPP_5_0_Branch/examples/extension/jar/pom.xml
portal/branches/EPP_5_0_Branch/examples/extension/pom.xml
portal/branches/EPP_5_0_Branch/examples/extension/war/pom.xml
portal/branches/EPP_5_0_Branch/examples/pom.xml
portal/branches/EPP_5_0_Branch/examples/portal/config/pom.xml
portal/branches/EPP_5_0_Branch/examples/portal/ear/pom.xml
portal/branches/EPP_5_0_Branch/examples/portal/jar/pom.xml
portal/branches/EPP_5_0_Branch/examples/portal/pom.xml
portal/branches/EPP_5_0_Branch/examples/portal/rest-war/pom.xml
portal/branches/EPP_5_0_Branch/examples/portal/war/pom.xml
portal/branches/EPP_5_0_Branch/examples/portlets/jsfhellouser/pom.xml
portal/branches/EPP_5_0_Branch/examples/portlets/jsphellouser/pom.xml
portal/branches/EPP_5_0_Branch/examples/portlets/pom.xml
portal/branches/EPP_5_0_Branch/examples/portlets/simplesthelloworld/pom.xml
portal/branches/EPP_5_0_Branch/examples/skins/pom.xml
portal/branches/EPP_5_0_Branch/examples/skins/simpleskin/pom.xml
portal/branches/EPP_5_0_Branch/gadgets/core/pom.xml
portal/branches/EPP_5_0_Branch/gadgets/eXoGadgets/pom.xml
portal/branches/EPP_5_0_Branch/gadgets/pom.xml
portal/branches/EPP_5_0_Branch/gadgets/server/pom.xml
portal/branches/EPP_5_0_Branch/packaging/module/pom.xml
portal/branches/EPP_5_0_Branch/packaging/pkg/pom.xml
portal/branches/EPP_5_0_Branch/packaging/pom.xml
portal/branches/EPP_5_0_Branch/packaging/product/pom.xml
portal/branches/EPP_5_0_Branch/packaging/reports/pom.xml
portal/branches/EPP_5_0_Branch/pom.xml
portal/branches/EPP_5_0_Branch/portlet/dashboard/pom.xml
portal/branches/EPP_5_0_Branch/portlet/exoadmin/pom.xml
portal/branches/EPP_5_0_Branch/portlet/pom.xml
portal/branches/EPP_5_0_Branch/portlet/web/pom.xml
portal/branches/EPP_5_0_Branch/server/jboss/patch-ear/pom.xml
portal/branches/EPP_5_0_Branch/server/jboss/plugin/pom.xml
portal/branches/EPP_5_0_Branch/server/jboss/pom.xml
portal/branches/EPP_5_0_Branch/server/pom.xml
portal/branches/EPP_5_0_Branch/starter/ear/pom.xml
portal/branches/EPP_5_0_Branch/starter/pom.xml
portal/branches/EPP_5_0_Branch/starter/war/pom.xml
portal/branches/EPP_5_0_Branch/testsuite/pom.xml
portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/pom.xml
portal/branches/EPP_5_0_Branch/testsuite/webuibasedsamples/pom.xml
portal/branches/EPP_5_0_Branch/web/eXoResources/pom.xml
portal/branches/EPP_5_0_Branch/web/pom.xml
portal/branches/EPP_5_0_Branch/web/portal/pom.xml
portal/branches/EPP_5_0_Branch/web/rest/pom.xml
portal/branches/EPP_5_0_Branch/webui/core/pom.xml
portal/branches/EPP_5_0_Branch/webui/eXo/pom.xml
portal/branches/EPP_5_0_Branch/webui/pom.xml
portal/branches/EPP_5_0_Branch/webui/portal/pom.xml
Log:
Changing Qualifier
Modified: portal/branches/EPP_5_0_Branch/component/application-registry/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/component/application-registry/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/component/application-registry/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/component/common/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/component/common/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/component/common/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>exo.portal.component.common</artifactId>
Modified: portal/branches/EPP_5_0_Branch/component/dashboard/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/component/dashboard/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/component/dashboard/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/component/identity/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/component/identity/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/component/identity/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/component/management/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/component/management/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/component/management/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/component/pc/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/component/pc/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/component/pc/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/component/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/component/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/component/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.component</artifactId>
Modified: portal/branches/EPP_5_0_Branch/component/portal/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/component/portal/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/component/portal/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/component/resources/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/component/resources/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/component/resources/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/component/scripting/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/component/scripting/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/component/scripting/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/component/test/core/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/component/test/core/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/component/test/core/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/component/test/jcr/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/component/test/jcr/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/component/test/jcr/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/component/test/organization/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/component/test/organization/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/component/test/organization/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/component/test/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/component/test/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/component/test/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/component/web/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/component/web/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/component/web/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/component/wsrp/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/component/wsrp/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/component/wsrp/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/component/xml-parser/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/component/xml-parser/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/component/xml-parser/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/examples/extension/config/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/examples/extension/config/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/examples/extension/config/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/examples/extension/ear/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/examples/extension/ear/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/examples/extension/ear/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -37,23 +37,23 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.config</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.jar</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.war</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
<type>war</type>
</dependency>
</dependencies>
Modified: portal/branches/EPP_5_0_Branch/examples/extension/jar/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/examples/extension/jar/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/examples/extension/jar/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/examples/extension/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/examples/extension/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/examples/extension/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.sample.extension.root</artifactId>
Modified: portal/branches/EPP_5_0_Branch/examples/extension/war/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/examples/extension/war/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/examples/extension/war/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/examples/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/examples/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/examples/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.sample</artifactId>
Modified: portal/branches/EPP_5_0_Branch/examples/portal/config/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/examples/portal/config/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/examples/portal/config/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/examples/portal/ear/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/examples/portal/ear/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/examples/portal/ear/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -37,29 +37,29 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.config</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.jar</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.war</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.rest-war</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
<type>war</type>
</dependency>
</dependencies>
Modified: portal/branches/EPP_5_0_Branch/examples/portal/jar/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/examples/portal/jar/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/examples/portal/jar/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/examples/portal/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/examples/portal/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/examples/portal/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.sample.portal.root</artifactId>
Modified: portal/branches/EPP_5_0_Branch/examples/portal/rest-war/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/examples/portal/rest-war/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/examples/portal/rest-war/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/examples/portal/war/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/examples/portal/war/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/examples/portal/war/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/examples/portlets/jsfhellouser/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/examples/portlets/jsfhellouser/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/examples/portlets/jsfhellouser/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>parent</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<artifactId>gatein-jsf-hellouser</artifactId>
Modified: portal/branches/EPP_5_0_Branch/examples/portlets/jsphellouser/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/examples/portlets/jsphellouser/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/examples/portlets/jsphellouser/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>parent</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<artifactId>gatein-jsp-hellouser</artifactId>
Modified: portal/branches/EPP_5_0_Branch/examples/portlets/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/examples/portlets/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/examples/portlets/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
Modified: portal/branches/EPP_5_0_Branch/examples/portlets/simplesthelloworld/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/examples/portlets/simplesthelloworld/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/examples/portlets/simplesthelloworld/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>parent</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<artifactId>gatein-simplest-helloworld</artifactId>
Modified: portal/branches/EPP_5_0_Branch/examples/skins/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/examples/skins/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/examples/skins/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<groupId>org.gatein.portal.examples.skins</groupId>
Modified: portal/branches/EPP_5_0_Branch/examples/skins/simpleskin/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/examples/skins/simpleskin/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/examples/skins/simpleskin/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.portal.examples.skins</groupId>
<artifactId>examples.skins.parent</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<artifactId>gatein-sample-skin</artifactId>
Modified: portal/branches/EPP_5_0_Branch/gadgets/core/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/gadgets/core/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/gadgets/core/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -14,7 +14,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.gadgets-core</artifactId>
Modified: portal/branches/EPP_5_0_Branch/gadgets/eXoGadgets/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/gadgets/eXoGadgets/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/gadgets/eXoGadgets/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/gadgets/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/gadgets/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/gadgets/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.gadgets</artifactId>
Modified: portal/branches/EPP_5_0_Branch/gadgets/server/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/gadgets/server/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/gadgets/server/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.gadgets-server</artifactId>
Modified: portal/branches/EPP_5_0_Branch/packaging/module/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/packaging/module/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/packaging/module/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/packaging/pkg/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/packaging/pkg/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/packaging/pkg/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -67,13 +67,13 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>portal.packaging.module</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
<type>js</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>portal.packaging.product</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
<type>js</type>
</dependency>
</dependencies>
Modified: portal/branches/EPP_5_0_Branch/packaging/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/packaging/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/packaging/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/packaging/product/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/packaging/product/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/packaging/product/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/packaging/reports/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/packaging/reports/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/packaging/reports/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -31,7 +31,7 @@
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
<packaging>pom</packaging>
<name>GateIn - Portal</name>
@@ -327,110 +327,110 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.common</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.portal</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.portal</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.pc</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.identity</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.resources</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.application-registry</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.xml-parser</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.scripting</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.dashboard</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.portal</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.eXo</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.core</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets-core</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.core</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.core</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.jcr</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.jcr</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.organization</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.organization</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
<type>test-jar</type>
</dependency>
Modified: portal/branches/EPP_5_0_Branch/portlet/dashboard/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/portlet/dashboard/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/portlet/dashboard/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/portlet/exoadmin/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/portlet/exoadmin/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/portlet/exoadmin/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/portlet/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/portlet/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/portlet/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.portlet</artifactId>
Modified: portal/branches/EPP_5_0_Branch/portlet/web/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/portlet/web/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/portlet/web/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/server/jboss/patch-ear/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/server/jboss/patch-ear/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/server/jboss/patch-ear/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.jboss</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/server/jboss/plugin/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/server/jboss/plugin/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/server/jboss/plugin/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.jboss</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/server/jboss/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/server/jboss/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/server/jboss/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.server.jboss</artifactId>
Modified: portal/branches/EPP_5_0_Branch/server/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/server/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/server/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.server</artifactId>
Modified: portal/branches/EPP_5_0_Branch/starter/ear/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/starter/ear/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/starter/ear/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -37,7 +37,7 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.starter.war</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
<type>war</type>
</dependency>
</dependencies>
Modified: portal/branches/EPP_5_0_Branch/starter/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/starter/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/starter/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.starter.root</artifactId>
Modified: portal/branches/EPP_5_0_Branch/starter/war/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/starter/war/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/starter/war/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/testsuite/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/testsuite/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/testsuite/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.testsuite</artifactId>
Modified: portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.testsuite</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.selenium.snifftests</artifactId>
Modified: portal/branches/EPP_5_0_Branch/testsuite/webuibasedsamples/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/testsuite/webuibasedsamples/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/testsuite/webuibasedsamples/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.testsuite</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<artifactId>exo.webui.based.samples</artifactId>
Modified: portal/branches/EPP_5_0_Branch/web/eXoResources/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/web/eXoResources/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/web/eXoResources/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/web/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/web/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/web/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.web</artifactId>
Modified: portal/branches/EPP_5_0_Branch/web/portal/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/web/portal/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/web/portal/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/web/rest/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/web/rest/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/web/rest/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/webui/core/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/webui/core/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/webui/core/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/webui/eXo/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/webui/eXo/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/webui/eXo/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/branches/EPP_5_0_Branch/webui/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/webui/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/webui/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.webui</artifactId>
Modified: portal/branches/EPP_5_0_Branch/webui/portal/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/webui/portal/pom.xml 2010-04-09 22:33:59 UTC (rev 2579)
+++ portal/branches/EPP_5_0_Branch/webui/portal/pom.xml 2010-04-09 22:39:20 UTC (rev 2580)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>epp-5.0.0-CR01-SNAPSHOT</version>
+ <version>5.0.0-epp-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
14 years, 8 months
gatein SVN: r2578 - in portal/branches/EPP_5_0_Branch: portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin and 2 other directories.
by do-not-reply@jboss.org
Author: thomas.heute(a)jboss.com
Date: 2010-04-09 17:23:39 -0400 (Fri, 09 Apr 2010)
New Revision: 2578
Added:
portal/branches/EPP_5_0_Branch/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/ApplicationRegistryPortlet_fr.properties
Modified:
portal/branches/EPP_5_0_Branch/portlet/exoadmin/src/main/java/org/exoplatform/toolbar/webui/component/UIUserToolBarDashboardPortlet.java
portal/branches/EPP_5_0_Branch/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/RegisterPortlet_en.properties
portal/branches/EPP_5_0_Branch/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/GroovyPortlet_fr.properties
portal/branches/EPP_5_0_Branch/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_en.properties
portal/branches/EPP_5_0_Branch/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_fr.properties
Log:
JBEPP-230: french locale is not fully translated
Modified: portal/branches/EPP_5_0_Branch/portlet/exoadmin/src/main/java/org/exoplatform/toolbar/webui/component/UIUserToolBarDashboardPortlet.java
===================================================================
--- portal/branches/EPP_5_0_Branch/portlet/exoadmin/src/main/java/org/exoplatform/toolbar/webui/component/UIUserToolBarDashboardPortlet.java 2010-04-09 21:19:11 UTC (rev 2577)
+++ portal/branches/EPP_5_0_Branch/portlet/exoadmin/src/main/java/org/exoplatform/toolbar/webui/component/UIUserToolBarDashboardPortlet.java 2010-04-09 21:23:39 UTC (rev 2578)
@@ -130,7 +130,7 @@
PageNode pageNode = new PageNode();
pageNode.setName(_nodeName);
- pageNode.setLabel("Click & Type Page Name");
+ pageNode.setLabel(prContext.getApplicationResourceBundle().getString("UIUserToolBarDashboard.page.ClickAndType"));
pageNode.setResolvedLabel(prContext.getApplicationResourceBundle());
pageNode.setUri(_nodeName);
pageNode.setPageReference(page.getPageId());
Copied: portal/branches/EPP_5_0_Branch/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/ApplicationRegistryPortlet_fr.properties (from rev 2577, portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/ApplicationRegistryPortlet_fr.properties)
===================================================================
--- portal/branches/EPP_5_0_Branch/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/ApplicationRegistryPortlet_fr.properties (rev 0)
+++ portal/branches/EPP_5_0_Branch/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/ApplicationRegistryPortlet_fr.properties 2010-04-09 21:23:39 UTC (rev 2578)
@@ -0,0 +1,152 @@
+#
+# Copyright (C) 2009 eXo Platform SAS.
+#
+# This is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 2.1 of
+# the License, or (at your option) any later version.
+#
+# This software is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this software; if not, write to the Free
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+# 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+#
+
+##expression
+word.cancel=Annuler
+label.displayName=Nom:
+label.description=Description:
+category.msg.changeNotExist=Impossible d'enregistrer, la catégorie n'existe plus.
+application.msg.changeNotExist=Impossible d'enregistrer, l'application n'existe plus.
+gadget.msg.changeNotExist=Impossible d'enregistrer, le gadget n'existe plus.
+## org.exoplatform.applicationregistry.webui.component.UIApplicationRegistryPortlet
+UIToolbar.label.organize=Categories
+UIToolbar.label.portlet=Portlet
+UIToolbar.label.gadget=Gadget
+
+## org.exoplatform.applicationregistry.webui.component.UIApplicationOrganizer
+UIOrganizer.label.addCategory=Ajouter catégorie
+UIOrganizer.label.autoImport=Importer applications
+UIOrganizer.label.categories=Categories
+UIOrganizer.title.editCategory=Editer Categorie
+UIOrganizer.title.addApplication=Ajouter l'application à la catégorie
+UIOrganizer.title.deleteCategory=Effacer catégorie
+UIOrganizer.title.deleteApplication=Effacer application
+UIOrganizer.msg.importAll=Cette action va automatiquement créer des categories et y importer toutes les gadgets et portlets.
+UIOrganizer.msg.deleteCategory=Etes vous sûr de vouloir effacer cette catégorie et toutes ses applications ?
+UIOrganizer.msg.deleteApplication=Etes vous sûr de vouloir effacer cette application ?
+UIOrganizer.msg.emptyCategory=Cette catégorie ne contient pas d'application, cliquez sur (+) pour en ajouter.
+UIOrganizer.msg.noCategory=Il n'y a pas de catégorie. Cliquez sur "Ajouter catégorie" pour en ajouter une.
+UIOrganizer.msg.deleteCategoryInUse=Impossible d'effacer cette catégorie en cours d'utilisation.
+UIOrganizer.msg.deleteApplicationInUse=Impossible d'effacer cette application en cours d'utilisation.
+UIOrganizer.msg.categoryNoExist=Cette catégorie n'existe plus
+UIOrganizer.msg.applicationNoExist=Cette application n'existe plus
+
+## org.exoplatform.applicationregistry.webui.component.UIApplicationRegistryEditMode
+UIApplicationRegistryEditMode.title=Importer Applications
+UIApplicationRegistryEditMode.label.showImport=Montrer/Cacher le bouton "Importer Applications"
+
+##org.exoplatform.applicationregistry.webui.component.UIApplicationInfo
+UIApplicationInfo.label.name=Nom:
+UIApplicationInfo.label.displayName=#{label.displayName}
+UIApplicationInfo.label.description=#{label.description}
+UIApplicationInfo.label.accessPermissions=Permissions d'accès
+UIApplicationInfo.title.editApplication=Editer l'application
+
+##org.exoplatform.applicationregistry.webui.component.UIApplicationForm
+UIApplicationForm.title=Editer les informations de l'application
+UIApplicationForm.label.applicationName=Nom de l'application:
+UIApplicationForm.label.displayName=#{label.displayName}
+UIApplicationForm.label.description=#{label.description}
+UIApplicationForm.action.Save=#{word.save}
+UIApplicationForm.action.Cancel=#{word.cancel}
+
+## org.exoplatform.applicationregistry.webui.component.UIAddApplicationForm
+UIAddApplicationForm.header.input=Choisir
+UIAddApplicationForm.label.option.portlet=Portlet
+UIAddApplicationForm.label.option.gadget=Gadget
+UIAddApplicationForm.header.label=Nom
+UIAddApplicationForm.header.description=Description
+UIAddApplicationForm.action.Add=Ajouter
+UIAddApplicationForm.msg.PortletExist=Cette application est déjà dans la catégorie, choissisez-en une autre.
+UIAddApplicationForm.msg.appNotExists=Choississez une application
+UIAddApplicationForm.msg.typeNoApps=Il n'y a pas d'application de ce type
+UIAddApplicationForm.action.Cancel=#{word.cancel}
+UIAddApplicationForm.label.displayName=#{label.displayName}
+UIAddApplicationForm.label.type=Type d'application
+application.label.=
+##org.exoplatform.applicationregistry.webui.component.UICategoryForm
+UICategoryForm.label.name=Nom de catégorie:
+UICategoryForm.label.displayName=#{label.displayName}
+UICategoryForm.label.description=#{label.description}
+UICategoryForm.action.Save=#{word.save}
+UICategoryForm.action.Cancel=#{word.cancel}
+UICategoryForm.msg.SameName=Cette catégorie existe déjà
+UICategoryForm.tab.label.categoryPermission=Paramètres de permissions
+UICategoryForm.tab.label.categorySetting=Paramètres de catégorie
+
+## org.exoplatform.applicationregistry.webui.component.UIPortletManagement
+UIPortletManagement.title.local=LOCAL
+UIPortletManagement.title.remote=REMOTE
+UIPortletManagement.msg.noPortlet=Il n'y a pas de portlet disponible
+
+## org.exoplatform.applicationregistry.webui.component.UIPortletInfo
+UIPortletInfo.label.name=Nom de portlet:
+UIPortletInfo.label.display=#{label.displayName}
+UIPortletInfo.label.description=#{label.description}
+UIPortletInfo.title.portletPreferences=Preferences de portlet
+UIPortletInfo.msg.noPortletPreferences=Pas de preferences de portlet
+
+## org.exoplatform.portletregistry.webui.component.UIGadgetManagement
+UIGadgetManagement.label.addRemote=Ajouter un Gadget distant
+UIGadgetManagement.label.createNew=Créer un nouveau Gadget
+UIGadgetManagement.title.deleteGadget=Effacer Gadget
+UIGadgetManagement.msg.noGadget=Il ný a pas de Gadget disponible.
+UIGadgetManagement.msg.deleteGadgetInUse=Impossible d'effacer ce Gadget, il est en cours d'utilisation.
+UIGadgetManagement.msg.deleteGadget=Etes vous sûr de vouloir effacer ce Gadget?
+
+## org.exoplatform.applicationregistry.webui.component.UIGadgetInfo
+UIGadgetInfo.label.gadgetDetails=Détails du Gadget
+UIGadgetInfo.label.name=Nom du Gadget:
+UIGadgetInfo.label.displayName=#{label.displayName}
+UIGadgetInfo.label.description=#{label.description}
+UIGadgetInfo.label.viewUrl=Voir URL:
+UIGadgetInfo.label.editUrl=Editer URL:
+UIGadgetInfo.label.reference=Reference:
+UIGadgetInfo.label.categories=Categories:
+UIGadgetInfo.label.categories.guide=vous devez ajouter ce Gadget dans un ou plusieurs catégories pour pouvoir le utiliser dans les dashboards.
+UIGadgetInfo.label.categories.clickHere=Cliquez ici pour ajouter dans une catégorie
+UIGadgetInfo.title.refresh=Rafraîchir
+UIGadgetInfo.title.editGadget=Editer Gadget
+UIGadgetInfo.msg.gadgetNotExist=Impossible d'executer cette action sur ce gadget qui n'existe plus.
+
+UICategorySelector.header.choose=Choisir
+UICategorySelector.header.categoryName=Nom de catégorie
+UICategorySelector.action.Save=Enregistrer
+UICategorySelector.action.Cancel=Annuler
+UICategorySelector.msg.NoCategory=Il n'y a pas de catégorie
+
+## org.exoplatform.applicationregistry.webui.component.UIAddGadget
+UIAddGadget.action.Add=Ajouter
+UIAddGadget.action.Cancel=#{word.cancel}
+UIAddGadget.label.url=URL
+UIAddGadget.label.urlExist=Cette url existe déjà, veuillez en choisir une autre
+UIAddGadget.label.urlError=Valeur dans l'url: '{0}' n'est pas valide
+
+## org.exoplatform.applicationregistry.webui.component.UIGadgetEditor
+UIGadgetEditor.label.source=Source:
+UIGadgetEditor.label.name=Nom:
+UIGadgetEditor.action.Save=#{word.save}
+UIGadgetEditor.action.Cancel=#{word.cancel}
+UIGadgetEditor.msg.invalidSpec=Ce fichier est invalide.
+UIGadgetEditor.gadget.msg.gadgetIsExist=Ce nom existe déjà veuillez en choisir un différent
+UIGadgetEditor.msg.Invalid=Le champ "{0}" ne doit pas contenir de caractères spéciaux.
+##package org.exoplatform.organization.webui.component.UIListPermissionSelector
+UIListPermissionSelector.header.groupId=Groupe
+UIListPermissionSelector.header.membership=Appartenance
+UIListPermissionSelectorPopup.title.ListPermissionSelector=Choisir permission
Modified: portal/branches/EPP_5_0_Branch/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/RegisterPortlet_en.properties
===================================================================
--- portal/branches/EPP_5_0_Branch/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/RegisterPortlet_en.properties 2010-04-09 21:19:11 UTC (rev 2577)
+++ portal/branches/EPP_5_0_Branch/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/RegisterPortlet_en.properties 2010-04-09 21:23:39 UTC (rev 2578)
@@ -17,17 +17,17 @@
# 02110-1301 USA, or see the FSF site: http://www.fsf.org.
#
-UIRegisterForm.registerWithSuccess.message=You have successfully registered a new account!
-UIRegisterForm.title=Register New Account
-UIRegisterForm.label.action.CheckUsernameAvailability=Search User
+UIRegisterForm.registerWithSuccess.message=Votre compte a été créé
+UIRegisterForm.title=Créer un nouveau compte
+UIRegisterForm.label.action.CheckUsernameAvailability=Verifier disponibilité
-UIRegisterForm.label.username=User Name:
-UIRegisterForm.label.password=Password:
-UIRegisterForm.label.confirmPassword=Confirm Password:
-UIRegisterForm.label.firstName=First Name:
-UIRegisterForm.label.lastName=Last Name:
-UIRegisterForm.label.emailAddress=Email Address:
-UIRegisterForm.label.captcha=Text validation:
+UIRegisterForm.label.username=Nom d'utilisateur:
+UIRegisterForm.label.password=Mot de passe:
+UIRegisterForm.label.confirmPassword=Confirmation du mot de passe:
+UIRegisterForm.label.firstName=Prénom:
+UIRegisterForm.label.lastName=Nom:
+UIRegisterForm.label.emailAddress=Addresse EMail:
+UIRegisterForm.label.captcha=Texte de vérification:
-UIRegisterEditMode.title=Register Portlet Preferences
-UIRegisterEditMode.label.useCaptcha=Use captcha:
+UIRegisterEditMode.title=Préférences de la portlet d'enregistrement
+UIRegisterEditMode.label.useCaptcha=Utiliser captcha:
Modified: portal/branches/EPP_5_0_Branch/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/GroovyPortlet_fr.properties
===================================================================
--- portal/branches/EPP_5_0_Branch/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/GroovyPortlet_fr.properties 2010-04-09 21:19:11 UTC (rev 2577)
+++ portal/branches/EPP_5_0_Branch/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/GroovyPortlet_fr.properties 2010-04-09 21:23:39 UTC (rev 2578)
@@ -35,5 +35,5 @@
UIHomePagePortlet.Label.Title=Essayez GateIn 3.0 avec l'un de ces comptes:
UIHomePagePortlet.Label.Slogan=Le meilleur d'eXo et de JBoss Portal<div>GateIn 3.0</div>
-UIHomePagePortlet.Label.Username=Username:
-UIHomePagePortlet.Label.Password=Password:
+UIHomePagePortlet.Label.Username=Identifiant:
+UIHomePagePortlet.Label.Password=Mot de passe:
Modified: portal/branches/EPP_5_0_Branch/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_en.properties
===================================================================
--- portal/branches/EPP_5_0_Branch/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_en.properties 2010-04-09 21:19:11 UTC (rev 2577)
+++ portal/branches/EPP_5_0_Branch/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_en.properties 2010-04-09 21:23:39 UTC (rev 2578)
@@ -1416,3 +1416,5 @@
UIWsrp.consumer.grid.action.deactivate.fail=Consumer Must be Active to Deactivate.
UIListPermissionSelectorPopup.title.ListPermissionSelector=Select Permission
+
+UIUserToolBarDashboard.page.ClickAndType=Click & Type Page Name
Modified: portal/branches/EPP_5_0_Branch/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_fr.properties
===================================================================
--- portal/branches/EPP_5_0_Branch/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_fr.properties 2010-04-09 21:19:11 UTC (rev 2577)
+++ portal/branches/EPP_5_0_Branch/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_fr.properties 2010-04-09 21:23:39 UTC (rev 2578)
@@ -101,11 +101,11 @@
#org.exoplatform.portal.webui.portal.UIPortalComposer #
#############################################################################
-UIPortalComposer.title.UIPortalComposer=Edit Inline Composer
-UIPortalComposer.action.Abort=Abort
-UIPortalComposer.action.Finish=Finish
-UIPortalComposer.action.ViewProperties=Portal Properties
-UIPortalComposer.action.SwitchMode=Switch View Mode
+UIPortalComposer.title.UIPortalComposer=Edition en ligne
+UIPortalComposer.action.Abort=Annuler
+UIPortalComposer.action.Finish=Terminer
+UIPortalComposer.action.ViewProperties=Propriétés du portail
+UIPortalComposer.action.SwitchMode=Changer mode de vue
UITabPane.title.UIApplicationList=Applications
UITabPane.title.UIContainerList=Containers
@@ -113,27 +113,27 @@
#Container config options #
#############################################################################
-ContainerOptions.Category.row=Rows Layout
-ContainerOptions.Category.column=Columns Layout
-ContainerOptions.Category.autofitColumn=Autofit Columns Layout
-ContainerOptions.Category.tabs=Tabs Layout
-ContainerOptions.Category.mix=Mixed Layout
+ContainerOptions.Category.row=Lignes
+ContainerOptions.Category.column=Colonnes
+ContainerOptions.Category.autofitColumn=Colonnes a largeur automatique
+ContainerOptions.Category.tabs=Onglets
+ContainerOptions.Category.mix=Compositions
-ContainerOptions.Item.oneRow=One Row
-ContainerOptions.Item.twoRows=Two Rows
-ContainerOptions.Item.threeRows=Three Rows
-ContainerOptions.Item.oneColumns=One Column
-ContainerOptions.Item.twoColumns=Two Columns
-ContainerOptions.Item.threeColumns=Three Columns
+ContainerOptions.Item.oneRow=Une Ligne
+ContainerOptions.Item.twoRows=Deux Lignes
+ContainerOptions.Item.threeRows=Trois Lignes
+ContainerOptions.Item.oneColumns=Une Colonne
+ContainerOptions.Item.twoColumns=Deux Colonnes
+ContainerOptions.Item.threeColumns=Trois Colonnes
ContainerOptions.Item.threeToolbarColumns=Three Toolbar Columns
-ContainerOptions.Item.autofitOneColumns=Autofit One Column
-ContainerOptions.Item.autofitTwoColumns=Autofit Two Columns
-ContainerOptions.Item.autofitThreeColumns=Autofit Three Columns
-ContainerOptions.Item.twoTabs=Two Tabs
-ContainerOptions.Item.threeTabs=Three Tabs
-ContainerOptions.Item.twoColumnsOneRow=Two Columns, One Row
-ContainerOptions.Item.oneRowTwoColumns=One Row, Two Columns
-ContainerOptions.Item.oneRow2Column1Row=One Row, Two Columns, One Row
+ContainerOptions.Item.autofitOneColumns=Une Colonne 'Autofit'
+ContainerOptions.Item.autofitTwoColumns=Deux Colonnes 'Autofit'
+ContainerOptions.Item.autofitThreeColumns=Trois Colonnes 'Autofit'
+ContainerOptions.Item.twoTabs=Deux Onglets
+ContainerOptions.Item.threeTabs=Trois Onglets
+ContainerOptions.Item.twoColumnsOneRow=Deux Colonnes, Une Ligne
+ContainerOptions.Item.oneRowTwoColumns=Une Ligne, Deux Colonnes
+ContainerOptions.Item.oneRow2Column1Row=Une Ligne, Deux Colonnes, Une Ligne
#############################################################################
# Identifier String Validator #
@@ -211,7 +211,7 @@
UIAccountForm.msg.password-is-not-match=Les 2 mots de passe saisis ne sont pas identiques !
UIAccountInputSet.msg.user-exist=Ce nom d'utilisateur existe déjà, veuillez en choisir un autre
UIAccountInputSet.msg.user-not-exist=Cet utilisateur n'existe pas !
-UIAccountInputSet.msg.email-exist=This email is existing, please select another one!
+UIAccountInputSet.msg.email-exist=Cette adresse email est déjà utilisée
UIAccountInputSet.msg.empty-input=Le nom de l'utilisateur ne peut être vide !
UIAccountInputSet.msg.successful.create.user=Votre compte a été créé avec succès !
UIAccountInputSet.msg.successful.update.user=Mise à jour de l'utilisateur effectuée avec succès
@@ -221,9 +221,9 @@
UIUserProfileInputSet.label.HomeInfo=Info. personnelles
UIUserProfileInputSet.label.BusinessInfo=Info. professionnelles
UIGroupMembershipForm.msg.user-not-exist=Cet utilisateur n'existe pas
-UIGroupMembershipForm.msg.user-not-empty=User name can not be empty!
+UIGroupMembershipForm.msg.user-not-empty=Le nom d'utilissateur ne peut pas être vide
UIGroupMembershipForm.msg.group-not-select=Veuillez sélectionner un groupe !
-UIGroupMembershipForm.msg.Invalid-char=The field "{0}" only has alpha, digit, comma characters and has to start and end with letter characters
+UIGroupMembershipForm.msg.Invalid-char=Le champ "{0}" ne doit contenir que des lettres, chiffres, virgule et doit commencer et terminer par une lettre
UIGroupMembershipForm.msg.duplicate-user=Some users is duplicated. Please re-check it!
UIGroupMembershipForm.msg.membership-exist=The membership type of user "{0}" is already in "{1}" group, please select another one!
UILoginForm.msg.Invalid-account=Nom d'utilisateur ou mot de passe incorrect ou manquant. Veuillez ré-essayer!
@@ -238,7 +238,7 @@
UILoginForm.label.Signin=Connexion
UILoginForm.label.Signup=Enregistrement
UILoginForm.label.ForAccount=Créer un compte
-UILoginForm.label.SigninFail=Sign in failed. Wrong username or password.
+UILoginForm.label.SigninFail=La connexion a échouée. Le nom d'utilisateur ou mot de passe est incorrecte.
UILoginForm.label.Copyright=Copyright © 2009-2010. All rights reserved, Red Hat, Inc.
#############################################################################
@@ -285,7 +285,7 @@
UIPortletForm.label.description=Description :
UIPortletForm.label.template=#{word.template}
UIPortletForm.action.Close=Annuler
-UIPortletForm.action.Save=Save And Close
+UIPortletForm.action.Save=Enregistrer et fermer
UIPortletForm.tab.label.PortletPref=Preferences
UIPortletForm.tab.label.PortletSetting=Configuration de la portlet
UIPortletForm.tab.label.Renderer=Renderer
@@ -387,10 +387,10 @@
UIPageSelector2.label.title=Titre
UIPageSelector2.label.name=#{word.name}
UIPageSelector2.label.accessGroups=Groupes
-UIPageSelector2.label.createPage=Create Page
+UIPageSelector2.label.createPage=Créer Page
UIPageSelector2.label.clearPage=Clear Page
UIPageBrowser.msg.NoPermission=Vous n'avez pas les droits d'accès à cette page!
-UIPageBrowser.msg.PageNotExist=Page doesn't exits!
+UIPageBrowser.msg.PageNotExist=La page n'existe pas
UIPageBrowser.msg.UserNotPermission=Vous n'avez pas les droits d'accès à ce noeud de page!
UIPageBrowser.msg.InvalidQueryException=Requête invalide !
UIPageBrowser.msg.Invalid-viewPermission=Accès non autorisé à la page {0}
@@ -443,11 +443,11 @@
# org.exoplatform.portal.webui.portal.UIComposer #
#############################################################################
-UIPageEditor.action.Abort=Abort
-UIPageEditor.action.Finish=Finish
-UIPageEditor.title.UIPageEditor=Page Editor
-UIPageEditor.action.ViewProperties=View Page properties
-UIPageEditor.action.SwitchMode=Switch View mode
+UIPageEditor.action.Abort=Annuler
+UIPageEditor.action.Finish=Terminer
+UIPageEditor.title.UIPageEditor=Editeur de page
+UIPageEditor.action.ViewProperties=Voir les propriétés de la page
+UIPageEditor.action.SwitchMode=Changer le mode de vue
#############################################################################
# org.exoplatform.portal.component.customization.UIPageForm #
@@ -470,7 +470,7 @@
UIPageForm.msg.sameName=Une page portant ce nom existe déjà !
UIOwnerIdSelector.title.OwnerIdSelector=Sélection du propriétaire
UIPopupGroupSelector.title.UIGroupSelector=Sélection du groupe
-UIPopupGroupSelector.title.GroupSelector=Select Group
+UIPopupGroupSelector.title.GroupSelector=Selectionner le groupe
#############################################################################
# org.exoplatform.portal.component.customization.UIPageNodeForm#
@@ -650,19 +650,19 @@
##################################################################
UIWizardPageSelectLayoutForm.tab.label.UIPageTemplateOptions=Options du modèle de page
-UIWizardPageSelectLayoutForm.label.normalPage.EmptyLayout=Empty Layout
-UIWizardPageSelectLayoutForm.label.normalPage.CurrentLayout=Current Layout
+UIWizardPageSelectLayoutForm.label.normalPage.EmptyLayout=Modèle de page vide
+UIWizardPageSelectLayoutForm.label.normalPage.CurrentLayout=Modèle de page courant
UIWizardPageSelectLayoutForm.label.normalPage.DesktopImage=Desktop Layout
-UIWizardPageSelectLayoutForm.label.normalPage.DashboardLayout=Dashboard Layout
-UIWizardPageSelectLayoutForm.label.columnPage.TwoColumnsLayout=Two Columns Layout
-UIWizardPageSelectLayoutForm.label.columnPage.ThreeColumnsLayout=Three Columns Layout
-UIWizardPageSelectLayoutForm.label.rowPage.TwoRowsLayout=Two Rows Layout
-UIWizardPageSelectLayoutForm.label.rowPage.ThreeRowsLayout=Three Rows Layout
-UIWizardPageSelectLayoutForm.label.tabsPage.TwoTabsLayout=Two Tabs
-UIWizardPageSelectLayoutForm.label.tabsPage.ThreeTabsLayout=Three Tabs
-UIWizardPageSelectLayoutForm.label.mixPage.TwoColumnsOneRowLayout=Two Columns One Row Layout
-UIWizardPageSelectLayoutForm.label.mixPage.OneRowTwoColumnsLayout=One Row Two Columns Layout
-UIWizardPageSelectLayoutForm.label.mixPage.ThreeRowsTwoColumnsLayout=Three Rows Two Columns Layout
+UIWizardPageSelectLayoutForm.label.normalPage.DashboardLayout=Modèle 'Dashboard'
+UIWizardPageSelectLayoutForm.label.columnPage.TwoColumnsLayout=Deux Colonnes
+UIWizardPageSelectLayoutForm.label.columnPage.ThreeColumnsLayout=Trois Colonnes
+UIWizardPageSelectLayoutForm.label.rowPage.TwoRowsLayout=Deux Lignes
+UIWizardPageSelectLayoutForm.label.rowPage.ThreeRowsLayout=Trois Lignes
+UIWizardPageSelectLayoutForm.label.tabsPage.TwoTabsLayout=Deux Onglets
+UIWizardPageSelectLayoutForm.label.tabsPage.ThreeTabsLayout=Trois Onglets
+UIWizardPageSelectLayoutForm.label.mixPage.TwoColumnsOneRowLayout=Deux Colonnes Une Ligne
+UIWizardPageSelectLayoutForm.label.mixPage.OneRowTwoColumnsLayout=Une Ligne Deux Colonnes
+UIWizardPageSelectLayoutForm.label.mixPage.ThreeRowsTwoColumnsLayout=Trois Lignes Deux Colonnes
UIWizardPageSelectLayoutForm.label.UIPageTemplateOptions=null
############################################################################
@@ -809,7 +809,7 @@
UIPageEditBar.tooltip.EditPortlet=Afficher les contrôles des portlets
UIPageEditBar.tooltip.Decorator=Décorateur
UIPageEditBar.tooltip.SavePage=Sauver la page
-UIPageEditBar.tooltip.TurnOffPreview=Click here to turn off preview mode
+UIPageEditBar.tooltip.TurnOffPreview=Cliquez ici pour désactiver l'apercu
UIPageManagement.title.BROWSE=Parcourir les pages existantes
UIPageManagement.title.EDIT=Explorateur de page et navigation
UIPageManagement.msg.Invalid-editPermission=Vous n'avez pas les droits suffisants pour éditer cette page
@@ -903,39 +903,39 @@
# org.exoplatform.webui.portal.UIForgetPassword and UIResetPassword #
############################################################################
-UIForgetPassword.title=Forgot User Name/Password
-UIForgetPassword.action.Send=Send
-UIForgetPassword.action.Back=Back
-UIForgetPassword.label.username=User name :
+UIForgetPassword.title=Rappe Identifiant/Mot de passe
+UIForgetPassword.action.Send=Envoyer
+UIForgetPassword.action.Back=Retour
+UIForgetPassword.label.username=Identifiant :
UIForgetPassword.label.email=Email :
-UIForgetPassword.msg.user-delete=Your username have been deleted by administrator
-UIForgetPassword.msg.user-not-exist=Your username doesn't exist in eXo
-UIForgetPassword.msg.email-not-exist=Your email doesn't exist in eXo
-UIForgetPassword.msg.send-mail-success=Please check your email!
-UIForgetPassword.msg.expration=Your link is expired, you have to get another email active
-UIForgetPassword.mail.header=Thank you for contacting eXo Portal Support. You have submitted a request for your user name and password.
-UIForgetPassword.mail.footer=Thank you, eXo Portal Support.
-UIForgetPassword.mail.user=The User Name for your account is :
-UIForgetPassword.mail.password=The Password for your password is :
-UIForgetPassword.mail.link=You can then request a new password for the username please click this link :
-UIResetPassword.title=Change password
-UIResetPassword.action.Save=Save
-UIResetPassword.action.Close=Close
-UIResetPassword.label.username=Username:
-UIResetPassword.label.password=Password:
-UIResetPassword.label.changepass=Change password:
-UIResetPassword.label.newpassword=New password:
-UIResetPassword.label.confirmnewpassword=Confirm new password:
-UIResetPassword.msg.password-is-not-match=New password and Confirm new password must be the same
-UIResetPassword.msg.Invalid-account=User Name or Password is wrong or empty. Please try again!
+UIForgetPassword.msg.user-delete=Votre compte a été effacer par un administrateur
+UIForgetPassword.msg.user-not-exist=Votre identifiant est introuvable
+UIForgetPassword.msg.email-not-exist=Votre email est introuvable
+UIForgetPassword.msg.send-mail-success=Un EMail vient de vous être envoyé
+UIForgetPassword.msg.expration=Le lien est expiré, veuillez refaire une demande
+UIForgetPassword.mail.header=Merci de nous avoir contacté suite à la perte de votre identifiant ou mot de passe
+UIForgetPassword.mail.footer=Merci.
+UIForgetPassword.mail.user=Votre identifiant est :
+UIForgetPassword.mail.password=Votre mot de passe est :
+UIForgetPassword.mail.link=Vous pouvez changer votre mot de passe en cliquant sur le lien suivant :
+UIResetPassword.title=Changer votre mot de passe
+UIResetPassword.action.Save=Enregistrer
+UIResetPassword.action.Close=Fermer
+UIResetPassword.label.username=Identifiant:
+UIResetPassword.label.password=Mot de passe:
+UIResetPassword.label.changepass=Changer le mot de passe:
+UIResetPassword.label.newpassword=Nouveau mot de passe:
+UIResetPassword.label.confirmnewpassword=Confirmer le mot de passe:
+UIResetPassword.msg.password-is-not-match=Le mot de passe et sa confirmation doivent être identiques
+UIResetPassword.msg.Invalid-account=L'identifiant ou le mot de passe est vide
############################################################################
# org.exoplatform.webui.core.UIPopupMessages #
############################################################################
-UIPopupMessages.title.exoMessages=eXo Messages
+UIPopupMessages.title.exoMessages=Messages
UIPopupMessages.button.ok=OK
-UIPopupMessages.Close=Close Window
+UIPopupMessages.Close=Fermer la fenêtre
UIPopupMessages.label.Error=Erreur
UIPopupMessages.label.Warning=Attention
UIPopupMessages.label.Info=Information
@@ -1005,7 +1005,7 @@
UIPageBody.msg.pageNotFoundLine1=Page non trouvée!
UIPageBody.msg.pageNotFoundLine2=Vous n'avez pas les droits suffisants pour voir cette page.
UIPageBody.msg.pageNotFoundLine3=Page supprimée!
-UIPageBody.msg.pageNotFoundLine4=This node does not have any pages.
+UIPageBody.msg.pageNotFoundLine4=Ce noeud n'a pas de page attachée
###############################################################################
# org.exoplatform.portal.webui.component.UISearchForm #
@@ -1026,7 +1026,7 @@
UIFormUploadInput.label.Uploaded=Envoyé
UIFormUploadInput.label.remove=Supprimer
UIFormUploadInput.label.Cancel=#{word.cancel}
-UIFormUploadInput.msg.limit=The file must be less than {0} MB.
+UIFormUploadInput.msg.limit=Le fichier doit faire moins de {0} MB.
###############################################################################
@@ -1038,7 +1038,7 @@
NavigationNodePopupMenu.event.EditSelectedNode=Editer ce noeud
NavigationNodePopupMenu.event.EditNavigation=Editer la navigation
NavigationNodePopupMenu.event.CopyNode=Copier
-NavigationNodePopupMenu.event.CloneNode=Clone Node
+NavigationNodePopupMenu.event.CloneNode=Cloner le noeud
NavigationNodePopupMenu.event.CutNode=Couper
NavigationNodePopupMenu.event.MoveUp=Monter
NavigationNodePopupMenu.event.MoveDown=Descendre
@@ -1213,52 +1213,52 @@
# org.exoplatform.dashboard.webui.component.UIDashboard
################################################################################
-UIAddGadgetPopup.title.UIDashboardSelectContainer=Dashboard Workspace
-UIDashboardSelectContainer.action.addGadget=Add Gadget
-UIDashboardContainer.label.openWorkspace=Add Gadgets
-UIDashboardContainer.label.SaveTitle=Save
-UIDashboardContainer.label.CancelTitle=Cancel
+UIAddGadgetPopup.title.UIDashboardSelectContainer=Dashboard
+UIDashboardSelectContainer.action.addGadget=Ajouter Gadget
+UIDashboardContainer.label.openWorkspace=Ajouter Gadgets
+UIDashboardContainer.label.SaveTitle=Enregistrer
+UIDashboardContainer.label.CancelTitle=Annuler
UIDashboardContainer.label.Debug=Debug
UIDashboardContainer.label.Cache=No Cache
-UIDashboardEditForm.label.totalColumns=Number of columns:
-UIDashboardEditForm.label.isPrivate=Is Private:
-UIDashboardEditForm.label.owner=Owner:
-UIDashboard.msg.required=The text field is required.
-UIDashboard.msg.addGadget=Drag your gadgets here.
-UIDashboard.msg.notUrl=The inputed url is invalid! Please enter a correct url of gadget's xml or RSS feed !
+UIDashboardEditForm.label.totalColumns=Nombre de colonnes:
+UIDashboardEditForm.label.isPrivate=Est privé:
+UIDashboardEditForm.label.owner=Propriétaire:
+UIDashboard.msg.required=Le champ est requis.
+UIDashboard.msg.addGadget=Cliquez-glissez vos Gadgets ici.
+UIDashboard.msg.notUrl=L'URL specifiée est invalide. Veuillez entrer une URL correcte de gadget ou de flux RSS.
################################################################################
# org.exoplatform.webui.organization.account.UIUserSelector
################################################################################
-UIUserSelector.label.option.userName=User Name
-UIUserSelector.label.option.lastName=Last Name
-UIUserSelector.label.option.firstName=First Name
-UIUserSelector.label.option.email=Email Name
-UIUserSelector.label.group=Group :
-UIUserSelector.label.searchUser=Search :
-UIUserSelector.label.userName=User Name
-UIUserSelector.label.lastName=Last Name
-UIUserSelector.label.firstName=First Name
+UIUserSelector.label.option.userName=Identifiant
+UIUserSelector.label.option.lastName=Nom
+UIUserSelector.label.option.firstName=Prénom
+UIUserSelector.label.option.email=Email
+UIUserSelector.label.group=Groupe :
+UIUserSelector.label.searchUser=Chercher :
+UIUserSelector.label.userName=Identifiant
+UIUserSelector.label.lastName=Nom
+UIUserSelector.label.firstName=Prénom
UIUserSelector.label.email=Email
UIUserSelector.label.action=Action
-UIUserSelector.label.Add=Add
-UIUserSelector.label.Close=Close
-UIUserSelector.msg.empty=Empty data
-UIUserSelector.msg.user-required=Please check at least one user.
+UIUserSelector.label.Add=Ajouter
+UIUserSelector.label.Close=Fermer
+UIUserSelector.msg.empty=Vide
+UIUserSelector.msg.user-required=Choisissez au moins un utilisateur
################################################################################
# org.exoplatform.portal.webui.application.UIAddNewApplication
################################################################################
-UIAddNewApplication.label.AddApplication=Add Application
+UIAddNewApplication.label.AddApplication=Ajouter application
UIAddNewApplication.label.Categories=Categories
UIAddNewApplication.label.Select=Select Applications
UIAddNewApplication.label.NoneApp=There is no application in this location. Go to Application Registry portlet to import applications.
UIAddNewApplication.label.Type=Type:
-UIAddNewApplication.label.Created=Created by:
+UIAddNewApplication.label.Created=Créé par:
UIAddNewApplication.label.Description=Description:
-UIAddNewApplication.label.Close=Close
+UIAddNewApplication.label.Close=Fermer
UIAddNewApplication.label.Add=Add and keep this application in page
UIAddNewApplication.label.AddToStartup=Ajouter et exécuter l'application immédiatement
@@ -1266,14 +1266,14 @@
#org.exoplatform.portal.webui.component.UIPortalNavigation #
#############################################################################
-UIPortalNavigation.Label.Next=Next
-UIPortalNavigation.Label.Previous=Previous
+UIPortalNavigation.Label.Next=Suivant
+UIPortalNavigation.Label.Previous=Précédent
#############################################################################
# org.exoplatform.portal.webui.container.UITabContainer #
#############################################################################
-UITabContainer.tab=Tab
+UITabContainer.tab=Onglet
############################################################################
# org.exoplatform.portal.webui.container.UIBrowserPortlet #
@@ -1322,3 +1322,5 @@
UIGadget.tooltip.Unmaximize=Restaurer Again
UIGadget.tooltip.editGadget=Editer la Gadget
UIGadget.tooltip.deleteGadget=Supprimer la Gadget
+
+UIUserToolBarDashboard.page.ClickAndType=Cliquez pour renommer
14 years, 8 months
gatein SVN: r2577 - in portal/trunk: portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin and 2 other directories.
by do-not-reply@jboss.org
Author: thomas.heute(a)jboss.com
Date: 2010-04-09 17:19:11 -0400 (Fri, 09 Apr 2010)
New Revision: 2577
Added:
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/ApplicationRegistryPortlet_fr.properties
Modified:
portal/trunk/portlet/exoadmin/src/main/java/org/exoplatform/toolbar/webui/component/UIUserToolBarDashboardPortlet.java
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/RegisterPortlet_en.properties
portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/GroovyPortlet_fr.properties
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_en.properties
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_fr.properties
Log:
GTNPORTAL-782: french locale is not fully translated
Modified: portal/trunk/portlet/exoadmin/src/main/java/org/exoplatform/toolbar/webui/component/UIUserToolBarDashboardPortlet.java
===================================================================
--- portal/trunk/portlet/exoadmin/src/main/java/org/exoplatform/toolbar/webui/component/UIUserToolBarDashboardPortlet.java 2010-04-09 19:40:01 UTC (rev 2576)
+++ portal/trunk/portlet/exoadmin/src/main/java/org/exoplatform/toolbar/webui/component/UIUserToolBarDashboardPortlet.java 2010-04-09 21:19:11 UTC (rev 2577)
@@ -130,7 +130,7 @@
PageNode pageNode = new PageNode();
pageNode.setName(_nodeName);
- pageNode.setLabel("Click & Type Page Name");
+ pageNode.setLabel(prContext.getApplicationResourceBundle().getString("UIUserToolBarDashboard.page.ClickAndType"));
pageNode.setResolvedLabel(prContext.getApplicationResourceBundle());
pageNode.setUri(_nodeName);
pageNode.setPageReference(page.getPageId());
Added: portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/ApplicationRegistryPortlet_fr.properties
===================================================================
--- portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/ApplicationRegistryPortlet_fr.properties (rev 0)
+++ portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/ApplicationRegistryPortlet_fr.properties 2010-04-09 21:19:11 UTC (rev 2577)
@@ -0,0 +1,152 @@
+#
+# Copyright (C) 2009 eXo Platform SAS.
+#
+# This is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 2.1 of
+# the License, or (at your option) any later version.
+#
+# This software is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this software; if not, write to the Free
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+# 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+#
+
+##expression
+word.cancel=Annuler
+label.displayName=Nom:
+label.description=Description:
+category.msg.changeNotExist=Impossible d'enregistrer, la catégorie n'existe plus.
+application.msg.changeNotExist=Impossible d'enregistrer, l'application n'existe plus.
+gadget.msg.changeNotExist=Impossible d'enregistrer, le gadget n'existe plus.
+## org.exoplatform.applicationregistry.webui.component.UIApplicationRegistryPortlet
+UIToolbar.label.organize=Categories
+UIToolbar.label.portlet=Portlet
+UIToolbar.label.gadget=Gadget
+
+## org.exoplatform.applicationregistry.webui.component.UIApplicationOrganizer
+UIOrganizer.label.addCategory=Ajouter catégorie
+UIOrganizer.label.autoImport=Importer applications
+UIOrganizer.label.categories=Categories
+UIOrganizer.title.editCategory=Editer Categorie
+UIOrganizer.title.addApplication=Ajouter l'application à la catégorie
+UIOrganizer.title.deleteCategory=Effacer catégorie
+UIOrganizer.title.deleteApplication=Effacer application
+UIOrganizer.msg.importAll=Cette action va automatiquement créer des categories et y importer toutes les gadgets et portlets.
+UIOrganizer.msg.deleteCategory=Etes vous sûr de vouloir effacer cette catégorie et toutes ses applications ?
+UIOrganizer.msg.deleteApplication=Etes vous sûr de vouloir effacer cette application ?
+UIOrganizer.msg.emptyCategory=Cette catégorie ne contient pas d'application, cliquez sur (+) pour en ajouter.
+UIOrganizer.msg.noCategory=Il n'y a pas de catégorie. Cliquez sur "Ajouter catégorie" pour en ajouter une.
+UIOrganizer.msg.deleteCategoryInUse=Impossible d'effacer cette catégorie en cours d'utilisation.
+UIOrganizer.msg.deleteApplicationInUse=Impossible d'effacer cette application en cours d'utilisation.
+UIOrganizer.msg.categoryNoExist=Cette catégorie n'existe plus
+UIOrganizer.msg.applicationNoExist=Cette application n'existe plus
+
+## org.exoplatform.applicationregistry.webui.component.UIApplicationRegistryEditMode
+UIApplicationRegistryEditMode.title=Importer Applications
+UIApplicationRegistryEditMode.label.showImport=Montrer/Cacher le bouton "Importer Applications"
+
+##org.exoplatform.applicationregistry.webui.component.UIApplicationInfo
+UIApplicationInfo.label.name=Nom:
+UIApplicationInfo.label.displayName=#{label.displayName}
+UIApplicationInfo.label.description=#{label.description}
+UIApplicationInfo.label.accessPermissions=Permissions d'accès
+UIApplicationInfo.title.editApplication=Editer l'application
+
+##org.exoplatform.applicationregistry.webui.component.UIApplicationForm
+UIApplicationForm.title=Editer les informations de l'application
+UIApplicationForm.label.applicationName=Nom de l'application:
+UIApplicationForm.label.displayName=#{label.displayName}
+UIApplicationForm.label.description=#{label.description}
+UIApplicationForm.action.Save=#{word.save}
+UIApplicationForm.action.Cancel=#{word.cancel}
+
+## org.exoplatform.applicationregistry.webui.component.UIAddApplicationForm
+UIAddApplicationForm.header.input=Choisir
+UIAddApplicationForm.label.option.portlet=Portlet
+UIAddApplicationForm.label.option.gadget=Gadget
+UIAddApplicationForm.header.label=Nom
+UIAddApplicationForm.header.description=Description
+UIAddApplicationForm.action.Add=Ajouter
+UIAddApplicationForm.msg.PortletExist=Cette application est déjà dans la catégorie, choissisez-en une autre.
+UIAddApplicationForm.msg.appNotExists=Choississez une application
+UIAddApplicationForm.msg.typeNoApps=Il n'y a pas d'application de ce type
+UIAddApplicationForm.action.Cancel=#{word.cancel}
+UIAddApplicationForm.label.displayName=#{label.displayName}
+UIAddApplicationForm.label.type=Type d'application
+application.label.=
+##org.exoplatform.applicationregistry.webui.component.UICategoryForm
+UICategoryForm.label.name=Nom de catégorie:
+UICategoryForm.label.displayName=#{label.displayName}
+UICategoryForm.label.description=#{label.description}
+UICategoryForm.action.Save=#{word.save}
+UICategoryForm.action.Cancel=#{word.cancel}
+UICategoryForm.msg.SameName=Cette catégorie existe déjà
+UICategoryForm.tab.label.categoryPermission=Paramètres de permissions
+UICategoryForm.tab.label.categorySetting=Paramètres de catégorie
+
+## org.exoplatform.applicationregistry.webui.component.UIPortletManagement
+UIPortletManagement.title.local=LOCAL
+UIPortletManagement.title.remote=REMOTE
+UIPortletManagement.msg.noPortlet=Il n'y a pas de portlet disponible
+
+## org.exoplatform.applicationregistry.webui.component.UIPortletInfo
+UIPortletInfo.label.name=Nom de portlet:
+UIPortletInfo.label.display=#{label.displayName}
+UIPortletInfo.label.description=#{label.description}
+UIPortletInfo.title.portletPreferences=Preferences de portlet
+UIPortletInfo.msg.noPortletPreferences=Pas de preferences de portlet
+
+## org.exoplatform.portletregistry.webui.component.UIGadgetManagement
+UIGadgetManagement.label.addRemote=Ajouter un Gadget distant
+UIGadgetManagement.label.createNew=Créer un nouveau Gadget
+UIGadgetManagement.title.deleteGadget=Effacer Gadget
+UIGadgetManagement.msg.noGadget=Il ný a pas de Gadget disponible.
+UIGadgetManagement.msg.deleteGadgetInUse=Impossible d'effacer ce Gadget, il est en cours d'utilisation.
+UIGadgetManagement.msg.deleteGadget=Etes vous sûr de vouloir effacer ce Gadget?
+
+## org.exoplatform.applicationregistry.webui.component.UIGadgetInfo
+UIGadgetInfo.label.gadgetDetails=Détails du Gadget
+UIGadgetInfo.label.name=Nom du Gadget:
+UIGadgetInfo.label.displayName=#{label.displayName}
+UIGadgetInfo.label.description=#{label.description}
+UIGadgetInfo.label.viewUrl=Voir URL:
+UIGadgetInfo.label.editUrl=Editer URL:
+UIGadgetInfo.label.reference=Reference:
+UIGadgetInfo.label.categories=Categories:
+UIGadgetInfo.label.categories.guide=vous devez ajouter ce Gadget dans un ou plusieurs catégories pour pouvoir le utiliser dans les dashboards.
+UIGadgetInfo.label.categories.clickHere=Cliquez ici pour ajouter dans une catégorie
+UIGadgetInfo.title.refresh=Rafraîchir
+UIGadgetInfo.title.editGadget=Editer Gadget
+UIGadgetInfo.msg.gadgetNotExist=Impossible d'executer cette action sur ce gadget qui n'existe plus.
+
+UICategorySelector.header.choose=Choisir
+UICategorySelector.header.categoryName=Nom de catégorie
+UICategorySelector.action.Save=Enregistrer
+UICategorySelector.action.Cancel=Annuler
+UICategorySelector.msg.NoCategory=Il n'y a pas de catégorie
+
+## org.exoplatform.applicationregistry.webui.component.UIAddGadget
+UIAddGadget.action.Add=Ajouter
+UIAddGadget.action.Cancel=#{word.cancel}
+UIAddGadget.label.url=URL
+UIAddGadget.label.urlExist=Cette url existe déjà, veuillez en choisir une autre
+UIAddGadget.label.urlError=Valeur dans l'url: '{0}' n'est pas valide
+
+## org.exoplatform.applicationregistry.webui.component.UIGadgetEditor
+UIGadgetEditor.label.source=Source:
+UIGadgetEditor.label.name=Nom:
+UIGadgetEditor.action.Save=#{word.save}
+UIGadgetEditor.action.Cancel=#{word.cancel}
+UIGadgetEditor.msg.invalidSpec=Ce fichier est invalide.
+UIGadgetEditor.gadget.msg.gadgetIsExist=Ce nom existe déjà veuillez en choisir un différent
+UIGadgetEditor.msg.Invalid=Le champ "{0}" ne doit pas contenir de caractères spéciaux.
+##package org.exoplatform.organization.webui.component.UIListPermissionSelector
+UIListPermissionSelector.header.groupId=Groupe
+UIListPermissionSelector.header.membership=Appartenance
+UIListPermissionSelectorPopup.title.ListPermissionSelector=Choisir permission
Modified: portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/RegisterPortlet_en.properties
===================================================================
--- portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/RegisterPortlet_en.properties 2010-04-09 19:40:01 UTC (rev 2576)
+++ portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/RegisterPortlet_en.properties 2010-04-09 21:19:11 UTC (rev 2577)
@@ -17,17 +17,17 @@
# 02110-1301 USA, or see the FSF site: http://www.fsf.org.
#
-UIRegisterForm.registerWithSuccess.message=You have successfully registered a new account!
-UIRegisterForm.title=Register New Account
-UIRegisterForm.label.action.CheckUsernameAvailability=Search User
+UIRegisterForm.registerWithSuccess.message=Votre compte a été créé
+UIRegisterForm.title=Créer un nouveau compte
+UIRegisterForm.label.action.CheckUsernameAvailability=Verifier disponibilité
-UIRegisterForm.label.username=User Name:
-UIRegisterForm.label.password=Password:
-UIRegisterForm.label.confirmPassword=Confirm Password:
-UIRegisterForm.label.firstName=First Name:
-UIRegisterForm.label.lastName=Last Name:
-UIRegisterForm.label.emailAddress=Email Address:
-UIRegisterForm.label.captcha=Text validation:
+UIRegisterForm.label.username=Nom d'utilisateur:
+UIRegisterForm.label.password=Mot de passe:
+UIRegisterForm.label.confirmPassword=Confirmation du mot de passe:
+UIRegisterForm.label.firstName=Prénom:
+UIRegisterForm.label.lastName=Nom:
+UIRegisterForm.label.emailAddress=Addresse EMail:
+UIRegisterForm.label.captcha=Texte de vérification:
-UIRegisterEditMode.title=Register Portlet Preferences
-UIRegisterEditMode.label.useCaptcha=Use captcha:
+UIRegisterEditMode.title=Préférences de la portlet d'enregistrement
+UIRegisterEditMode.label.useCaptcha=Utiliser captcha:
Modified: portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/GroovyPortlet_fr.properties
===================================================================
--- portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/GroovyPortlet_fr.properties 2010-04-09 19:40:01 UTC (rev 2576)
+++ portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/GroovyPortlet_fr.properties 2010-04-09 21:19:11 UTC (rev 2577)
@@ -35,5 +35,5 @@
UIHomePagePortlet.Label.Title=Essayez GateIn 3.0 avec l'un de ces comptes:
UIHomePagePortlet.Label.Slogan=Le meilleur d'eXo et de JBoss Portal<div>GateIn 3.0</div>
-UIHomePagePortlet.Label.Username=Username:
-UIHomePagePortlet.Label.Password=Password:
+UIHomePagePortlet.Label.Username=Identifiant:
+UIHomePagePortlet.Label.Password=Mot de passe:
Modified: portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_en.properties
===================================================================
--- portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_en.properties 2010-04-09 19:40:01 UTC (rev 2576)
+++ portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_en.properties 2010-04-09 21:19:11 UTC (rev 2577)
@@ -1419,3 +1419,5 @@
UIWsrp.consumer.grid.action.deactivate.fail=Consumer Must be Active to Deactivate.
UIListPermissionSelectorPopup.title.ListPermissionSelector=Select Permission
+
+UIUserToolBarDashboard.page.ClickAndType=Click & Type Page Name
Modified: portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_fr.properties
===================================================================
--- portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_fr.properties 2010-04-09 19:40:01 UTC (rev 2576)
+++ portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_fr.properties 2010-04-09 21:19:11 UTC (rev 2577)
@@ -101,11 +101,11 @@
#org.exoplatform.portal.webui.portal.UIPortalComposer #
#############################################################################
-UIPortalComposer.title.UIPortalComposer=Edit Inline Composer
-UIPortalComposer.action.Abort=Abort
-UIPortalComposer.action.Finish=Finish
-UIPortalComposer.action.ViewProperties=Portal Properties
-UIPortalComposer.action.SwitchMode=Switch View Mode
+UIPortalComposer.title.UIPortalComposer=Edition en ligne
+UIPortalComposer.action.Abort=Annuler
+UIPortalComposer.action.Finish=Terminer
+UIPortalComposer.action.ViewProperties=Propriétés du portail
+UIPortalComposer.action.SwitchMode=Changer mode de vue
UITabPane.title.UIApplicationList=Applications
UITabPane.title.UIContainerList=Containers
@@ -113,27 +113,27 @@
#Container config options #
#############################################################################
-ContainerOptions.Category.row=Rows Layout
-ContainerOptions.Category.column=Columns Layout
-ContainerOptions.Category.autofitColumn=Autofit Columns Layout
-ContainerOptions.Category.tabs=Tabs Layout
-ContainerOptions.Category.mix=Mixed Layout
+ContainerOptions.Category.row=Lignes
+ContainerOptions.Category.column=Colonnes
+ContainerOptions.Category.autofitColumn=Colonnes a largeur automatique
+ContainerOptions.Category.tabs=Onglets
+ContainerOptions.Category.mix=Compositions
-ContainerOptions.Item.oneRow=One Row
-ContainerOptions.Item.twoRows=Two Rows
-ContainerOptions.Item.threeRows=Three Rows
-ContainerOptions.Item.oneColumns=One Column
-ContainerOptions.Item.twoColumns=Two Columns
-ContainerOptions.Item.threeColumns=Three Columns
+ContainerOptions.Item.oneRow=Une Ligne
+ContainerOptions.Item.twoRows=Deux Lignes
+ContainerOptions.Item.threeRows=Trois Lignes
+ContainerOptions.Item.oneColumns=Une Colonne
+ContainerOptions.Item.twoColumns=Deux Colonnes
+ContainerOptions.Item.threeColumns=Trois Colonnes
ContainerOptions.Item.threeToolbarColumns=Three Toolbar Columns
-ContainerOptions.Item.autofitOneColumns=Autofit One Column
-ContainerOptions.Item.autofitTwoColumns=Autofit Two Columns
-ContainerOptions.Item.autofitThreeColumns=Autofit Three Columns
-ContainerOptions.Item.twoTabs=Two Tabs
-ContainerOptions.Item.threeTabs=Three Tabs
-ContainerOptions.Item.twoColumnsOneRow=Two Columns, One Row
-ContainerOptions.Item.oneRowTwoColumns=One Row, Two Columns
-ContainerOptions.Item.oneRow2Column1Row=One Row, Two Columns, One Row
+ContainerOptions.Item.autofitOneColumns=Une Colonne 'Autofit'
+ContainerOptions.Item.autofitTwoColumns=Deux Colonnes 'Autofit'
+ContainerOptions.Item.autofitThreeColumns=Trois Colonnes 'Autofit'
+ContainerOptions.Item.twoTabs=Deux Onglets
+ContainerOptions.Item.threeTabs=Trois Onglets
+ContainerOptions.Item.twoColumnsOneRow=Deux Colonnes, Une Ligne
+ContainerOptions.Item.oneRowTwoColumns=Une Ligne, Deux Colonnes
+ContainerOptions.Item.oneRow2Column1Row=Une Ligne, Deux Colonnes, Une Ligne
#############################################################################
# Identifier String Validator #
@@ -211,7 +211,7 @@
UIAccountForm.msg.password-is-not-match=Les 2 mots de passe saisis ne sont pas identiques !
UIAccountInputSet.msg.user-exist=Ce nom d'utilisateur existe déjà, veuillez en choisir un autre
UIAccountInputSet.msg.user-not-exist=Cet utilisateur n'existe pas !
-UIAccountInputSet.msg.email-exist=This email is existing, please select another one!
+UIAccountInputSet.msg.email-exist=Cette adresse email est déjà utilisée
UIAccountInputSet.msg.empty-input=Le nom de l'utilisateur ne peut être vide !
UIAccountInputSet.msg.successful.create.user=Votre compte a été créé avec succès !
UIAccountInputSet.msg.successful.update.user=Mise à jour de l'utilisateur effectuée avec succès
@@ -221,9 +221,9 @@
UIUserProfileInputSet.label.HomeInfo=Info. personnelles
UIUserProfileInputSet.label.BusinessInfo=Info. professionnelles
UIGroupMembershipForm.msg.user-not-exist=Cet utilisateur n'existe pas
-UIGroupMembershipForm.msg.user-not-empty=User name can not be empty!
+UIGroupMembershipForm.msg.user-not-empty=Le nom d'utilissateur ne peut pas être vide
UIGroupMembershipForm.msg.group-not-select=Veuillez sélectionner un groupe !
-UIGroupMembershipForm.msg.Invalid-char=The field "{0}" only has alpha, digit, comma characters and has to start and end with letter characters
+UIGroupMembershipForm.msg.Invalid-char=Le champ "{0}" ne doit contenir que des lettres, chiffres, virgule et doit commencer et terminer par une lettre
UIGroupMembershipForm.msg.duplicate-user=Some users is duplicated. Please re-check it!
UIGroupMembershipForm.msg.membership-exist=The membership type of user "{0}" is already in "{1}" group, please select another one!
UILoginForm.msg.Invalid-account=Nom d'utilisateur ou mot de passe incorrect ou manquant. Veuillez ré-essayer!
@@ -238,7 +238,7 @@
UILoginForm.label.Signin=Connexion
UILoginForm.label.Signup=Enregistrement
UILoginForm.label.ForAccount=Créer un compte
-UILoginForm.label.SigninFail=Sign in failed. Wrong username or password.
+UILoginForm.label.SigninFail=La connexion a échouée. Le nom d'utilisateur ou mot de passe est incorrecte.
UILoginForm.label.Copyright=Copyright © 2009-2010. All rights reserved, Red Hat, Inc. and eXo Platform SAS
#############################################################################
@@ -285,7 +285,7 @@
UIPortletForm.label.description=Description :
UIPortletForm.label.template=#{word.template}
UIPortletForm.action.Close=Annuler
-UIPortletForm.action.Save=Save And Close
+UIPortletForm.action.Save=Enregistrer et fermer
UIPortletForm.tab.label.PortletPref=Preferences
UIPortletForm.tab.label.PortletSetting=Configuration de la portlet
UIPortletForm.tab.label.Renderer=Renderer
@@ -389,10 +389,10 @@
UIPageSelector2.label.title=Titre
UIPageSelector2.label.name=#{word.name}
UIPageSelector2.label.accessGroups=Groupes
-UIPageSelector2.label.createPage=Create Page
+UIPageSelector2.label.createPage=Créer Page
UIPageSelector2.label.clearPage=Clear Page
UIPageBrowser.msg.NoPermission=Vous n'avez pas les droits d'accès à cette page!
-UIPageBrowser.msg.PageNotExist=Page doesn't exits!
+UIPageBrowser.msg.PageNotExist=La page n'existe pas
UIPageBrowser.msg.UserNotPermission=Vous n'avez pas les droits d'accès à ce noeud de page!
UIPageBrowser.msg.InvalidQueryException=Requête invalide !
UIPageBrowser.msg.Invalid-viewPermission=Accès non autorisé à la page {0}
@@ -445,11 +445,11 @@
# org.exoplatform.portal.webui.portal.UIComposer #
#############################################################################
-UIPageEditor.action.Abort=Abort
-UIPageEditor.action.Finish=Finish
-UIPageEditor.title.UIPageEditor=Page Editor
-UIPageEditor.action.ViewProperties=View Page properties
-UIPageEditor.action.SwitchMode=Switch View mode
+UIPageEditor.action.Abort=Annuler
+UIPageEditor.action.Finish=Terminer
+UIPageEditor.title.UIPageEditor=Editeur de page
+UIPageEditor.action.ViewProperties=Voir les propriétés de la page
+UIPageEditor.action.SwitchMode=Changer le mode de vue
#############################################################################
# org.exoplatform.portal.component.customization.UIPageForm #
@@ -472,7 +472,7 @@
UIPageForm.msg.sameName=Une page portant ce nom existe déjà !
UIOwnerIdSelector.title.OwnerIdSelector=Sélection du propriétaire
UIPopupGroupSelector.title.UIGroupSelector=Sélection du groupe
-UIPopupGroupSelector.title.GroupSelector=Select Group
+UIPopupGroupSelector.title.GroupSelector=Selectionner le groupe
#############################################################################
# org.exoplatform.portal.component.customization.UIPageNodeForm#
@@ -652,19 +652,19 @@
##################################################################
UIWizardPageSelectLayoutForm.tab.label.UIPageTemplateOptions=Options du modèle de page
-UIWizardPageSelectLayoutForm.label.normalPage.EmptyLayout=Empty Layout
-UIWizardPageSelectLayoutForm.label.normalPage.CurrentLayout=Current Layout
+UIWizardPageSelectLayoutForm.label.normalPage.EmptyLayout=Modèle de page vide
+UIWizardPageSelectLayoutForm.label.normalPage.CurrentLayout=Modèle de page courant
UIWizardPageSelectLayoutForm.label.normalPage.DesktopImage=Desktop Layout
-UIWizardPageSelectLayoutForm.label.normalPage.DashboardLayout=Dashboard Layout
-UIWizardPageSelectLayoutForm.label.columnPage.TwoColumnsLayout=Two Columns Layout
-UIWizardPageSelectLayoutForm.label.columnPage.ThreeColumnsLayout=Three Columns Layout
-UIWizardPageSelectLayoutForm.label.rowPage.TwoRowsLayout=Two Rows Layout
-UIWizardPageSelectLayoutForm.label.rowPage.ThreeRowsLayout=Three Rows Layout
-UIWizardPageSelectLayoutForm.label.tabsPage.TwoTabsLayout=Two Tabs
-UIWizardPageSelectLayoutForm.label.tabsPage.ThreeTabsLayout=Three Tabs
-UIWizardPageSelectLayoutForm.label.mixPage.TwoColumnsOneRowLayout=Two Columns One Row Layout
-UIWizardPageSelectLayoutForm.label.mixPage.OneRowTwoColumnsLayout=One Row Two Columns Layout
-UIWizardPageSelectLayoutForm.label.mixPage.ThreeRowsTwoColumnsLayout=Three Rows Two Columns Layout
+UIWizardPageSelectLayoutForm.label.normalPage.DashboardLayout=Modèle 'Dashboard'
+UIWizardPageSelectLayoutForm.label.columnPage.TwoColumnsLayout=Deux Colonnes
+UIWizardPageSelectLayoutForm.label.columnPage.ThreeColumnsLayout=Trois Colonnes
+UIWizardPageSelectLayoutForm.label.rowPage.TwoRowsLayout=Deux Lignes
+UIWizardPageSelectLayoutForm.label.rowPage.ThreeRowsLayout=Trois Lignes
+UIWizardPageSelectLayoutForm.label.tabsPage.TwoTabsLayout=Deux Onglets
+UIWizardPageSelectLayoutForm.label.tabsPage.ThreeTabsLayout=Trois Onglets
+UIWizardPageSelectLayoutForm.label.mixPage.TwoColumnsOneRowLayout=Deux Colonnes Une Ligne
+UIWizardPageSelectLayoutForm.label.mixPage.OneRowTwoColumnsLayout=Une Ligne Deux Colonnes
+UIWizardPageSelectLayoutForm.label.mixPage.ThreeRowsTwoColumnsLayout=Trois Lignes Deux Colonnes
UIWizardPageSelectLayoutForm.label.UIPageTemplateOptions=null
############################################################################
@@ -811,7 +811,7 @@
UIPageEditBar.tooltip.EditPortlet=Afficher les contrôles des portlets
UIPageEditBar.tooltip.Decorator=Décorateur
UIPageEditBar.tooltip.SavePage=Sauver la page
-UIPageEditBar.tooltip.TurnOffPreview=Click here to turn off preview mode
+UIPageEditBar.tooltip.TurnOffPreview=Cliquez ici pour désactiver l'apercu
UIPageManagement.title.BROWSE=Parcourir les pages existantes
UIPageManagement.title.EDIT=Explorateur de page et navigation
UIPageManagement.msg.Invalid-editPermission=Vous n'avez pas les droits suffisants pour éditer cette page
@@ -905,39 +905,39 @@
# org.exoplatform.webui.portal.UIForgetPassword and UIResetPassword #
############################################################################
-UIForgetPassword.title=Forgot User Name/Password
-UIForgetPassword.action.Send=Send
-UIForgetPassword.action.Back=Back
-UIForgetPassword.label.username=User name :
+UIForgetPassword.title=Rappe Identifiant/Mot de passe
+UIForgetPassword.action.Send=Envoyer
+UIForgetPassword.action.Back=Retour
+UIForgetPassword.label.username=Identifiant :
UIForgetPassword.label.email=Email :
-UIForgetPassword.msg.user-delete=Your username have been deleted by administrator
-UIForgetPassword.msg.user-not-exist=Your username doesn't exist in eXo
-UIForgetPassword.msg.email-not-exist=Your email doesn't exist in eXo
-UIForgetPassword.msg.send-mail-success=Please check your email!
-UIForgetPassword.msg.expration=Your link is expired, you have to get another email active
-UIForgetPassword.mail.header=Thank you for contacting eXo Portal Support. You have submitted a request for your user name and password.
-UIForgetPassword.mail.footer=Thank you, eXo Portal Support.
-UIForgetPassword.mail.user=The User Name for your account is :
-UIForgetPassword.mail.password=The Password for your password is :
-UIForgetPassword.mail.link=You can then request a new password for the username please click this link :
-UIResetPassword.title=Change password
-UIResetPassword.action.Save=Save
-UIResetPassword.action.Close=Close
-UIResetPassword.label.username=Username:
-UIResetPassword.label.password=Password:
-UIResetPassword.label.changepass=Change password:
-UIResetPassword.label.newpassword=New password:
-UIResetPassword.label.confirmnewpassword=Confirm new password:
-UIResetPassword.msg.password-is-not-match=New password and Confirm new password must be the same
-UIResetPassword.msg.Invalid-account=User Name or Password is wrong or empty. Please try again!
+UIForgetPassword.msg.user-delete=Votre compte a été effacer par un administrateur
+UIForgetPassword.msg.user-not-exist=Votre identifiant est introuvable
+UIForgetPassword.msg.email-not-exist=Votre email est introuvable
+UIForgetPassword.msg.send-mail-success=Un EMail vient de vous être envoyé
+UIForgetPassword.msg.expration=Le lien est expiré, veuillez refaire une demande
+UIForgetPassword.mail.header=Merci de nous avoir contacté suite à la perte de votre identifiant ou mot de passe
+UIForgetPassword.mail.footer=Merci.
+UIForgetPassword.mail.user=Votre identifiant est :
+UIForgetPassword.mail.password=Votre mot de passe est :
+UIForgetPassword.mail.link=Vous pouvez changer votre mot de passe en cliquant sur le lien suivant :
+UIResetPassword.title=Changer votre mot de passe
+UIResetPassword.action.Save=Enregistrer
+UIResetPassword.action.Close=Fermer
+UIResetPassword.label.username=Identifiant:
+UIResetPassword.label.password=Mot de passe:
+UIResetPassword.label.changepass=Changer le mot de passe:
+UIResetPassword.label.newpassword=Nouveau mot de passe:
+UIResetPassword.label.confirmnewpassword=Confirmer le mot de passe:
+UIResetPassword.msg.password-is-not-match=Le mot de passe et sa confirmation doivent être identiques
+UIResetPassword.msg.Invalid-account=L'identifiant ou le mot de passe est vide
############################################################################
# org.exoplatform.webui.core.UIPopupMessages #
############################################################################
-UIPopupMessages.title.exoMessages=eXo Messages
+UIPopupMessages.title.exoMessages=Messages
UIPopupMessages.button.ok=OK
-UIPopupMessages.Close=Close Window
+UIPopupMessages.Close=Fermer la fenêtre
UIPopupMessages.label.Error=Erreur
UIPopupMessages.label.Warning=Attention
UIPopupMessages.label.Info=Information
@@ -1007,7 +1007,7 @@
UIPageBody.msg.pageNotFoundLine1=Page non trouvée!
UIPageBody.msg.pageNotFoundLine2=Vous n'avez pas les droits suffisants pour voir cette page.
UIPageBody.msg.pageNotFoundLine3=Page supprimée!
-UIPageBody.msg.pageNotFoundLine4=This node does not have any pages.
+UIPageBody.msg.pageNotFoundLine4=Ce noeud n'a pas de page attachée
###############################################################################
# org.exoplatform.portal.webui.component.UISearchForm #
@@ -1028,7 +1028,7 @@
UIFormUploadInput.label.Uploaded=Envoyé
UIFormUploadInput.label.remove=Supprimer
UIFormUploadInput.label.Cancel=#{word.cancel}
-UIFormUploadInput.msg.limit=The file must be less than {0} MB.
+UIFormUploadInput.msg.limit=Le fichier doit faire moins de {0} MB.
###############################################################################
@@ -1040,7 +1040,7 @@
NavigationNodePopupMenu.event.EditSelectedNode=Editer ce noeud
NavigationNodePopupMenu.event.EditNavigation=Editer la navigation
NavigationNodePopupMenu.event.CopyNode=Copier
-NavigationNodePopupMenu.event.CloneNode=Clone Node
+NavigationNodePopupMenu.event.CloneNode=Cloner le noeud
NavigationNodePopupMenu.event.CutNode=Couper
NavigationNodePopupMenu.event.MoveUp=Monter
NavigationNodePopupMenu.event.MoveDown=Descendre
@@ -1215,52 +1215,52 @@
# org.exoplatform.dashboard.webui.component.UIDashboard
################################################################################
-UIAddGadgetPopup.title.UIDashboardSelectContainer=Dashboard Workspace
-UIDashboardSelectContainer.action.addGadget=Add Gadget
-UIDashboardContainer.label.openWorkspace=Add Gadgets
-UIDashboardContainer.label.SaveTitle=Save
-UIDashboardContainer.label.CancelTitle=Cancel
+UIAddGadgetPopup.title.UIDashboardSelectContainer=Dashboard
+UIDashboardSelectContainer.action.addGadget=Ajouter Gadget
+UIDashboardContainer.label.openWorkspace=Ajouter Gadgets
+UIDashboardContainer.label.SaveTitle=Enregistrer
+UIDashboardContainer.label.CancelTitle=Annuler
UIDashboardContainer.label.Debug=Debug
UIDashboardContainer.label.Cache=No Cache
-UIDashboardEditForm.label.totalColumns=Number of columns:
-UIDashboardEditForm.label.isPrivate=Is Private:
-UIDashboardEditForm.label.owner=Owner:
-UIDashboard.msg.required=The text field is required.
-UIDashboard.msg.addGadget=Drag your gadgets here.
-UIDashboard.msg.notUrl=The inputed url is invalid! Please enter a correct url of gadget's xml or RSS feed !
+UIDashboardEditForm.label.totalColumns=Nombre de colonnes:
+UIDashboardEditForm.label.isPrivate=Est privé:
+UIDashboardEditForm.label.owner=Propriétaire:
+UIDashboard.msg.required=Le champ est requis.
+UIDashboard.msg.addGadget=Cliquez-glissez vos Gadgets ici.
+UIDashboard.msg.notUrl=L'URL specifiée est invalide. Veuillez entrer une URL correcte de gadget ou de flux RSS.
################################################################################
# org.exoplatform.webui.organization.account.UIUserSelector
################################################################################
-UIUserSelector.label.option.userName=User Name
-UIUserSelector.label.option.lastName=Last Name
-UIUserSelector.label.option.firstName=First Name
-UIUserSelector.label.option.email=Email Name
-UIUserSelector.label.group=Group :
-UIUserSelector.label.searchUser=Search :
-UIUserSelector.label.userName=User Name
-UIUserSelector.label.lastName=Last Name
-UIUserSelector.label.firstName=First Name
+UIUserSelector.label.option.userName=Identifiant
+UIUserSelector.label.option.lastName=Nom
+UIUserSelector.label.option.firstName=Prénom
+UIUserSelector.label.option.email=Email
+UIUserSelector.label.group=Groupe :
+UIUserSelector.label.searchUser=Chercher :
+UIUserSelector.label.userName=Identifiant
+UIUserSelector.label.lastName=Nom
+UIUserSelector.label.firstName=Prénom
UIUserSelector.label.email=Email
UIUserSelector.label.action=Action
-UIUserSelector.label.Add=Add
-UIUserSelector.label.Close=Close
-UIUserSelector.msg.empty=Empty data
-UIUserSelector.msg.user-required=Please check at least one user.
+UIUserSelector.label.Add=Ajouter
+UIUserSelector.label.Close=Fermer
+UIUserSelector.msg.empty=Vide
+UIUserSelector.msg.user-required=Choisissez au moins un utilisateur
################################################################################
# org.exoplatform.portal.webui.application.UIAddNewApplication
################################################################################
-UIAddNewApplication.label.AddApplication=Add Application
+UIAddNewApplication.label.AddApplication=Ajouter application
UIAddNewApplication.label.Categories=Categories
UIAddNewApplication.label.Select=Select Applications
UIAddNewApplication.label.NoneApp=There is no application in this location. Go to Application Registry portlet to import applications.
UIAddNewApplication.label.Type=Type:
-UIAddNewApplication.label.Created=Created by:
+UIAddNewApplication.label.Created=Créé par:
UIAddNewApplication.label.Description=Description:
-UIAddNewApplication.label.Close=Close
+UIAddNewApplication.label.Close=Fermer
UIAddNewApplication.label.Add=Add and keep this application in page
UIAddNewApplication.label.AddToStartup=Ajouter et exécuter l'application immédiatement
@@ -1268,14 +1268,14 @@
#org.exoplatform.portal.webui.component.UIPortalNavigation #
#############################################################################
-UIPortalNavigation.Label.Next=Next
-UIPortalNavigation.Label.Previous=Previous
+UIPortalNavigation.Label.Next=Suivant
+UIPortalNavigation.Label.Previous=Précédent
#############################################################################
# org.exoplatform.portal.webui.container.UITabContainer #
#############################################################################
-UITabContainer.tab=Tab
+UITabContainer.tab=Onglet
############################################################################
# org.exoplatform.portal.webui.container.UIBrowserPortlet #
@@ -1324,3 +1324,5 @@
UIGadget.tooltip.Unmaximize=Restaurer Again
UIGadget.tooltip.editGadget=Editer la Gadget
UIGadget.tooltip.deleteGadget=Supprimer la Gadget
+
+UIUserToolBarDashboard.page.ClickAndType=Cliquez pour renommer
14 years, 8 months
gatein SVN: r2576 - portal/branches/EPP_5_0_Branch/web/eXoResources/src/main/webapp/skin/Portlet.
by do-not-reply@jboss.org
Author: thomas.heute(a)jboss.com
Date: 2010-04-09 15:40:01 -0400 (Fri, 09 Apr 2010)
New Revision: 2576
Modified:
portal/branches/EPP_5_0_Branch/web/eXoResources/src/main/webapp/skin/Portlet/Stylesheet.css
Log:
JBEPP-237: GateIn should provide default styling for standard portlet CSS classes
Remove table tbody thead definitions
Modified: portal/branches/EPP_5_0_Branch/web/eXoResources/src/main/webapp/skin/Portlet/Stylesheet.css
===================================================================
--- portal/branches/EPP_5_0_Branch/web/eXoResources/src/main/webapp/skin/Portlet/Stylesheet.css 2010-04-09 19:28:13 UTC (rev 2575)
+++ portal/branches/EPP_5_0_Branch/web/eXoResources/src/main/webapp/skin/Portlet/Stylesheet.css 2010-04-09 19:40:01 UTC (rev 2576)
@@ -117,22 +117,6 @@
/** TABLE **/
-table {
- border: 1px solid #b7b7b7;
- border-collapse: collapse;
- padding-left: 1px;
- margin: auto;
- table-layout: fixed;
-}
-
-thead {
- border: 1px solid #b7b7b7;
-}
-
-tbody {
- padding-bottom: 1px;
-}
-
/* Table header and footer */
.portlet-table-header, .portlet-table-footer {
line-height: 19px;
14 years, 8 months
gatein SVN: r2575 - portal/trunk/web/eXoResources/src/main/webapp/skin/Portlet.
by do-not-reply@jboss.org
Author: mwringe
Date: 2010-04-09 15:28:13 -0400 (Fri, 09 Apr 2010)
New Revision: 2575
Modified:
portal/trunk/web/eXoResources/src/main/webapp/skin/Portlet/Stylesheet.css
Log:
GTNPORTAL-890: remove table, thead and tbody css classes from the portlet css classes as these should not be added here.
Modified: portal/trunk/web/eXoResources/src/main/webapp/skin/Portlet/Stylesheet.css
===================================================================
--- portal/trunk/web/eXoResources/src/main/webapp/skin/Portlet/Stylesheet.css 2010-04-09 18:35:10 UTC (rev 2574)
+++ portal/trunk/web/eXoResources/src/main/webapp/skin/Portlet/Stylesheet.css 2010-04-09 19:28:13 UTC (rev 2575)
@@ -117,22 +117,6 @@
/** TABLE **/
-table {
- border: 1px solid #b7b7b7;
- border-collapse: collapse;
- padding-left: 1px;
- margin: auto;
- table-layout: fixed;
-}
-
-thead {
- border: 1px solid #b7b7b7;
-}
-
-tbody {
- padding-bottom: 1px;
-}
-
/* Table header and footer */
.portlet-table-header, .portlet-table-footer {
line-height: 19px;
14 years, 8 months
gatein SVN: r2574 - in portal/branches/EPP_5_0_Branch: component/common/src/main/java/org/exoplatform/commons and 1 other directory.
by do-not-reply@jboss.org
Author: thomas.heute(a)jboss.com
Date: 2010-04-09 14:35:10 -0400 (Fri, 09 Apr 2010)
New Revision: 2574
Modified:
portal/branches/EPP_5_0_Branch/component/common/src/main/java/org/exoplatform/commons/InitialContextInitializer2.java
portal/branches/EPP_5_0_Branch/pom.xml
Log:
JBEPP-271: Upgrade eXo JCR to 1.12.1
Modified: portal/branches/EPP_5_0_Branch/component/common/src/main/java/org/exoplatform/commons/InitialContextInitializer2.java
===================================================================
--- portal/branches/EPP_5_0_Branch/component/common/src/main/java/org/exoplatform/commons/InitialContextInitializer2.java 2010-04-09 18:32:20 UTC (rev 2573)
+++ portal/branches/EPP_5_0_Branch/component/common/src/main/java/org/exoplatform/commons/InitialContextInitializer2.java 2010-04-09 18:35:10 UTC (rev 2574)
@@ -27,6 +27,8 @@
import javax.naming.InitialContext;
import javax.naming.NamingException;
+import javax.xml.stream.XMLStreamException;
+import java.io.FileNotFoundException;
/**
* This code should be moved in the core, for now it is here as it is needed here.
@@ -40,7 +42,7 @@
public class InitialContextInitializer2 extends InitialContextInitializer
{
- public InitialContextInitializer2(InitParams params) throws NamingException, ConfigurationException
+ public InitialContextInitializer2(InitParams params) throws NamingException, ConfigurationException, FileNotFoundException, XMLStreamException
{
super(params);
}
Modified: portal/branches/EPP_5_0_Branch/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/pom.xml 2010-04-09 18:32:20 UTC (rev 2573)
+++ portal/branches/EPP_5_0_Branch/pom.xml 2010-04-09 18:35:10 UTC (rev 2574)
@@ -37,10 +37,10 @@
<name>GateIn - Portal</name>
<properties>
- <org.exoplatform.kernel.version>2.2.0-GA</org.exoplatform.kernel.version>
- <org.exoplatform.core.version>2.3.0-GA</org.exoplatform.core.version>
- <org.exoplatform.ws.version>2.1.0-GA</org.exoplatform.ws.version>
- <org.exoplatform.jcr.version>1.12.0-GA</org.exoplatform.jcr.version>
+ <org.exoplatform.kernel.version>2.2.1-CR1</org.exoplatform.kernel.version>
+ <org.exoplatform.core.version>2.3.1-CR1</org.exoplatform.core.version>
+ <org.exoplatform.ws.version>2.1.1-CR1</org.exoplatform.ws.version>
+ <org.exoplatform.jcr.version>1.12.1-CR1</org.exoplatform.jcr.version>
<org.jibx.version>1.2.1</org.jibx.version>
<org.shindig.version>1.0-r790473-Patch02</org.shindig.version>
<nl.captcha.simplecaptcha.version>1.1.1-GA-Patch01</nl.captcha.simplecaptcha.version>
@@ -49,12 +49,12 @@
<org.gatein.pc.version>2.1.0-GA</org.gatein.pc.version>
<org.picketlink.idm>1.1.2.CR01</org.picketlink.idm>
<org.gatein.wsrp.version>1.1.0-CR01</org.gatein.wsrp.version>
- <org.gatein.mop.version>1.0.0</org.gatein.mop.version>
+ <org.gatein.mop.version>1.0.1-CR01</org.gatein.mop.version>
<org.slf4j.version>1.5.6</org.slf4j.version>
<rhino.version>1.6R5</rhino.version>
<org.codehaus.groovy.version>1.6.5</org.codehaus.groovy.version>
<javax.servlet.version>2.5</javax.servlet.version>
- <version.chromattic>1.0.0</version.chromattic>
+ <version.chromattic>1.0.1-cr1</version.chromattic>
<version.reflect>1.0.0</version.reflect>
<jcip.version>1.0</jcip.version>
14 years, 8 months