gatein SVN: r6860 - in portal/trunk: gadgets/eXoGadgets/src/main/webapp/gadgets and 6 other directories.
by do-not-reply@jboss.org
Author: kien_nguyen
Date: 2011-07-12 04:18:58 -0400 (Tue, 12 Jul 2011)
New Revision: 6860
Added:
portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/
portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/ServicesManagement.xml
portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/locale/
portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/locale/ALL_ALL.xml
portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/locale/en_ALL.xml
portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/locale/fr_ALL.xml
portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/locale/vi_ALL.xml
portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/script/
portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/script/handlers.js
portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/script/jquery-1.4.2.min.js
portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/script/script.js
portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/style/
portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/style/canvas.css
portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/style/home.css
portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/style/images/
portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/style/images/DesIcon.png
portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/style/images/DesIconHome.gif
portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/style/images/GadgetStyle.gif
portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/style/images/IconClose_Gadget.gif
portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/style/images/ServicesManagement.png
Modified:
portal/trunk/gadgets/eXoGadgets/src/main/webapp/WEB-INF/gadget.xml
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/group/platform/administrators/navigation.xml
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/group/platform/administrators/pages.xml
Log:
Put Services Management gadget as an admin page
Modified: portal/trunk/gadgets/eXoGadgets/src/main/webapp/WEB-INF/gadget.xml
===================================================================
--- portal/trunk/gadgets/eXoGadgets/src/main/webapp/WEB-INF/gadget.xml 2011-07-11 21:26:57 UTC (rev 6859)
+++ portal/trunk/gadgets/eXoGadgets/src/main/webapp/WEB-INF/gadget.xml 2011-07-12 08:18:58 UTC (rev 6860)
@@ -44,4 +44,8 @@
<gadget name="Currency">
<url>http://www.donalobrien.net/apps/google/currency.xml</url>
</gadget>
+
+ <gadget name="ServicesManagement">
+ <path>/gadgets/ServicesManagement/ServicesManagement.xml</path>
+ </gadget>
</gadgets>
\ No newline at end of file
Added: portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/ServicesManagement.xml
===================================================================
--- portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/ServicesManagement.xml (rev 0)
+++ portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/ServicesManagement.xml 2011-07-12 08:18:58 UTC (rev 6860)
@@ -0,0 +1,202 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+
+ 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.
+
+-->
+<!--
+ **
+ * Created by The eXo Platform SEA
+ * Author : kien.nguyen
+ * nguyenanhkien2a(a)gmail.com
+ * Jul 21, 2010
+ *
+-->
+<Module>
+ <ModulePrefs author="eXoPlatform Portal team"
+ title="__MSG_title__"
+ directory_title="Services Management"
+ title_url="http://www.exoplatform.org"
+ description="Services Management"
+ thumbnail="style/images/ServicesManagement.png"
+ height="227">
+ <Locale messages="locale/ALL_ALL.xml" />
+ <Locale lang="en" messages="locale/en_ALL.xml" />
+ <Locale lang="fr" messages="locale/fr_ALL.xml" />
+ <Locale lang="vi" messages="locale/vi_ALL.xml" />
+ <Require feature="dynamic-height"/>
+ <Require feature="minimessage"/>
+ <Require feature="views"/>
+ </ModulePrefs>
+ <UserPref name="servicesURL" display_name="__MSG_services_url__" default_value="/portal/rest/management" required="true"/>
+ <Content type="html" view="home">
+ <![CDATA[
+ <link rel="stylesheet" type="text/css" href="style/home.css"></link>
+ <script src="script/jquery-1.4.2.min.js" type="text/javascript"></script>
+ <script src="script/script.js" type="text/javascript"></script>
+ <script src="script/handlers.js" type="text/javascript"></script>
+ <script type="text/javascript">
+ gadgets.util.registerOnLoadHandler(eXo.gadget.ServicesManagement.init);
+ </script>
+
+ <div class="UIGadget">
+ <div class="TopGadget">
+ <div class="ServicesBox ClearFix">
+ <div class="Text">__MSG_services__</div>
+ <select id="servicesSelector"></select>
+ <a class="DesIconHome"><span></span></a>
+ </div>
+ <p class="DescriptionBox"><b>__MSG_description__:</b> <span id="ServiceDescription">__MSG_noDescription__</span></p>
+ </div>
+ <div class="TitleGrid ClearFix">
+ <div class="BgTitle ClearFix">
+ <h3>__MSG_method__</h3>
+ <select id="methodsSelector"></select>
+ </div>
+ </div>
+
+ <div class="GadgetGrid">
+ <table cellspacing="0" class="UIGrid">
+ <thead>
+ <tr>
+ <th class="TableHeader FieldComponent Text">__MSG_name__</th>
+ <th class="TableHeader Text">__MSG_value__</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr class="EvenRow">
+ <td><div class="Text">__MSG_name__</div></td>
+ <td><div class="Text" id="methodName"></div></td>
+ </tr>
+ <tr class="OddRow">
+ <td><div class="Text">__MSG_description__</div></td>
+ <td><div class="Text" id="methodDescription"></div></td>
+ </tr>
+ <tr class="EvenRow">
+ <td><div class="Text">__MSG_method__</div></td>
+ <td><div class="Text" id="reqMethod"></div></td>
+ </tr>
+ <tr class="OddRow">
+ <td><div class="Text">__MSG_parameters__</div></td>
+ <td id="test">
+ <div class="SkinID Text" id="parametersTable"></div>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ <!--End methods UIGrid-->
+ </div>
+
+ <!-- Start Properties UIGrid -->
+ <div class="TitleGrid ClearFix">
+ <div class="BgTitle ClearFix">
+ <h3>Properties</h3>
+ <select id="propertiesSelector"></select>
+ </div>
+ </div>
+ <div class="GadgetGrid">
+ <table cellspacing="0" class="UIGrid">
+ <thead>
+ <tr>
+ <th class="FieldComponent">__MSG_name__</th>
+ <th>__MSG_value__</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr class="EvenRow">
+ <td><div class="Text">__MSG_name__</div></td>
+ <td><div class="Text" id="propertyName"></div></td>
+ </tr>
+ <tr class="OddRow">
+ <td><div class="Text">__MSG_description__</div></td>
+ <td><div class="Text" id="propertyDescription"></div></td>
+ </tr>
+ </tbody>
+ </table>
+ <!--End Properties UIGrid-->
+ </div>
+
+ </div>
+
+ ]]>
+ </Content>
+ <Content type="html" view="canvas">
+ <![CDATA[
+ <link rel="stylesheet" type="text/css" href="style/canvas.css"></link>
+ <script src="script/jquery-1.4.2.min.js"></script>
+ <script src="script/script.js"></script>
+ <script src="script/handlers.js"></script>
+ <script type="text/javascript">
+ gadgets.util.registerOnLoadHandler(eXo.gadget.ServicesManagement.init);
+ </script>
+
+ <div class="UIGadget">
+ <div class="TopGadget">
+ <table cellspacing="0" style="margin: 0px auto;">
+ <tbody>
+ <tr>
+ <td><div class="Text">__MSG_services__</div></td>
+ <td>
+ <select id="servicesSelector"></select>
+ </td>
+ </tr>
+ <tr>
+ <td class="Description" colspan="2"><p><b>__MSG_description__: </b><span id="ServiceDescription">__MSG_noDescription__</span></p></td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+
+ <div class="TitleGadget ClearFix">
+ <div id="MethodsTab" class="Tab TabSelected">Methods</div>
+ <div id="PropertiesTab" class="Tab">Properties</div>
+ </div>
+ <div id="ServiceMethods" class="GadgetGrid GadgetGmCanvasMessage ContentSelected">
+ <table cellspacing="0" class="UIGrid">
+ <thead>
+ <tr>
+ <th class="FieldComponent">__MSG_name__</th>
+ <th class="FieldComponent">__MSG_description__</th>
+ <th class="FieldComponent FixWidth">__MSG_method__</th>
+ <th class="FieldComponent">__MSG_parameters__</th>
+ <th class="FixWidth">__MSG_action__</th>
+ </tr>
+ </thead>
+ <tbody id="methodsForCanvas"></tbody>
+ </table>
+ <!--End UIGrid for methods-->
+ </div>
+
+ <div id="ServiceProperties" class="GadgetGrid GadgetGmCanvasMessage">
+ <table cellspacing="0" class="UIGrid">
+ <thead>
+ <tr>
+ <th class="FieldComponent">__MSG_name__</th>
+ <th class="FieldComponent">__MSG_description__</th>
+ <th>__MSG_action__</th>
+ </tr>
+ </thead>
+ <tbody id="propertiesForCanvas"></tbody>
+ </table>
+ <!--End UIGrid for properties-->
+ </div>
+ <div class="BoxFile" id="resultMessage"></div>
+ </div>
+ ]]>
+ </Content>
+</Module>
Added: portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/locale/ALL_ALL.xml
===================================================================
--- portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/locale/ALL_ALL.xml (rev 0)
+++ portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/locale/ALL_ALL.xml 2011-07-12 08:18:58 UTC (rev 6860)
@@ -0,0 +1,68 @@
+<!--
+
+ 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.
+
+-->
+
+<messagebundle>
+ <msg name="title">
+ Services Management
+ </msg>
+ <msg name="services">
+ Services
+ </msg>
+ <msg name="name">
+ Name
+ </msg>
+ <msg name="description">
+ Description
+ </msg>
+ <msg name="noDescription">
+ No description
+ </msg>
+ <msg name="method">
+ Method
+ </msg>
+ <msg name="parameters">
+ Parameters
+ </msg>
+ <msg name="action">
+ Action
+ </msg>
+ <msg name="value">
+ Value
+ </msg>
+ <msg name="services_url">
+ Services URL
+ </msg>
+ <msg name="failManage">
+ Temporary can't manage services from other host until we support OAuth
+ </msg>
+ <msg name="noServices">
+ No service's available or you don't have enough permission
+ </msg>
+ <msg name="noMethod">
+ No method
+ </msg>
+ <msg name="noProperty">
+ No property
+ </msg>
+ <msg name="badURL">
+ Error while retrieving data, please check your URL preference
+ </msg>
+</messagebundle>
Added: portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/locale/en_ALL.xml
===================================================================
--- portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/locale/en_ALL.xml (rev 0)
+++ portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/locale/en_ALL.xml 2011-07-12 08:18:58 UTC (rev 6860)
@@ -0,0 +1,68 @@
+<!--
+
+ 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.
+
+-->
+
+<messagebundle>
+ <msg name="title">
+ Services Management
+ </msg>
+ <msg name="services">
+ Services
+ </msg>
+ <msg name="name">
+ Name
+ </msg>
+ <msg name="description">
+ Description
+ </msg>
+ <msg name="noDescription">
+ No description
+ </msg>
+ <msg name="method">
+ Method
+ </msg>
+ <msg name="parameters">
+ Parameters
+ </msg>
+ <msg name="action">
+ Action
+ </msg>
+ <msg name="value">
+ Value
+ </msg>
+ <msg name="services_url">
+ Services URL
+ </msg>
+ <msg name="failManage">
+ Temporary can't manage services from other host until we support OAuth
+ </msg>
+ <msg name="noServices">
+ No service's available or you don't have enough permission
+ </msg>
+ <msg name="noMethod">
+ No method
+ </msg>
+ <msg name="noProperty">
+ No property
+ </msg>
+ <msg name="badURL">
+ Error while retrieving data, please check your URL preference
+ </msg>
+</messagebundle>
Added: portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/locale/fr_ALL.xml
===================================================================
--- portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/locale/fr_ALL.xml (rev 0)
+++ portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/locale/fr_ALL.xml 2011-07-12 08:18:58 UTC (rev 6860)
@@ -0,0 +1,50 @@
+<!--
+
+ 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.
+
+-->
+
+<messagebundle>
+ <msg name="title">
+ La gestion des services
+ </msg>
+ <msg name="services">
+ Services
+ </msg>
+ <msg name="name">
+ Nom
+ </msg>
+ <msg name="description">
+ Description
+ </msg>
+ <msg name="method">
+ Méthode
+ </msg>
+ <msg name="parameters">
+ Paramètres
+ </msg>
+ <msg name="action">
+ Action
+ </msg>
+ <msg name="value">
+ Valeur
+ </msg>
+ <msg name="services_url">
+ Services URL
+ </msg>
+</messagebundle>
Added: portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/locale/vi_ALL.xml
===================================================================
--- portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/locale/vi_ALL.xml (rev 0)
+++ portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/locale/vi_ALL.xml 2011-07-12 08:18:58 UTC (rev 6860)
@@ -0,0 +1,50 @@
+<!--
+
+ 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.
+
+-->
+
+<messagebundle>
+ <msg name="title">
+ Quản lý dịch vụ
+ </msg>
+ <msg name="services">
+ Dịch vụ
+ </msg>
+ <msg name="name">
+ Tên
+ </msg>
+ <msg name="description">
+ Mô tả
+ </msg>
+ <msg name="method">
+ Phương thức
+ </msg>
+ <msg name="parameters">
+ Tham số
+ </msg>
+ <msg name="action">
+ Thực thi
+ </msg>
+ <msg name="value">
+ Giá trị
+ </msg>
+ <msg name="services_url">
+ Địa chỉ dịch vụ
+ </msg>
+</messagebundle>
Added: portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/script/handlers.js
===================================================================
--- portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/script/handlers.js (rev 0)
+++ portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/script/handlers.js 2011-07-12 08:18:58 UTC (rev 6860)
@@ -0,0 +1,159 @@
+/**
+ * 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.
+ */
+ServicesManagement.prototype.registerHandler = function() {
+
+ //======================Handler======================================//
+ $("#servicesSelector").change(function () {
+ var serviceName = $(this).val();
+ serviceName = gadgets.util.unescapeString(!serviceName ? "" : serviceName);
+ var methodsURL = eXo.gadget.ServicesManagement.SERVICES_URL + "/" + encodeURIComponent(serviceName);
+
+ var currView = gadgets.views.getCurrentView().getName();
+ if (currView == "home") {
+ eXo.gadget.ServicesManagement.makeRequest(methodsURL, eXo.gadget.ServicesManagement.renderServiceDetailForHome);
+ } else {
+ eXo.gadget.ServicesManagement.makeRequest(methodsURL, eXo.gadget.ServicesManagement.renderServiceDetailForCanvas);
+ }
+ });
+
+ $(".Tab").click(function () {
+ var selectedTab = $(".TabSelected")[0];
+ if (this == selectedTab) {
+ return;
+ }
+
+ $(selectedTab).removeClass("TabSelected");
+ $(this).addClass("TabSelected");
+
+ var selectedContent = eXo.gadget.ServicesManagement.getContentContainer(selectedTab);
+ var content = eXo.gadget.ServicesManagement.getContentContainer(this);
+
+ $(selectedContent).removeClass("ContentSelected");
+ $(selectedContent).hide();
+ eXo.gadget.ServicesManagement.fadeIn(content, function() {
+ $(this).addClass("ContentSelected");
+ });
+ });
+
+ $(".DesIconHome").click(function () {
+ eXo.gadget.ServicesManagement.fadeIn($(".DescriptionBox")[0], function() {
+ var desBox = this;
+ window.setTimeout(function() {
+ $(desBox).fadeOut(2000, function() {
+ eXo.gadget.ServicesManagement.resetHeight();
+ });
+ }, 5000);
+ });
+ });
+
+ $("#propertiesSelector").change(function () {
+ var propertyName = $(this).val();
+ propertyName = gadgets.util.unescapeString(!propertyName ? "" : propertyName);
+
+ var propertyData = $(this).data('properties');
+ var property = null;
+ if (propertyData) {
+ for (var i = 0; i < propertyData.length; i++) {
+ if (propertyData[i].name == propertyName) {
+ property = propertyData[i];
+ }
+ }
+ }
+
+ eXo.gadget.ServicesManagement.renderPropertyDetail(property);
+ });
+
+ $("#methodsSelector").change(function () {
+ var methodName = $(this).val();
+ methodName = gadgets.util.unescapeString(!methodName ? "" : methodName);
+
+ var methodData = $(this).data('methods');
+ var method = null;
+ if (methodData) {
+ for (var i = 0; i < methodData.length; i++) {
+ if (methodData[i].name == methodName) {
+ method = methodData[i];
+ }
+ }
+ }
+
+ eXo.gadget.ServicesManagement.renderMethodDetail(method);
+ });
+
+ $('.MethodActionButton').live('click', function(event) {
+ event.preventDefault();
+ var tr = this.parentNode.parentNode;
+ var methodName = gadgets.util.unescapeString($(".methodName", tr).text());
+ var reqMethod = gadgets.util.unescapeString($(".reqMethod", tr).text());
+ var serviceName = $("#servicesSelector").val();
+ serviceName = gadgets.util.unescapeString(!serviceName ? "" : serviceName);
+ var param = $("form", tr).serialize();
+
+ var execLink = eXo.gadget.ServicesManagement.SERVICES_URL + "/" +
+ encodeURIComponent(serviceName) + "/" +
+ encodeURIComponent(methodName);
+ eXo.gadget.ServicesManagement.makeRequest(execLink, eXo.gadget.ServicesManagement.showMinimessage, param, "text", reqMethod);
+ });
+
+ $('.PropertyActionButton').live('click', function(event) {
+ event.preventDefault();
+ var tr = this.parentNode.parentNode;
+ var propName = gadgets.util.unescapeString($(".propName", tr).text());
+ var reqMethod = "GET";
+ var serviceName = $("#servicesSelector").val();
+ serviceName = gadgets.util.unescapeString(!serviceName ? "" : serviceName);
+
+ var execLink = eXo.gadget.ServicesManagement.SERVICES_URL + "/" +
+ encodeURIComponent(serviceName) + "/" +
+ encodeURIComponent(propName);
+ eXo.gadget.ServicesManagement.makeRequest(execLink, eXo.gadget.ServicesManagement.showMinimessage, null, "text", reqMethod);
+ });
+};
+
+/**
+ * @param reqUrl - String
+ * @param callback - Function
+ * @param sendData - Data that will be send to server
+ * @param returnType - String html/xml/json/script
+ * @param reqMethod - GET/POST/PUT...
+ * @return XMLHttpRequest object
+ */
+ServicesManagement.prototype.makeRequest = function(reqUrl, callback, sendData, returnType, reqMethod) {
+ if (reqUrl == "") {
+ return;
+ }
+ reqMethod = reqMethod ? reqMethod : "GET";
+ returnType = returnType ? returnType : "json";
+
+ return $.ajax({
+ url: reqUrl,
+ type: reqMethod,
+ success: callback,
+ contentType: "application/x-www-form-urlencoded",
+ error: function() {
+ var prefs = new _IG_Prefs();
+ alert(prefs.getMsg("badURL"));
+ },
+ data: sendData,
+ dataType: returnType,
+ beforeSend: function(xhr) {
+ xhr.setRequestHeader("If-Modified-Since", "Thu, 1 Jan 1970 00:00:00 GMT");
+ }
+ });
+};
Added: portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/script/jquery-1.4.2.min.js
===================================================================
--- portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/script/jquery-1.4.2.min.js (rev 0)
+++ portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/script/jquery-1.4.2.min.js 2011-07-12 08:18:58 UTC (rev 6860)
@@ -0,0 +1,154 @@
+/*!
+ * jQuery JavaScript Library v1.4.2
+ * http://jquery.com/
+ *
+ * Copyright 2010, John Resig
+ * Dual licensed under the MIT or GPL Version 2 licenses.
+ * http://jquery.org/license
+ *
+ * Includes Sizzle.js
+ * http://sizzlejs.com/
+ * Copyright 2010, The Dojo Foundation
+ * Released under the MIT, BSD, and GPL Licenses.
+ *
+ * Date: Sat Feb 13 22:33:48 2010 -0500
+ */
+(function(A,w){function ma(){if(!c.isReady){try{s.documentElement.doScroll("left")}catch(a){setTimeout(ma,1);return}c.ready()}}function Qa(a,b){b.src?c.ajax({url:b.src,async:false,dataType:"script"}):c.globalEval(b.text||b.textContent||b.innerHTML||"");b.parentNode&&b.parentNode.removeChild(b)}function X(a,b,d,f,e,j){var i=a.length;if(typeof b==="object"){for(var o in b)X(a,o,b[o],f,e,d);return a}if(d!==w){f=!j&&f&&c.isFunction(d);for(o=0;o<i;o++)e(a[o],b,f?d.call(a[o],o,e(a[o],b)):d,j);return a}return i?
+e(a[0],b):w}function J(){return(new Date).getTime()}function Y(){return false}function Z(){return true}function na(a,b,d){d[0].type=a;return c.event.handle.apply(b,d)}function oa(a){var b,d=[],f=[],e=arguments,j,i,o,k,n,r;i=c.data(this,"events");if(!(a.liveFired===this||!i||!i.live||a.button&&a.type==="click")){a.liveFired=this;var u=i.live.slice(0);for(k=0;k<u.length;k++){i=u[k];i.origType.replace(O,"")===a.type?f.push(i.selector):u.splice(k--,1)}j=c(a.target).closest(f,a.currentTarget);n=0;for(r=
+j.length;n<r;n++)for(k=0;k<u.length;k++){i=u[k];if(j[n].selector===i.selector){o=j[n].elem;f=null;if(i.preType==="mouseenter"||i.preType==="mouseleave")f=c(a.relatedTarget).closest(i.selector)[0];if(!f||f!==o)d.push({elem:o,handleObj:i})}}n=0;for(r=d.length;n<r;n++){j=d[n];a.currentTarget=j.elem;a.data=j.handleObj.data;a.handleObj=j.handleObj;if(j.handleObj.origHandler.apply(j.elem,e)===false){b=false;break}}return b}}function pa(a,b){return"live."+(a&&a!=="*"?a+".":"")+b.replace(/\./g,"`").replace(/ /g,
+"&")}function qa(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function ra(a,b){var d=0;b.each(function(){if(this.nodeName===(a[d]&&a[d].nodeName)){var f=c.data(a[d++]),e=c.data(this,f);if(f=f&&f.events){delete e.handle;e.events={};for(var j in f)for(var i in f[j])c.event.add(this,j,f[j][i],f[j][i].data)}}})}function sa(a,b,d){var f,e,j;b=b&&b[0]?b[0].ownerDocument||b[0]:s;if(a.length===1&&typeof a[0]==="string"&&a[0].length<512&&b===s&&!ta.test(a[0])&&(c.support.checkClone||!ua.test(a[0]))){e=
+true;if(j=c.fragments[a[0]])if(j!==1)f=j}if(!f){f=b.createDocumentFragment();c.clean(a,b,f,d)}if(e)c.fragments[a[0]]=j?f:1;return{fragment:f,cacheable:e}}function K(a,b){var d={};c.each(va.concat.apply([],va.slice(0,b)),function(){d[this]=a});return d}function wa(a){return"scrollTo"in a&&a.document?a:a.nodeType===9?a.defaultView||a.parentWindow:false}var c=function(a,b){return new c.fn.init(a,b)},Ra=A.jQuery,Sa=A.$,s=A.document,T,Ta=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,Ua=/^.[^:#\[\.,]*$/,Va=/\S/,
+Wa=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,Xa=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,P=navigator.userAgent,xa=false,Q=[],L,$=Object.prototype.toString,aa=Object.prototype.hasOwnProperty,ba=Array.prototype.push,R=Array.prototype.slice,ya=Array.prototype.indexOf;c.fn=c.prototype={init:function(a,b){var d,f;if(!a)return this;if(a.nodeType){this.context=this[0]=a;this.length=1;return this}if(a==="body"&&!b){this.context=s;this[0]=s.body;this.selector="body";this.length=1;return this}if(typeof a==="string")if((d=Ta.exec(a))&&
+(d[1]||!b))if(d[1]){f=b?b.ownerDocument||b:s;if(a=Xa.exec(a))if(c.isPlainObject(b)){a=[s.createElement(a[1])];c.fn.attr.call(a,b,true)}else a=[f.createElement(a[1])];else{a=sa([d[1]],[f]);a=(a.cacheable?a.fragment.cloneNode(true):a.fragment).childNodes}return c.merge(this,a)}else{if(b=s.getElementById(d[2])){if(b.id!==d[2])return T.find(a);this.length=1;this[0]=b}this.context=s;this.selector=a;return this}else if(!b&&/^\w+$/.test(a)){this.selector=a;this.context=s;a=s.getElementsByTagName(a);return c.merge(this,
+a)}else return!b||b.jquery?(b||T).find(a):c(b).find(a);else if(c.isFunction(a))return T.ready(a);if(a.selector!==w){this.selector=a.selector;this.context=a.context}return c.makeArray(a,this)},selector:"",jquery:"1.4.2",length:0,size:function(){return this.length},toArray:function(){return R.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this.slice(a)[0]:this[a]},pushStack:function(a,b,d){var f=c();c.isArray(a)?ba.apply(f,a):c.merge(f,a);f.prevObject=this;f.context=this.context;if(b===
+"find")f.selector=this.selector+(this.selector?" ":"")+d;else if(b)f.selector=this.selector+"."+b+"("+d+")";return f},each:function(a,b){return c.each(this,a,b)},ready:function(a){c.bindReady();if(c.isReady)a.call(s,c);else Q&&Q.push(a);return this},eq:function(a){return a===-1?this.slice(a):this.slice(a,+a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(R.apply(this,arguments),"slice",R.call(arguments).join(","))},map:function(a){return this.pushStack(c.map(this,
+function(b,d){return a.call(b,d,b)}))},end:function(){return this.prevObject||c(null)},push:ba,sort:[].sort,splice:[].splice};c.fn.init.prototype=c.fn;c.extend=c.fn.extend=function(){var a=arguments[0]||{},b=1,d=arguments.length,f=false,e,j,i,o;if(typeof a==="boolean"){f=a;a=arguments[1]||{};b=2}if(typeof a!=="object"&&!c.isFunction(a))a={};if(d===b){a=this;--b}for(;b<d;b++)if((e=arguments[b])!=null)for(j in e){i=a[j];o=e[j];if(a!==o)if(f&&o&&(c.isPlainObject(o)||c.isArray(o))){i=i&&(c.isPlainObject(i)||
+c.isArray(i))?i:c.isArray(o)?[]:{};a[j]=c.extend(f,i,o)}else if(o!==w)a[j]=o}return a};c.extend({noConflict:function(a){A.$=Sa;if(a)A.jQuery=Ra;return c},isReady:false,ready:function(){if(!c.isReady){if(!s.body)return setTimeout(c.ready,13);c.isReady=true;if(Q){for(var a,b=0;a=Q[b++];)a.call(s,c);Q=null}c.fn.triggerHandler&&c(s).triggerHandler("ready")}},bindReady:function(){if(!xa){xa=true;if(s.readyState==="complete")return c.ready();if(s.addEventListener){s.addEventListener("DOMContentLoaded",
+L,false);A.addEventListener("load",c.ready,false)}else if(s.attachEvent){s.attachEvent("onreadystatechange",L);A.attachEvent("onload",c.ready);var a=false;try{a=A.frameElement==null}catch(b){}s.documentElement.doScroll&&a&&ma()}}},isFunction:function(a){return $.call(a)==="[object Function]"},isArray:function(a){return $.call(a)==="[object Array]"},isPlainObject:function(a){if(!a||$.call(a)!=="[object Object]"||a.nodeType||a.setInterval)return false;if(a.constructor&&!aa.call(a,"constructor")&&!aa.call(a.constructor.prototype,
+"isPrototypeOf"))return false;var b;for(b in a);return b===w||aa.call(a,b)},isEmptyObject:function(a){for(var b in a)return false;return true},error:function(a){throw a;},parseJSON:function(a){if(typeof a!=="string"||!a)return null;a=c.trim(a);if(/^[\],:{}\s]*$/.test(a.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,"")))return A.JSON&&A.JSON.parse?A.JSON.parse(a):(new Function("return "+
+a))();else c.error("Invalid JSON: "+a)},noop:function(){},globalEval:function(a){if(a&&Va.test(a)){var b=s.getElementsByTagName("head")[0]||s.documentElement,d=s.createElement("script");d.type="text/javascript";if(c.support.scriptEval)d.appendChild(s.createTextNode(a));else d.text=a;b.insertBefore(d,b.firstChild);b.removeChild(d)}},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,b,d){var f,e=0,j=a.length,i=j===w||c.isFunction(a);if(d)if(i)for(f in a){if(b.apply(a[f],
+d)===false)break}else for(;e<j;){if(b.apply(a[e++],d)===false)break}else if(i)for(f in a){if(b.call(a[f],f,a[f])===false)break}else for(d=a[0];e<j&&b.call(d,e,d)!==false;d=a[++e]);return a},trim:function(a){return(a||"").replace(Wa,"")},makeArray:function(a,b){b=b||[];if(a!=null)a.length==null||typeof a==="string"||c.isFunction(a)||typeof a!=="function"&&a.setInterval?ba.call(b,a):c.merge(b,a);return b},inArray:function(a,b){if(b.indexOf)return b.indexOf(a);for(var d=0,f=b.length;d<f;d++)if(b[d]===
+a)return d;return-1},merge:function(a,b){var d=a.length,f=0;if(typeof b.length==="number")for(var e=b.length;f<e;f++)a[d++]=b[f];else for(;b[f]!==w;)a[d++]=b[f++];a.length=d;return a},grep:function(a,b,d){for(var f=[],e=0,j=a.length;e<j;e++)!d!==!b(a[e],e)&&f.push(a[e]);return f},map:function(a,b,d){for(var f=[],e,j=0,i=a.length;j<i;j++){e=b(a[j],j,d);if(e!=null)f[f.length]=e}return f.concat.apply([],f)},guid:1,proxy:function(a,b,d){if(arguments.length===2)if(typeof b==="string"){d=a;a=d[b];b=w}else if(b&&
+!c.isFunction(b)){d=b;b=w}if(!b&&a)b=function(){return a.apply(d||this,arguments)};if(a)b.guid=a.guid=a.guid||b.guid||c.guid++;return b},uaMatch:function(a){a=a.toLowerCase();a=/(webkit)[ \/]([\w.]+)/.exec(a)||/(opera)(?:.*version)?[ \/]([\w.]+)/.exec(a)||/(msie) ([\w.]+)/.exec(a)||!/compatible/.test(a)&&/(mozilla)(?:.*? rv:([\w.]+))?/.exec(a)||[];return{browser:a[1]||"",version:a[2]||"0"}},browser:{}});P=c.uaMatch(P);if(P.browser){c.browser[P.browser]=true;c.browser.version=P.version}if(c.browser.webkit)c.browser.safari=
+true;if(ya)c.inArray=function(a,b){return ya.call(b,a)};T=c(s);if(s.addEventListener)L=function(){s.removeEventListener("DOMContentLoaded",L,false);c.ready()};else if(s.attachEvent)L=function(){if(s.readyState==="complete"){s.detachEvent("onreadystatechange",L);c.ready()}};(function(){c.support={};var a=s.documentElement,b=s.createElement("script"),d=s.createElement("div"),f="script"+J();d.style.display="none";d.innerHTML=" <link/><table></table><a href='/a' style='color:red;float:left;opacity:.55;'>a</a><input type='checkbox'/>";
+var e=d.getElementsByTagName("*"),j=d.getElementsByTagName("a")[0];if(!(!e||!e.length||!j)){c.support={leadingWhitespace:d.firstChild.nodeType===3,tbody:!d.getElementsByTagName("tbody").length,htmlSerialize:!!d.getElementsByTagName("link").length,style:/red/.test(j.getAttribute("style")),hrefNormalized:j.getAttribute("href")==="/a",opacity:/^0.55$/.test(j.style.opacity),cssFloat:!!j.style.cssFloat,checkOn:d.getElementsByTagName("input")[0].value==="on",optSelected:s.createElement("select").appendChild(s.createElement("option")).selected,
+parentNode:d.removeChild(d.appendChild(s.createElement("div"))).parentNode===null,deleteExpando:true,checkClone:false,scriptEval:false,noCloneEvent:true,boxModel:null};b.type="text/javascript";try{b.appendChild(s.createTextNode("window."+f+"=1;"))}catch(i){}a.insertBefore(b,a.firstChild);if(A[f]){c.support.scriptEval=true;delete A[f]}try{delete b.test}catch(o){c.support.deleteExpando=false}a.removeChild(b);if(d.attachEvent&&d.fireEvent){d.attachEvent("onclick",function k(){c.support.noCloneEvent=
+false;d.detachEvent("onclick",k)});d.cloneNode(true).fireEvent("onclick")}d=s.createElement("div");d.innerHTML="<input type='radio' name='radiotest' checked='checked'/>";a=s.createDocumentFragment();a.appendChild(d.firstChild);c.support.checkClone=a.cloneNode(true).cloneNode(true).lastChild.checked;c(function(){var k=s.createElement("div");k.style.width=k.style.paddingLeft="1px";s.body.appendChild(k);c.boxModel=c.support.boxModel=k.offsetWidth===2;s.body.removeChild(k).style.display="none"});a=function(k){var n=
+s.createElement("div");k="on"+k;var r=k in n;if(!r){n.setAttribute(k,"return;");r=typeof n[k]==="function"}return r};c.support.submitBubbles=a("submit");c.support.changeBubbles=a("change");a=b=d=e=j=null}})();c.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};var G="jQuery"+J(),Ya=0,za={};c.extend({cache:{},expando:G,noData:{embed:true,object:true,
+applet:true},data:function(a,b,d){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==A?za:a;var f=a[G],e=c.cache;if(!f&&typeof b==="string"&&d===w)return null;f||(f=++Ya);if(typeof b==="object"){a[G]=f;e[f]=c.extend(true,{},b)}else if(!e[f]){a[G]=f;e[f]={}}a=e[f];if(d!==w)a[b]=d;return typeof b==="string"?a[b]:a}},removeData:function(a,b){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==A?za:a;var d=a[G],f=c.cache,e=f[d];if(b){if(e){delete e[b];c.isEmptyObject(e)&&c.removeData(a)}}else{if(c.support.deleteExpando)delete a[c.expando];
+else a.removeAttribute&&a.removeAttribute(c.expando);delete f[d]}}}});c.fn.extend({data:function(a,b){if(typeof a==="undefined"&&this.length)return c.data(this[0]);else if(typeof a==="object")return this.each(function(){c.data(this,a)});var d=a.split(".");d[1]=d[1]?"."+d[1]:"";if(b===w){var f=this.triggerHandler("getData"+d[1]+"!",[d[0]]);if(f===w&&this.length)f=c.data(this[0],a);return f===w&&d[1]?this.data(d[0]):f}else return this.trigger("setData"+d[1]+"!",[d[0],b]).each(function(){c.data(this,
+a,b)})},removeData:function(a){return this.each(function(){c.removeData(this,a)})}});c.extend({queue:function(a,b,d){if(a){b=(b||"fx")+"queue";var f=c.data(a,b);if(!d)return f||[];if(!f||c.isArray(d))f=c.data(a,b,c.makeArray(d));else f.push(d);return f}},dequeue:function(a,b){b=b||"fx";var d=c.queue(a,b),f=d.shift();if(f==="inprogress")f=d.shift();if(f){b==="fx"&&d.unshift("inprogress");f.call(a,function(){c.dequeue(a,b)})}}});c.fn.extend({queue:function(a,b){if(typeof a!=="string"){b=a;a="fx"}if(b===
+w)return c.queue(this[0],a);return this.each(function(){var d=c.queue(this,a,b);a==="fx"&&d[0]!=="inprogress"&&c.dequeue(this,a)})},dequeue:function(a){return this.each(function(){c.dequeue(this,a)})},delay:function(a,b){a=c.fx?c.fx.speeds[a]||a:a;b=b||"fx";return this.queue(b,function(){var d=this;setTimeout(function(){c.dequeue(d,b)},a)})},clearQueue:function(a){return this.queue(a||"fx",[])}});var Aa=/[\n\t]/g,ca=/\s+/,Za=/\r/g,$a=/href|src|style/,ab=/(button|input)/i,bb=/(button|input|object|select|textarea)/i,
+cb=/^(a|area)$/i,Ba=/radio|checkbox/;c.fn.extend({attr:function(a,b){return X(this,a,b,true,c.attr)},removeAttr:function(a){return this.each(function(){c.attr(this,a,"");this.nodeType===1&&this.removeAttribute(a)})},addClass:function(a){if(c.isFunction(a))return this.each(function(n){var r=c(this);r.addClass(a.call(this,n,r.attr("class")))});if(a&&typeof a==="string")for(var b=(a||"").split(ca),d=0,f=this.length;d<f;d++){var e=this[d];if(e.nodeType===1)if(e.className){for(var j=" "+e.className+" ",
+i=e.className,o=0,k=b.length;o<k;o++)if(j.indexOf(" "+b[o]+" ")<0)i+=" "+b[o];e.className=c.trim(i)}else e.className=a}return this},removeClass:function(a){if(c.isFunction(a))return this.each(function(k){var n=c(this);n.removeClass(a.call(this,k,n.attr("class")))});if(a&&typeof a==="string"||a===w)for(var b=(a||"").split(ca),d=0,f=this.length;d<f;d++){var e=this[d];if(e.nodeType===1&&e.className)if(a){for(var j=(" "+e.className+" ").replace(Aa," "),i=0,o=b.length;i<o;i++)j=j.replace(" "+b[i]+" ",
+" ");e.className=c.trim(j)}else e.className=""}return this},toggleClass:function(a,b){var d=typeof a,f=typeof b==="boolean";if(c.isFunction(a))return this.each(function(e){var j=c(this);j.toggleClass(a.call(this,e,j.attr("class"),b),b)});return this.each(function(){if(d==="string")for(var e,j=0,i=c(this),o=b,k=a.split(ca);e=k[j++];){o=f?o:!i.hasClass(e);i[o?"addClass":"removeClass"](e)}else if(d==="undefined"||d==="boolean"){this.className&&c.data(this,"__className__",this.className);this.className=
+this.className||a===false?"":c.data(this,"__className__")||""}})},hasClass:function(a){a=" "+a+" ";for(var b=0,d=this.length;b<d;b++)if((" "+this[b].className+" ").replace(Aa," ").indexOf(a)>-1)return true;return false},val:function(a){if(a===w){var b=this[0];if(b){if(c.nodeName(b,"option"))return(b.attributes.value||{}).specified?b.value:b.text;if(c.nodeName(b,"select")){var d=b.selectedIndex,f=[],e=b.options;b=b.type==="select-one";if(d<0)return null;var j=b?d:0;for(d=b?d+1:e.length;j<d;j++){var i=
+e[j];if(i.selected){a=c(i).val();if(b)return a;f.push(a)}}return f}if(Ba.test(b.type)&&!c.support.checkOn)return b.getAttribute("value")===null?"on":b.value;return(b.value||"").replace(Za,"")}return w}var o=c.isFunction(a);return this.each(function(k){var n=c(this),r=a;if(this.nodeType===1){if(o)r=a.call(this,k,n.val());if(typeof r==="number")r+="";if(c.isArray(r)&&Ba.test(this.type))this.checked=c.inArray(n.val(),r)>=0;else if(c.nodeName(this,"select")){var u=c.makeArray(r);c("option",this).each(function(){this.selected=
+c.inArray(c(this).val(),u)>=0});if(!u.length)this.selectedIndex=-1}else this.value=r}})}});c.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(a,b,d,f){if(!a||a.nodeType===3||a.nodeType===8)return w;if(f&&b in c.attrFn)return c(a)[b](d);f=a.nodeType!==1||!c.isXMLDoc(a);var e=d!==w;b=f&&c.props[b]||b;if(a.nodeType===1){var j=$a.test(b);if(b in a&&f&&!j){if(e){b==="type"&&ab.test(a.nodeName)&&a.parentNode&&c.error("type property can't be changed");
+a[b]=d}if(c.nodeName(a,"form")&&a.getAttributeNode(b))return a.getAttributeNode(b).nodeValue;if(b==="tabIndex")return(b=a.getAttributeNode("tabIndex"))&&b.specified?b.value:bb.test(a.nodeName)||cb.test(a.nodeName)&&a.href?0:w;return a[b]}if(!c.support.style&&f&&b==="style"){if(e)a.style.cssText=""+d;return a.style.cssText}e&&a.setAttribute(b,""+d);a=!c.support.hrefNormalized&&f&&j?a.getAttribute(b,2):a.getAttribute(b);return a===null?w:a}return c.style(a,b,d)}});var O=/\.(.*)$/,db=function(a){return a.replace(/[^\w\s\.\|`]/g,
+function(b){return"\\"+b})};c.event={add:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){if(a.setInterval&&a!==A&&!a.frameElement)a=A;var e,j;if(d.handler){e=d;d=e.handler}if(!d.guid)d.guid=c.guid++;if(j=c.data(a)){var i=j.events=j.events||{},o=j.handle;if(!o)j.handle=o=function(){return typeof c!=="undefined"&&!c.event.triggered?c.event.handle.apply(o.elem,arguments):w};o.elem=a;b=b.split(" ");for(var k,n=0,r;k=b[n++];){j=e?c.extend({},e):{handler:d,data:f};if(k.indexOf(".")>-1){r=k.split(".");
+k=r.shift();j.namespace=r.slice(0).sort().join(".")}else{r=[];j.namespace=""}j.type=k;j.guid=d.guid;var u=i[k],z=c.event.special[k]||{};if(!u){u=i[k]=[];if(!z.setup||z.setup.call(a,f,r,o)===false)if(a.addEventListener)a.addEventListener(k,o,false);else a.attachEvent&&a.attachEvent("on"+k,o)}if(z.add){z.add.call(a,j);if(!j.handler.guid)j.handler.guid=d.guid}u.push(j);c.event.global[k]=true}a=null}}},global:{},remove:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){var e,j=0,i,o,k,n,r,u,z=c.data(a),
+C=z&&z.events;if(z&&C){if(b&&b.type){d=b.handler;b=b.type}if(!b||typeof b==="string"&&b.charAt(0)==="."){b=b||"";for(e in C)c.event.remove(a,e+b)}else{for(b=b.split(" ");e=b[j++];){n=e;i=e.indexOf(".")<0;o=[];if(!i){o=e.split(".");e=o.shift();k=new RegExp("(^|\\.)"+c.map(o.slice(0).sort(),db).join("\\.(?:.*\\.)?")+"(\\.|$)")}if(r=C[e])if(d){n=c.event.special[e]||{};for(B=f||0;B<r.length;B++){u=r[B];if(d.guid===u.guid){if(i||k.test(u.namespace)){f==null&&r.splice(B--,1);n.remove&&n.remove.call(a,u)}if(f!=
+null)break}}if(r.length===0||f!=null&&r.length===1){if(!n.teardown||n.teardown.call(a,o)===false)Ca(a,e,z.handle);delete C[e]}}else for(var B=0;B<r.length;B++){u=r[B];if(i||k.test(u.namespace)){c.event.remove(a,n,u.handler,B);r.splice(B--,1)}}}if(c.isEmptyObject(C)){if(b=z.handle)b.elem=null;delete z.events;delete z.handle;c.isEmptyObject(z)&&c.removeData(a)}}}}},trigger:function(a,b,d,f){var e=a.type||a;if(!f){a=typeof a==="object"?a[G]?a:c.extend(c.Event(e),a):c.Event(e);if(e.indexOf("!")>=0){a.type=
+e=e.slice(0,-1);a.exclusive=true}if(!d){a.stopPropagation();c.event.global[e]&&c.each(c.cache,function(){this.events&&this.events[e]&&c.event.trigger(a,b,this.handle.elem)})}if(!d||d.nodeType===3||d.nodeType===8)return w;a.result=w;a.target=d;b=c.makeArray(b);b.unshift(a)}a.currentTarget=d;(f=c.data(d,"handle"))&&f.apply(d,b);f=d.parentNode||d.ownerDocument;try{if(!(d&&d.nodeName&&c.noData[d.nodeName.toLowerCase()]))if(d["on"+e]&&d["on"+e].apply(d,b)===false)a.result=false}catch(j){}if(!a.isPropagationStopped()&&
+f)c.event.trigger(a,b,f,true);else if(!a.isDefaultPrevented()){f=a.target;var i,o=c.nodeName(f,"a")&&e==="click",k=c.event.special[e]||{};if((!k._default||k._default.call(d,a)===false)&&!o&&!(f&&f.nodeName&&c.noData[f.nodeName.toLowerCase()])){try{if(f[e]){if(i=f["on"+e])f["on"+e]=null;c.event.triggered=true;f[e]()}}catch(n){}if(i)f["on"+e]=i;c.event.triggered=false}}},handle:function(a){var b,d,f,e;a=arguments[0]=c.event.fix(a||A.event);a.currentTarget=this;b=a.type.indexOf(".")<0&&!a.exclusive;
+if(!b){d=a.type.split(".");a.type=d.shift();f=new RegExp("(^|\\.)"+d.slice(0).sort().join("\\.(?:.*\\.)?")+"(\\.|$)")}e=c.data(this,"events");d=e[a.type];if(e&&d){d=d.slice(0);e=0;for(var j=d.length;e<j;e++){var i=d[e];if(b||f.test(i.namespace)){a.handler=i.handler;a.data=i.data;a.handleObj=i;i=i.handler.apply(this,arguments);if(i!==w){a.result=i;if(i===false){a.preventDefault();a.stopPropagation()}}if(a.isImmediatePropagationStopped())break}}}return a.result},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode layerX layerY metaKey newValue offsetX offsetY originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),
+fix:function(a){if(a[G])return a;var b=a;a=c.Event(b);for(var d=this.props.length,f;d;){f=this.props[--d];a[f]=b[f]}if(!a.target)a.target=a.srcElement||s;if(a.target.nodeType===3)a.target=a.target.parentNode;if(!a.relatedTarget&&a.fromElement)a.relatedTarget=a.fromElement===a.target?a.toElement:a.fromElement;if(a.pageX==null&&a.clientX!=null){b=s.documentElement;d=s.body;a.pageX=a.clientX+(b&&b.scrollLeft||d&&d.scrollLeft||0)-(b&&b.clientLeft||d&&d.clientLeft||0);a.pageY=a.clientY+(b&&b.scrollTop||
+d&&d.scrollTop||0)-(b&&b.clientTop||d&&d.clientTop||0)}if(!a.which&&(a.charCode||a.charCode===0?a.charCode:a.keyCode))a.which=a.charCode||a.keyCode;if(!a.metaKey&&a.ctrlKey)a.metaKey=a.ctrlKey;if(!a.which&&a.button!==w)a.which=a.button&1?1:a.button&2?3:a.button&4?2:0;return a},guid:1E8,proxy:c.proxy,special:{ready:{setup:c.bindReady,teardown:c.noop},live:{add:function(a){c.event.add(this,a.origType,c.extend({},a,{handler:oa}))},remove:function(a){var b=true,d=a.origType.replace(O,"");c.each(c.data(this,
+"events").live||[],function(){if(d===this.origType.replace(O,""))return b=false});b&&c.event.remove(this,a.origType,oa)}},beforeunload:{setup:function(a,b,d){if(this.setInterval)this.onbeforeunload=d;return false},teardown:function(a,b){if(this.onbeforeunload===b)this.onbeforeunload=null}}}};var Ca=s.removeEventListener?function(a,b,d){a.removeEventListener(b,d,false)}:function(a,b,d){a.detachEvent("on"+b,d)};c.Event=function(a){if(!this.preventDefault)return new c.Event(a);if(a&&a.type){this.originalEvent=
+a;this.type=a.type}else this.type=a;this.timeStamp=J();this[G]=true};c.Event.prototype={preventDefault:function(){this.isDefaultPrevented=Z;var a=this.originalEvent;if(a){a.preventDefault&&a.preventDefault();a.returnValue=false}},stopPropagation:function(){this.isPropagationStopped=Z;var a=this.originalEvent;if(a){a.stopPropagation&&a.stopPropagation();a.cancelBubble=true}},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=Z;this.stopPropagation()},isDefaultPrevented:Y,isPropagationStopped:Y,
+isImmediatePropagationStopped:Y};var Da=function(a){var b=a.relatedTarget;try{for(;b&&b!==this;)b=b.parentNode;if(b!==this){a.type=a.data;c.event.handle.apply(this,arguments)}}catch(d){}},Ea=function(a){a.type=a.data;c.event.handle.apply(this,arguments)};c.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(a,b){c.event.special[a]={setup:function(d){c.event.add(this,b,d&&d.selector?Ea:Da,a)},teardown:function(d){c.event.remove(this,b,d&&d.selector?Ea:Da)}}});if(!c.support.submitBubbles)c.event.special.submit=
+{setup:function(){if(this.nodeName.toLowerCase()!=="form"){c.event.add(this,"click.specialSubmit",function(a){var b=a.target,d=b.type;if((d==="submit"||d==="image")&&c(b).closest("form").length)return na("submit",this,arguments)});c.event.add(this,"keypress.specialSubmit",function(a){var b=a.target,d=b.type;if((d==="text"||d==="password")&&c(b).closest("form").length&&a.keyCode===13)return na("submit",this,arguments)})}else return false},teardown:function(){c.event.remove(this,".specialSubmit")}};
+if(!c.support.changeBubbles){var da=/textarea|input|select/i,ea,Fa=function(a){var b=a.type,d=a.value;if(b==="radio"||b==="checkbox")d=a.checked;else if(b==="select-multiple")d=a.selectedIndex>-1?c.map(a.options,function(f){return f.selected}).join("-"):"";else if(a.nodeName.toLowerCase()==="select")d=a.selectedIndex;return d},fa=function(a,b){var d=a.target,f,e;if(!(!da.test(d.nodeName)||d.readOnly)){f=c.data(d,"_change_data");e=Fa(d);if(a.type!=="focusout"||d.type!=="radio")c.data(d,"_change_data",
+e);if(!(f===w||e===f))if(f!=null||e){a.type="change";return c.event.trigger(a,b,d)}}};c.event.special.change={filters:{focusout:fa,click:function(a){var b=a.target,d=b.type;if(d==="radio"||d==="checkbox"||b.nodeName.toLowerCase()==="select")return fa.call(this,a)},keydown:function(a){var b=a.target,d=b.type;if(a.keyCode===13&&b.nodeName.toLowerCase()!=="textarea"||a.keyCode===32&&(d==="checkbox"||d==="radio")||d==="select-multiple")return fa.call(this,a)},beforeactivate:function(a){a=a.target;c.data(a,
+"_change_data",Fa(a))}},setup:function(){if(this.type==="file")return false;for(var a in ea)c.event.add(this,a+".specialChange",ea[a]);return da.test(this.nodeName)},teardown:function(){c.event.remove(this,".specialChange");return da.test(this.nodeName)}};ea=c.event.special.change.filters}s.addEventListener&&c.each({focus:"focusin",blur:"focusout"},function(a,b){function d(f){f=c.event.fix(f);f.type=b;return c.event.handle.call(this,f)}c.event.special[b]={setup:function(){this.addEventListener(a,
+d,true)},teardown:function(){this.removeEventListener(a,d,true)}}});c.each(["bind","one"],function(a,b){c.fn[b]=function(d,f,e){if(typeof d==="object"){for(var j in d)this[b](j,f,d[j],e);return this}if(c.isFunction(f)){e=f;f=w}var i=b==="one"?c.proxy(e,function(k){c(this).unbind(k,i);return e.apply(this,arguments)}):e;if(d==="unload"&&b!=="one")this.one(d,f,e);else{j=0;for(var o=this.length;j<o;j++)c.event.add(this[j],d,i,f)}return this}});c.fn.extend({unbind:function(a,b){if(typeof a==="object"&&
+!a.preventDefault)for(var d in a)this.unbind(d,a[d]);else{d=0;for(var f=this.length;d<f;d++)c.event.remove(this[d],a,b)}return this},delegate:function(a,b,d,f){return this.live(b,d,f,a)},undelegate:function(a,b,d){return arguments.length===0?this.unbind("live"):this.die(b,null,d,a)},trigger:function(a,b){return this.each(function(){c.event.trigger(a,b,this)})},triggerHandler:function(a,b){if(this[0]){a=c.Event(a);a.preventDefault();a.stopPropagation();c.event.trigger(a,b,this[0]);return a.result}},
+toggle:function(a){for(var b=arguments,d=1;d<b.length;)c.proxy(a,b[d++]);return this.click(c.proxy(a,function(f){var e=(c.data(this,"lastToggle"+a.guid)||0)%d;c.data(this,"lastToggle"+a.guid,e+1);f.preventDefault();return b[e].apply(this,arguments)||false}))},hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}});var Ga={focus:"focusin",blur:"focusout",mouseenter:"mouseover",mouseleave:"mouseout"};c.each(["live","die"],function(a,b){c.fn[b]=function(d,f,e,j){var i,o=0,k,n,r=j||this.selector,
+u=j?this:c(this.context);if(c.isFunction(f)){e=f;f=w}for(d=(d||"").split(" ");(i=d[o++])!=null;){j=O.exec(i);k="";if(j){k=j[0];i=i.replace(O,"")}if(i==="hover")d.push("mouseenter"+k,"mouseleave"+k);else{n=i;if(i==="focus"||i==="blur"){d.push(Ga[i]+k);i+=k}else i=(Ga[i]||i)+k;b==="live"?u.each(function(){c.event.add(this,pa(i,r),{data:f,selector:r,handler:e,origType:i,origHandler:e,preType:n})}):u.unbind(pa(i,r),e)}}return this}});c.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error".split(" "),
+function(a,b){c.fn[b]=function(d){return d?this.bind(b,d):this.trigger(b)};if(c.attrFn)c.attrFn[b]=true});A.attachEvent&&!A.addEventListener&&A.attachEvent("onunload",function(){for(var a in c.cache)if(c.cache[a].handle)try{c.event.remove(c.cache[a].handle.elem)}catch(b){}});(function(){function a(g){for(var h="",l,m=0;g[m];m++){l=g[m];if(l.nodeType===3||l.nodeType===4)h+=l.nodeValue;else if(l.nodeType!==8)h+=a(l.childNodes)}return h}function b(g,h,l,m,q,p){q=0;for(var v=m.length;q<v;q++){var t=m[q];
+if(t){t=t[g];for(var y=false;t;){if(t.sizcache===l){y=m[t.sizset];break}if(t.nodeType===1&&!p){t.sizcache=l;t.sizset=q}if(t.nodeName.toLowerCase()===h){y=t;break}t=t[g]}m[q]=y}}}function d(g,h,l,m,q,p){q=0;for(var v=m.length;q<v;q++){var t=m[q];if(t){t=t[g];for(var y=false;t;){if(t.sizcache===l){y=m[t.sizset];break}if(t.nodeType===1){if(!p){t.sizcache=l;t.sizset=q}if(typeof h!=="string"){if(t===h){y=true;break}}else if(k.filter(h,[t]).length>0){y=t;break}}t=t[g]}m[q]=y}}}var f=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,
+e=0,j=Object.prototype.toString,i=false,o=true;[0,0].sort(function(){o=false;return 0});var k=function(g,h,l,m){l=l||[];var q=h=h||s;if(h.nodeType!==1&&h.nodeType!==9)return[];if(!g||typeof g!=="string")return l;for(var p=[],v,t,y,S,H=true,M=x(h),I=g;(f.exec(""),v=f.exec(I))!==null;){I=v[3];p.push(v[1]);if(v[2]){S=v[3];break}}if(p.length>1&&r.exec(g))if(p.length===2&&n.relative[p[0]])t=ga(p[0]+p[1],h);else for(t=n.relative[p[0]]?[h]:k(p.shift(),h);p.length;){g=p.shift();if(n.relative[g])g+=p.shift();
+t=ga(g,t)}else{if(!m&&p.length>1&&h.nodeType===9&&!M&&n.match.ID.test(p[0])&&!n.match.ID.test(p[p.length-1])){v=k.find(p.shift(),h,M);h=v.expr?k.filter(v.expr,v.set)[0]:v.set[0]}if(h){v=m?{expr:p.pop(),set:z(m)}:k.find(p.pop(),p.length===1&&(p[0]==="~"||p[0]==="+")&&h.parentNode?h.parentNode:h,M);t=v.expr?k.filter(v.expr,v.set):v.set;if(p.length>0)y=z(t);else H=false;for(;p.length;){var D=p.pop();v=D;if(n.relative[D])v=p.pop();else D="";if(v==null)v=h;n.relative[D](y,v,M)}}else y=[]}y||(y=t);y||k.error(D||
+g);if(j.call(y)==="[object Array]")if(H)if(h&&h.nodeType===1)for(g=0;y[g]!=null;g++){if(y[g]&&(y[g]===true||y[g].nodeType===1&&E(h,y[g])))l.push(t[g])}else for(g=0;y[g]!=null;g++)y[g]&&y[g].nodeType===1&&l.push(t[g]);else l.push.apply(l,y);else z(y,l);if(S){k(S,q,l,m);k.uniqueSort(l)}return l};k.uniqueSort=function(g){if(B){i=o;g.sort(B);if(i)for(var h=1;h<g.length;h++)g[h]===g[h-1]&&g.splice(h--,1)}return g};k.matches=function(g,h){return k(g,null,null,h)};k.find=function(g,h,l){var m,q;if(!g)return[];
+for(var p=0,v=n.order.length;p<v;p++){var t=n.order[p];if(q=n.leftMatch[t].exec(g)){var y=q[1];q.splice(1,1);if(y.substr(y.length-1)!=="\\"){q[1]=(q[1]||"").replace(/\\/g,"");m=n.find[t](q,h,l);if(m!=null){g=g.replace(n.match[t],"");break}}}}m||(m=h.getElementsByTagName("*"));return{set:m,expr:g}};k.filter=function(g,h,l,m){for(var q=g,p=[],v=h,t,y,S=h&&h[0]&&x(h[0]);g&&h.length;){for(var H in n.filter)if((t=n.leftMatch[H].exec(g))!=null&&t[2]){var M=n.filter[H],I,D;D=t[1];y=false;t.splice(1,1);if(D.substr(D.length-
+1)!=="\\"){if(v===p)p=[];if(n.preFilter[H])if(t=n.preFilter[H](t,v,l,p,m,S)){if(t===true)continue}else y=I=true;if(t)for(var U=0;(D=v[U])!=null;U++)if(D){I=M(D,t,U,v);var Ha=m^!!I;if(l&&I!=null)if(Ha)y=true;else v[U]=false;else if(Ha){p.push(D);y=true}}if(I!==w){l||(v=p);g=g.replace(n.match[H],"");if(!y)return[];break}}}if(g===q)if(y==null)k.error(g);else break;q=g}return v};k.error=function(g){throw"Syntax error, unrecognized expression: "+g;};var n=k.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF-]|\\.)+)/,
+CLASS:/\.((?:[\w\u00c0-\uFFFF-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(g){return g.getAttribute("href")}},
+relative:{"+":function(g,h){var l=typeof h==="string",m=l&&!/\W/.test(h);l=l&&!m;if(m)h=h.toLowerCase();m=0;for(var q=g.length,p;m<q;m++)if(p=g[m]){for(;(p=p.previousSibling)&&p.nodeType!==1;);g[m]=l||p&&p.nodeName.toLowerCase()===h?p||false:p===h}l&&k.filter(h,g,true)},">":function(g,h){var l=typeof h==="string";if(l&&!/\W/.test(h)){h=h.toLowerCase();for(var m=0,q=g.length;m<q;m++){var p=g[m];if(p){l=p.parentNode;g[m]=l.nodeName.toLowerCase()===h?l:false}}}else{m=0;for(q=g.length;m<q;m++)if(p=g[m])g[m]=
+l?p.parentNode:p.parentNode===h;l&&k.filter(h,g,true)}},"":function(g,h,l){var m=e++,q=d;if(typeof h==="string"&&!/\W/.test(h)){var p=h=h.toLowerCase();q=b}q("parentNode",h,m,g,p,l)},"~":function(g,h,l){var m=e++,q=d;if(typeof h==="string"&&!/\W/.test(h)){var p=h=h.toLowerCase();q=b}q("previousSibling",h,m,g,p,l)}},find:{ID:function(g,h,l){if(typeof h.getElementById!=="undefined"&&!l)return(g=h.getElementById(g[1]))?[g]:[]},NAME:function(g,h){if(typeof h.getElementsByName!=="undefined"){var l=[];
+h=h.getElementsByName(g[1]);for(var m=0,q=h.length;m<q;m++)h[m].getAttribute("name")===g[1]&&l.push(h[m]);return l.length===0?null:l}},TAG:function(g,h){return h.getElementsByTagName(g[1])}},preFilter:{CLASS:function(g,h,l,m,q,p){g=" "+g[1].replace(/\\/g,"")+" ";if(p)return g;p=0;for(var v;(v=h[p])!=null;p++)if(v)if(q^(v.className&&(" "+v.className+" ").replace(/[\t\n]/g," ").indexOf(g)>=0))l||m.push(v);else if(l)h[p]=false;return false},ID:function(g){return g[1].replace(/\\/g,"")},TAG:function(g){return g[1].toLowerCase()},
+CHILD:function(g){if(g[1]==="nth"){var h=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(g[2]==="even"&&"2n"||g[2]==="odd"&&"2n+1"||!/\D/.test(g[2])&&"0n+"+g[2]||g[2]);g[2]=h[1]+(h[2]||1)-0;g[3]=h[3]-0}g[0]=e++;return g},ATTR:function(g,h,l,m,q,p){h=g[1].replace(/\\/g,"");if(!p&&n.attrMap[h])g[1]=n.attrMap[h];if(g[2]==="~=")g[4]=" "+g[4]+" ";return g},PSEUDO:function(g,h,l,m,q){if(g[1]==="not")if((f.exec(g[3])||"").length>1||/^\w/.test(g[3]))g[3]=k(g[3],null,null,h);else{g=k.filter(g[3],h,l,true^q);l||m.push.apply(m,
+g);return false}else if(n.match.POS.test(g[0])||n.match.CHILD.test(g[0]))return true;return g},POS:function(g){g.unshift(true);return g}},filters:{enabled:function(g){return g.disabled===false&&g.type!=="hidden"},disabled:function(g){return g.disabled===true},checked:function(g){return g.checked===true},selected:function(g){return g.selected===true},parent:function(g){return!!g.firstChild},empty:function(g){return!g.firstChild},has:function(g,h,l){return!!k(l[3],g).length},header:function(g){return/h\d/i.test(g.nodeName)},
+text:function(g){return"text"===g.type},radio:function(g){return"radio"===g.type},checkbox:function(g){return"checkbox"===g.type},file:function(g){return"file"===g.type},password:function(g){return"password"===g.type},submit:function(g){return"submit"===g.type},image:function(g){return"image"===g.type},reset:function(g){return"reset"===g.type},button:function(g){return"button"===g.type||g.nodeName.toLowerCase()==="button"},input:function(g){return/input|select|textarea|button/i.test(g.nodeName)}},
+setFilters:{first:function(g,h){return h===0},last:function(g,h,l,m){return h===m.length-1},even:function(g,h){return h%2===0},odd:function(g,h){return h%2===1},lt:function(g,h,l){return h<l[3]-0},gt:function(g,h,l){return h>l[3]-0},nth:function(g,h,l){return l[3]-0===h},eq:function(g,h,l){return l[3]-0===h}},filter:{PSEUDO:function(g,h,l,m){var q=h[1],p=n.filters[q];if(p)return p(g,l,h,m);else if(q==="contains")return(g.textContent||g.innerText||a([g])||"").indexOf(h[3])>=0;else if(q==="not"){h=
+h[3];l=0;for(m=h.length;l<m;l++)if(h[l]===g)return false;return true}else k.error("Syntax error, unrecognized expression: "+q)},CHILD:function(g,h){var l=h[1],m=g;switch(l){case "only":case "first":for(;m=m.previousSibling;)if(m.nodeType===1)return false;if(l==="first")return true;m=g;case "last":for(;m=m.nextSibling;)if(m.nodeType===1)return false;return true;case "nth":l=h[2];var q=h[3];if(l===1&&q===0)return true;h=h[0];var p=g.parentNode;if(p&&(p.sizcache!==h||!g.nodeIndex)){var v=0;for(m=p.firstChild;m;m=
+m.nextSibling)if(m.nodeType===1)m.nodeIndex=++v;p.sizcache=h}g=g.nodeIndex-q;return l===0?g===0:g%l===0&&g/l>=0}},ID:function(g,h){return g.nodeType===1&&g.getAttribute("id")===h},TAG:function(g,h){return h==="*"&&g.nodeType===1||g.nodeName.toLowerCase()===h},CLASS:function(g,h){return(" "+(g.className||g.getAttribute("class"))+" ").indexOf(h)>-1},ATTR:function(g,h){var l=h[1];g=n.attrHandle[l]?n.attrHandle[l](g):g[l]!=null?g[l]:g.getAttribute(l);l=g+"";var m=h[2];h=h[4];return g==null?m==="!=":m===
+"="?l===h:m==="*="?l.indexOf(h)>=0:m==="~="?(" "+l+" ").indexOf(h)>=0:!h?l&&g!==false:m==="!="?l!==h:m==="^="?l.indexOf(h)===0:m==="$="?l.substr(l.length-h.length)===h:m==="|="?l===h||l.substr(0,h.length+1)===h+"-":false},POS:function(g,h,l,m){var q=n.setFilters[h[2]];if(q)return q(g,l,h,m)}}},r=n.match.POS;for(var u in n.match){n.match[u]=new RegExp(n.match[u].source+/(?![^\[]*\])(?![^\(]*\))/.source);n.leftMatch[u]=new RegExp(/(^(?:.|\r|\n)*?)/.source+n.match[u].source.replace(/\\(\d+)/g,function(g,
+h){return"\\"+(h-0+1)}))}var z=function(g,h){g=Array.prototype.slice.call(g,0);if(h){h.push.apply(h,g);return h}return g};try{Array.prototype.slice.call(s.documentElement.childNodes,0)}catch(C){z=function(g,h){h=h||[];if(j.call(g)==="[object Array]")Array.prototype.push.apply(h,g);else if(typeof g.length==="number")for(var l=0,m=g.length;l<m;l++)h.push(g[l]);else for(l=0;g[l];l++)h.push(g[l]);return h}}var B;if(s.documentElement.compareDocumentPosition)B=function(g,h){if(!g.compareDocumentPosition||
+!h.compareDocumentPosition){if(g==h)i=true;return g.compareDocumentPosition?-1:1}g=g.compareDocumentPosition(h)&4?-1:g===h?0:1;if(g===0)i=true;return g};else if("sourceIndex"in s.documentElement)B=function(g,h){if(!g.sourceIndex||!h.sourceIndex){if(g==h)i=true;return g.sourceIndex?-1:1}g=g.sourceIndex-h.sourceIndex;if(g===0)i=true;return g};else if(s.createRange)B=function(g,h){if(!g.ownerDocument||!h.ownerDocument){if(g==h)i=true;return g.ownerDocument?-1:1}var l=g.ownerDocument.createRange(),m=
+h.ownerDocument.createRange();l.setStart(g,0);l.setEnd(g,0);m.setStart(h,0);m.setEnd(h,0);g=l.compareBoundaryPoints(Range.START_TO_END,m);if(g===0)i=true;return g};(function(){var g=s.createElement("div"),h="script"+(new Date).getTime();g.innerHTML="<a name='"+h+"'/>";var l=s.documentElement;l.insertBefore(g,l.firstChild);if(s.getElementById(h)){n.find.ID=function(m,q,p){if(typeof q.getElementById!=="undefined"&&!p)return(q=q.getElementById(m[1]))?q.id===m[1]||typeof q.getAttributeNode!=="undefined"&&
+q.getAttributeNode("id").nodeValue===m[1]?[q]:w:[]};n.filter.ID=function(m,q){var p=typeof m.getAttributeNode!=="undefined"&&m.getAttributeNode("id");return m.nodeType===1&&p&&p.nodeValue===q}}l.removeChild(g);l=g=null})();(function(){var g=s.createElement("div");g.appendChild(s.createComment(""));if(g.getElementsByTagName("*").length>0)n.find.TAG=function(h,l){l=l.getElementsByTagName(h[1]);if(h[1]==="*"){h=[];for(var m=0;l[m];m++)l[m].nodeType===1&&h.push(l[m]);l=h}return l};g.innerHTML="<a href='#'></a>";
+if(g.firstChild&&typeof g.firstChild.getAttribute!=="undefined"&&g.firstChild.getAttribute("href")!=="#")n.attrHandle.href=function(h){return h.getAttribute("href",2)};g=null})();s.querySelectorAll&&function(){var g=k,h=s.createElement("div");h.innerHTML="<p class='TEST'></p>";if(!(h.querySelectorAll&&h.querySelectorAll(".TEST").length===0)){k=function(m,q,p,v){q=q||s;if(!v&&q.nodeType===9&&!x(q))try{return z(q.querySelectorAll(m),p)}catch(t){}return g(m,q,p,v)};for(var l in g)k[l]=g[l];h=null}}();
+(function(){var g=s.createElement("div");g.innerHTML="<div class='test e'></div><div class='test'></div>";if(!(!g.getElementsByClassName||g.getElementsByClassName("e").length===0)){g.lastChild.className="e";if(g.getElementsByClassName("e").length!==1){n.order.splice(1,0,"CLASS");n.find.CLASS=function(h,l,m){if(typeof l.getElementsByClassName!=="undefined"&&!m)return l.getElementsByClassName(h[1])};g=null}}})();var E=s.compareDocumentPosition?function(g,h){return!!(g.compareDocumentPosition(h)&16)}:
+function(g,h){return g!==h&&(g.contains?g.contains(h):true)},x=function(g){return(g=(g?g.ownerDocument||g:0).documentElement)?g.nodeName!=="HTML":false},ga=function(g,h){var l=[],m="",q;for(h=h.nodeType?[h]:h;q=n.match.PSEUDO.exec(g);){m+=q[0];g=g.replace(n.match.PSEUDO,"")}g=n.relative[g]?g+"*":g;q=0;for(var p=h.length;q<p;q++)k(g,h[q],l);return k.filter(m,l)};c.find=k;c.expr=k.selectors;c.expr[":"]=c.expr.filters;c.unique=k.uniqueSort;c.text=a;c.isXMLDoc=x;c.contains=E})();var eb=/Until$/,fb=/^(?:parents|prevUntil|prevAll)/,
+gb=/,/;R=Array.prototype.slice;var Ia=function(a,b,d){if(c.isFunction(b))return c.grep(a,function(e,j){return!!b.call(e,j,e)===d});else if(b.nodeType)return c.grep(a,function(e){return e===b===d});else if(typeof b==="string"){var f=c.grep(a,function(e){return e.nodeType===1});if(Ua.test(b))return c.filter(b,f,!d);else b=c.filter(b,f)}return c.grep(a,function(e){return c.inArray(e,b)>=0===d})};c.fn.extend({find:function(a){for(var b=this.pushStack("","find",a),d=0,f=0,e=this.length;f<e;f++){d=b.length;
+c.find(a,this[f],b);if(f>0)for(var j=d;j<b.length;j++)for(var i=0;i<d;i++)if(b[i]===b[j]){b.splice(j--,1);break}}return b},has:function(a){var b=c(a);return this.filter(function(){for(var d=0,f=b.length;d<f;d++)if(c.contains(this,b[d]))return true})},not:function(a){return this.pushStack(Ia(this,a,false),"not",a)},filter:function(a){return this.pushStack(Ia(this,a,true),"filter",a)},is:function(a){return!!a&&c.filter(a,this).length>0},closest:function(a,b){if(c.isArray(a)){var d=[],f=this[0],e,j=
+{},i;if(f&&a.length){e=0;for(var o=a.length;e<o;e++){i=a[e];j[i]||(j[i]=c.expr.match.POS.test(i)?c(i,b||this.context):i)}for(;f&&f.ownerDocument&&f!==b;){for(i in j){e=j[i];if(e.jquery?e.index(f)>-1:c(f).is(e)){d.push({selector:i,elem:f});delete j[i]}}f=f.parentNode}}return d}var k=c.expr.match.POS.test(a)?c(a,b||this.context):null;return this.map(function(n,r){for(;r&&r.ownerDocument&&r!==b;){if(k?k.index(r)>-1:c(r).is(a))return r;r=r.parentNode}return null})},index:function(a){if(!a||typeof a===
+"string")return c.inArray(this[0],a?c(a):this.parent().children());return c.inArray(a.jquery?a[0]:a,this)},add:function(a,b){a=typeof a==="string"?c(a,b||this.context):c.makeArray(a);b=c.merge(this.get(),a);return this.pushStack(qa(a[0])||qa(b[0])?b:c.unique(b))},andSelf:function(){return this.add(this.prevObject)}});c.each({parent:function(a){return(a=a.parentNode)&&a.nodeType!==11?a:null},parents:function(a){return c.dir(a,"parentNode")},parentsUntil:function(a,b,d){return c.dir(a,"parentNode",
+d)},next:function(a){return c.nth(a,2,"nextSibling")},prev:function(a){return c.nth(a,2,"previousSibling")},nextAll:function(a){return c.dir(a,"nextSibling")},prevAll:function(a){return c.dir(a,"previousSibling")},nextUntil:function(a,b,d){return c.dir(a,"nextSibling",d)},prevUntil:function(a,b,d){return c.dir(a,"previousSibling",d)},siblings:function(a){return c.sibling(a.parentNode.firstChild,a)},children:function(a){return c.sibling(a.firstChild)},contents:function(a){return c.nodeName(a,"iframe")?
+a.contentDocument||a.contentWindow.document:c.makeArray(a.childNodes)}},function(a,b){c.fn[a]=function(d,f){var e=c.map(this,b,d);eb.test(a)||(f=d);if(f&&typeof f==="string")e=c.filter(f,e);e=this.length>1?c.unique(e):e;if((this.length>1||gb.test(f))&&fb.test(a))e=e.reverse();return this.pushStack(e,a,R.call(arguments).join(","))}});c.extend({filter:function(a,b,d){if(d)a=":not("+a+")";return c.find.matches(a,b)},dir:function(a,b,d){var f=[];for(a=a[b];a&&a.nodeType!==9&&(d===w||a.nodeType!==1||!c(a).is(d));){a.nodeType===
+1&&f.push(a);a=a[b]}return f},nth:function(a,b,d){b=b||1;for(var f=0;a;a=a[d])if(a.nodeType===1&&++f===b)break;return a},sibling:function(a,b){for(var d=[];a;a=a.nextSibling)a.nodeType===1&&a!==b&&d.push(a);return d}});var Ja=/ jQuery\d+="(?:\d+|null)"/g,V=/^\s+/,Ka=/(<([\w:]+)[^>]*?)\/>/g,hb=/^(?:area|br|col|embed|hr|img|input|link|meta|param)$/i,La=/<([\w:]+)/,ib=/<tbody/i,jb=/<|&#?\w+;/,ta=/<script|<object|<embed|<option|<style/i,ua=/checked\s*(?:[^=]|=\s*.checked.)/i,Ma=function(a,b,d){return hb.test(d)?
+a:b+"></"+d+">"},F={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],area:[1,"<map>","</map>"],_default:[0,"",""]};F.optgroup=F.option;F.tbody=F.tfoot=F.colgroup=F.caption=F.thead;F.th=F.td;if(!c.support.htmlSerialize)F._default=[1,"div<div>","</div>"];c.fn.extend({text:function(a){if(c.isFunction(a))return this.each(function(b){var d=
+c(this);d.text(a.call(this,b,d.text()))});if(typeof a!=="object"&&a!==w)return this.empty().append((this[0]&&this[0].ownerDocument||s).createTextNode(a));return c.text(this)},wrapAll:function(a){if(c.isFunction(a))return this.each(function(d){c(this).wrapAll(a.call(this,d))});if(this[0]){var b=c(a,this[0].ownerDocument).eq(0).clone(true);this[0].parentNode&&b.insertBefore(this[0]);b.map(function(){for(var d=this;d.firstChild&&d.firstChild.nodeType===1;)d=d.firstChild;return d}).append(this)}return this},
+wrapInner:function(a){if(c.isFunction(a))return this.each(function(b){c(this).wrapInner(a.call(this,b))});return this.each(function(){var b=c(this),d=b.contents();d.length?d.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){c(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){c.nodeName(this,"body")||c(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.appendChild(a)})},
+prepend:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,this)});else if(arguments.length){var a=c(arguments[0]);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,
+this.nextSibling)});else if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,c(arguments[0]).toArray());return a}},remove:function(a,b){for(var d=0,f;(f=this[d])!=null;d++)if(!a||c.filter(a,[f]).length){if(!b&&f.nodeType===1){c.cleanData(f.getElementsByTagName("*"));c.cleanData([f])}f.parentNode&&f.parentNode.removeChild(f)}return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++)for(b.nodeType===1&&c.cleanData(b.getElementsByTagName("*"));b.firstChild;)b.removeChild(b.firstChild);
+return this},clone:function(a){var b=this.map(function(){if(!c.support.noCloneEvent&&!c.isXMLDoc(this)){var d=this.outerHTML,f=this.ownerDocument;if(!d){d=f.createElement("div");d.appendChild(this.cloneNode(true));d=d.innerHTML}return c.clean([d.replace(Ja,"").replace(/=([^="'>\s]+\/)>/g,'="$1">').replace(V,"")],f)[0]}else return this.cloneNode(true)});if(a===true){ra(this,b);ra(this.find("*"),b.find("*"))}return b},html:function(a){if(a===w)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(Ja,
+""):null;else if(typeof a==="string"&&!ta.test(a)&&(c.support.leadingWhitespace||!V.test(a))&&!F[(La.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Ka,Ma);try{for(var b=0,d=this.length;b<d;b++)if(this[b].nodeType===1){c.cleanData(this[b].getElementsByTagName("*"));this[b].innerHTML=a}}catch(f){this.empty().append(a)}}else c.isFunction(a)?this.each(function(e){var j=c(this),i=j.html();j.empty().append(function(){return a.call(this,e,i)})}):this.empty().append(a);return this},replaceWith:function(a){if(this[0]&&
+this[0].parentNode){if(c.isFunction(a))return this.each(function(b){var d=c(this),f=d.html();d.replaceWith(a.call(this,b,f))});if(typeof a!=="string")a=c(a).detach();return this.each(function(){var b=this.nextSibling,d=this.parentNode;c(this).remove();b?c(b).before(a):c(d).append(a)})}else return this.pushStack(c(c.isFunction(a)?a():a),"replaceWith",a)},detach:function(a){return this.remove(a,true)},domManip:function(a,b,d){function f(u){return c.nodeName(u,"table")?u.getElementsByTagName("tbody")[0]||
+u.appendChild(u.ownerDocument.createElement("tbody")):u}var e,j,i=a[0],o=[],k;if(!c.support.checkClone&&arguments.length===3&&typeof i==="string"&&ua.test(i))return this.each(function(){c(this).domManip(a,b,d,true)});if(c.isFunction(i))return this.each(function(u){var z=c(this);a[0]=i.call(this,u,b?z.html():w);z.domManip(a,b,d)});if(this[0]){e=i&&i.parentNode;e=c.support.parentNode&&e&&e.nodeType===11&&e.childNodes.length===this.length?{fragment:e}:sa(a,this,o);k=e.fragment;if(j=k.childNodes.length===
+1?(k=k.firstChild):k.firstChild){b=b&&c.nodeName(j,"tr");for(var n=0,r=this.length;n<r;n++)d.call(b?f(this[n],j):this[n],n>0||e.cacheable||this.length>1?k.cloneNode(true):k)}o.length&&c.each(o,Qa)}return this}});c.fragments={};c.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){c.fn[a]=function(d){var f=[];d=c(d);var e=this.length===1&&this[0].parentNode;if(e&&e.nodeType===11&&e.childNodes.length===1&&d.length===1){d[b](this[0]);
+return this}else{e=0;for(var j=d.length;e<j;e++){var i=(e>0?this.clone(true):this).get();c.fn[b].apply(c(d[e]),i);f=f.concat(i)}return this.pushStack(f,a,d.selector)}}});c.extend({clean:function(a,b,d,f){b=b||s;if(typeof b.createElement==="undefined")b=b.ownerDocument||b[0]&&b[0].ownerDocument||s;for(var e=[],j=0,i;(i=a[j])!=null;j++){if(typeof i==="number")i+="";if(i){if(typeof i==="string"&&!jb.test(i))i=b.createTextNode(i);else if(typeof i==="string"){i=i.replace(Ka,Ma);var o=(La.exec(i)||["",
+""])[1].toLowerCase(),k=F[o]||F._default,n=k[0],r=b.createElement("div");for(r.innerHTML=k[1]+i+k[2];n--;)r=r.lastChild;if(!c.support.tbody){n=ib.test(i);o=o==="table"&&!n?r.firstChild&&r.firstChild.childNodes:k[1]==="<table>"&&!n?r.childNodes:[];for(k=o.length-1;k>=0;--k)c.nodeName(o[k],"tbody")&&!o[k].childNodes.length&&o[k].parentNode.removeChild(o[k])}!c.support.leadingWhitespace&&V.test(i)&&r.insertBefore(b.createTextNode(V.exec(i)[0]),r.firstChild);i=r.childNodes}if(i.nodeType)e.push(i);else e=
+c.merge(e,i)}}if(d)for(j=0;e[j];j++)if(f&&c.nodeName(e[j],"script")&&(!e[j].type||e[j].type.toLowerCase()==="text/javascript"))f.push(e[j].parentNode?e[j].parentNode.removeChild(e[j]):e[j]);else{e[j].nodeType===1&&e.splice.apply(e,[j+1,0].concat(c.makeArray(e[j].getElementsByTagName("script"))));d.appendChild(e[j])}return e},cleanData:function(a){for(var b,d,f=c.cache,e=c.event.special,j=c.support.deleteExpando,i=0,o;(o=a[i])!=null;i++)if(d=o[c.expando]){b=f[d];if(b.events)for(var k in b.events)e[k]?
+c.event.remove(o,k):Ca(o,k,b.handle);if(j)delete o[c.expando];else o.removeAttribute&&o.removeAttribute(c.expando);delete f[d]}}});var kb=/z-?index|font-?weight|opacity|zoom|line-?height/i,Na=/alpha\([^)]*\)/,Oa=/opacity=([^)]*)/,ha=/float/i,ia=/-([a-z])/ig,lb=/([A-Z])/g,mb=/^-?\d+(?:px)?$/i,nb=/^-?\d/,ob={position:"absolute",visibility:"hidden",display:"block"},pb=["Left","Right"],qb=["Top","Bottom"],rb=s.defaultView&&s.defaultView.getComputedStyle,Pa=c.support.cssFloat?"cssFloat":"styleFloat",ja=
+function(a,b){return b.toUpperCase()};c.fn.css=function(a,b){return X(this,a,b,true,function(d,f,e){if(e===w)return c.curCSS(d,f);if(typeof e==="number"&&!kb.test(f))e+="px";c.style(d,f,e)})};c.extend({style:function(a,b,d){if(!a||a.nodeType===3||a.nodeType===8)return w;if((b==="width"||b==="height")&&parseFloat(d)<0)d=w;var f=a.style||a,e=d!==w;if(!c.support.opacity&&b==="opacity"){if(e){f.zoom=1;b=parseInt(d,10)+""==="NaN"?"":"alpha(opacity="+d*100+")";a=f.filter||c.curCSS(a,"filter")||"";f.filter=
+Na.test(a)?a.replace(Na,b):b}return f.filter&&f.filter.indexOf("opacity=")>=0?parseFloat(Oa.exec(f.filter)[1])/100+"":""}if(ha.test(b))b=Pa;b=b.replace(ia,ja);if(e)f[b]=d;return f[b]},css:function(a,b,d,f){if(b==="width"||b==="height"){var e,j=b==="width"?pb:qb;function i(){e=b==="width"?a.offsetWidth:a.offsetHeight;f!=="border"&&c.each(j,function(){f||(e-=parseFloat(c.curCSS(a,"padding"+this,true))||0);if(f==="margin")e+=parseFloat(c.curCSS(a,"margin"+this,true))||0;else e-=parseFloat(c.curCSS(a,
+"border"+this+"Width",true))||0})}a.offsetWidth!==0?i():c.swap(a,ob,i);return Math.max(0,Math.round(e))}return c.curCSS(a,b,d)},curCSS:function(a,b,d){var f,e=a.style;if(!c.support.opacity&&b==="opacity"&&a.currentStyle){f=Oa.test(a.currentStyle.filter||"")?parseFloat(RegExp.$1)/100+"":"";return f===""?"1":f}if(ha.test(b))b=Pa;if(!d&&e&&e[b])f=e[b];else if(rb){if(ha.test(b))b="float";b=b.replace(lb,"-$1").toLowerCase();e=a.ownerDocument.defaultView;if(!e)return null;if(a=e.getComputedStyle(a,null))f=
+a.getPropertyValue(b);if(b==="opacity"&&f==="")f="1"}else if(a.currentStyle){d=b.replace(ia,ja);f=a.currentStyle[b]||a.currentStyle[d];if(!mb.test(f)&&nb.test(f)){b=e.left;var j=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;e.left=d==="fontSize"?"1em":f||0;f=e.pixelLeft+"px";e.left=b;a.runtimeStyle.left=j}}return f},swap:function(a,b,d){var f={};for(var e in b){f[e]=a.style[e];a.style[e]=b[e]}d.call(a);for(e in b)a.style[e]=f[e]}});if(c.expr&&c.expr.filters){c.expr.filters.hidden=function(a){var b=
+a.offsetWidth,d=a.offsetHeight,f=a.nodeName.toLowerCase()==="tr";return b===0&&d===0&&!f?true:b>0&&d>0&&!f?false:c.curCSS(a,"display")==="none"};c.expr.filters.visible=function(a){return!c.expr.filters.hidden(a)}}var sb=J(),tb=/<script(.|\s)*?\/script>/gi,ub=/select|textarea/i,vb=/color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week/i,N=/=\?(&|$)/,ka=/\?/,wb=/(\?|&)_=.*?(&|$)/,xb=/^(\w+:)?\/\/([^\/?#]+)/,yb=/%20/g,zb=c.fn.load;c.fn.extend({load:function(a,b,d){if(typeof a!==
+"string")return zb.call(this,a);else if(!this.length)return this;var f=a.indexOf(" ");if(f>=0){var e=a.slice(f,a.length);a=a.slice(0,f)}f="GET";if(b)if(c.isFunction(b)){d=b;b=null}else if(typeof b==="object"){b=c.param(b,c.ajaxSettings.traditional);f="POST"}var j=this;c.ajax({url:a,type:f,dataType:"html",data:b,complete:function(i,o){if(o==="success"||o==="notmodified")j.html(e?c("<div />").append(i.responseText.replace(tb,"")).find(e):i.responseText);d&&j.each(d,[i.responseText,o,i])}});return this},
+serialize:function(){return c.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?c.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||ub.test(this.nodeName)||vb.test(this.type))}).map(function(a,b){a=c(this).val();return a==null?null:c.isArray(a)?c.map(a,function(d){return{name:b.name,value:d}}):{name:b.name,value:a}}).get()}});c.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),
+function(a,b){c.fn[b]=function(d){return this.bind(b,d)}});c.extend({get:function(a,b,d,f){if(c.isFunction(b)){f=f||d;d=b;b=null}return c.ajax({type:"GET",url:a,data:b,success:d,dataType:f})},getScript:function(a,b){return c.get(a,null,b,"script")},getJSON:function(a,b,d){return c.get(a,b,d,"json")},post:function(a,b,d,f){if(c.isFunction(b)){f=f||d;d=b;b={}}return c.ajax({type:"POST",url:a,data:b,success:d,dataType:f})},ajaxSetup:function(a){c.extend(c.ajaxSettings,a)},ajaxSettings:{url:location.href,
+global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:A.XMLHttpRequest&&(A.location.protocol!=="file:"||!A.ActiveXObject)?function(){return new A.XMLHttpRequest}:function(){try{return new A.ActiveXObject("Microsoft.XMLHTTP")}catch(a){}},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},etag:{},ajax:function(a){function b(){e.success&&
+e.success.call(k,o,i,x);e.global&&f("ajaxSuccess",[x,e])}function d(){e.complete&&e.complete.call(k,x,i);e.global&&f("ajaxComplete",[x,e]);e.global&&!--c.active&&c.event.trigger("ajaxStop")}function f(q,p){(e.context?c(e.context):c.event).trigger(q,p)}var e=c.extend(true,{},c.ajaxSettings,a),j,i,o,k=a&&a.context||e,n=e.type.toUpperCase();if(e.data&&e.processData&&typeof e.data!=="string")e.data=c.param(e.data,e.traditional);if(e.dataType==="jsonp"){if(n==="GET")N.test(e.url)||(e.url+=(ka.test(e.url)?
+"&":"?")+(e.jsonp||"callback")+"=?");else if(!e.data||!N.test(e.data))e.data=(e.data?e.data+"&":"")+(e.jsonp||"callback")+"=?";e.dataType="json"}if(e.dataType==="json"&&(e.data&&N.test(e.data)||N.test(e.url))){j=e.jsonpCallback||"jsonp"+sb++;if(e.data)e.data=(e.data+"").replace(N,"="+j+"$1");e.url=e.url.replace(N,"="+j+"$1");e.dataType="script";A[j]=A[j]||function(q){o=q;b();d();A[j]=w;try{delete A[j]}catch(p){}z&&z.removeChild(C)}}if(e.dataType==="script"&&e.cache===null)e.cache=false;if(e.cache===
+false&&n==="GET"){var r=J(),u=e.url.replace(wb,"$1_="+r+"$2");e.url=u+(u===e.url?(ka.test(e.url)?"&":"?")+"_="+r:"")}if(e.data&&n==="GET")e.url+=(ka.test(e.url)?"&":"?")+e.data;e.global&&!c.active++&&c.event.trigger("ajaxStart");r=(r=xb.exec(e.url))&&(r[1]&&r[1]!==location.protocol||r[2]!==location.host);if(e.dataType==="script"&&n==="GET"&&r){var z=s.getElementsByTagName("head")[0]||s.documentElement,C=s.createElement("script");C.src=e.url;if(e.scriptCharset)C.charset=e.scriptCharset;if(!j){var B=
+false;C.onload=C.onreadystatechange=function(){if(!B&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){B=true;b();d();C.onload=C.onreadystatechange=null;z&&C.parentNode&&z.removeChild(C)}}}z.insertBefore(C,z.firstChild);return w}var E=false,x=e.xhr();if(x){e.username?x.open(n,e.url,e.async,e.username,e.password):x.open(n,e.url,e.async);try{if(e.data||a&&a.contentType)x.setRequestHeader("Content-Type",e.contentType);if(e.ifModified){c.lastModified[e.url]&&x.setRequestHeader("If-Modified-Since",
+c.lastModified[e.url]);c.etag[e.url]&&x.setRequestHeader("If-None-Match",c.etag[e.url])}r||x.setRequestHeader("X-Requested-With","XMLHttpRequest");x.setRequestHeader("Accept",e.dataType&&e.accepts[e.dataType]?e.accepts[e.dataType]+", */*":e.accepts._default)}catch(ga){}if(e.beforeSend&&e.beforeSend.call(k,x,e)===false){e.global&&!--c.active&&c.event.trigger("ajaxStop");x.abort();return false}e.global&&f("ajaxSend",[x,e]);var g=x.onreadystatechange=function(q){if(!x||x.readyState===0||q==="abort"){E||
+d();E=true;if(x)x.onreadystatechange=c.noop}else if(!E&&x&&(x.readyState===4||q==="timeout")){E=true;x.onreadystatechange=c.noop;i=q==="timeout"?"timeout":!c.httpSuccess(x)?"error":e.ifModified&&c.httpNotModified(x,e.url)?"notmodified":"success";var p;if(i==="success")try{o=c.httpData(x,e.dataType,e)}catch(v){i="parsererror";p=v}if(i==="success"||i==="notmodified")j||b();else c.handleError(e,x,i,p);d();q==="timeout"&&x.abort();if(e.async)x=null}};try{var h=x.abort;x.abort=function(){x&&h.call(x);
+g("abort")}}catch(l){}e.async&&e.timeout>0&&setTimeout(function(){x&&!E&&g("timeout")},e.timeout);try{x.send(n==="POST"||n==="PUT"||n==="DELETE"?e.data:null)}catch(m){c.handleError(e,x,null,m);d()}e.async||g();return x}},handleError:function(a,b,d,f){if(a.error)a.error.call(a.context||a,b,d,f);if(a.global)(a.context?c(a.context):c.event).trigger("ajaxError",[b,a,f])},active:0,httpSuccess:function(a){try{return!a.status&&location.protocol==="file:"||a.status>=200&&a.status<300||a.status===304||a.status===
+1223||a.status===0}catch(b){}return false},httpNotModified:function(a,b){var d=a.getResponseHeader("Last-Modified"),f=a.getResponseHeader("Etag");if(d)c.lastModified[b]=d;if(f)c.etag[b]=f;return a.status===304||a.status===0},httpData:function(a,b,d){var f=a.getResponseHeader("content-type")||"",e=b==="xml"||!b&&f.indexOf("xml")>=0;a=e?a.responseXML:a.responseText;e&&a.documentElement.nodeName==="parsererror"&&c.error("parsererror");if(d&&d.dataFilter)a=d.dataFilter(a,b);if(typeof a==="string")if(b===
+"json"||!b&&f.indexOf("json")>=0)a=c.parseJSON(a);else if(b==="script"||!b&&f.indexOf("javascript")>=0)c.globalEval(a);return a},param:function(a,b){function d(i,o){if(c.isArray(o))c.each(o,function(k,n){b||/\[\]$/.test(i)?f(i,n):d(i+"["+(typeof n==="object"||c.isArray(n)?k:"")+"]",n)});else!b&&o!=null&&typeof o==="object"?c.each(o,function(k,n){d(i+"["+k+"]",n)}):f(i,o)}function f(i,o){o=c.isFunction(o)?o():o;e[e.length]=encodeURIComponent(i)+"="+encodeURIComponent(o)}var e=[];if(b===w)b=c.ajaxSettings.traditional;
+if(c.isArray(a)||a.jquery)c.each(a,function(){f(this.name,this.value)});else for(var j in a)d(j,a[j]);return e.join("&").replace(yb,"+")}});var la={},Ab=/toggle|show|hide/,Bb=/^([+-]=)?([\d+-.]+)(.*)$/,W,va=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];c.fn.extend({show:function(a,b){if(a||a===0)return this.animate(K("show",3),a,b);else{a=0;for(b=this.length;a<b;a++){var d=c.data(this[a],"olddisplay");
+this[a].style.display=d||"";if(c.css(this[a],"display")==="none"){d=this[a].nodeName;var f;if(la[d])f=la[d];else{var e=c("<"+d+" />").appendTo("body");f=e.css("display");if(f==="none")f="block";e.remove();la[d]=f}c.data(this[a],"olddisplay",f)}}a=0;for(b=this.length;a<b;a++)this[a].style.display=c.data(this[a],"olddisplay")||"";return this}},hide:function(a,b){if(a||a===0)return this.animate(K("hide",3),a,b);else{a=0;for(b=this.length;a<b;a++){var d=c.data(this[a],"olddisplay");!d&&d!=="none"&&c.data(this[a],
+"olddisplay",c.css(this[a],"display"))}a=0;for(b=this.length;a<b;a++)this[a].style.display="none";return this}},_toggle:c.fn.toggle,toggle:function(a,b){var d=typeof a==="boolean";if(c.isFunction(a)&&c.isFunction(b))this._toggle.apply(this,arguments);else a==null||d?this.each(function(){var f=d?a:c(this).is(":hidden");c(this)[f?"show":"hide"]()}):this.animate(K("toggle",3),a,b);return this},fadeTo:function(a,b,d){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:b},a,d)},
+animate:function(a,b,d,f){var e=c.speed(b,d,f);if(c.isEmptyObject(a))return this.each(e.complete);return this[e.queue===false?"each":"queue"](function(){var j=c.extend({},e),i,o=this.nodeType===1&&c(this).is(":hidden"),k=this;for(i in a){var n=i.replace(ia,ja);if(i!==n){a[n]=a[i];delete a[i];i=n}if(a[i]==="hide"&&o||a[i]==="show"&&!o)return j.complete.call(this);if((i==="height"||i==="width")&&this.style){j.display=c.css(this,"display");j.overflow=this.style.overflow}if(c.isArray(a[i])){(j.specialEasing=
+j.specialEasing||{})[i]=a[i][1];a[i]=a[i][0]}}if(j.overflow!=null)this.style.overflow="hidden";j.curAnim=c.extend({},a);c.each(a,function(r,u){var z=new c.fx(k,j,r);if(Ab.test(u))z[u==="toggle"?o?"show":"hide":u](a);else{var C=Bb.exec(u),B=z.cur(true)||0;if(C){u=parseFloat(C[2]);var E=C[3]||"px";if(E!=="px"){k.style[r]=(u||1)+E;B=(u||1)/z.cur(true)*B;k.style[r]=B+E}if(C[1])u=(C[1]==="-="?-1:1)*u+B;z.custom(B,u,E)}else z.custom(B,u,"")}});return true})},stop:function(a,b){var d=c.timers;a&&this.queue([]);
+this.each(function(){for(var f=d.length-1;f>=0;f--)if(d[f].elem===this){b&&d[f](true);d.splice(f,1)}});b||this.dequeue();return this}});c.each({slideDown:K("show",1),slideUp:K("hide",1),slideToggle:K("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(a,b){c.fn[a]=function(d,f){return this.animate(b,d,f)}});c.extend({speed:function(a,b,d){var f=a&&typeof a==="object"?a:{complete:d||!d&&b||c.isFunction(a)&&a,duration:a,easing:d&&b||b&&!c.isFunction(b)&&b};f.duration=c.fx.off?0:typeof f.duration===
+"number"?f.duration:c.fx.speeds[f.duration]||c.fx.speeds._default;f.old=f.complete;f.complete=function(){f.queue!==false&&c(this).dequeue();c.isFunction(f.old)&&f.old.call(this)};return f},easing:{linear:function(a,b,d,f){return d+f*a},swing:function(a,b,d,f){return(-Math.cos(a*Math.PI)/2+0.5)*f+d}},timers:[],fx:function(a,b,d){this.options=b;this.elem=a;this.prop=d;if(!b.orig)b.orig={}}});c.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(c.fx.step[this.prop]||
+c.fx.step._default)(this);if((this.prop==="height"||this.prop==="width")&&this.elem.style)this.elem.style.display="block"},cur:function(a){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];return(a=parseFloat(c.css(this.elem,this.prop,a)))&&a>-10000?a:parseFloat(c.curCSS(this.elem,this.prop))||0},custom:function(a,b,d){function f(j){return e.step(j)}this.startTime=J();this.start=a;this.end=b;this.unit=d||this.unit||"px";this.now=this.start;
+this.pos=this.state=0;var e=this;f.elem=this.elem;if(f()&&c.timers.push(f)&&!W)W=setInterval(c.fx.tick,13)},show:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());c(this.elem).show()},hide:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(a){var b=J(),d=true;if(a||b>=this.options.duration+this.startTime){this.now=
+this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var f in this.options.curAnim)if(this.options.curAnim[f]!==true)d=false;if(d){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;a=c.data(this.elem,"olddisplay");this.elem.style.display=a?a:this.options.display;if(c.css(this.elem,"display")==="none")this.elem.style.display="block"}this.options.hide&&c(this.elem).hide();if(this.options.hide||this.options.show)for(var e in this.options.curAnim)c.style(this.elem,
+e,this.options.orig[e]);this.options.complete.call(this.elem)}return false}else{e=b-this.startTime;this.state=e/this.options.duration;a=this.options.easing||(c.easing.swing?"swing":"linear");this.pos=c.easing[this.options.specialEasing&&this.options.specialEasing[this.prop]||a](this.state,e,0,1,this.options.duration);this.now=this.start+(this.end-this.start)*this.pos;this.update()}return true}};c.extend(c.fx,{tick:function(){for(var a=c.timers,b=0;b<a.length;b++)a[b]()||a.splice(b--,1);a.length||
+c.fx.stop()},stop:function(){clearInterval(W);W=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(a){c.style(a.elem,"opacity",a.now)},_default:function(a){if(a.elem.style&&a.elem.style[a.prop]!=null)a.elem.style[a.prop]=(a.prop==="width"||a.prop==="height"?Math.max(0,a.now):a.now)+a.unit;else a.elem[a.prop]=a.now}}});if(c.expr&&c.expr.filters)c.expr.filters.animated=function(a){return c.grep(c.timers,function(b){return a===b.elem}).length};c.fn.offset="getBoundingClientRect"in s.documentElement?
+function(a){var b=this[0];if(a)return this.each(function(e){c.offset.setOffset(this,a,e)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return c.offset.bodyOffset(b);var d=b.getBoundingClientRect(),f=b.ownerDocument;b=f.body;f=f.documentElement;return{top:d.top+(self.pageYOffset||c.support.boxModel&&f.scrollTop||b.scrollTop)-(f.clientTop||b.clientTop||0),left:d.left+(self.pageXOffset||c.support.boxModel&&f.scrollLeft||b.scrollLeft)-(f.clientLeft||b.clientLeft||0)}}:function(a){var b=
+this[0];if(a)return this.each(function(r){c.offset.setOffset(this,a,r)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return c.offset.bodyOffset(b);c.offset.initialize();var d=b.offsetParent,f=b,e=b.ownerDocument,j,i=e.documentElement,o=e.body;f=(e=e.defaultView)?e.getComputedStyle(b,null):b.currentStyle;for(var k=b.offsetTop,n=b.offsetLeft;(b=b.parentNode)&&b!==o&&b!==i;){if(c.offset.supportsFixedPosition&&f.position==="fixed")break;j=e?e.getComputedStyle(b,null):b.currentStyle;
+k-=b.scrollTop;n-=b.scrollLeft;if(b===d){k+=b.offsetTop;n+=b.offsetLeft;if(c.offset.doesNotAddBorder&&!(c.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(b.nodeName))){k+=parseFloat(j.borderTopWidth)||0;n+=parseFloat(j.borderLeftWidth)||0}f=d;d=b.offsetParent}if(c.offset.subtractsBorderForOverflowNotVisible&&j.overflow!=="visible"){k+=parseFloat(j.borderTopWidth)||0;n+=parseFloat(j.borderLeftWidth)||0}f=j}if(f.position==="relative"||f.position==="static"){k+=o.offsetTop;n+=o.offsetLeft}if(c.offset.supportsFixedPosition&&
+f.position==="fixed"){k+=Math.max(i.scrollTop,o.scrollTop);n+=Math.max(i.scrollLeft,o.scrollLeft)}return{top:k,left:n}};c.offset={initialize:function(){var a=s.body,b=s.createElement("div"),d,f,e,j=parseFloat(c.curCSS(a,"marginTop",true))||0;c.extend(b.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"});b.innerHTML="<div style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;'><div></div></div><table style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;' cellpadding='0' cellspacing='0'><tr><td></td></tr></table>";
+a.insertBefore(b,a.firstChild);d=b.firstChild;f=d.firstChild;e=d.nextSibling.firstChild.firstChild;this.doesNotAddBorder=f.offsetTop!==5;this.doesAddBorderForTableAndCells=e.offsetTop===5;f.style.position="fixed";f.style.top="20px";this.supportsFixedPosition=f.offsetTop===20||f.offsetTop===15;f.style.position=f.style.top="";d.style.overflow="hidden";d.style.position="relative";this.subtractsBorderForOverflowNotVisible=f.offsetTop===-5;this.doesNotIncludeMarginInBodyOffset=a.offsetTop!==j;a.removeChild(b);
+c.offset.initialize=c.noop},bodyOffset:function(a){var b=a.offsetTop,d=a.offsetLeft;c.offset.initialize();if(c.offset.doesNotIncludeMarginInBodyOffset){b+=parseFloat(c.curCSS(a,"marginTop",true))||0;d+=parseFloat(c.curCSS(a,"marginLeft",true))||0}return{top:b,left:d}},setOffset:function(a,b,d){if(/static/.test(c.curCSS(a,"position")))a.style.position="relative";var f=c(a),e=f.offset(),j=parseInt(c.curCSS(a,"top",true),10)||0,i=parseInt(c.curCSS(a,"left",true),10)||0;if(c.isFunction(b))b=b.call(a,
+d,e);d={top:b.top-e.top+j,left:b.left-e.left+i};"using"in b?b.using.call(a,d):f.css(d)}};c.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),d=this.offset(),f=/^body|html$/i.test(b[0].nodeName)?{top:0,left:0}:b.offset();d.top-=parseFloat(c.curCSS(a,"marginTop",true))||0;d.left-=parseFloat(c.curCSS(a,"marginLeft",true))||0;f.top+=parseFloat(c.curCSS(b[0],"borderTopWidth",true))||0;f.left+=parseFloat(c.curCSS(b[0],"borderLeftWidth",true))||0;return{top:d.top-
+f.top,left:d.left-f.left}},offsetParent:function(){return this.map(function(){for(var a=this.offsetParent||s.body;a&&!/^body|html$/i.test(a.nodeName)&&c.css(a,"position")==="static";)a=a.offsetParent;return a})}});c.each(["Left","Top"],function(a,b){var d="scroll"+b;c.fn[d]=function(f){var e=this[0],j;if(!e)return null;if(f!==w)return this.each(function(){if(j=wa(this))j.scrollTo(!a?f:c(j).scrollLeft(),a?f:c(j).scrollTop());else this[d]=f});else return(j=wa(e))?"pageXOffset"in j?j[a?"pageYOffset":
+"pageXOffset"]:c.support.boxModel&&j.document.documentElement[d]||j.document.body[d]:e[d]}});c.each(["Height","Width"],function(a,b){var d=b.toLowerCase();c.fn["inner"+b]=function(){return this[0]?c.css(this[0],d,false,"padding"):null};c.fn["outer"+b]=function(f){return this[0]?c.css(this[0],d,false,f?"margin":"border"):null};c.fn[d]=function(f){var e=this[0];if(!e)return f==null?null:this;if(c.isFunction(f))return this.each(function(j){var i=c(this);i[d](f.call(this,j,i[d]()))});return"scrollTo"in
+e&&e.document?e.document.compatMode==="CSS1Compat"&&e.document.documentElement["client"+b]||e.document.body["client"+b]:e.nodeType===9?Math.max(e.documentElement["client"+b],e.body["scroll"+b],e.documentElement["scroll"+b],e.body["offset"+b],e.documentElement["offset"+b]):f===w?c.css(e,d):this.css(d,typeof f==="string"?f:f+"px")}});A.jQuery=A.$=c})(window);
Added: portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/script/script.js
===================================================================
--- portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/script/script.js (rev 0)
+++ portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/script/script.js 2011-07-12 08:18:58 UTC (rev 6860)
@@ -0,0 +1,378 @@
+/**
+ * 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.
+ */
+eXo = {
+ gadget : {}
+};
+
+function ServicesManagement() {
+ this.DEFAULT_SERVICES_URL = "/portal/rest/management";
+}
+
+ServicesManagement.prototype.init = function() {
+ var monitor = eXo.gadget.ServicesManagement;
+ var prefs = new _IG_Prefs();
+ var servicesURL = prefs.getString("servicesURL");
+ if (servicesURL && $.trim(servicesURL) != "") {
+ monitor.SERVICES_URL = $.trim(servicesURL);
+ } else {
+ monitor.SERVICES_URL = monitor.DEFAULT_SERVICES_URL;
+ }
+
+ function getContext(url) {
+ if (!url) return "";
+ var fslash = url.indexOf("/");
+ var lslash = url.indexOf("/", fslash + 2);
+ var context = url.substring(0, lslash);
+ return context;
+ }
+
+ if (monitor.SERVICES_URL.indexOf("http://") == 0 ||
+ monitor.SERVICES_URL.indexOf("https://") == 0) {
+ if (getContext(document.location.href) !== getContext(monitor.SERVICES_URL)) {
+ alert(prefs.getMsg("failManage"));
+ return;
+ }
+ }
+
+ monitor.registerHandler();
+ monitor.makeRequest(monitor.SERVICES_URL, monitor.renderServiceSelector);
+};
+
+ServicesManagement.prototype.renderServiceSelector = function(services) {
+ if (!services || !services.value || services.value.length == 0) {
+ alert(new _IG_Prefs().getMsg("noServices"));
+ }
+ var servicesSelector = $("#servicesSelector");
+ var optionsHtml = "";
+
+ if (services && services.value) {
+ var serviceNames = services.value;
+
+ for ( var i = 0; i < serviceNames.length; i++) {
+ optionsHtml += "<option>" + gadgets.util.escapeString(serviceNames[i])
+ + "</option>";
+ }
+ }
+
+ servicesSelector.html(optionsHtml);
+ servicesSelector.change();
+};
+
+ServicesManagement.prototype.renderServiceDetailForHome = function(data) {
+ if (data) {
+ if(data.description) {
+ $("#ServiceDescription").html(data.description);
+ } else {
+ $("#ServiceDescription").html(new _IG_Prefs().getMsg("noDescription"));
+ }
+
+ if(data.methods) {
+ eXo.gadget.ServicesManagement.renderMethodSelector(data);
+ }
+
+ if(data.properties) {
+ eXo.gadget.ServicesManagement.renderPropertySelector(data);
+ }
+ }
+};
+
+ServicesManagement.prototype.renderMethodSelector = function(methodData) {
+ var methodSelector = $("#methodsSelector");
+ var optionsHtml = "";
+ var methods = null;
+
+ if (methodData && methodData.methods) {
+ methods = methodData.methods;
+
+ for ( var i = 0; i < methods.length; i++) {
+ optionsHtml += "<option>" + gadgets.util.escapeString(methods[i].name)
+ + "</option>";
+ }
+ }
+
+ if (optionsHtml == "") {
+ optionsHtml = "<option></option>";
+ }
+
+ methodSelector.html(optionsHtml);
+ methodSelector.data('methods', methods);
+ methodSelector.change();
+};
+
+ServicesManagement.prototype.renderPropertySelector = function(propertyData) {
+ var propertySelector = $("#propertiesSelector");
+ var optionsHtml = "";
+ var properties = null;
+
+ if (propertyData && propertyData.properties) {
+ properties = propertyData.properties;
+
+ for ( var i = 0; i < properties.length; i++) {
+ optionsHtml += "<option>" + gadgets.util.escapeString(properties[i].name)
+ + "</option>";
+ }
+ }
+
+ if (optionsHtml == "") {
+ optionsHtml = "<option></option>";
+ }
+
+ propertySelector.html(optionsHtml);
+ propertySelector.data('properties', properties);
+ propertySelector.change();
+};
+
+ServicesManagement.prototype.renderMethodDetail = function(method) {
+ if (!method) {
+ method = {
+ name : "",
+ description : "",
+ method : "",
+ parameters : []
+ };
+ }
+ var util = gadgets.util;
+
+ $("#methodName").html(util.escapeString(method.name));
+ $("#methodDescription").html(util.escapeString(method.description ? method.description : ""));
+ $("#reqMethod").html(util.escapeString(method.method));
+
+ var paramTable = "<table>";
+ for ( var i = 0; i < method.parameters.length; i++) {
+ paramTable += "<tr><td>" + util.escapeString(method.parameters[i].name)
+ + "</td></tr>";
+ }
+
+ if (paramTable == "<table>") {
+ paramTable += "<tr><td>[]</td></tr>";
+ }
+ paramTable += "</table>";
+ $("#parametersTable").html(paramTable);
+ eXo.gadget.ServicesManagement.resetHeight();
+};
+
+ServicesManagement.prototype.renderPropertyDetail = function(property) {
+ if (!property) {
+ property = {
+ name : "",
+ description : ""
+ };
+ }
+ var util = gadgets.util;
+
+ $("#propertyName").html(util.escapeString(property.name));
+ $("#propertyDescription").html(util.escapeString(property.description ? property.description : ""));
+ eXo.gadget.ServicesManagement.resetHeight();
+};
+// End Home View
+
+// Start Canvas view
+ServicesManagement.prototype.renderServiceDetailForCanvas = function(data) {
+ if (data) {
+ if(data.description) {
+ $("#ServiceDescription").html(data.description);
+ } else {
+ $("#ServiceDescription").html(new _IG_Prefs().getMsg("noDescription"));
+ }
+
+ if(data.methods) {
+ eXo.gadget.ServicesManagement.renderMethodsForCanvas(data);
+ }
+
+ if(data.properties) {
+ eXo.gadget.ServicesManagement.renderPropertiesForCanvas(data);
+ }
+
+ eXo.gadget.ServicesManagement.fadeIn($(".ContentSelected")[0]);
+ }
+};
+
+ServicesManagement.prototype.getContentContainer = function(tab) {
+ if (tab.id == "MethodsTab") {
+ return $("#ServiceMethods")[0];
+ } else {
+ return $("#ServiceProperties")[0];
+ }
+};
+
+ServicesManagement.prototype.fadeIn = function(target, callback) {
+ $(target).hide();
+ $(target).fadeIn(700, callback);
+ eXo.gadget.ServicesManagement.resetHeight();
+};
+
+ServicesManagement.prototype.renderMethodsForCanvas = function(methodData) {
+ if (!methodData || !methodData.methods) {
+ return;
+ }
+
+ var methods = methodData.methods;
+ var methodForCanvas = "";
+ var util = gadgets.util;
+
+ for ( var i = 0; i < methods.length; i++) {
+ var method = methods[i];
+ var methodName = util.escapeString(method.name);
+ var methodDescription = util.escapeString(method.description ? method.description : "");
+ var reqMethod = util.escapeString(method.method);
+
+ var rowClass = i % 2 == 0 ? "EvenRow" : "OddRow";
+ methodForCanvas += "<tr class='" + rowClass + "'>"
+ + "<td><div class='Text methodName'>" + methodName + "</div></td>"
+ + "<td><div class='Text methodDescription'>" + methodDescription + "</div></td>"
+ + "<td><div class='Text reqMethod'>" + reqMethod + "</div></td>"
+ + "<td><form style='margin-bottom: 0px;'>";
+ for ( var j = 0; j < method.parameters.length; j++) {
+ methodForCanvas += "<div class='SkinID'>"
+ + util.escapeString(method.parameters[j].name) + " "
+ + "<input type='text' name='"
+ + util.escapeString(method.parameters[j].name) + "'>" + "</div>";
+ }
+ methodForCanvas += "</form></td>" + "<td>"
+ + "<div class='MethodActionButton GadgetStyle FL'>"
+ + "<div class='ButtonLeft'>" + "<div class='ButtonRight'>"
+ + "<div class='ButtonMiddle'>" + "<a href='#'>Run</a>" + "</div>"
+ + "</div>" + "</div>" + "</div>" + "</td></tr>";
+
+ }
+ if (methodForCanvas == "") {
+ methodForCanvas = "<tr class='EventRow'><td colspan='5' align='center'><div class='Text'>" + new _IG_Prefs().getMsg("noMethod") + "</div></td></tr>";
+ }
+ $("#methodsForCanvas").html(methodForCanvas);
+};
+
+/**
+ * data is not null
+ */
+ServicesManagement.prototype.renderPropertiesForCanvas = function(data) {
+ var props = data.properties;
+ var propertyForCanvas = "";
+ var util = gadgets.util;
+
+ for ( var i = 0; i < props.length; i++) {
+ var prop = props[i];
+ var propName = util.escapeString(prop.name);
+ var propDescription = util.escapeString(prop.description ? prop.description : "");
+
+ var rowClass = i % 2 == 0 ? "EvenRow" : "OddRow";
+ propertyForCanvas += "<tr class='" + rowClass + "'>"
+ + "<td><div class='Text propName'>" + propName + "</div></td>"
+ + "<td><div class='Text propDescription'>" + propDescription + "</div></td>";
+
+ propertyForCanvas += "<td>"
+ + "<div class='PropertyActionButton GadgetStyle FL'>"
+ + "<div class='ButtonLeft'>" + "<div class='ButtonRight'>"
+ + "<div class='ButtonMiddle'>" + "<a href='#'>Get</a>" + "</div>"
+ + "</div>" + "</div>" + "</div>" + "</td></tr>";
+
+ }
+ if (propertyForCanvas == "") {
+ propertyForCanvas = "<tr class='EvenRow'><td colspan='3' align='center'><div class='Text'>" + new _IG_Prefs().getMsg("noProperty") + "</div></td></tr>";
+ }
+ $("#propertiesForCanvas").html(propertyForCanvas);
+};
+
+ServicesManagement.prototype.showMinimessage = function(jsonMessage) {
+ var msgObj = $("#resultMessage")[0];
+ $(msgObj).css("Visibility", "hidden");
+ $(msgObj).html("");
+
+ var parsedObj;
+ try {
+ parsedObj = gadgets.json.parse(jsonMessage);
+ } catch (e) {
+ parsedObj = jsonMessage;
+ }
+ var htmlTable = $.trim(eXo.gadget.ServicesManagement.objToTable(parsedObj));
+ if (htmlTable == "" || htmlTable == "empty object") {
+ htmlTable = "Method's executed, return no result";
+ }
+
+ var msg = new gadgets.MiniMessage("ServicesManagement", msgObj);
+ var executeMsg = msg.createDismissibleMessage(htmlTable, function() {
+ window.setTimeout(function() {gadgets.window.adjustHeight($(".UIGadget").height()); }, 500);
+ return true;
+ });
+
+ executeMsg.style.height = "100px";
+ executeMsg.style.overflow = "auto";
+ $(".mmlib_xlink").each(function() {
+ $(this.parentNode).attr("style", "vertical-align: top");
+ $(this).html("");
+ });
+ $(".mmlib_table .UIGrid").each(function() {
+ $(this.parentNode).attr("style", "vertical-align: top");
+ });
+
+ eXo.gadget.ServicesManagement.resetHeight();
+ $(msgObj).hide();
+ $(msgObj).slideDown(1200);
+ $(msgObj).css("Visibility", "visible");
+};
+
+ServicesManagement.prototype.objToTable = function(obj) {
+ var type = typeof (obj);
+ if (type != "object") {
+ return gadgets.util.escapeString(obj + "");
+ }
+
+ if (!obj || $.isEmptyObject(obj)
+ || (obj.constructor == Array && obj.length == 0)) {
+ return "empty object";
+ }
+
+ var str = "<table cellspacing='0' class='UIGrid'>";
+ if (obj.constructor == Array) {
+ for ( var i = 0; i < obj.length; i++) {
+ var rowClass = i % 2 == 0 ? "EvenRow" : "OddRow";
+ str += "<tr class='" + rowClass + "'><td><div class='Text'>";
+ str += eXo.gadget.ServicesManagement.objToTable(obj[i]);
+ str += "</div></td></tr>";
+ }
+ } else {
+ str += "<tr>";
+ for ( var prop in obj) {
+ str += "<th>";
+ str += eXo.gadget.ServicesManagement.objToTable(prop);
+ str += "</th>";
+ }
+ str += "</tr>";
+
+ str += "<tr>";
+ for ( var prop in obj) {
+ str += "<td>";
+ str += eXo.gadget.ServicesManagement.objToTable(obj[prop]);
+ str += "</td>";
+ }
+ str += "</tr>";
+ }
+
+ str += "</table>";
+ return str;
+};
+
+ServicesManagement.prototype.resetHeight = function() {
+ if ($.browser.safari) {
+ gadgets.window.adjustHeight($(".UIGadget").height());
+ } else {
+ gadgets.window.adjustHeight();
+ }
+};
+
+eXo.gadget.ServicesManagement = new ServicesManagement();
Added: portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/style/canvas.css
===================================================================
--- portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/style/canvas.css (rev 0)
+++ portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/style/canvas.css 2011-07-12 08:18:58 UTC (rev 6860)
@@ -0,0 +1,297 @@
+body {
+ font-family: Lucida Sans, Arial, Verdana, sans-serif;
+ margin: 0px;
+ font-size: 12px;
+ color: #626262;
+}
+
+body, th, td, div, span, p {
+ font-family: Lucida Sans,Arial,Verdana,sans-serif;
+ font-size: 12px;
+}
+
+img {
+ border: none;
+}
+
+a {
+ text-decoration: none;
+}
+
+.ClearFix:after {
+ content: ".";
+ display: block;
+ height: 0;
+ clear: both;
+ visibility: hidden;
+}
+
+.ClearFix {
+ !display: inline-block;
+ !zoom: 1;
+ !display: block;
+}
+
+.FL {
+ float: left;
+}
+
+.FR {
+ float: right;
+}
+
+/******* UIGadget ********/
+
+.UIGadget {
+ font-size: 11px;
+ width: 100%;
+}
+
+.TopGadget {
+ padding: 10px;
+}
+
+.TopGadget table {
+ width: 442px;
+}
+
+.TopGadget table td.Text {
+ width: 105px;
+}
+
+.TopGadget table td.Description {
+ background: #f5f5f5;
+ padding: 8px;
+ font-style: italic;
+}
+.TopGadget table .Description p {
+ background: url(images/DesIcon.png) no-repeat left 2px;
+ padding-left: 20px;
+ margin: 0px;
+}
+
+.TopGadget table td {
+ padding: 5px 0px;
+}
+
+.TopGadget table .Text {
+ font-weight: bold;
+ color: #636363;
+ padding-right: 10px;
+}
+
+.TopGadget table select {
+ background: #f5f5f5;
+ height: 18px;
+ border: 1px solid #cacaca;
+ color: #6086eb;
+ font-size: 13px;
+ -moz-border-radius: 2px;
+ width: 130px;
+}
+
+.TitleGadget {
+ padding: 0px 5px;
+}
+
+.TitleGadget div {
+ background: #fff;
+ padding: 4px 10px 0px 10px;
+ line-height: 22px;
+ color: #555;
+ font-weight: bold;
+ margin: 0px;
+ font-size: 12px;
+ float: left;
+ cursor: pointer;
+}
+
+.TitleGadget .TabSelected {
+ background: #f5f5f5;
+ color: #6086eb;
+}
+
+.GadgetGrid {
+ background: #f5f5f5;
+ padding: 5px 0px;
+ margin: 0px 5px 5px 5px;
+}
+
+.GadgetGrid .UIGrid {
+ border: 1px solid #ebebeb;
+ border-collapse: collapse;
+ padding-left: 1px;
+ table-layout: fixed;
+ width: 100%;
+}
+
+.GadgetGrid .UIGrid thead .FieldComponent {
+ border-right: 1px solid #fff;
+}
+
+.GadgetGrid .UIGrid th {
+ background: #efefef;
+ font-weight: bold;
+ line-height: 24px;
+ padding: 0 10px;
+ vertical-align: middle;
+ text-align: left;
+ border-bottom: 1px solid #fff;
+ color: #777;
+}
+
+.GadgetGrid .UIGrid .FixWidth {
+ width: 10%;
+}
+
+.GadgetGrid .UIGrid .EvenRow {
+ background: #f8f8f8;
+}
+
+.GadgetGrid .UIGrid .OddRow {
+ background: #fff;
+}
+
+.GadgetGrid .UIGrid td {
+ border-left: 1px solid #ebebeb;
+ border-right: 1px solid #ebebeb;
+ border-top: 1px solid #ebebeb;
+ line-height: 20px;
+ padding: 3px 10px;
+ color: #888;
+}
+
+.GadgetGrid .UIGrid .Text {
+ overflow: hidden;
+}
+
+.GadgetGrid .UIGrid .SkinID {
+ background: #efefef;
+ padding: 0px 5px;
+ -moz-border-radius: 2px 2px 2px 2px;
+}
+
+.GadgetGrid .UIGrid .SkinID input {
+ height: 15px;
+ border: 1px solid #cacaca;
+ font-size: 10px;
+ color: #848383;
+}
+
+.GadgetGrid .UIGrid .ActionContainer {
+ text-align: center;
+ white-space: nowrap;
+}
+
+/******* Button *******/
+
+.GadgetGrid .GadgetStyle .ButtonLeft {
+ background: url("images/GadgetStyle.gif") no-repeat left top;
+ padding-left: 2px;
+}
+
+.GadgetGrid .GadgetStyle .ButtonRight {
+ background: url("images/GadgetStyle.gif") no-repeat right top;
+ padding-right: 2px;
+}
+
+.GadgetGrid .GadgetStyle .ButtonMiddle {
+ background: url("images/GadgetStyle.gif") repeat-x left -22px;
+ line-height: 22px;
+ padding: 0px 5px;
+}
+
+.GadgetGrid .GadgetStyle .ButtonMiddle a {
+ color: #6086eb;
+ font-size: 11px;
+ font-weight: bold;
+}
+
+.GadgetGrid .GadgetStyle .ButtonMiddle a:hover {
+ color: #626262;
+}
+
+/******* GadgetGmCanvas *******/
+
+.GadgetGrid .UIGrid .SkinID input {
+ width: 125px;
+}
+
+/********* GadgetGmCanvasMessage ************/
+
+.GadgetGmCanvasMessage {
+ margin-bottom: 20px;
+ display: none;
+}
+
+.GadgetGmCanvasMessage .UIGrid .SkinID input {
+ width: 130px;
+}
+
+.ContentSelected {
+ display: block;
+}
+
+/********* BoxFile ************/
+.BoxFile {
+}
+
+.BoxFile .UIGrid {
+ border: 1px solid #ebebeb;
+ border-collapse: collapse;
+ padding-left: 1px;
+ table-layout: fixed;
+ width: 100%;
+}
+
+.BoxFile .UIGrid thead .FieldComponent {
+ border-right: 1px solid #fff;
+}
+
+.BoxFile .UIGrid th {
+ background: #ebebeb;
+ font-weight: normal;
+ line-height: 20px;
+ padding: 0 10px;
+ vertical-align: middle;
+ text-align: left;
+ font-weight: bold;
+ border-bottom: 1px solid #fff;
+}
+
+.BoxFile .UIGrid tbody {
+ padding-bottom:1px;
+}
+
+.BoxFile .UIGrid .EvenRow {
+ background: #F5F5F5;
+}
+
+.BoxFile .UIGrid .OddRow {
+ background: #fff;
+}
+
+.BoxFile .UIGrid td {
+ border-left: 1px solid #ebebeb;
+ border-right: 1px solid #ebebeb;
+ border-top: 1px solid #ebebeb;
+ line-height: 16px;
+ padding: 2px 10px;
+}
+
+.mmlib_xlink {
+ background: url('images/IconClose_Gadget.gif') no-repeat left top;
+ cursor:pointer;
+ width: 14px;
+ display: block;
+ height: 14px;
+}
+
+.mmlib_table {
+ background-color:#FFFFFF;
+ border-collapse:separate;
+ border-spacing:0;
+ font:bold 9px arial,sans-serif;
+ padding:1px 0;
+ width:100%;
+}
\ No newline at end of file
Added: portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/style/home.css
===================================================================
--- portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/style/home.css (rev 0)
+++ portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/style/home.css 2011-07-12 08:18:58 UTC (rev 6860)
@@ -0,0 +1,204 @@
+body {
+ font-family: Lucida Sans, Arial, Verdana, sans-serif;
+ margin: 0px;
+ color: #626262;
+}
+
+body, th, td, div, span, p {
+ font-family: Lucida Sans,Arial,Verdana,sans-serif;
+ font-size: 11px;
+}
+
+img {
+ border: none;
+}
+
+a {
+ text-decoration: none;
+}
+
+.ClearFix:after {
+ content: ".";
+ display: block;
+ height: 0;
+ clear: both;
+ visibility: hidden;
+}
+
+.ClearFix {
+ !display: inline-block;
+ !zoom: 1;
+ !display: block;
+}
+
+.FL {
+ float: left;
+}
+
+.FR {
+ float: right;
+}
+
+/******* UIGadget ********/
+.UIGadget {
+ width: 100%;
+}
+
+.Note {
+ background: #fff5f5;
+ color: #f43f3f;
+ padding: 7px 5px;
+ text-align: center;
+ font-weight: bold;
+ font-size: 10px;
+}
+
+.TopGadget {
+ padding: 10px 0px;
+ text-align: center;
+}
+
+.TopGadget .ServicesBox {
+ width: 220px;
+ margin: 0px auto;
+}
+
+.TopGadget p {
+ margin: 0px;
+ font-style: italic;
+ text-align: left;
+ padding: 5px 10px;
+ line-height: 14px;
+ background: #f5f5f5;
+ color: #777;
+}
+
+.TopGadget .Text {
+ font-weight: bold;
+ color: #636363;
+ float: left;
+ line-height: 20px;
+ font-size: 12px;
+}
+
+.TopGadget select {
+ background: #f9f9f9;
+ height: 18px;
+ border: 1px solid #cacaca;
+ color: #6086eb;
+ font-size: 12px;
+ -moz-border-radius: 2px;
+ width: 110px;
+ float: left;
+ margin: 0px 5px 0px 10px;
+}
+
+.TopGadget .DesIconHome {
+ background: url(images/DesIconHome.gif) no-repeat left top;
+ width: 22px;
+ height: 22px;
+ display: block;
+ float: left;
+ cursor: pointer;
+}
+
+.DescriptionBox {
+ display: none;
+}
+
+.TitleGrid .BgTitle {
+ background: #f5f5f5;
+ padding: 5px 10px 0px 10px;
+ float: left;
+}
+
+.TitleGrid h3 {
+ font-weight: bold;
+ color: #555;
+ float: left;
+ line-height: 20px;
+ padding-right: 10px;
+ margin: 0px;
+ font-size: 11px;
+}
+
+.TitleGrid select {
+ background: #f9f9f9;
+ height: 18px;
+ border: 1px solid #cacaca;
+ color: #6086eb;
+ font-size: 12px;
+ -moz-border-radius: 2px;
+ width: 110px;
+ float: left;
+}
+
+.GadgetGrid {
+ background: #f5f5f5;
+ padding: 4px 0px;
+ margin-bottom: 10px;
+}
+
+.GadgetGrid .UIGrid {
+ border: 1px solid #ebebeb;
+ border-collapse: collapse;
+ padding-left: 1px;
+ table-layout: fixed;
+ width: 100%;
+}
+
+.GadgetGrid .UIGrid thead .FieldComponent {
+ border-right: 1px solid #fff;
+ width: 30%;
+}
+
+.GadgetGrid .UIGrid th {
+ background: #efefef;
+ line-height: 24px;
+ padding: 0 10px;
+ vertical-align: middle;
+ text-align: left;
+ border-bottom: 1px solid #fff;
+ color: #777;
+ font-weight: bold;
+}
+
+.GadgetGrid .UIGrid .EvenRow {
+ background: #f8f8f8;
+}
+
+.GadgetGrid .UIGrid .OddRow {
+ background: #fff;
+}
+
+.GadgetGrid .UIGrid td {
+ border-left: 1px solid #ebebeb;
+ border-right: 1px solid #ebebeb;
+ border-top: 1px solid #ebebeb;
+ line-height: 20px;
+ padding: 4px 10px;
+ color: #888888;
+}
+
+.GadgetGrid .UIGrid .Text {
+ overflow: hidden;
+}
+
+.GadgetGrid .UIGrid .SkinID {
+ background: #efefef;
+ padding: 0px 5px;
+ -moz-border-radius: 2px 2px 2px 2px;
+}
+
+.GadgetGrid .UIGrid .SkinID input {
+ height: 12px;
+ border: 1px solid #cacaca;
+ width: 80px;
+ font-size: 10px;
+ color: #848383;
+}
+
+.GadgetGrid .UIGrid .ActionContainer {
+ text-align: center;
+ white-space: nowrap;
+}
\ No newline at end of file
Added: portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/style/images/DesIcon.png
===================================================================
(Binary files differ)
Property changes on: portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/style/images/DesIcon.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/style/images/DesIconHome.gif
===================================================================
(Binary files differ)
Property changes on: portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/style/images/DesIconHome.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/style/images/GadgetStyle.gif
===================================================================
(Binary files differ)
Property changes on: portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/style/images/GadgetStyle.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/style/images/IconClose_Gadget.gif
===================================================================
(Binary files differ)
Property changes on: portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/style/images/IconClose_Gadget.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/style/images/ServicesManagement.png
===================================================================
(Binary files differ)
Property changes on: portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/style/images/ServicesManagement.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/group/platform/administrators/navigation.xml
===================================================================
--- portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/group/platform/administrators/navigation.xml 2011-07-11 21:26:57 UTC (rev 6859)
+++ portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/group/platform/administrators/navigation.xml 2011-07-12 08:18:58 UTC (rev 6860)
@@ -45,6 +45,13 @@
<label>#{administration.pageManagement}</label>
<page-reference>group::/platform/administrators::pageManagement</page-reference>
</node>
+
+ <node>
+ <uri>administration/servicesManagement</uri>
+ <name>servicesManagement</name>
+ <label>Services Management</label>
+ <page-reference>group::/platform/administrators::servicesManagement</page-reference>
+ </node>
</node>
</page-nodes>
</node-navigation>
Modified: portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/group/platform/administrators/pages.xml
===================================================================
--- portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/group/platform/administrators/pages.xml 2011-07-11 21:26:57 UTC (rev 6859)
+++ portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/group/platform/administrators/pages.xml 2011-07-12 08:18:58 UTC (rev 6860)
@@ -88,4 +88,19 @@
<show-info-bar>false</show-info-bar>
</portlet-application>
</page>
+
+ <page>
+ <name>servicesManagement</name>
+ <title>Services Management</title>
+ <access-permissions>manager:/platform/administrators</access-permissions>
+ <edit-permission>manager:/platform/administrators</edit-permission>
+ <gadget-application>
+ <gadget>
+ <gadget-ref>ServicesManagement</gadget-ref>
+ </gadget>
+ <title>Services Management</title>
+ <access-permissions>manager:/platform/administrators</access-permissions>
+ <show-info-bar>false</show-info-bar>
+ </gadget-application>
+ </page>
</page-set>
13 years, 6 months
gatein SVN: r6859 - portal/branches/api/component/api-impl/src/main/java/org/gatein/portal/api/impl.
by do-not-reply@jboss.org
Author: chris.laprun(a)jboss.com
Date: 2011-07-11 17:26:57 -0400 (Mon, 11 Jul 2011)
New Revision: 6859
Added:
portal/branches/api/component/api-impl/src/main/java/org/gatein/portal/api/impl/IdentifiableImpl.java
Modified:
portal/branches/api/component/api-impl/src/main/java/org/gatein/portal/api/impl/GateInImpl.java
portal/branches/api/component/api-impl/src/main/java/org/gatein/portal/api/impl/NavigationImpl.java
portal/branches/api/component/api-impl/src/main/java/org/gatein/portal/api/impl/PortalImpl.java
Log:
- Adapted for API changes.
Modified: portal/branches/api/component/api-impl/src/main/java/org/gatein/portal/api/impl/GateInImpl.java
===================================================================
--- portal/branches/api/component/api-impl/src/main/java/org/gatein/portal/api/impl/GateInImpl.java 2011-07-11 21:25:15 UTC (rev 6858)
+++ portal/branches/api/component/api-impl/src/main/java/org/gatein/portal/api/impl/GateInImpl.java 2011-07-11 21:26:57 UTC (rev 6859)
@@ -22,35 +22,44 @@
package org.gatein.portal.api.impl;
-import com.google.common.base.Function;
-import org.bouncycastle.ocsp.OCSPReqGenerator;
+import org.exoplatform.commons.utils.LazyPageList;
import org.exoplatform.container.ExoContainer;
import org.exoplatform.container.ExoContainerContext;
-import org.exoplatform.container.PortalContainer;
import org.exoplatform.container.configuration.ConfigurationManager;
import org.exoplatform.container.xml.InitParams;
+import org.exoplatform.portal.config.Query;
+import org.exoplatform.portal.config.model.PortalConfig;
+import org.exoplatform.portal.mop.SiteType;
import org.exoplatform.portal.mop.navigation.NavigationService;
import org.exoplatform.portal.pom.config.POMSession;
import org.exoplatform.portal.pom.config.POMSessionManager;
+import org.exoplatform.portal.pom.data.ModelDataStorage;
+import org.exoplatform.portal.pom.data.PortalData;
+import org.exoplatform.portal.pom.data.PortalKey;
import org.gatein.api.GateIn;
import org.gatein.api.IterableResult;
import org.gatein.api.Portal;
+import org.gatein.api.content.Application;
+import org.gatein.api.content.Content;
+import org.gatein.api.content.Gadget;
+import org.gatein.api.content.ManagedContent;
import org.gatein.api.id.Id;
import org.gatein.api.id.Identifiable;
import org.gatein.api.navigation.Site;
import org.gatein.mop.api.workspace.ObjectType;
-import org.gatein.mop.api.workspace.WorkspaceObject;
import org.picocontainer.Startable;
-import java.util.Collection;
+import java.net.URI;
import java.util.Iterator;
/** @author <a href="mailto:chris.laprun@jboss.com">Chris Laprun</a> */
public class GateInImpl implements GateIn, Startable
{
+ private static final Query<PortalConfig> PORTALS = new Query<PortalConfig>(SiteType.PORTAL.getName(), null, PortalConfig.class);
private ExoContainer container;
+ private ModelDataStorage dataStorage;
+ private NavigationService navigationService;
private POMSessionManager pomSessionManager;
- private NavigationService navigationService;
public GateInImpl(ExoContainerContext context, InitParams params, ConfigurationManager configurationManager)
{
@@ -59,54 +68,65 @@
public IterableResult<Portal> getPortals()
{
- final POMSession session = pomSessionManager.getSession();
- final Collection<org.gatein.mop.api.workspace.Site> sites = session.getWorkspace().getSites(ObjectType.PORTAL_SITE);
- return new IterableResult<Portal>() {
- private int size = -1;
+ try
+ {
+ LazyPageList<PortalConfig> portals = dataStorage.find(PORTALS);
- public int size()
+ return new IterableResult<Portal>()
{
- if(size != -1)
+ private int size = -1;
+
+ public int size()
{
- return size;
+ if (size != -1)
+ {
+ return size;
+ }
+ else
+ {
+ POMSession session = pomSessionManager.getSession();
+ size = session.findObjects(ObjectType.PORTAL_SITE, ObjectType.PORTAL_SITE, null, null, 0, 1).hits();
+ session.close();
+ return size;
+ }
}
- else
+
+ public boolean contains(Portal portal)
{
- size = session.findObjects(ObjectType.PORTAL_SITE, ObjectType.PORTAL_SITE, null, null, 0, 1).hits();
- return size;
+ POMSession session = pomSessionManager.getSession();
+ boolean found = portal != null && session.findObjectById(portal.getId().toString()) != null;
+ session.close();
+ return found;
}
- }
- public boolean contains(Portal portal)
- {
- return portal != null && session.findObjectById(portal.getId().toString()) != null;
- }
-
- public Iterator<Portal> iterator()
- {
- return null ;
- }
- };
+ public Iterator<Portal> iterator()
+ {
+ return null;
+ }
+ };
+ }
+ catch (Exception e)
+ {
+ throw new RuntimeException(e);
+ }
}
public Portal getPortal(Id<Portal> portalId)
{
- final POMSession session = pomSessionManager.getSession();
- WorkspaceObject objectById = session.findObjectById(portalId.toString());
- if (objectById instanceof org.gatein.mop.api.workspace.Site)
+ try
{
- org.gatein.mop.api.workspace.Site site = (org.gatein.mop.api.workspace.Site)objectById;
- if(ObjectType.PORTAL_SITE.equals(site.getObjectType()))
- {
- return new PortalImpl(site);
- }
+ PortalData portalConfig = dataStorage.getPortalConfig(PortalKey.create(portalId.toString()));
+ return new PortalImpl(portalConfig, this);
}
- return null;
+ catch (Exception e)
+ {
+ throw new RuntimeException(e);
+ }
}
public Portal getDefaultPortal()
{
- return null; //To change body of implemented methods use File | Settings | File Templates.
+ return getPortal(portalId("default")); // todo: check
}
public IterableResult<Site> getSites()
@@ -149,14 +169,65 @@
return null; //To change body of implemented methods use File | Settings | File Templates.
}
+ public Id userId(String user)
+ {
+ return null; //To change body of implemented methods use File | Settings | File Templates.
+ }
+
+ public Id groupId(String root, String... children)
+ {
+ return null; //To change body of implemented methods use File | Settings | File Templates.
+ }
+
+ public Id<Application> applicationId(String application, String portlet)
+ {
+ return null; //To change body of implemented methods use File | Settings | File Templates.
+ }
+
+ public Id<Content> wsrpPortletId(String invoker, String portlet)
+ {
+ return null; //To change body of implemented methods use File | Settings | File Templates.
+ }
+
+ public Id<Gadget> gadgetId(String gadgetName)
+ {
+ return null; //To change body of implemented methods use File | Settings | File Templates.
+ }
+
+ public Id<Gadget> gadgetId(URI uri)
+ {
+ return null; //To change body of implemented methods use File | Settings | File Templates.
+ }
+
+ public <T extends Content> Id<ManagedContent<T>> managedContentId(Id<Content<T>> contentId)
+ {
+ return null; //To change body of implemented methods use File | Settings | File Templates.
+ }
+
+ public Id<Portal> portalId(String portalName)
+ {
+ return null; //To change body of implemented methods use File | Settings | File Templates.
+ }
+
public void start()
{
- pomSessionManager = (POMSessionManager) container.getComponentInstanceOfType(POMSessionManager.class);
- navigationService = (NavigationService) container.getComponentInstanceOfType(NavigationService.class);
+ dataStorage = (ModelDataStorage)container.getComponentInstanceOfType(ModelDataStorage.class);
+ navigationService = (NavigationService)container.getComponentInstanceOfType(NavigationService.class);
+ pomSessionManager = (POMSessionManager)container.getComponentInstanceOfType(POMSessionManager.class);
}
public void stop()
{
//To change body of implemented methods use File | Settings | File Templates.
}
+
+ ModelDataStorage getDataStorage()
+ {
+ return dataStorage;
+ }
+
+ NavigationService getNavigationService()
+ {
+ return navigationService;
+ }
}
Added: portal/branches/api/component/api-impl/src/main/java/org/gatein/portal/api/impl/IdentifiableImpl.java
===================================================================
--- portal/branches/api/component/api-impl/src/main/java/org/gatein/portal/api/impl/IdentifiableImpl.java (rev 0)
+++ portal/branches/api/component/api-impl/src/main/java/org/gatein/portal/api/impl/IdentifiableImpl.java 2011-07-11 21:26:57 UTC (rev 6859)
@@ -0,0 +1,69 @@
+/*
+* JBoss, a division of Red Hat
+* Copyright 2008, Red Hat Middleware, LLC, and individual contributors as indicated
+* by the @authors tag. See the copyright.txt in the distribution for a
+* full listing of individual contributors.
+*
+* 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.
+*/
+
+package org.gatein.portal.api.impl;
+
+import org.gatein.api.GateIn;
+import org.gatein.api.id.Id;
+import org.gatein.api.id.Identifiable;
+
+/** @author <a href="mailto:chris.laprun@jboss.com">Chris Laprun</a> */
+public class IdentifiableImpl<T extends Identifiable<T>> implements Identifiable<T>
+{
+ private final Id<T> id;
+ private final String name;
+ private final String displayName;
+ private final GateInImpl gateIn;
+
+ public IdentifiableImpl(Id<T> id, String name, GateInImpl gateIn)
+ {
+ this.id = id;
+ this.name = name;
+ this.gateIn = gateIn;
+ this.displayName = name; // todo: fix-me
+ }
+
+ public Id<T> getId()
+ {
+ return id;
+ }
+
+ public String getName()
+ {
+ return name;
+ }
+
+ public String getDisplayName()
+ {
+ return displayName;
+ }
+
+ public GateIn getGateIn()
+ {
+ return getGateInImpl();
+ }
+
+ protected GateInImpl getGateInImpl()
+ {
+ return gateIn;
+ }
+}
Modified: portal/branches/api/component/api-impl/src/main/java/org/gatein/portal/api/impl/NavigationImpl.java
===================================================================
--- portal/branches/api/component/api-impl/src/main/java/org/gatein/portal/api/impl/NavigationImpl.java 2011-07-11 21:25:15 UTC (rev 6858)
+++ portal/branches/api/component/api-impl/src/main/java/org/gatein/portal/api/impl/NavigationImpl.java 2011-07-11 21:26:57 UTC (rev 6859)
@@ -22,19 +22,20 @@
package org.gatein.portal.api.impl;
+import org.exoplatform.portal.mop.navigation.NodeContext;
import org.gatein.api.Filter;
import org.gatein.api.IterableResult;
import org.gatein.api.Query;
-import org.gatein.api.id.Id;
import org.gatein.api.navigation.Navigation;
import org.gatein.api.navigation.Page;
import org.gatein.api.navigation.Site;
/** @author <a href="mailto:chris.laprun@jboss.com">Chris Laprun</a> */
-public class NavigationImpl implements Navigation
+public class NavigationImpl extends IdentifiableImpl<Navigation> implements Navigation
{
- public NavigationImpl(org.gatein.mop.api.workspace.Navigation navigation)
+ public NavigationImpl(NodeContext<?> navigation, GateInImpl gateIn)
{
+ super(null, navigation.getName(), gateIn);
}
public Page getTargetPage()
@@ -86,19 +87,4 @@
{
return null; //To change body of implemented methods use File | Settings | File Templates.
}
-
- public Id<Navigation> getId()
- {
- return null; //To change body of implemented methods use File | Settings | File Templates.
- }
-
- public String getName()
- {
- return null; //To change body of implemented methods use File | Settings | File Templates.
- }
-
- public String getDisplayName()
- {
- return null; //To change body of implemented methods use File | Settings | File Templates.
- }
}
Modified: portal/branches/api/component/api-impl/src/main/java/org/gatein/portal/api/impl/PortalImpl.java
===================================================================
--- portal/branches/api/component/api-impl/src/main/java/org/gatein/portal/api/impl/PortalImpl.java 2011-07-11 21:25:15 UTC (rev 6858)
+++ portal/branches/api/component/api-impl/src/main/java/org/gatein/portal/api/impl/PortalImpl.java 2011-07-11 21:26:57 UTC (rev 6859)
@@ -22,23 +22,33 @@
package org.gatein.portal.api.impl;
+import org.exoplatform.portal.mop.SiteKey;
+import org.exoplatform.portal.mop.navigation.NavigationContext;
+import org.exoplatform.portal.mop.navigation.NavigationService;
+import org.exoplatform.portal.mop.navigation.NodeContext;
+import org.exoplatform.portal.mop.navigation.NodeModel;
+import org.exoplatform.portal.mop.navigation.Scope;
+import org.exoplatform.portal.pom.data.PortalData;
import org.gatein.api.Container;
import org.gatein.api.Portal;
import org.gatein.api.content.ContentRegistry;
+import org.gatein.api.id.Context;
import org.gatein.api.id.Id;
import org.gatein.api.navigation.Navigation;
import org.gatein.api.navigation.Page;
import org.gatein.api.navigation.Site;
-import org.gatein.api.navigation.Targetable;
+import java.util.regex.Pattern;
+
/** @author <a href="mailto:chris.laprun@jboss.com">Chris Laprun</a> */
-public class PortalImpl implements Portal
+public class PortalImpl extends IdentifiableImpl implements Portal
{
- private final org.gatein.mop.api.workspace.Site site;
+ public static final Context CONTEXT = Context.builder().requiredComponent("owner", Site.class, Pattern.compile("\\w+"))
+ .requiredComponent("name", Portal.class, Pattern.compile("\\w+")).withDefaultSeparator("::").build();
- public PortalImpl(org.gatein.mop.api.workspace.Site site)
+ public PortalImpl(PortalData portal, GateInImpl gateIn)
{
- this.site = site;
+ super(Id.create(CONTEXT, Portal.class, portal.getKey().getType(), portal.getKey().getId()), portal.getName(), gateIn);
}
public ContentRegistry getContentRegistry()
@@ -46,37 +56,28 @@
return null; //To change body of implemented methods use File | Settings | File Templates.
}
- public Id<Portal> getId()
+ public Container<String, Page> getPageRegistry()
{
return null; //To change body of implemented methods use File | Settings | File Templates.
}
- public String getName()
+ public Navigation getNavigation()
{
- return site.getName();
- }
+ NavigationService service = getGateInImpl().getNavigationService();
+ NavigationContext navigation = service.loadNavigation(SiteKey.portal(getName()));
- public String getDisplayName()
- {
- return getName(); // todo: fix me
- }
+ //
+ NodeContext<?> node = service.loadNode(NodeModel.SELF_MODEL, navigation, Scope.SINGLE, null).getNode();
- public Container<String, Page> getPageRegistry()
- {
- return null; //To change body of implemented methods use File | Settings | File Templates.
+ return new NavigationImpl(node, getGateInImpl());
}
- public Navigation getNavigation()
- {
- return new NavigationImpl(site.getRootNavigation());
- }
-
public Type getType()
{
return Type.PORTAL;
}
- public Navigation createNavigationTo(Targetable node, Navigation parent)
+ public Navigation createNavigationTo(Page node, Navigation parent)
{
return null; //To change body of implemented methods use File | Settings | File Templates.
}
13 years, 6 months
gatein SVN: r6858 - portal/branches/api/web/portal/src/main/webapp/WEB-INF/conf/api.
by do-not-reply@jboss.org
Author: chris.laprun(a)jboss.com
Date: 2011-07-11 17:25:15 -0400 (Mon, 11 Jul 2011)
New Revision: 6858
Modified:
portal/branches/api/web/portal/src/main/webapp/WEB-INF/conf/api/api-configuration.xml
Log:
- Fixed improper reference to implementation class.
Modified: portal/branches/api/web/portal/src/main/webapp/WEB-INF/conf/api/api-configuration.xml
===================================================================
--- portal/branches/api/web/portal/src/main/webapp/WEB-INF/conf/api/api-configuration.xml 2011-07-11 14:32:59 UTC (rev 6857)
+++ portal/branches/api/web/portal/src/main/webapp/WEB-INF/conf/api/api-configuration.xml 2011-07-11 21:25:15 UTC (rev 6858)
@@ -29,7 +29,7 @@
<component>
<key>org.gatein.portal.api.GateIn</key>
- <type>org.gatein.portal.api.impl.DefaultGateIn</type>
+ <type>org.gatein.portal.api.impl.GateInImpl</type>
</component>
</configuration>
13 years, 6 months
gatein SVN: r6857 - in portal/trunk: examples/portal/war/src/main/webapp/WEB-INF/conf/sample-portal/portal/portal/classic and 3 other directories.
by do-not-reply@jboss.org
Author: bdaw
Date: 2011-07-11 10:32:59 -0400 (Mon, 11 Jul 2011)
New Revision: 6857
Modified:
portal/trunk/examples/extension/war/src/main/webapp/WEB-INF/conf/sample-ext/portal/portal/classic/pages.xml
portal/trunk/examples/portal/war/src/main/webapp/WEB-INF/conf/sample-portal/portal/portal/classic/pages.xml
portal/trunk/portlet/web/src/main/webapp/WEB-INF/portlet.xml
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/group/platform/guests/pages.xml
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/group/platform/users/pages.xml
Log:
GTNPORTAL-1696 Upgrade PicketLink IDM jars to 1.1.7.GA
Modified: portal/trunk/examples/extension/war/src/main/webapp/WEB-INF/conf/sample-ext/portal/portal/classic/pages.xml
===================================================================
--- portal/trunk/examples/extension/war/src/main/webapp/WEB-INF/conf/sample-ext/portal/portal/classic/pages.xml 2011-07-11 05:11:38 UTC (rev 6856)
+++ portal/trunk/examples/extension/war/src/main/webapp/WEB-INF/conf/sample-ext/portal/portal/classic/pages.xml 2011-07-11 14:32:59 UTC (rev 6857)
@@ -37,7 +37,7 @@
<preferences>
<preference>
<name>url</name>
- <value>http://blog.gatein.org</value>
+ <value>http://jboss.org/gatein</value>
<read-only>false</read-only>
</preference>
</preferences>
Modified: portal/trunk/examples/portal/war/src/main/webapp/WEB-INF/conf/sample-portal/portal/portal/classic/pages.xml
===================================================================
--- portal/trunk/examples/portal/war/src/main/webapp/WEB-INF/conf/sample-portal/portal/portal/classic/pages.xml 2011-07-11 05:11:38 UTC (rev 6856)
+++ portal/trunk/examples/portal/war/src/main/webapp/WEB-INF/conf/sample-portal/portal/portal/classic/pages.xml 2011-07-11 14:32:59 UTC (rev 6857)
@@ -37,7 +37,7 @@
<preferences>
<preference>
<name>url</name>
- <value>http://blog.gatein.org</value>
+ <value>http://jboss.org/gatein</value>
<read-only>false</read-only>
</preference>
</preferences>
Modified: portal/trunk/portlet/web/src/main/webapp/WEB-INF/portlet.xml
===================================================================
--- portal/trunk/portlet/web/src/main/webapp/WEB-INF/portlet.xml 2011-07-11 05:11:38 UTC (rev 6856)
+++ portal/trunk/portlet/web/src/main/webapp/WEB-INF/portlet.xml 2011-07-11 14:32:59 UTC (rev 6857)
@@ -274,7 +274,7 @@
<portlet-preferences>
<preference>
<name>url</name>
- <value>http://blog.gatein.org</value>
+ <value>http://jboss.org/gatein</value>
<read-only>false</read-only>
</preference>
</portlet-preferences>
Modified: portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/group/platform/guests/pages.xml
===================================================================
--- portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/group/platform/guests/pages.xml 2011-07-11 05:11:38 UTC (rev 6856)
+++ portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/group/platform/guests/pages.xml 2011-07-11 14:32:59 UTC (rev 6857)
@@ -53,7 +53,7 @@
<preferences>
<preference>
<name>url</name>
- <value>http://blog.gatein.org</value>
+ <value>http://jboss.org/gatein</value>
<read-only>false</read-only>
</preference>
</preferences>
Modified: portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/group/platform/users/pages.xml
===================================================================
--- portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/group/platform/users/pages.xml 2011-07-11 05:11:38 UTC (rev 6856)
+++ portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/group/platform/users/pages.xml 2011-07-11 14:32:59 UTC (rev 6857)
@@ -37,7 +37,7 @@
<preferences>
<preference>
<name>url</name>
- <value>http://blog.gatein.org</value>
+ <value>http://jboss.org/gatein</value>
<read-only>false</read-only>
</preference>
</preferences>
13 years, 6 months
gatein SVN: r6856 - epp/docs/branches/5.1/Release_Notes/en-US.
by do-not-reply@jboss.org
Author: smumford
Date: 2011-07-11 01:11:38 -0400 (Mon, 11 Jul 2011)
New Revision: 6856
Added:
epp/docs/branches/5.1/Release_Notes/en-US/not_documented.xml
Modified:
epp/docs/branches/5.1/Release_Notes/en-US/5.1.1_Release_Notes.xml
epp/docs/branches/5.1/Release_Notes/en-US/Book_Info.xml
epp/docs/branches/5.1/Release_Notes/en-US/Revision_History.xml
epp/docs/branches/5.1/Release_Notes/en-US/known_issues.xml
epp/docs/branches/5.1/Release_Notes/en-US/need_info.xml
epp/docs/branches/5.1/Release_Notes/en-US/resolved_issues.xml
Log:
Added more resolved issues and 'Not Yet Documented' section.
Modified: epp/docs/branches/5.1/Release_Notes/en-US/5.1.1_Release_Notes.xml
===================================================================
--- epp/docs/branches/5.1/Release_Notes/en-US/5.1.1_Release_Notes.xml 2011-07-08 21:13:29 UTC (rev 6855)
+++ epp/docs/branches/5.1/Release_Notes/en-US/5.1.1_Release_Notes.xml 2011-07-11 05:11:38 UTC (rev 6856)
@@ -4,36 +4,36 @@
%BOOK_ENTITIES;
]>
<article>
- <xi:include href="Book_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- <section id="sect-5.1.1_Release_Notes-Introduction">
- <title>Introduction</title>
- <para>
- JBoss Enterprise Portal Platform offers an intuitive, easy to manage user interface and a proven core infrastructure to enable organizations to quickly build dynamic web sites in a highly reusable way. By bringing the principals of Open Choice to the presentation layer, JBoss Enterprise Portal Platform 5 maximizes existing skills and technology investments.
- </para>
- <para>
- By integrating proven open source frameworks such as JBoss Seam, Hibernate, Tomcat and JBoss Cache JBoss Enterprise Portal Platform takes advantage of innovations in the open source community. As well, JBoss Enterprise Portal Platform version 5.1.1 is fully tested and supported by Red Hat, and is certified to work on many leading enterprise hardware and software products.
- </para>
+ <xi:include href="Book_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <section id="sect-5.1.1_Release_Notes-Introduction">
+ <title>Introduction</title>
+ <para>
+ JBoss Enterprise Portal Platform offers an intuitive, easy to manage user interface and a proven core infrastructure to enable organizations to quickly build dynamic web sites in a highly reusable way. By bringing the principals of Open Choice to the presentation layer, JBoss Enterprise Portal Platform 5 maximizes existing skills and technology investments.
+ </para>
+ <para>
+ By integrating proven open source frameworks such as JBoss Seam, Hibernate, Tomcat and JBoss Cache JBoss Enterprise Portal Platform takes advantage of innovations in the open source community. As well, JBoss Enterprise Portal Platform version 5.1.1 is fully tested and supported by Red Hat, and is certified to work on many leading enterprise hardware and software products.
+ </para>
- </section>
-
- <section id="sect-5.1.1_Release_Notes-New_and_Upgraded_Components">
- <title>Upgraded Components</title>
-
- <variablelist id="vari-5.1.1_Release_Notes-New_and_Upgraded_Components-Upgraded_Components">
- <title></title>
- <varlistentry>
- <term>JBoss EAP</term>
- <listitem>
- <para>
+ </section>
+
+ <section id="sect-5.1.1_Release_Notes-New_and_Upgraded_Components">
+ <title>Upgraded Components</title>
+
+ <variablelist id="vari-5.1.1_Release_Notes-New_and_Upgraded_Components-Upgraded_Components">
+ <title></title>
+ <varlistentry>
+ <term>JBoss EAP</term>
+ <listitem>
+ <para>
The Enterprise Application Platform has been upgraded to 5.1.1-GA.
- </para>
- </listitem>
- </varlistentry>
+ </para>
+ </listitem>
+ </varlistentry>
<varlistentry>
<term>JBoss Portlet Bridge</term>
<listitem>
<para>
- The JBoss Portlet Bridge component has been upgraded to version 2.1.1.GA.EPP51. <!--JBEPP-888-->
+ The JBoss Portlet Bridge component has been upgraded to version 2.1.1.GA.EPP51. <!--JBEPP-888-->
</para>
</listitem>
</varlistentry>
@@ -49,7 +49,7 @@
<term>eXo JCR</term>
<listitem>
<para>
- The eXo Java Content Repository has been upgraded to version 1.12.8-GA. <!--JBEPP-728-->
+ The eXo Java Content Repository has been upgraded to version 1.12.8-GA. <!--JBEPP-728-->
</para>
</listitem>
</varlistentry>
@@ -57,7 +57,7 @@
<term>PicketLink</term>
<listitem>
<para>
- The PicketLink IDM component has been upgraded to version 1.1.8-GA. <!--JBEPP-858-->
+ The PicketLink IDM component has been upgraded to version 1.1.8-GA. <!--JBEPP-858-->
</para>
</listitem>
</varlistentry>
@@ -73,11 +73,11 @@
<term>WSRP</term>
<listitem>
<para>
- The WSRP component has been upgraded to 2.0.1-GA. <!--JBEPP-789-->
+ The WSRP component has been upgraded to 2.0.1-GA. <!--JBEPP-789-->
</para>
</listitem>
</varlistentry>
- </variablelist>
+ </variablelist>
<para>
More details about the component versions that make up JBoss Enterprise Portal Platform 5.1.1 can be found in <xref linkend="sect-5.1.1_Release_Notes-Component_Versions"/>
</para>
@@ -86,284 +86,285 @@
Author [w/email]: Honza Fnukal (hfnukal(a)redhat.com)
License: Red Hat?
-->
- </section>
-
- <section id="sect-5.1.1_Release_Notes-Component_Versions">
- <title>Component Versions</title>
- <para>
- This section details the versions of the components in JBoss Enterprise Portal Platform 5.1.1.
- </para>
- <table id="tabl-5.1.1_Release_Notes-Component_Versions-JBoss_Enterprise_Portal_Platform_Component_Versions">
- <title>JBoss Enterprise Portal Platform Component Versions</title>
- <tgroup cols="2">
- <thead>
- <row>
- <entry>
- Component
- </entry>
- <entry>
- Version
- </entry>
- </row>
- </thead>
- <tbody>
- <row>
- <entry>
- EAP
- </entry>
- <entry>
- 5.1.1-GA
- </entry>
- </row>
- <row>
- <entry>
- eXo junit
- </entry>
- <entry>
- 1.2.1-GA
- </entry>
- </row>
- <row>
- <entry>
- eXo kernel
- </entry>
- <entry>
- 2.2.8-GA
- </entry>
- </row>
- <row>
- <entry>
- eXo Core
- </entry>
- <entry>
- 2.3.8-GA
- </entry>
- </row>
- <row>
- <entry>
- eXo WS
- </entry>
- <entry>
- 2.1.8-GA
- </entry>
- </row>
- <row>
- <entry>
- eXo JCR
- </entry>
- <entry>
- 1.12.8-CP01
- </entry>
- </row>
- <row>
- <entry>
- Apache Shindig
- </entry>
- <entry>
- 1.0-r790473-Patch04
- </entry>
- </row>
- <row>
- <entry>
- Simple Captcha
- </entry>
- <entry>
- 1.1.1-GA-Patch01
- </entry>
- </row>
- <row>
- <entry>
- GateIn Parent
- </entry>
- <entry>
- 1.0.1-GA
- </entry>
- </row>
- <row>
- <entry>
- GateIn dep
- </entry>
- <entry>
- 1.0.2-GA
- </entry>
- </row>
- <row>
- <entry>
- GateIn Common
- </entry>
- <entry>
- 2.0.3-GA
- </entry>
- </row>
- <row>
- <entry>
- GateIn WCI
- </entry>
- <entry>
- 2.0.2-GA
- </entry>
- </row>
- <row>
- <entry>
- GateIn PC
- </entry>
- <entry>
- 2.2.0-GA
- </entry>
- </row>
- <row>
- <entry>
- GateIn WSRP
- </entry>
- <entry>
- 2.0.1-EPP51-GA
- </entry>
- </row>
- <row>
- <entry>
- GateIn MOP
- </entry>
- <entry>
- 1.0.3-GA
- </entry>
- </row>
- <row>
- <entry>
- GateIn SSO
- </entry>
- <entry>
- 1.0.2-epp-GA
- </entry>
- </row>
- <row>
- <entry>
- PicketLink IDM
- </entry>
- <entry>
- 1.1.8-GA
- </entry>
- </row>
- <row>
- <entry>
- Chromattic
- </entry>
- <entry>
- 1.0.3
- </entry>
- </row>
- <row>
- <entry>
- Portlet Bridge
- </entry>
- <entry>
- 2.1.1.GA.EPP51
- </entry>
- </row>
- <row>
- <entry>
- Seam
- </entry>
- <entry>
- 2.2.3.EAP5-13.ep5.el6
- </entry>
- </row>
- <row>
- <entry>
- Richfaces
- </entry>
- <entry>
- 3.3.1.SP3.1.ep5.el6
- </entry>
- </row>
- <row>
- <entry>
- Groovy
- </entry>
- <entry>
- 1.6.5
- </entry>
- </row>
- <row>
- <entry>
- Commons DBCP
- </entry>
- <entry>
- 1.2.2
- </entry>
- </row>
- <row>
- <entry>
- Commons IO
- </entry>
- <entry>
- 1.4
- </entry>
- </row>
- <row>
- <entry>
- Commons Lang
- </entry>
- <entry>
- 2.4
- </entry>
- </row>
- <row>
- <entry>
- HSQLDB
- </entry>
- <entry>
- 1.8.0.7
- </entry>
- </row>
- <row>
- <entry>
- JBoss Cache
- </entry>
- <entry>
- 3.2.7
- </entry>
- </row>
- </tbody>
- </tgroup>
- </table>
+ </section>
+
+ <section id="sect-5.1.1_Release_Notes-Component_Versions">
+ <title>Component Versions</title>
+ <para>
+ This section details the versions of the components in JBoss Enterprise Portal Platform 5.1.1.
+ </para>
+ <table id="tabl-5.1.1_Release_Notes-Component_Versions-JBoss_Enterprise_Portal_Platform_Component_Versions">
+ <title>JBoss Enterprise Portal Platform Component Versions</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>
+ Component
+ </entry>
+ <entry>
+ Version
+ </entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>
+ EAP
+ </entry>
+ <entry>
+ 5.1.1-GA
+ </entry>
+ </row>
+ <row>
+ <entry>
+ eXo junit
+ </entry>
+ <entry>
+ 1.2.1-GA
+ </entry>
+ </row>
+ <row>
+ <entry>
+ eXo kernel
+ </entry>
+ <entry>
+ 2.2.8-GA
+ </entry>
+ </row>
+ <row>
+ <entry>
+ eXo Core
+ </entry>
+ <entry>
+ 2.3.8-GA
+ </entry>
+ </row>
+ <row>
+ <entry>
+ eXo WS
+ </entry>
+ <entry>
+ 2.1.8-GA
+ </entry>
+ </row>
+ <row>
+ <entry>
+ eXo JCR
+ </entry>
+ <entry>
+ 1.12.9
+ </entry>
+ </row>
+ <row>
+ <entry>
+ Apache Shindig
+ </entry>
+ <entry>
+ 1.0-r790473-Patch04
+ </entry>
+ </row>
+ <row>
+ <entry>
+ Simple Captcha
+ </entry>
+ <entry>
+ 1.1.1-GA-Patch01
+ </entry>
+ </row>
+ <row>
+ <entry>
+ GateIn Parent
+ </entry>
+ <entry>
+ 1.0.1-GA
+ </entry>
+ </row>
+ <row>
+ <entry>
+ GateIn dep
+ </entry>
+ <entry>
+ 1.0.2-GA
+ </entry>
+ </row>
+ <row>
+ <entry>
+ GateIn Common
+ </entry>
+ <entry>
+ 2.0.3-GA
+ </entry>
+ </row>
+ <row>
+ <entry>
+ GateIn WCI
+ </entry>
+ <entry>
+ 2.0.2-GA
+ </entry>
+ </row>
+ <row>
+ <entry>
+ GateIn PC
+ </entry>
+ <entry>
+ 2.2.0-GA
+ </entry>
+ </row>
+ <row>
+ <entry>
+ GateIn WSRP
+ </entry>
+ <entry>
+ 2.0.1-EPP51-GA
+ </entry>
+ </row>
+ <row>
+ <entry>
+ GateIn MOP
+ </entry>
+ <entry>
+ 1.0.3-GA
+ </entry>
+ </row>
+ <row>
+ <entry>
+ GateIn SSO
+ </entry>
+ <entry>
+ 1.0.2-epp-GA
+ </entry>
+ </row>
+ <row>
+ <entry>
+ PicketLink IDM
+ </entry>
+ <entry>
+ 1.1.8.GA
+ </entry>
+ </row>
+ <row>
+ <entry>
+ Chromattic
+ </entry>
+ <entry>
+ 1.0.3
+ </entry>
+ </row>
+ <row>
+ <entry>
+ Portlet Bridge
+ </entry>
+ <entry>
+ 2.1.1.GA.EPP51
+ </entry>
+ </row>
+ <row>
+ <entry>
+ Seam
+ </entry>
+ <entry>
+ 2.2.3.EAP5-13.ep5.el6
+ </entry>
+ </row>
+ <row>
+ <entry>
+ Richfaces
+ </entry>
+ <entry>
+ 3.3.1.SP3.1.ep5.el6
+ </entry>
+ </row>
+ <row>
+ <entry>
+ Groovy
+ </entry>
+ <entry>
+ 1.6.5
+ </entry>
+ </row>
+ <row>
+ <entry>
+ Commons DBCP
+ </entry>
+ <entry>
+ 1.2.2
+ </entry>
+ </row>
+ <row>
+ <entry>
+ Commons IO
+ </entry>
+ <entry>
+ 1.4
+ </entry>
+ </row>
+ <row>
+ <entry>
+ Commons Lang
+ </entry>
+ <entry>
+ 2.4
+ </entry>
+ </row>
+ <row>
+ <entry>
+ HSQLDB
+ </entry>
+ <entry>
+ 1.8.0.7
+ </entry>
+ </row>
+ <row>
+ <entry>
+ JBoss Cache
+ </entry>
+ <entry>
+ 3.2.7
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
<!-- Source Metadata
- URL: https://docspace.corp.redhat.com/docs/DOC-64265
- Author: Thomas Heute (theute(a)redhat.com)
+ URL: https://docspace.corp.redhat.com/docs/DOC-64265
+ Author: Thomas Heute (theute(a)redhat.com)
License: Red Hat is the Holder.
-->
- </section>
-
- <section id="sect-5.1.1_Release_Notes-Installation">
- <title>Installation</title>
- <para>
- The JBoss Enterprise Portal Platform Installation Guide contains details of software and hardware requirements as well as detailed installation instructions.
- </para>
- <para>
- The Installation Guide can be found online at <ulink type="http" url="http://docs.redhat.com/docs/en-US/JBoss_Enterprise_Portal_Platform/index...." />.
- </para>
+ </section>
- </section>
-
- <section id="sect-5.1.1_Release_Notes-Resolved_Issues">
- <title>Resolved Issues</title>
- <para>
- The following is a list of issues fixed in this release:
- </para>
- <xi:include href="resolved_issues.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <section id="sect-5.1.1_Release_Notes-Installation">
+ <title>Installation</title>
+ <para>
+ The JBoss Enterprise Portal Platform Installation Guide contains details of software and hardware requirements as well as detailed installation instructions.
+ </para>
+ <para>
+ The Installation Guide can be found online at <ulink type="http" url="http://docs.redhat.com/docs/en-US/JBoss_Enterprise_Portal_Platform/index...." />.
+ </para>
- </section>
-
- <section id="sect-5.1.1_Release_Notes-Known_Issues">
- <title>Known Issues</title>
- <para>
- There are no known issues in this release of JBoss Enterprise Portal Platform.
- </para>
- <!-- <para>
- The following is a list of known issues in this release:
- </para>
- <xi:include href="known_issues.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> -->
- </section>
-
+ </section>
+
+ <section id="sect-5.1.1_Release_Notes-Resolved_Issues">
+ <title>Resolved Issues</title>
+ <xi:include href="resolved_issues.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+ </section>
+
+ <section id="sect-5.1.1_Release_Notes-Known_Issues">
+ <title>Known Issues</title>
+ <xi:include href="known_issues.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ </section>
+
+ <section>
+ <title><remark>NEEDINFO</remark></title>
+ <xi:include href="need_info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ </section>
+
+ <section>
+ <title><remark>Not Documented</remark></title>
+ <xi:include href="not_documented.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ </section>
+
<section>
<title>Recommended Practices</title>
<variablelist>
@@ -375,7 +376,7 @@
JBoss Enterprise Portal Platform administrators should be aware that passwords saved by users who chose the <guilabel>Remember Me</guilabel> option when logging in are stored in the underlying JCR in plain text. This creates a possible security risk as user passwords could be obtained with an SQL query.
</para>
<para>
- While this is the default behavior of JBoss Enterprise Portal Platform, administrators can negate this risk by either disabling the <guilabel>Remember Me</guilabel> option or encrypting the passwords stored in the JCR.
+ While this is the default behavior of JBoss Enterprise Portal Platform, administrators can negate this risk by either disabling the <guilabel>Remember Me</guilabel> option or encrypting the passwords stored in the JCR.
</para>
<para>
Instructions for implementing both of these solutions are included in section 14.1 of the JBoss Enterprise Portal Platform Reference Guide which is available at <ulink type="http" url="http://docs.redhat.com/docs/en-US/JBoss_Enterprise_Portal_Platform/index...."></ulink>.
@@ -384,148 +385,143 @@
</varlistentry>
</variablelist>
</section>
-
- <!-- <section>
- <title><remark>NEEDINFO</remark></title>
- <xi:include href="need_info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- </section> -->
-
+
<section id="sect-5.1.1_Release_Notes-Migration">
- <title>Migration</title>
- <para>
- JBoss Enterprise Portal Platform 5 is based upon an entirely new core architecture and is not backwards compatible with JBoss Enterprise Portal Platform 4.3.
- </para>
- <para>
- As a value added part of an enterprise subscription the JBoss Portal team is working to develop a set of migration utilities (which may take the form of documentation, guides and/or scripts) to assist customers in migration. We intend to release these utilities in a future revision of JBoss Enterprise Portal Platform 5.
- </para>
- <para>
- For customers seeking to begin a migration prior to the availability of any Red Hat provided migration utilities, please contact Red Hat JBoss Support for migration advice. Red Hat JBoss support will be the main communication channel for migration knowledge as it is developed.
- </para>
- <para>
- Red Hat JBoss Customer Support can be accessed at <ulink type="http" url="https://www.redhat.com/apps/support/" />.
- </para>
- </section>
+ <title>Migration</title>
+ <para>
+ JBoss Enterprise Portal Platform 5 is based upon an entirely new core architecture and is not backwards compatible with JBoss Enterprise Portal Platform 4.3.
+ </para>
+ <para>
+ As a value added part of an enterprise subscription the JBoss Portal team is working to develop a set of migration utilities (which may take the form of documentation, guides and/or scripts) to assist customers in migration. We intend to release these utilities in a future revision of JBoss Enterprise Portal Platform 5.
+ </para>
+ <para>
+ For customers seeking to begin a migration prior to the availability of any Red Hat provided migration utilities, please contact Red Hat JBoss Support for migration advice. Red Hat JBoss support will be the main communication channel for migration knowledge as it is developed.
+ </para>
+ <para>
+ Red Hat JBoss Customer Support can be accessed at <ulink type="http" url="https://www.redhat.com/apps/support/" />.
+ </para>
+ </section>
- <section id="sect-5.1.1_Release_Notes-Site_Publisher">
- <title>Site Publisher</title>
- <para>
- Site Publisher provides many additional features for organizations looking to enable line of business resources to directly manage sites, pages and content within the context of the portal versus through integration with an external web content management system.
- </para>
- <para>
- This add-on is available for download from the <ulink type="http" url="https://support.redhat.com/jbossnetwork/restricted/softwareDetail.html?so...">Red Hat Customer Support Portal</ulink>.
- </para>
- <para>
- Documentation for this extension is available at <ulink type="http" url="http://docs.redhat.com/docs/en-US/JBoss_Site_Publisher/index.html">http://docs.redhat.com</ulink>
- </para>
+ <section id="sect-5.1.1_Release_Notes-Site_Publisher">
+ <title>Site Publisher</title>
+ <para>
+ Site Publisher provides many additional features for organizations looking to enable line of business resources to directly manage sites, pages and content within the context of the portal versus through integration with an external web content management system.
+ </para>
+ <para>
+ This add-on is available for download from the <ulink type="http" url="https://support.redhat.com/jbossnetwork/restricted/softwareDetail.html?so...">Red Hat Customer Support Portal</ulink>.
+ </para>
+ <para>
+ Documentation for this extension is available at <ulink type="http" url="http://docs.redhat.com/docs/en-US/JBoss_Site_Publisher/index.html">http://docs.redhat.com</ulink>
+ </para>
- </section>
-
- <section id="sect-5.1.1_Release_Notes-Documentation">
- <title>Documentation</title>
- <para>
- Visit <ulink type="http" url="http://docs.redhat.com/docs/en-US/JBoss_Enterprise_Portal_Platform/index....">http://docs.redhat.com</ulink> for further documentation regarding JBoss Enterprise Portal Platform.
- </para>
- <para>
- This documentation includes:
- </para>
- <para>
- <variablelist>
- <varlistentry>
- <term>Installation Guide</term>
- <listitem>
- <para>
- This document explains how to install and verify the installation of JBoss Enterprise Portal Platform using different installation methods.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>User Guide</term>
- <listitem>
- <para>
- This document provides an easy to follow guide to the functions and options available in JBoss Enterprise Portal Platform. It is intended to be accessible and useful to both experienced and novice portal users.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>Reference Guide</term>
- <listitem>
- <para>
- This is a high-level usage document. It deals with more advanced topics than the Installation and User guides, adding new content or taking concepts discussed in the earlier documents further. It aims to provide supporting documentation for advanced users of JBoss Enterprise Portal Platform. Its primary focus is on advanced use of the product and it assumes an intermediate or advanced knowledge of the technology and terms.
- </para>
- </listitem>
- </varlistentry>
+ </section>
+
+ <section id="sect-5.1.1_Release_Notes-Documentation">
+ <title>Documentation</title>
+ <para>
+ Visit <ulink type="http" url="http://docs.redhat.com/docs/en-US/JBoss_Enterprise_Portal_Platform/index....">http://docs.redhat.com</ulink> for further documentation regarding JBoss Enterprise Portal Platform.
+ </para>
+ <para>
+ This documentation includes:
+ </para>
+ <para>
+ <variablelist>
+ <varlistentry>
+ <term>Installation Guide</term>
+ <listitem>
+ <para>
+ This document explains how to install and verify the installation of JBoss Enterprise Portal Platform using different installation methods.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>User Guide</term>
+ <listitem>
+ <para>
+ This document provides an easy to follow guide to the functions and options available in JBoss Enterprise Portal Platform. It is intended to be accessible and useful to both experienced and novice portal users.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>Reference Guide</term>
+ <listitem>
+ <para>
+ This is a high-level usage document. It deals with more advanced topics than the Installation and User guides, adding new content or taking concepts discussed in the earlier documents further. It aims to provide supporting documentation for advanced users of JBoss Enterprise Portal Platform. Its primary focus is on advanced use of the product and it assumes an intermediate or advanced knowledge of the technology and terms.
+ </para>
+ </listitem>
+ </varlistentry>
<varlistentry>
<term>Site Publisher</term>
<listitem>
<para>
- Dedicated Installation and User Guides provide information on installing, configuring and using the JBoss Enterprise Portal Platform Site Publisher extension. These documents assume the required JBoss Enterprise Portal Platform installation is present and functioning properly.
+ Dedicated Installation and User Guides provide information on installing, configuring and using the JBoss Enterprise Portal Platform Site Publisher extension. These documents assume the required JBoss Enterprise Portal Platform installation is present and functioning properly.
</para>
</listitem>
</varlistentry>
- </variablelist>
- </para>
- <para>
- The online documentation will be updated as necessary so be sure to check the site regularly, especially when a new version of JBoss Enterprise Portal Platform is released.
- </para>
- </section>
-
- <section id="sect-5.1.1_Release_Notes-_Product_Support_and_License_Website_Links_">
- <title> Product Support and License Website Links </title>
- <formalpara id="form-5.1.1_Release_Notes-_Product_Support_and_License_Website_Links_-Red_Hat_JBoss_Customer_Support">
- <title>Red Hat JBoss Customer Support</title>
- <para>
- <ulink type="http" url="https://access.redhat.com/home " />
- </para>
- </formalpara>
- <formalpara id="form-5.1.1_Release_Notes-_Product_Support_and_License_Website_Links_-JBoss_Customer_Support_Portal_Downloads">
- <title>JBoss Customer Support Portal Downloads</title>
- <para>
- <ulink type="http" url="https://access.redhat.com/jbossnetwork/restricted/listSoftware.html?produ..." />
- </para>
- </formalpara>
- <formalpara id="form-5.1.1_Release_Notes-_Product_Support_and_License_Website_Links_-Support_Processes">
- <title>Support Processes</title>
- <para>
- <ulink url="https://access.redhat.com/support/policy/support_process.html" />
- </para>
- </formalpara>
- <formalpara id="form-5.1.1_Release_Notes-_Product_Support_and_License_Website_Links_-_Production_Support_Scope_of_Coverage_">
- <title> Production Support Scope of Coverage </title>
- <para>
- <ulink url="https://access.redhat.com/support/offerings/production/soc.html" />
- </para>
- </formalpara>
- <formalpara id="form-5.1.1_Release_Notes-_Product_Support_and_License_Website_Links_-_Production_Support_Service_Level_Agreement_">
- <title> Production Support Service Level Agreement </title>
- <para>
- <ulink url="https://access.redhat.com/support/offerings/production/sla.html" />
- </para>
- </formalpara>
- <formalpara id="form-5.1.1_Release_Notes-_Product_Support_and_License_Website_Links_-_Developer_Support_Scope_of_Coverage">
- <title> Developer Support Scope of Coverage</title>
- <para>
- <ulink url="https://access.redhat.com/support/offerings/developer/soc.html" />
- </para>
- </formalpara>
- <formalpara id="form-5.1.1_Release_Notes-_Product_Support_and_License_Website_Links_-_Developer_Support_Service_Level_Agreement">
- <title> Developer Support Service Level Agreement</title>
- <para>
- <ulink url="https://access.redhat.com/support/offerings/developer/sla.html" />
- </para>
- </formalpara>
- <formalpara id="form-5.1.1_Release_Notes-_Product_Support_and_License_Website_Links_-_Product_Update_and_Support_Policy">
- <title> Product Update and Support Policy</title>
- <para>
- <ulink url="https://access.redhat.com/support/policy/updates/jboss_notes/" />
- </para>
- </formalpara>
- <formalpara id="form-5.1.1_Release_Notes-_Product_Support_and_License_Website_Links_-_JBoss_End_User_License_Agreement">
- <title> JBoss End User License Agreement</title>
- <para>
- <ulink url="http://www.redhat.com/licenses/jboss_eula.html" />
- </para>
- </formalpara>
- </section>
-
- <xi:include href="Revision_History.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ </variablelist>
+ </para>
+ <para>
+ The online documentation will be updated as necessary so be sure to check the site regularly, especially when a new version of JBoss Enterprise Portal Platform is released.
+ </para>
+ </section>
+
+ <section id="sect-5.1.1_Release_Notes-_Product_Support_and_License_Website_Links_">
+ <title> Product Support and License Website Links </title>
+ <formalpara id="form-5.1.1_Release_Notes-_Product_Support_and_License_Website_Links_-Red_Hat_JBoss_Customer_Support">
+ <title>Red Hat JBoss Customer Support</title>
+ <para>
+ <ulink type="http" url="https://access.redhat.com/home " />
+ </para>
+ </formalpara>
+ <formalpara id="form-5.1.1_Release_Notes-_Product_Support_and_License_Website_Links_-JBoss_Customer_Support_Portal_Downloads">
+ <title>JBoss Customer Support Portal Downloads</title>
+ <para>
+ <ulink type="http" url="https://access.redhat.com/jbossnetwork/restricted/listSoftware.html?produ..." />
+ </para>
+ </formalpara>
+ <formalpara id="form-5.1.1_Release_Notes-_Product_Support_and_License_Website_Links_-Support_Processes">
+ <title>Support Processes</title>
+ <para>
+ <ulink url="https://access.redhat.com/support/policy/support_process.html" />
+ </para>
+ </formalpara>
+ <formalpara id="form-5.1.1_Release_Notes-_Product_Support_and_License_Website_Links_-_Production_Support_Scope_of_Coverage_">
+ <title> Production Support Scope of Coverage </title>
+ <para>
+ <ulink url="https://access.redhat.com/support/offerings/production/soc.html" />
+ </para>
+ </formalpara>
+ <formalpara id="form-5.1.1_Release_Notes-_Product_Support_and_License_Website_Links_-_Production_Support_Service_Level_Agreement_">
+ <title> Production Support Service Level Agreement </title>
+ <para>
+ <ulink url="https://access.redhat.com/support/offerings/production/sla.html" />
+ </para>
+ </formalpara>
+ <formalpara id="form-5.1.1_Release_Notes-_Product_Support_and_License_Website_Links_-_Developer_Support_Scope_of_Coverage">
+ <title> Developer Support Scope of Coverage</title>
+ <para>
+ <ulink url="https://access.redhat.com/support/offerings/developer/soc.html" />
+ </para>
+ </formalpara>
+ <formalpara id="form-5.1.1_Release_Notes-_Product_Support_and_License_Website_Links_-_Developer_Support_Service_Level_Agreement">
+ <title> Developer Support Service Level Agreement</title>
+ <para>
+ <ulink url="https://access.redhat.com/support/offerings/developer/sla.html" />
+ </para>
+ </formalpara>
+ <formalpara id="form-5.1.1_Release_Notes-_Product_Support_and_License_Website_Links_-_Product_Update_and_Support_Policy">
+ <title> Product Update and Support Policy</title>
+ <para>
+ <ulink url="https://access.redhat.com/support/policy/updates/jboss_notes/" />
+ </para>
+ </formalpara>
+ <formalpara id="form-5.1.1_Release_Notes-_Product_Support_and_License_Website_Links_-_JBoss_End_User_License_Agreement">
+ <title> JBoss End User License Agreement</title>
+ <para>
+ <ulink url="http://www.redhat.com/licenses/jboss_eula.html" />
+ </para>
+ </formalpara>
+ </section>
+
+ <xi:include href="Revision_History.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
</article>
Modified: epp/docs/branches/5.1/Release_Notes/en-US/Book_Info.xml
===================================================================
--- epp/docs/branches/5.1/Release_Notes/en-US/Book_Info.xml 2011-07-08 21:13:29 UTC (rev 6855)
+++ epp/docs/branches/5.1/Release_Notes/en-US/Book_Info.xml 2011-07-11 05:11:38 UTC (rev 6856)
@@ -6,33 +6,33 @@
<articleinfo id="arti-5.1.1_Release_Notes-5.1.1_Release_Notes">
<title>5.1.1 Release Notes</title>
<subtitle>For use with JBoss Enterprise Portal Platform &VZ;</subtitle>
- <productname>JBoss Enterprise Portal Platform</productname>
- <productnumber>5.1</productnumber>
+ <productname>JBoss Enterprise Portal Platform</productname>
+ <productnumber>5.1</productnumber>
<edition>2.1</edition>
- <pubsnumber>5.1.1</pubsnumber>
- <abstract>
- <para>
+ <pubsnumber>5.1.2</pubsnumber>
+ <abstract>
+ <para>
These release notes contain important information related to JBoss Enterprise Portal Platform &VX; that may not be currently available in the Product Manuals. You should read these Release Notes in their entirety before installing the product.
- </para>
+ </para>
- </abstract>
- <isbn>N/A</isbn>
- <corpauthor>
- <inlinemediaobject>
- <imageobject>
- <imagedata fileref="Common_Content/images/title_logo.svg" format="SVG" />
- </imageobject>
+ </abstract>
+ <isbn>N/A</isbn>
+ <corpauthor>
+ <inlinemediaobject>
+ <imageobject>
+ <imagedata fileref="Common_Content/images/title_logo.svg" format="SVG" />
+ </imageobject>
- </inlinemediaobject>
+ </inlinemediaobject>
- </corpauthor>
- <copyright>
- <year>&YEAR;</year>
- <holder>&HOLDER;</holder>
+ </corpauthor>
+ <copyright>
+ <year>&YEAR;</year>
+ <holder>&HOLDER;</holder>
- </copyright>
- <xi:include href="Common_Content/Legal_Notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="Author_Group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ </copyright>
+ <xi:include href="Common_Content/Legal_Notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="Author_Group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
</articleinfo>
Modified: epp/docs/branches/5.1/Release_Notes/en-US/Revision_History.xml
===================================================================
--- epp/docs/branches/5.1/Release_Notes/en-US/Revision_History.xml 2011-07-08 21:13:29 UTC (rev 6855)
+++ epp/docs/branches/5.1/Release_Notes/en-US/Revision_History.xml 2011-07-11 05:11:38 UTC (rev 6856)
@@ -4,23 +4,37 @@
%BOOK_ENTITIES;
]>
<appendix id="appe-5.1.1_Release_Notes-Revision_History">
- <title>Revision History</title>
- <simpara>
- <revhistory>
- <revision>
- <revnumber>2.1-5.1.1</revnumber>
- <date>Monday June 27 2011</date>
- <author>
- <firstname>Scott</firstname>
- <surname>Mumford</surname>
- <email>smumford(a)redhat.com</email>
- </author>
- <revdescription>
- <simplelist>
- <member>Updated for 5.1.1 Release.</member>
- </simplelist>
- </revdescription>
- </revision>
+ <title>Revision History</title>
+ <simpara>
+ <revhistory>
+ <revision>
+ <revnumber>2.1-5.1.2</revnumber>
+ <date>Mon Jul 11 2011</date>
+ <author>
+ <firstname>Scott</firstname>
+ <surname>Mumford</surname>
+ <email></email>
+ </author>
+ <revdescription>
+ <simplelist>
+ <member>Added more resolved issues and 'Not Yet Documented' section.</member>
+ </simplelist>
+ </revdescription>
+ </revision>
+ <revision>
+ <revnumber>2.1-5.1.1</revnumber>
+ <date>Monday June 27 2011</date>
+ <author>
+ <firstname>Scott</firstname>
+ <surname>Mumford</surname>
+ <email>smumford(a)redhat.com</email>
+ </author>
+ <revdescription>
+ <simplelist>
+ <member>Updated for 5.1.1 Release.</member>
+ </simplelist>
+ </revdescription>
+ </revision>
<revision>
<revnumber>1-1.3</revnumber>
<date>Thu Jun 02 2011</date>
@@ -49,27 +63,27 @@
</simplelist>
</revdescription>
</revision>
- <revision>
- <revnumber>1-1.0</revnumber>
- <date>Thu Apr 28 2011</date>
- <author>
- <firstname>Scott</firstname>
- <surname>Mumford</surname>
- <email>smumford(a)redhat.com</email>
+ <revision>
+ <revnumber>1-1.0</revnumber>
+ <date>Thu Apr 28 2011</date>
+ <author>
+ <firstname>Scott</firstname>
+ <surname>Mumford</surname>
+ <email>smumford(a)redhat.com</email>
- </author>
- <revdescription>
- <simplelist>
- <member>Initial draft of Release Notes created.</member>
+ </author>
+ <revdescription>
+ <simplelist>
+ <member>Initial draft of Release Notes created.</member>
- </simplelist>
+ </simplelist>
- </revdescription>
+ </revdescription>
- </revision>
+ </revision>
- </revhistory>
+ </revhistory>
- </simpara>
+ </simpara>
</appendix>
Modified: epp/docs/branches/5.1/Release_Notes/en-US/known_issues.xml
===================================================================
--- epp/docs/branches/5.1/Release_Notes/en-US/known_issues.xml 2011-07-08 21:13:29 UTC (rev 6855)
+++ epp/docs/branches/5.1/Release_Notes/en-US/known_issues.xml 2011-07-11 05:11:38 UTC (rev 6856)
@@ -1,9 +1,4 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE variablelist PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "5.1.1_Release_Notes.ent">
-%BOOK_ENTITIES;
-]>
-<variablelist>
- <!-- release notes text customfield_12310211 -->
-</variablelist>
+<para>
+There are no known issues in this release.
+</para>
Modified: epp/docs/branches/5.1/Release_Notes/en-US/need_info.xml
===================================================================
--- epp/docs/branches/5.1/Release_Notes/en-US/need_info.xml 2011-07-08 21:13:29 UTC (rev 6855)
+++ epp/docs/branches/5.1/Release_Notes/en-US/need_info.xml 2011-07-11 05:11:38 UTC (rev 6856)
@@ -1,9 +1,4 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE variablelist PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "5.1.1_Release_Notes.ent">
-%BOOK_ENTITIES;
-]>
-<variablelist>
- <!-- release notes text customfield_12310211 -->
-</variablelist>
+<para>
+There are no issues that require more information at this time.
+</para>
Added: epp/docs/branches/5.1/Release_Notes/en-US/not_documented.xml
===================================================================
--- epp/docs/branches/5.1/Release_Notes/en-US/not_documented.xml (rev 0)
+++ epp/docs/branches/5.1/Release_Notes/en-US/not_documented.xml 2011-07-11 05:11:38 UTC (rev 6856)
@@ -0,0 +1,20 @@
+<?xml version='1.0'?>
+<!DOCTYPE variablelist PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+]>
+
+
+<variablelist>
+
+ <!-- https://issues.jboss.org/browse/JBEPP-987 -->
+ <varlistentry>
+ <term><ulink url="https://issues.jboss.org/browse/JBEPP-987" /></term>
+ <listitem>
+
+ <para>
+
+ </para>
+
+ </listitem>
+ </varlistentry>
+
+</variablelist>
Modified: epp/docs/branches/5.1/Release_Notes/en-US/resolved_issues.xml
===================================================================
--- epp/docs/branches/5.1/Release_Notes/en-US/resolved_issues.xml 2011-07-08 21:13:29 UTC (rev 6855)
+++ epp/docs/branches/5.1/Release_Notes/en-US/resolved_issues.xml 2011-07-11 05:11:38 UTC (rev 6856)
@@ -1,18 +1,19 @@
<?xml version='1.0'?>
<!DOCTYPE variablelist PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
]>
-<!-- release notes text customfield_12310211 -->
<variablelist>
-
+
<!-- https://issues.jboss.org/browse/JBEPP-400 -->
<varlistentry>
<term><ulink url="https://issues.jboss.org/browse/JBEPP-400" /></term>
<listitem>
+
<para>
Warning messages were found in the server log when starting JBoss Enterprise Portal Platform 5 without an active internet connection. This was because the Java EE Webservices Metadata Handler 2.0 schema was requested via the network at start up. The schema is now bundled with the WSRP which allows JBoss Enterprise Portal Platform to start without producing error messages if there is no internet connection.
</para>
+
</listitem>
</varlistentry>
@@ -20,19 +21,75 @@
<varlistentry>
<term><ulink url="https://issues.jboss.org/browse/JBEPP-459" /></term>
<listitem>
+
<para>
- A thread safety issue in the breadcrumb portlet could lead to NullPointerException under load. The issue has been fixed.
+ A thread safety issue in the breadcrumb portlet could lead to NullPointerException under load.The issue has been fixed.
</para>
+
</listitem>
</varlistentry>
+ <!-- https://issues.jboss.org/browse/JBEPP-568 -->
+ <varlistentry>
+ <term><ulink url="https://issues.jboss.org/browse/JBEPP-568" /></term>
+ <listitem>
+
+ <para>
+ In previous releases of JBoss Enterprise Portal Platform, users found that, when creating sub-nodes of system nodes (portal navigation, group navigation, register etc.), these new nodes where not visible once created. This issue, and a related issue encountered when attempting to 'cut' sub-nodes of system nodes, have been resolved in this latest release.
+ </para>
+
+ </listitem>
+ </varlistentry>
+
<!-- https://issues.jboss.org/browse/JBEPP-597 -->
<varlistentry>
<term><ulink url="https://issues.jboss.org/browse/JBEPP-597" /></term>
<listitem>
+
+ <warning>
+ <title>Not Public Yet - RHT+eXo</title>
+ <para>
+ The name of a dashboard page entered by user was not properly encoded before being returned on the web browser. This allowed javascript snippets to be executed when creating a new page through the Portal Dashboard. The name of the page is now properly HTML encoded before being returned and javascript is no longer invoked when entered into page fields.
+ </para>
+ </warning>
+
+ </listitem>
+ </varlistentry>
+
+ <!-- https://issues.jboss.org/browse/JBEPP-598 -->
+ <varlistentry>
+ <term><ulink url="https://issues.jboss.org/browse/JBEPP-598" /></term>
+ <listitem>
+
+ <warning>
+ <title>Not Public Yet - RHT+eXo</title>
+ <para>
+ Security vulnerabilies arising from the execution of XSS javascript entered into various portal form fields have been eradicated in this release.
+ </para>
+ <para>
+ The resolution to this issue also resolves the following related JIRA issues:
+ <simplelist>
+ <member><ulink type="http" url="https://issues.jboss.org/browse/JBEPP-847"></ulink></member>
+ <member><ulink type="http" url="https://issues.jboss.org/browse/JBEPP-997"></ulink></member>
+ </simplelist>
+ </para>
+ </warning>
+
+ </listitem>
+ </varlistentry>
+
+ <!-- https://issues.jboss.org/browse/JBEPP-723 -->
+ <varlistentry>
+ <term><ulink url="https://issues.jboss.org/browse/JBEPP-723" /></term>
+ <listitem>
+
<para>
- The name of a dashboard page entered by user was not properly encoded before being returned on the web browser. This allowed javascript snippets to be executed when creating a new page through the Portal Dashboard. The name of the page is now properly HTML encoded before being returned and javascript is no longer invoked when entered into page fields.
+ A bug in the <parameter>UIUserInGroup.setValues()</parameter> code caused previous versions of EPP to throw an error when users attempted to navigate to a new page withing the Group management view of the Organization portlet by any method other than the page indicator buttons. This release includes a patch which resolves this issue and allows users to navigate between pages using various UI elements.
</para>
+ <para>
+ Further details can be found in <ulink type="http" url="https://issues.jboss.org/browse/GTNPORTAL-1356"></ulink>.
+ </para>
+
</listitem>
</varlistentry>
@@ -40,9 +97,11 @@
<varlistentry>
<term><ulink url="https://issues.jboss.org/browse/JBEPP-733" /></term>
<listitem>
+
<para>
A bug cause the JBoss Enterprise Portal Platform upload service to not work properly with Internet Explorer 7. As a result, any application using the upload service (such as Site Publisher) would not behave correctly with this web browser unless a name was provided. The bug has been fixed and the upload service now works as expected in all browsers (including IE7).
</para>
+
</listitem>
</varlistentry>
@@ -50,9 +109,11 @@
<varlistentry>
<term><ulink url="https://issues.jboss.org/browse/JBEPP-773" /></term>
<listitem>
+
<para>
- A bug prevented the 'Preferences' tab from appearing in some portlets. The tab would only appear in portlets that were customized during the first deployment through the <filename>portal.xml</filename> descriptor. Non-customized portlets would not show a 'Preferences' tab. The <filename>UIFormInputSet.java</filename> and <filename>UIPortletForm.java</filename> files have been patched to fix the issue and now the tab now appears in all portlets that have configurable preferences.
+ A bug prevented the 'Preferences' tab from appearing in some portlets. The tab would only appear in portlets that were customized during the first deployment through the portal.xml descriptor. Non-customized portlets would not show a 'Preferences' tab. The <filename>UIFormInputSet.java</filename> and <filename>UIPortletForm.java</filename> files have been patched to fix the issue and now the tab now appears in all portlets that have configurable preferences.
</para>
+
</listitem>
</varlistentry>
@@ -60,19 +121,62 @@
<varlistentry>
<term><ulink url="https://issues.jboss.org/browse/JBEPP-780" /></term>
<listitem>
+
<para>
- The two JBoss Cache instances created by PicketLink were calling on the same configuration file in <filename>idm-configuration.xml</filename> and, as a result, were using the same cluster names. This could lead to conflicts as the same JBoss Cache instance could join the same channel twice. Separate configuration files were added to the distribution package and the Portal configuration was customized to call on the different files. JBoss Cache instances can now run simultaneously without conflict.
+ The two JBoss Cache instances created by PicketLink were calling on the same configuration file in <filename>idm-configuration.xml</filename> and, as a result, were using the same cluster names. This could lead to conflicts as the same JBoss Cache instance could join the same channel twice. Separate configuration files were added to the distribution package and the Portal configuration was customized to call on the different files. JBoss Cache instances can now run simultaneously without conflict.
</para>
+
</listitem>
</varlistentry>
+ <!-- https://issues.jboss.org/browse/JBEPP-782 -->
+ <varlistentry>
+ <term><ulink url="https://issues.jboss.org/browse/JBEPP-782" /></term>
+ <listitem>
+
+ <para>
+ It was found that separate instances of epp 5.1 deployed on the same network and started with the 'Default' server profile would communicate as if in a cluster. This behavior has been resolved with new cluster configuration.
+ </para>
+
+ </listitem>
+ </varlistentry>
+
+ <!-- https://issues.jboss.org/browse/JBEPP-786 -->
+ <varlistentry>
+ <term><ulink url="https://issues.jboss.org/browse/JBEPP-786" /></term>
+ <listitem>
+
+ <para>
+ An error in the XML definition in the <filename>gatein_objects_1_0</filename> file was found to cause errors in Eclipse environments when using the default <filename>pages.xml</filename> or <filename>navigation.xml</filename> files. This was because the file did not include '<parameter>VISIBLE</parameter>' in the allowed values of the '<literal>visibility</literal>' element. This error has been corrected.
+ </para>
+
+ </listitem>
+ </varlistentry>
+
+ <!-- https://issues.jboss.org/browse/JBEPP-788 -->
+ <varlistentry>
+ <term><ulink url="https://issues.jboss.org/browse/JBEPP-788" /></term>
+ <listitem>
+
+ <para>
+ In previous versions of JBoss Enterprise Portal Platform, WSRP strict mode was not properly restored when the product was started. This has now been resolved.
+ </para>
+ <para>
+ <remark>Possibly the same issue as JBEPP-857. Awaiting feedback from Chris Laprun.</remark>
+ </para>
+
+ </listitem>
+ </varlistentry>
+
<!-- https://issues.jboss.org/browse/JBEPP-794 -->
<varlistentry>
<term><ulink url="https://issues.jboss.org/browse/JBEPP-794" /></term>
<listitem>
+
<para>
- When adding resources (js, css, etc) to the Head of the HTML response with the doHeaders method a bug was encountered which caused those resources to be added twice. A patch has been applied to fix the bug and new resources are now only linked once.
+ When adding resources (js, css, etc) to the Head of the HTML response with the <literal>doHeaders</literal> method a bug was encountered which caused those resources to be added twice. A patch has been applied to fix the bug and new resources are now only linked once.
</para>
+
</listitem>
</varlistentry>
@@ -80,9 +184,11 @@
<varlistentry>
<term><ulink url="https://issues.jboss.org/browse/JBEPP-848" /></term>
<listitem>
+
<para>
- A bug in data caching prevented some changes to Portal navigation from reloading in real time. When changing a group navigation priority, the reordering of the groups was only happening after a log-out. The <filename>UIPageNavigationForm.java</filename> has been patched to correct this and navigation changes now update immediately, without the user needing to log-out.
+ A bug in data caching prevented some changes to Portal navigation from reloading in real time. When changing a group navigation priority, the reordering of the groups was only happening after a log-out. The <filename>UIPageNavigationForm.java</filename> has been patched to correct this and navigation changes now update immediately, without the user needing to log-out.
</para>
+
</listitem>
</varlistentry>
@@ -90,9 +196,14 @@
<varlistentry>
<term><ulink url="https://issues.jboss.org/browse/JBEPP-857" /></term>
<listitem>
+
<para>
- WSRP Strict mode was previously set only via listeners, which were not triggered at start up since they don't yet exist at that time. This meant that WSRP Strict Mode was not properly restored when JBoss Enterprise Portal Platform was started. An upgrade to WSRP 2.0.1 GA corrects this issue and WSRP Strict Mode is now properly restored from persistent state at start up.
+ WSRP Strict mode was previously set only via listeners, which were not triggered at startup since they don't yet exist at that time. This meant that WSRP Strict Mode was not properly restored when JBoss Enterprise Portal Platform was started. An upgrade to WSRP 2.0.1 GA corrects this issue and WSRP Strict Mode is now properly restored from persistent state at startup.
+ </para>
+ <para>
+ <remark>Possibly the same issue as JBEPP-788. Awaiting feedback from Chris Laprun.</remark>
</para>
+
</listitem>
</varlistentry>
@@ -100,9 +211,11 @@
<varlistentry>
<term><ulink url="https://issues.jboss.org/browse/JBEPP-890" /></term>
<listitem>
+
<para>
- Exceptions thrown by the <literal>handleFaceletNotFound</literal> method (when a facelet file was not found) were being obscured by <literal>FaceletViewHandler</literal> as the response object was not a subtype of <literal>HttpServletResponse</literal> (it is a instance of <literal>PortletResponse</literal>). <filename>FaceletPortletViewHandler.java</filename> has been updated to handle instances of both <literal>HttpServletResponse</literal> and <literal>PortletResponse</literal> response objects.
+ Exceptions thrown by the <literal>handleFaceletNotFound</literal> method (when a facelet file was not found) were being obscured by <literal>FaceletViewHandler</literal> as the response object was not a subtype of <literal>HttpServletResponse</literal> (it is a instance of PortletResponse). <filename>FaceletPortletViewHandler.java</filename> has been updated to handle instances of both <literal>HttpServletResponse</literal> and <literal>PortletResponse</literal> response objects.
</para>
+
</listitem>
</varlistentry>
@@ -110,9 +223,11 @@
<varlistentry>
<term><ulink url="https://issues.jboss.org/browse/JBEPP-896" /></term>
<listitem>
+
<para>
- The Single Sign On (SSO) <literal>AbstractLogoutFilter</literal> in JBoss Enterprise Portal Platform would read request parameters before setting the character encoding. When a form was submitted with non-UTF-8 characters (while SSO was enabled) the values could be garbled on output. An upgrade of the SSO component to version 1.0.2-epp-GA (which includes a patch to the <literal>AbstractLogoutFilter</literal> code) resolves this issue and Non-UTF-8 characters are now specified correctly.
+ The Single Sign On (SSO) <literal>AbstractLogoutFilter</literal> in JBoss Enterprise Portal Platform would read request parameters before setting the character encoding. When a form was submitted with non-UTF-8 characters (while SSO was enabled) the values could be garbled on output. An upgrade of the SSO component to version 1.0.2-epp-GA (which includes a patch to the <literal>AbstractLogoutFilter</literal> code) resolves this issue and Non-UTF-8 characters are now specified correctly.
</para>
+
</listitem>
</varlistentry>
@@ -120,9 +235,11 @@
<varlistentry>
<term><ulink url="https://issues.jboss.org/browse/JBEPP-902" /></term>
<listitem>
+
<para>
- When starting previous Portal versions, page definitions were held in system memory before being written. This could cause an <literal>Out Of Memory</literal> error if a large number of pages were defined in the XML descriptors. The transaction has now been split so that not all page definitions are held in memory prior to being written and the <literal>Out Of Memory</literal> error is no longer encountered.
+ In previous Portal versions, page definitions were held in system memory before being written when starting the Portal. This could cause an Out Of Memory error if a large number of pages were defined in the XML descriptors. The transaction has now been split so that not all page definitions are held in memory prior to being written and the Out Of Memory error is no longer encountered.
</para>
+
</listitem>
</varlistentry>
@@ -130,17 +247,16 @@
<varlistentry>
<term><ulink url="https://issues.jboss.org/browse/JBEPP-904" /></term>
<listitem>
+
<para>
- JBoss Enterprise Portal Platform doesn't set content-type on css-files added via <filename>gatein-resources.xml</filename>. This causes Internet Explorer 9 to ignore these css-files due to new security policy.
- </para>
- <para>
- A console message reads:
- </para>
+ JBoss Enterprise Portal Platform doesn't set content-type on css-files added via <filename>gatein-resources.xml</filename>. This causes Internet Explorer 9 to ignore these css-files due to new security policy and output a console message:
+ </para>
<screen>SEC7113: CSS was ignored due to mime type mismatch
</screen>
- <para>
- The ResourceRequestFilter.java file has been modified to set the content type so that content-types will be set and Internet Explorer 9 will render the Portal as expected.
+ <para>
+ The ResourceRequestFilter.java file has been modified to set the content type so that content-types will be set and Internet Explorer 9 will render the Portal as expected.
</para>
+
</listitem>
</varlistentry>
13 years, 6 months
gatein SVN: r6855 - in epp/portal/tags: EPP_5_1_1_Dev03 and 70 other directories.
by do-not-reply@jboss.org
Author: hfnukal
Date: 2011-07-08 17:13:29 -0400 (Fri, 08 Jul 2011)
New Revision: 6855
Added:
epp/portal/tags/EPP_5_1_1_Dev03/
epp/portal/tags/EPP_5_1_1_Dev03/.classpath
epp/portal/tags/EPP_5_1_1_Dev03/.project
epp/portal/tags/EPP_5_1_1_Dev03/.settings/
epp/portal/tags/EPP_5_1_1_Dev03/component/
epp/portal/tags/EPP_5_1_1_Dev03/component/application-registry/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/component/common/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/component/identity/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/component/management/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/component/pc/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/component/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/component/portal/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/component/resources/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/component/scripting/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/component/test/core/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/component/test/jcr/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/component/test/organization/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/component/test/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/component/web/api/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/component/web/controller/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/component/web/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/component/web/resources/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/component/web/security/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/component/web/server/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/component/wsrp/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/distribution/
epp/portal/tags/EPP_5_1_1_Dev03/examples/
epp/portal/tags/EPP_5_1_1_Dev03/examples/extension/config/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/examples/extension/ear/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/examples/extension/jar/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/examples/extension/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/examples/extension/war/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/examples/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/examples/portal/config/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/examples/portal/ear/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/examples/portal/jar/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/examples/portal/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/examples/portal/rest-war/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/examples/portal/war/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/examples/portlets/api/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/examples/portlets/jsfhellouser/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/examples/portlets/jsphellouser/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/examples/portlets/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/examples/portlets/simplesthelloworld/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/examples/portlets/struts-jpetstore/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/examples/skins/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/examples/skins/simpleskin/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/gadgets/
epp/portal/tags/EPP_5_1_1_Dev03/gadgets/core/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/gadgets/eXoGadgets/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/gadgets/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/gadgets/server/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/packaging/
epp/portal/tags/EPP_5_1_1_Dev03/portlet/
epp/portal/tags/EPP_5_1_1_Dev03/portlet/dashboard/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/portlet/exoadmin/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/portlet/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/portlet/web/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/server/
epp/portal/tags/EPP_5_1_1_Dev03/server/jboss/patch-ear/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/server/jboss/plugin/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/server/jboss/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/server/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/settings.xml
epp/portal/tags/EPP_5_1_1_Dev03/starter/
epp/portal/tags/EPP_5_1_1_Dev03/starter/ear/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/starter/jar/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/starter/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/starter/war/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/testsuite/
epp/portal/tags/EPP_5_1_1_Dev03/testsuite/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/testsuite/selenium-snifftests/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/testsuite/webuibasedsamples/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/web/
epp/portal/tags/EPP_5_1_1_Dev03/web/eXoResources/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/web/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/web/portal/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/web/rest/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/webui/
epp/portal/tags/EPP_5_1_1_Dev03/webui/core/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/webui/dashboard/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/webui/eXo/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/webui/framework/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/webui/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/webui/portal/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/webui/portlet/pom.xml
Removed:
epp/portal/tags/EPP_5_1_1_Dev03/.classpath
epp/portal/tags/EPP_5_1_1_Dev03/.project
epp/portal/tags/EPP_5_1_1_Dev03/.settings/
epp/portal/tags/EPP_5_1_1_Dev03/component/
epp/portal/tags/EPP_5_1_1_Dev03/component/application-registry/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/component/common/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/component/identity/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/component/management/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/component/pc/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/component/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/component/portal/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/component/resources/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/component/scripting/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/component/test/core/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/component/test/jcr/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/component/test/organization/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/component/test/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/component/web/api/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/component/web/controller/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/component/web/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/component/web/resources/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/component/web/security/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/component/web/server/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/component/wsrp/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/distribution/
epp/portal/tags/EPP_5_1_1_Dev03/examples/
epp/portal/tags/EPP_5_1_1_Dev03/examples/extension/config/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/examples/extension/ear/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/examples/extension/jar/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/examples/extension/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/examples/extension/war/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/examples/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/examples/portal/config/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/examples/portal/ear/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/examples/portal/jar/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/examples/portal/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/examples/portal/rest-war/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/examples/portal/war/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/examples/portlets/api/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/examples/portlets/jsfhellouser/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/examples/portlets/jsphellouser/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/examples/portlets/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/examples/portlets/simplesthelloworld/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/examples/portlets/struts-jpetstore/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/examples/skins/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/examples/skins/simpleskin/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/gadgets/
epp/portal/tags/EPP_5_1_1_Dev03/gadgets/core/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/gadgets/eXoGadgets/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/gadgets/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/gadgets/server/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/packaging/
epp/portal/tags/EPP_5_1_1_Dev03/portlet/
epp/portal/tags/EPP_5_1_1_Dev03/portlet/dashboard/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/portlet/exoadmin/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/portlet/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/portlet/web/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/server/
epp/portal/tags/EPP_5_1_1_Dev03/server/jboss/patch-ear/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/server/jboss/plugin/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/server/jboss/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/server/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/settings.xml
epp/portal/tags/EPP_5_1_1_Dev03/starter/
epp/portal/tags/EPP_5_1_1_Dev03/starter/ear/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/starter/jar/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/starter/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/starter/war/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/testsuite/
epp/portal/tags/EPP_5_1_1_Dev03/testsuite/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/testsuite/selenium-snifftests/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/testsuite/webuibasedsamples/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/web/
epp/portal/tags/EPP_5_1_1_Dev03/web/eXoResources/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/web/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/web/portal/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/web/rest/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/webui/
epp/portal/tags/EPP_5_1_1_Dev03/webui/core/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/webui/dashboard/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/webui/eXo/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/webui/framework/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/webui/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/webui/portal/pom.xml
epp/portal/tags/EPP_5_1_1_Dev03/webui/portlet/pom.xml
Log:
Release 5.1.1.DEV03
Property changes on: epp/portal/tags/EPP_5_1_1_Dev03
___________________________________________________________________
Added: svn:ignore
+ *.iml
.idea
Added: svn:mergeinfo
+ /epp/portal/branches/EPP_5_1_0_GA_JBEPP-795:5868
/portal/branches/branch-GTNPORTAL-1592:4894
/portal/branches/branch-GTNPORTAL-1643:5002,5063,5167
/portal/branches/branch-GTNPORTAL-1700:5348,5402,5445
/portal/branches/branch-GTNPORTAL-1731:5668
/portal/branches/branch-GTNPORTAL-1745:5765
/portal/branches/branch-GTNPORTAL-1822:5943
/portal/branches/branch-GTNPORTAL-1832:6030,6063
/portal/branches/branch-GTNPORTAL-1872:6533
/portal/trunk:4891,5744,5943,6168,6196,6201-6203,6205-6206
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/.classpath
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/.classpath 2011-07-08 16:59:20 UTC (rev 6854)
+++ epp/portal/tags/EPP_5_1_1_Dev03/.classpath 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,92 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" output="component/test/core/target/classes" path="component/test/core/src/main/java"/>
- <classpathentry excluding="**" kind="src" output="component/test/core/target/classes" path="component/test/core/src/main/resources"/>
- <classpathentry kind="src" output="component/test/core/target/test-classes" path="component/test/core/src/test/java"/>
- <classpathentry excluding="**" kind="src" output="component/test/core/target/test-classes" path="component/test/core/src/test/resources"/>
- <classpathentry kind="src" output="component/test/jcr/target/classes" path="component/test/jcr/src/main/java"/>
- <classpathentry excluding="**" kind="src" output="component/test/jcr/target/classes" path="component/test/jcr/src/main/resources"/>
- <classpathentry kind="src" output="component/test/jcr/target/test-classes" path="component/test/jcr/src/test/java"/>
- <classpathentry excluding="**" kind="src" output="component/test/jcr/target/test-classes" path="component/test/jcr/src/test/resources"/>
- <classpathentry kind="src" output="component/identity/target/classes" path="component/identity/src/main/java"/>
- <classpathentry kind="src" output="component/identity/target/test-classes" path="component/identity/src/test/java"/>
- <classpathentry excluding="**" kind="src" output="component/identity/target/test-classes" path="component/identity/src/test/resources"/>
- <classpathentry kind="src" output="component/test/organization/target/classes" path="component/test/organization/src/main/java"/>
- <classpathentry excluding="**" kind="src" output="component/test/organization/target/classes" path="component/test/organization/src/main/resources"/>
- <classpathentry kind="src" output="component/test/organization/target/test-classes" path="component/test/organization/src/test/java"/>
- <classpathentry kind="src" output="component/common/target/classes" path="component/common/src/main/java"/>
- <classpathentry kind="src" output="component/common/target/test-classes" path="component/common/src/test/java"/>
- <classpathentry excluding="**" kind="src" output="component/common/target/test-classes" path="component/common/src/test/resources"/>
- <classpathentry kind="src" output="component/resources/target/classes" path="component/resources/src/main/java"/>
- <classpathentry kind="src" output="component/resources/target/test-classes" path="component/resources/src/test/java"/>
- <classpathentry excluding="**" kind="src" output="component/resources/target/test-classes" path="component/resources/src/test/resources"/>
- <classpathentry kind="src" output="component/pc/target/classes" path="component/pc/src/main/java"/>
- <classpathentry kind="src" output="component/pc/target/test-classes" path="component/pc/src/test/java"/>
- <classpathentry excluding="**" kind="src" output="component/pc/target/test-classes" path="component/pc/src/test/resources"/>
- <classpathentry kind="src" output="component/portal/target/classes" path="component/portal/src/main/java"/>
- <classpathentry kind="src" output="component/portal/target/test-classes" path="component/portal/src/test/java"/>
- <classpathentry excluding="**" kind="src" output="component/portal/target/test-classes" path="component/portal/src/test/resources"/>
- <classpathentry kind="src" output="component/wsrp/target/classes" path="component/wsrp/src/main/java"/>
- <classpathentry kind="src" output="component/wsrp/target/test-classes" path="component/wsrp/src/test/java"/>
- <classpathentry excluding="**" kind="src" output="component/wsrp/target/test-classes" path="component/wsrp/src/test/resources"/>
- <classpathentry kind="src" output="component/application-registry/target/classes" path="component/application-registry/src/main/java"/>
- <classpathentry kind="src" output="component/application-registry/target/test-classes" path="component/application-registry/src/test/java"/>
- <classpathentry excluding="**" kind="src" output="component/application-registry/target/test-classes" path="component/application-registry/src/test/resources"/>
- <classpathentry kind="src" output="component/web/target/classes" path="component/web/src/main/java"/>
- <classpathentry kind="src" output="component/web/target/test-classes" path="component/web/src/test/java"/>
- <classpathentry excluding="**" kind="src" output="component/web/target/test-classes" path="component/web/src/test/resources"/>
- <classpathentry kind="src" output="component/web/resources/target/classes" path="component/web/resources/src/main/java"/>
- <classpathentry kind="src" output="component/web/resources/target/test-classes" path="component/web/resources/src/test/java"/>
- <classpathentry excluding="**" kind="src" output="component/web/resources/target/test-classes" path="component/web/resources/src/test/resources"/>
- <classpathentry kind="src" output="component/web/controller/target/classes" path="component/web/controller/src/main/java"/>
- <classpathentry kind="src" output="component/web/security/target/classes" path="component/web/security/src/main/java"/>
- <classpathentry kind="src" output="component/web/server/target/classes" path="component/web/server/src/main/java"/>
- <classpathentry kind="src" output="component/web/api/target/classes" path="component/web/api/src/main/java"/>
- <classpathentry kind="src" output="component/web/api/target/test-classes" path="component/web/api/src/test/java"/>
- <classpathentry excluding="**" kind="src" output="component/web/api/target/test-classes" path="component/web/api/src/test/resources"/>
- <classpathentry kind="src" output="component/scripting/target/classes" path="component/scripting/src/main/java"/>
- <classpathentry kind="src" output="component/scripting/target/test-classes" path="component/scripting/src/test/java"/>
- <classpathentry excluding="**" kind="src" output="component/scripting/target/test-classes" path="component/scripting/src/test/resources"/>
- <classpathentry kind="src" output="component/management/target/classes" path="component/management/src/main/java"/>
- <classpathentry kind="src" output="component/management/target/test-classes" path="component/management/src/test/java"/>
- <classpathentry excluding="**" kind="src" output="component/management/target/test-classes" path="component/management/src/test/resources"/>
- <classpathentry kind="src" output="gadgets/core/target/classes" path="gadgets/core/src/main/java"/>
- <classpathentry kind="src" output="webui/framework/target/classes" path="webui/framework/src/main/java"/>
- <classpathentry kind="src" output="webui/portlet/target/classes" path="webui/portlet/src/main/java"/>
- <classpathentry kind="src" output="webui/core/target/classes" path="webui/core/src/main/java"/>
- <classpathentry kind="src" output="webui/core/target/test-classes" path="webui/core/src/test/java"/>
- <classpathentry excluding="**" kind="src" output="webui/core/target/test-classes" path="webui/core/src/test/resources"/>
- <classpathentry kind="src" output="webui/eXo/target/classes" path="webui/eXo/src/main/java"/>
- <classpathentry kind="src" output="webui/portal/target/classes" path="webui/portal/src/main/java"/>
- <classpathentry kind="src" output="gadgets/eXoGadgets/target/classes" path="gadgets/eXoGadgets/src/main/java"/>
- <classpathentry kind="src" output="webui/dashboard/target/classes" path="webui/dashboard/src/main/java"/>
- <classpathentry excluding="**" kind="src" output="webui/dashboard/target/classes" path="webui/dashboard/src/main/resources"/>
- <classpathentry kind="src" output="portlet/dashboard/target/classes" path="portlet/dashboard/src/main/java"/>
- <classpathentry kind="src" output="portlet/exoadmin/target/classes" path="portlet/exoadmin/src/main/java"/>
- <classpathentry kind="src" output="portlet/web/target/classes" path="portlet/web/src/main/java"/>
- <classpathentry kind="src" output="server/jboss/plugin/target/classes" path="server/jboss/plugin/src/main/java"/>
- <classpathentry kind="src" output="examples/extension/config/target/classes" path="examples/extension/config/src/main/java"/>
- <classpathentry kind="src" output="examples/extension/jar/target/classes" path="examples/extension/jar/src/main/java"/>
- <classpathentry kind="src" output="examples/portal/config/target/classes" path="examples/portal/config/src/main/java"/>
- <classpathentry kind="src" output="examples/portal/jar/target/classes" path="examples/portal/jar/src/main/java"/>
- <classpathentry kind="src" output="examples/portlets/api/target/classes" path="examples/portlets/api/src/main/java"/>
- <classpathentry kind="src" output="examples/portlets/jsfhellouser/target/classes" path="examples/portlets/jsfhellouser/src/main/java"/>
- <classpathentry kind="src" output="examples/portlets/jsfhellouser/target/test-classes" path="examples/portlets/jsfhellouser/src/test/java"/>
- <classpathentry excluding="**" kind="src" output="examples/portlets/jsfhellouser/target/test-classes" path="examples/portlets/jsfhellouser/src/test/resources"/>
- <classpathentry kind="src" output="examples/portlets/jsphellouser/target/classes" path="examples/portlets/jsphellouser/src/main/java"/>
- <classpathentry kind="src" output="examples/portlets/jsphellouser/target/test-classes" path="examples/portlets/jsphellouser/src/test/java"/>
- <classpathentry excluding="**" kind="src" output="examples/portlets/jsphellouser/target/test-classes" path="examples/portlets/jsphellouser/src/test/resources"/>
- <classpathentry kind="src" output="examples/portlets/simplesthelloworld/target/classes" path="examples/portlets/simplesthelloworld/src/main/java"/>
- <classpathentry kind="src" output="examples/portlets/simplesthelloworld/target/test-classes" path="examples/portlets/simplesthelloworld/src/test/java"/>
- <classpathentry excluding="**" kind="src" output="examples/portlets/simplesthelloworld/target/test-classes" path="examples/portlets/simplesthelloworld/src/test/resources"/>
- <classpathentry kind="src" output="examples/portlets/struts-jpetstore/target/classes" path="examples/portlets/struts-jpetstore/src/main/java"/>
- <classpathentry excluding="**" kind="src" output="examples/portlets/struts-jpetstore/target/classes" path="examples/portlets/struts-jpetstore/src/main/resources"/>
- <classpathentry kind="src" output="examples/portlets/struts-jpetstore/target/test-classes" path="examples/portlets/struts-jpetstore/src/test/java"/>
- <classpathentry excluding="**" kind="src" output="examples/portlets/struts-jpetstore/target/test-classes" path="examples/portlets/struts-jpetstore/src/test/resources"/>
- <classpathentry kind="src" output="starter/war/target/classes" path="starter/war/src/main/java"/>
- <classpathentry kind="src" output="testsuite/selenium-snifftests/target/classes" path="testsuite/selenium-snifftests/src/main/java"/>
- <classpathentry kind="src" output="testsuite/webuibasedsamples/target/classes" path="testsuite/webuibasedsamples/src/main/java"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
- <classpathentry kind="output" path="target/classes"/>
-</classpath>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/.classpath (from rev 6853, epp/portal/branches/EPP_5_1_Branch/.classpath)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/.classpath (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/.classpath 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,92 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" output="component/test/core/target/classes" path="component/test/core/src/main/java"/>
+ <classpathentry excluding="**" kind="src" output="component/test/core/target/classes" path="component/test/core/src/main/resources"/>
+ <classpathentry kind="src" output="component/test/core/target/test-classes" path="component/test/core/src/test/java"/>
+ <classpathentry excluding="**" kind="src" output="component/test/core/target/test-classes" path="component/test/core/src/test/resources"/>
+ <classpathentry kind="src" output="component/test/jcr/target/classes" path="component/test/jcr/src/main/java"/>
+ <classpathentry excluding="**" kind="src" output="component/test/jcr/target/classes" path="component/test/jcr/src/main/resources"/>
+ <classpathentry kind="src" output="component/test/jcr/target/test-classes" path="component/test/jcr/src/test/java"/>
+ <classpathentry excluding="**" kind="src" output="component/test/jcr/target/test-classes" path="component/test/jcr/src/test/resources"/>
+ <classpathentry kind="src" output="component/identity/target/classes" path="component/identity/src/main/java"/>
+ <classpathentry kind="src" output="component/identity/target/test-classes" path="component/identity/src/test/java"/>
+ <classpathentry excluding="**" kind="src" output="component/identity/target/test-classes" path="component/identity/src/test/resources"/>
+ <classpathentry kind="src" output="component/test/organization/target/classes" path="component/test/organization/src/main/java"/>
+ <classpathentry excluding="**" kind="src" output="component/test/organization/target/classes" path="component/test/organization/src/main/resources"/>
+ <classpathentry kind="src" output="component/test/organization/target/test-classes" path="component/test/organization/src/test/java"/>
+ <classpathentry kind="src" output="component/common/target/classes" path="component/common/src/main/java"/>
+ <classpathentry kind="src" output="component/common/target/test-classes" path="component/common/src/test/java"/>
+ <classpathentry excluding="**" kind="src" output="component/common/target/test-classes" path="component/common/src/test/resources"/>
+ <classpathentry kind="src" output="component/resources/target/classes" path="component/resources/src/main/java"/>
+ <classpathentry kind="src" output="component/resources/target/test-classes" path="component/resources/src/test/java"/>
+ <classpathentry excluding="**" kind="src" output="component/resources/target/test-classes" path="component/resources/src/test/resources"/>
+ <classpathentry kind="src" output="component/pc/target/classes" path="component/pc/src/main/java"/>
+ <classpathentry kind="src" output="component/pc/target/test-classes" path="component/pc/src/test/java"/>
+ <classpathentry excluding="**" kind="src" output="component/pc/target/test-classes" path="component/pc/src/test/resources"/>
+ <classpathentry kind="src" output="component/portal/target/classes" path="component/portal/src/main/java"/>
+ <classpathentry kind="src" output="component/portal/target/test-classes" path="component/portal/src/test/java"/>
+ <classpathentry excluding="**" kind="src" output="component/portal/target/test-classes" path="component/portal/src/test/resources"/>
+ <classpathentry kind="src" output="component/wsrp/target/classes" path="component/wsrp/src/main/java"/>
+ <classpathentry kind="src" output="component/wsrp/target/test-classes" path="component/wsrp/src/test/java"/>
+ <classpathentry excluding="**" kind="src" output="component/wsrp/target/test-classes" path="component/wsrp/src/test/resources"/>
+ <classpathentry kind="src" output="component/application-registry/target/classes" path="component/application-registry/src/main/java"/>
+ <classpathentry kind="src" output="component/application-registry/target/test-classes" path="component/application-registry/src/test/java"/>
+ <classpathentry excluding="**" kind="src" output="component/application-registry/target/test-classes" path="component/application-registry/src/test/resources"/>
+ <classpathentry kind="src" output="component/web/target/classes" path="component/web/src/main/java"/>
+ <classpathentry kind="src" output="component/web/target/test-classes" path="component/web/src/test/java"/>
+ <classpathentry excluding="**" kind="src" output="component/web/target/test-classes" path="component/web/src/test/resources"/>
+ <classpathentry kind="src" output="component/web/resources/target/classes" path="component/web/resources/src/main/java"/>
+ <classpathentry kind="src" output="component/web/resources/target/test-classes" path="component/web/resources/src/test/java"/>
+ <classpathentry excluding="**" kind="src" output="component/web/resources/target/test-classes" path="component/web/resources/src/test/resources"/>
+ <classpathentry kind="src" output="component/web/controller/target/classes" path="component/web/controller/src/main/java"/>
+ <classpathentry kind="src" output="component/web/security/target/classes" path="component/web/security/src/main/java"/>
+ <classpathentry kind="src" output="component/web/server/target/classes" path="component/web/server/src/main/java"/>
+ <classpathentry kind="src" output="component/web/api/target/classes" path="component/web/api/src/main/java"/>
+ <classpathentry kind="src" output="component/web/api/target/test-classes" path="component/web/api/src/test/java"/>
+ <classpathentry excluding="**" kind="src" output="component/web/api/target/test-classes" path="component/web/api/src/test/resources"/>
+ <classpathentry kind="src" output="component/scripting/target/classes" path="component/scripting/src/main/java"/>
+ <classpathentry kind="src" output="component/scripting/target/test-classes" path="component/scripting/src/test/java"/>
+ <classpathentry excluding="**" kind="src" output="component/scripting/target/test-classes" path="component/scripting/src/test/resources"/>
+ <classpathentry kind="src" output="component/management/target/classes" path="component/management/src/main/java"/>
+ <classpathentry kind="src" output="component/management/target/test-classes" path="component/management/src/test/java"/>
+ <classpathentry excluding="**" kind="src" output="component/management/target/test-classes" path="component/management/src/test/resources"/>
+ <classpathentry kind="src" output="gadgets/core/target/classes" path="gadgets/core/src/main/java"/>
+ <classpathentry kind="src" output="webui/framework/target/classes" path="webui/framework/src/main/java"/>
+ <classpathentry kind="src" output="webui/portlet/target/classes" path="webui/portlet/src/main/java"/>
+ <classpathentry kind="src" output="webui/core/target/classes" path="webui/core/src/main/java"/>
+ <classpathentry kind="src" output="webui/core/target/test-classes" path="webui/core/src/test/java"/>
+ <classpathentry excluding="**" kind="src" output="webui/core/target/test-classes" path="webui/core/src/test/resources"/>
+ <classpathentry kind="src" output="webui/eXo/target/classes" path="webui/eXo/src/main/java"/>
+ <classpathentry kind="src" output="webui/portal/target/classes" path="webui/portal/src/main/java"/>
+ <classpathentry kind="src" output="gadgets/eXoGadgets/target/classes" path="gadgets/eXoGadgets/src/main/java"/>
+ <classpathentry kind="src" output="webui/dashboard/target/classes" path="webui/dashboard/src/main/java"/>
+ <classpathentry excluding="**" kind="src" output="webui/dashboard/target/classes" path="webui/dashboard/src/main/resources"/>
+ <classpathentry kind="src" output="portlet/dashboard/target/classes" path="portlet/dashboard/src/main/java"/>
+ <classpathentry kind="src" output="portlet/exoadmin/target/classes" path="portlet/exoadmin/src/main/java"/>
+ <classpathentry kind="src" output="portlet/web/target/classes" path="portlet/web/src/main/java"/>
+ <classpathentry kind="src" output="server/jboss/plugin/target/classes" path="server/jboss/plugin/src/main/java"/>
+ <classpathentry kind="src" output="examples/extension/config/target/classes" path="examples/extension/config/src/main/java"/>
+ <classpathentry kind="src" output="examples/extension/jar/target/classes" path="examples/extension/jar/src/main/java"/>
+ <classpathentry kind="src" output="examples/portal/config/target/classes" path="examples/portal/config/src/main/java"/>
+ <classpathentry kind="src" output="examples/portal/jar/target/classes" path="examples/portal/jar/src/main/java"/>
+ <classpathentry kind="src" output="examples/portlets/api/target/classes" path="examples/portlets/api/src/main/java"/>
+ <classpathentry kind="src" output="examples/portlets/jsfhellouser/target/classes" path="examples/portlets/jsfhellouser/src/main/java"/>
+ <classpathentry kind="src" output="examples/portlets/jsfhellouser/target/test-classes" path="examples/portlets/jsfhellouser/src/test/java"/>
+ <classpathentry excluding="**" kind="src" output="examples/portlets/jsfhellouser/target/test-classes" path="examples/portlets/jsfhellouser/src/test/resources"/>
+ <classpathentry kind="src" output="examples/portlets/jsphellouser/target/classes" path="examples/portlets/jsphellouser/src/main/java"/>
+ <classpathentry kind="src" output="examples/portlets/jsphellouser/target/test-classes" path="examples/portlets/jsphellouser/src/test/java"/>
+ <classpathentry excluding="**" kind="src" output="examples/portlets/jsphellouser/target/test-classes" path="examples/portlets/jsphellouser/src/test/resources"/>
+ <classpathentry kind="src" output="examples/portlets/simplesthelloworld/target/classes" path="examples/portlets/simplesthelloworld/src/main/java"/>
+ <classpathentry kind="src" output="examples/portlets/simplesthelloworld/target/test-classes" path="examples/portlets/simplesthelloworld/src/test/java"/>
+ <classpathentry excluding="**" kind="src" output="examples/portlets/simplesthelloworld/target/test-classes" path="examples/portlets/simplesthelloworld/src/test/resources"/>
+ <classpathentry kind="src" output="examples/portlets/struts-jpetstore/target/classes" path="examples/portlets/struts-jpetstore/src/main/java"/>
+ <classpathentry excluding="**" kind="src" output="examples/portlets/struts-jpetstore/target/classes" path="examples/portlets/struts-jpetstore/src/main/resources"/>
+ <classpathentry kind="src" output="examples/portlets/struts-jpetstore/target/test-classes" path="examples/portlets/struts-jpetstore/src/test/java"/>
+ <classpathentry excluding="**" kind="src" output="examples/portlets/struts-jpetstore/target/test-classes" path="examples/portlets/struts-jpetstore/src/test/resources"/>
+ <classpathentry kind="src" output="starter/war/target/classes" path="starter/war/src/main/java"/>
+ <classpathentry kind="src" output="testsuite/selenium-snifftests/target/classes" path="testsuite/selenium-snifftests/src/main/java"/>
+ <classpathentry kind="src" output="testsuite/webuibasedsamples/target/classes" path="testsuite/webuibasedsamples/src/main/java"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+ <classpathentry kind="output" path="target/classes"/>
+</classpath>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/.project
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/.project 2011-07-08 16:59:20 UTC (rev 6854)
+++ epp/portal/tags/EPP_5_1_1_Dev03/.project 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>trunk</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.wst.common.project.facet.core.builder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.maven.ide.eclipse.maven2Builder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.jdt.core.javanature</nature>
- <nature>org.maven.ide.eclipse.maven2Nature</nature>
- <nature>org.eclipse.wst.common.project.facet.core.nature</nature>
- </natures>
-</projectDescription>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/.project (from rev 6853, epp/portal/branches/EPP_5_1_Branch/.project)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/.project (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/.project 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>trunk</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.wst.common.project.facet.core.builder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.maven.ide.eclipse.maven2Builder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ <nature>org.maven.ide.eclipse.maven2Nature</nature>
+ <nature>org.eclipse.wst.common.project.facet.core.nature</nature>
+ </natures>
+</projectDescription>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/component/application-registry/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/application-registry/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/component/application-registry/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,106 +0,0 @@
-<!--
-
- 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.
-
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <artifactId>exo.portal.component.application-registry</artifactId>
- <name>GateIn Portal Component Application Registry</name>
- <packaging>jar</packaging>
-
- <dependencies>
- <dependency>
- <groupId>org.exoplatform.jcr</groupId>
- <artifactId>exo.jcr.component.ext</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.exoplatform.core</groupId>
- <artifactId>exo.core.component.organization.api</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.portal</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.gatein.shindig</groupId>
- <artifactId>shindig-gadgets</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.chromattic</groupId>
- <artifactId>chromattic.ext</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.test.core</artifactId>
- <scope>test</scope>
- </dependency>
-
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.test.jcr</artifactId>
- <scope>test</scope>
- </dependency>
-
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.test.organization</artifactId>
- <scope>test</scope>
- </dependency>
-
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.portal</artifactId>
- <type>test-jar</type>
- <scope>test</scope>
- </dependency>
-
- <dependency>
- <groupId>org.chromattic</groupId>
- <artifactId>chromattic.core</artifactId>
- <scope>test</scope>
- </dependency>
-
- <!--
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.portal</artifactId>
- <version>3.0.0-Beta04-SNAPSHOT</version>
- <classifier>testconf</classifier>
- <scope>test</scope>
- </dependency>
--->
-
- <dependency>
- <groupId>org.gatein.pc</groupId>
- <artifactId>pc-api</artifactId>
- </dependency>
- </dependencies>
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/component/application-registry/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/component/application-registry/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/component/application-registry/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/component/application-registry/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,106 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.component.application-registry</artifactId>
+ <name>GateIn Portal Component Application Registry</name>
+ <packaging>jar</packaging>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.exoplatform.jcr</groupId>
+ <artifactId>exo.jcr.component.ext</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.core</groupId>
+ <artifactId>exo.core.component.organization.api</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.portal</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.gatein.shindig</groupId>
+ <artifactId>shindig-gadgets</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.chromattic</groupId>
+ <artifactId>chromattic.ext</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.test.core</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.test.jcr</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.test.organization</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.portal</artifactId>
+ <type>test-jar</type>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.chromattic</groupId>
+ <artifactId>chromattic.core</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <!--
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.portal</artifactId>
+ <version>3.0.0-Beta04-SNAPSHOT</version>
+ <classifier>testconf</classifier>
+ <scope>test</scope>
+ </dependency>
+-->
+
+ <dependency>
+ <groupId>org.gatein.pc</groupId>
+ <artifactId>pc-api</artifactId>
+ </dependency>
+ </dependencies>
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/component/common/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/common/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/component/common/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,99 +0,0 @@
-<!--
-
- 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.
-
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <artifactId>exo.portal.component.common</artifactId>
- <packaging>jar</packaging>
- <name>GateIn Portal Component Common</name>
- <dependencies>
-
- <dependency>
- <groupId>org.gatein.common</groupId>
- <artifactId>common-logging</artifactId>
- </dependency>
- <dependency>
- <groupId>org.gatein.common</groupId>
- <artifactId>common-common</artifactId>
- </dependency>
- <dependency>
- <groupId>org.exoplatform.kernel</groupId>
- <artifactId>exo.kernel.commons</artifactId>
- </dependency>
- <dependency>
- <groupId>org.exoplatform.kernel</groupId>
- <artifactId>exo.kernel.component.ext.cache.impl.jboss.v3</artifactId>
- </dependency>
- <dependency>
- <groupId>org.exoplatform.core</groupId>
- <artifactId>exo.core.component.database</artifactId>
- </dependency>
- <dependency>
- <groupId>org.exoplatform.jcr</groupId>
- <artifactId>exo.jcr.component.core</artifactId>
- </dependency>
- <dependency>
- <groupId>org.exoplatform.jcr</groupId>
- <artifactId>exo.jcr.component.ext</artifactId>
- </dependency>
- <dependency>
- <groupId>org.chromattic</groupId>
- <artifactId>chromattic.api</artifactId>
- </dependency>
- <dependency>
- <groupId>org.chromattic</groupId>
- <artifactId>chromattic.spi</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.test.core</artifactId>
- <scope>test</scope>
- </dependency>
-
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.test.jcr</artifactId>
- <scope>test</scope>
- </dependency>
-
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.chromattic</groupId>
- <artifactId>chromattic.core</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.chromattic</groupId>
- <artifactId>chromattic.apt</artifactId>
- <scope>test</scope>
- </dependency>
- </dependencies>
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/component/common/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/component/common/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/component/common/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/component/common/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,99 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.component.common</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn Portal Component Common</name>
+ <dependencies>
+
+ <dependency>
+ <groupId>org.gatein.common</groupId>
+ <artifactId>common-logging</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.common</groupId>
+ <artifactId>common-common</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.kernel</groupId>
+ <artifactId>exo.kernel.commons</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.kernel</groupId>
+ <artifactId>exo.kernel.component.ext.cache.impl.jboss.v3</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.core</groupId>
+ <artifactId>exo.core.component.database</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.jcr</groupId>
+ <artifactId>exo.jcr.component.core</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.jcr</groupId>
+ <artifactId>exo.jcr.component.ext</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.chromattic</groupId>
+ <artifactId>chromattic.api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.chromattic</groupId>
+ <artifactId>chromattic.spi</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.test.core</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.test.jcr</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.chromattic</groupId>
+ <artifactId>chromattic.core</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.chromattic</groupId>
+ <artifactId>chromattic.apt</artifactId>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/component/identity/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/identity/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/component/identity/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,95 +0,0 @@
-<!--
-
- 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.
-
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <artifactId>exo.portal.component.identity</artifactId>
- <packaging>jar</packaging>
- <name>GateIn Portal Component JBoss IDM integration</name>
-
- <dependencies>
- <dependency>
- <groupId>org.exoplatform.core</groupId>
- <artifactId>exo.core.component.database</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-core</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-annotations</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
-
- <dependency>
- <groupId>org.exoplatform.core</groupId>
- <artifactId>exo.core.component.organization.api</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.gatein.common</groupId>
- <artifactId>common-logging</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.picketlink.idm</groupId>
- <artifactId>picketlink-idm-core</artifactId>
- </dependency>
- <dependency>
- <groupId>org.picketlink.idm</groupId>
- <artifactId>picketlink-idm-hibernate</artifactId>
- </dependency>
- <dependency>
- <groupId>org.picketlink.idm</groupId>
- <artifactId>picketlink-idm-ldap</artifactId>
- </dependency>
- <dependency>
- <groupId>org.picketlink.idm</groupId>
- <artifactId>picketlink-idm-cache</artifactId>
- </dependency>
-
- <dependency>
- <groupId>hsqldb</groupId>
- <artifactId>hsqldb</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.test.core</artifactId>
- <scope>test</scope>
- </dependency>
-
- <dependency>
- <groupId>javax.resource</groupId>
- <artifactId>connector-api</artifactId>
- <scope>test</scope>
- </dependency>
-
- </dependencies>
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/component/identity/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/component/identity/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/component/identity/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/component/identity/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,95 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.component.identity</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn Portal Component JBoss IDM integration</name>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.exoplatform.core</groupId>
+ <artifactId>exo.core.component.database</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-core</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-annotations</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.core</groupId>
+ <artifactId>exo.core.component.organization.api</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.gatein.common</groupId>
+ <artifactId>common-logging</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.picketlink.idm</groupId>
+ <artifactId>picketlink-idm-core</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.picketlink.idm</groupId>
+ <artifactId>picketlink-idm-hibernate</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.picketlink.idm</groupId>
+ <artifactId>picketlink-idm-ldap</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.picketlink.idm</groupId>
+ <artifactId>picketlink-idm-cache</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>hsqldb</groupId>
+ <artifactId>hsqldb</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.test.core</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>javax.resource</groupId>
+ <artifactId>connector-api</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ </dependencies>
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/component/management/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/management/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/component/management/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,48 +0,0 @@
-<!--
- ~ 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.
- -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <artifactId>exo.portal.component.management</artifactId>
- <packaging>jar</packaging>
- <name>GateIn Portal Component Management</name>
-
- <dependencies>
-
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.portal</artifactId>
- </dependency>
- <dependency>
- <groupId>org.exoplatform.kernel</groupId>
- <artifactId>exo.kernel.commons</artifactId>
- </dependency>
- <dependency>
- <groupId>org.exoplatform.ws</groupId>
- <artifactId>exo.ws.rest.core</artifactId>
- </dependency>
-
- </dependencies>
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/component/management/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/component/management/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/component/management/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/component/management/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,48 @@
+<!--
+ ~ 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.
+ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.component.management</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn Portal Component Management</name>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.portal</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.kernel</groupId>
+ <artifactId>exo.kernel.commons</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.ws</groupId>
+ <artifactId>exo.ws.rest.core</artifactId>
+ </dependency>
+
+ </dependencies>
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/component/pc/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/pc/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/component/pc/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,77 +0,0 @@
-<!--
-
- 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.
-
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <artifactId>exo.portal.component.pc</artifactId>
- <packaging>jar</packaging>
- <name>GateIn Portal Component PC integration</name>
-
- <dependencies>
-
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.resources</artifactId>
- </dependency>
- <dependency>
- <groupId>org.gatein.common</groupId>
- <artifactId>common-common</artifactId>
- </dependency>
- <dependency>
- <groupId>org.gatein.pc</groupId>
- <artifactId>pc-api</artifactId>
- </dependency>
- <dependency>
- <groupId>org.gatein.pc</groupId>
- <artifactId>pc-portlet</artifactId>
- </dependency>
- <dependency>
- <groupId>org.gatein.pc</groupId>
- <artifactId>pc-mc</artifactId>
- </dependency>
- <dependency>
- <groupId>org.gatein.pc</groupId>
- <artifactId>pc-federation</artifactId>
- </dependency>
- <dependency>
- <groupId>org.gatein.pc</groupId>
- <artifactId>pc-bridge</artifactId>
- </dependency>
- <dependency>
- <groupId>org.gatein.wci</groupId>
- <artifactId>wci-wci</artifactId>
- </dependency>
- <dependency>
- <groupId>org.exoplatform.kernel</groupId>
- <artifactId>exo.kernel.container</artifactId>
- </dependency>
-
- </dependencies>
-
- <build>
- </build>
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/component/pc/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/component/pc/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/component/pc/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/component/pc/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,77 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.component.pc</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn Portal Component PC integration</name>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.resources</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.common</groupId>
+ <artifactId>common-common</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.pc</groupId>
+ <artifactId>pc-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.pc</groupId>
+ <artifactId>pc-portlet</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.pc</groupId>
+ <artifactId>pc-mc</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.pc</groupId>
+ <artifactId>pc-federation</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.pc</groupId>
+ <artifactId>pc-bridge</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.wci</groupId>
+ <artifactId>wci-wci</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.kernel</groupId>
+ <artifactId>exo.kernel.container</artifactId>
+ </dependency>
+
+ </dependencies>
+
+ <build>
+ </build>
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/component/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/component/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,51 +0,0 @@
-<!--
-
- 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.
-
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <artifactId>exo.portal.component</artifactId>
- <packaging>pom</packaging>
-
- <name>GateIn Portal Component</name>
-
- <modules>
- <module>test</module>
- <module>common</module>
- <module>pc</module>
- <module>wsrp</module>
- <module>resources</module>
- <module>application-registry</module>
- <module>portal</module>
- <module>web</module>
- <module>scripting</module>
- <module>management</module>
- <module>identity</module>
- </modules>
-
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/component/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/component/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/component/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/component/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,51 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.parent</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <artifactId>exo.portal.component</artifactId>
+ <packaging>pom</packaging>
+
+ <name>GateIn Portal Component</name>
+
+ <modules>
+ <module>test</module>
+ <module>common</module>
+ <module>pc</module>
+ <module>wsrp</module>
+ <module>resources</module>
+ <module>application-registry</module>
+ <module>portal</module>
+ <module>web</module>
+ <module>scripting</module>
+ <module>management</module>
+ <module>identity</module>
+ </modules>
+
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/component/portal/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/portal/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/component/portal/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,154 +0,0 @@
-<!--
-
- 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.
-
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <artifactId>exo.portal.component.portal</artifactId>
- <packaging>jar</packaging>
- <name>GateIn Portal Component Portal Data</name>
-
- <dependencies>
- <dependency>
- <groupId>org.exoplatform.core</groupId>
- <artifactId>exo.core.component.organization.jdbc</artifactId>
- <scope>compile</scope>
- </dependency>
-
- <dependency>
- <groupId>org.exoplatform.jcr</groupId>
- <artifactId>exo.jcr.component.ext</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.common</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.pc</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.identity</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.gatein.mop</groupId>
- <artifactId>mop-api</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.gatein.mop</groupId>
- <artifactId>mop-spi</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.gatein.mop</groupId>
- <artifactId>mop-core</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.picketlink.idm</groupId>
- <artifactId>picketlink-idm-core</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.json</groupId>
- <artifactId>json</artifactId>
- </dependency>
-
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <scope>provided</scope>
- </dependency>
-
- <dependency>
- <groupId>org.chromattic</groupId>
- <artifactId>chromattic.core</artifactId>
- <scope>test</scope>
- </dependency>
-
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.test.core</artifactId>
- <scope>test</scope>
- </dependency>
-
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.test.jcr</artifactId>
- <scope>test</scope>
- </dependency>
-
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.test.organization</artifactId>
- <scope>test</scope>
- </dependency>
-
- </dependencies>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.jibx</groupId>
- <artifactId>maven-jibx-plugin</artifactId>
- <version>${org.jibx.version}</version>
- <configuration>
- <directory>src/main/resources</directory>
- <includes>
- <includes>binding.xml</includes>
- </includes>
- </configuration>
- <executions>
- <execution>
- <goals>
- <goal>bind</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
-
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId>
- <executions>
- <execution>
- <phase>package</phase>
- <goals>
- <goal>test-jar</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
-
- </plugins>
- </build>
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/component/portal/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/component/portal/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/component/portal/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/component/portal/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,154 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.component.portal</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn Portal Component Portal Data</name>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.exoplatform.core</groupId>
+ <artifactId>exo.core.component.organization.jdbc</artifactId>
+ <scope>compile</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.jcr</groupId>
+ <artifactId>exo.jcr.component.ext</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.common</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.pc</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.identity</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.gatein.mop</groupId>
+ <artifactId>mop-api</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.gatein.mop</groupId>
+ <artifactId>mop-spi</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.gatein.mop</groupId>
+ <artifactId>mop-core</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.picketlink.idm</groupId>
+ <artifactId>picketlink-idm-core</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.json</groupId>
+ <artifactId>json</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.chromattic</groupId>
+ <artifactId>chromattic.core</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.test.core</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.test.jcr</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.test.organization</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ </dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.jibx</groupId>
+ <artifactId>maven-jibx-plugin</artifactId>
+ <version>${org.jibx.version}</version>
+ <configuration>
+ <directory>src/main/resources</directory>
+ <includes>
+ <includes>binding.xml</includes>
+ </includes>
+ </configuration>
+ <executions>
+ <execution>
+ <goals>
+ <goal>bind</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <goals>
+ <goal>test-jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/component/resources/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/resources/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/component/resources/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,57 +0,0 @@
-<!--
-
- 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.
-
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <artifactId>exo.portal.component.resources</artifactId>
- <packaging>jar</packaging>
- <name>GateIn Portal Component Resources</name>
- <description>Internationalization and localization resources</description>
-
- <dependencies>
- <dependency>
- <groupId>org.exoplatform.kernel</groupId>
- <artifactId>exo.kernel.container</artifactId>
- </dependency>
- <dependency>
- <groupId>org.exoplatform.kernel</groupId>
- <artifactId>exo.kernel.component.cache</artifactId>
- </dependency>
-
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.test.core</artifactId>
- <scope>test</scope>
- </dependency>
-
- </dependencies>
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/component/resources/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/component/resources/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/component/resources/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/component/resources/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,57 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.component.resources</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn Portal Component Resources</name>
+ <description>Internationalization and localization resources</description>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.exoplatform.kernel</groupId>
+ <artifactId>exo.kernel.container</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.kernel</groupId>
+ <artifactId>exo.kernel.component.cache</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.test.core</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ </dependencies>
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/component/scripting/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/scripting/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/component/scripting/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,57 +0,0 @@
-<!--
-
- 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.
-
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <artifactId>exo.portal.component.scripting</artifactId>
- <packaging>jar</packaging>
- <name>GateIn Portal Component Scripting</name>
- <description>GateIn scripting and template engine</description>
-
- <dependencies>
- <dependency>
- <groupId>org.exoplatform.kernel</groupId>
- <artifactId>exo.kernel.component.cache</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.common</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.codehaus.groovy</groupId>
- <artifactId>groovy-all</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.test.core</artifactId>
- <scope>test</scope>
- </dependency>
- </dependencies>
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/component/scripting/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/component/scripting/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/component/scripting/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/component/scripting/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,57 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.component.scripting</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn Portal Component Scripting</name>
+ <description>GateIn scripting and template engine</description>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.exoplatform.kernel</groupId>
+ <artifactId>exo.kernel.component.cache</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.common</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.codehaus.groovy</groupId>
+ <artifactId>groovy-all</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.test.core</artifactId>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/component/test/core/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/test/core/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/component/test/core/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,80 +0,0 @@
-<!--
- ~ 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.
- -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.test</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <artifactId>exo.portal.component.test.core</artifactId>
- <packaging>jar</packaging>
- <name>GateIn Portal Component Core Test</name>
-
- <dependencies>
-
- <dependency>
- <groupId>org.gatein.common</groupId>
- <artifactId>common-logging</artifactId>
- </dependency>
-
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.exoplatform.kernel</groupId>
- <artifactId>exo.kernel.commons</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.exoplatform.kernel</groupId>
- <artifactId>exo.kernel.component.common</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.exoplatform.kernel</groupId>
- <artifactId>exo.kernel.container</artifactId>
- </dependency>
-
- <dependency>
- <groupId>commons-dbcp</groupId>
- <artifactId>commons-dbcp</artifactId>
- </dependency>
-
- <dependency>
- <groupId>net.jcip</groupId>
- <artifactId>jcip-annotations</artifactId>
- </dependency>
-
- </dependencies>
-
- <build>
- <resources>
- <resource>
- <directory>src/main/resources</directory>
- </resource>
- </resources>
- </build>
-
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/component/test/core/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/component/test/core/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/component/test/core/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/component/test/core/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,80 @@
+<!--
+ ~ 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.
+ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.test</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.component.test.core</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn Portal Component Core Test</name>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>org.gatein.common</groupId>
+ <artifactId>common-logging</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.kernel</groupId>
+ <artifactId>exo.kernel.commons</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.kernel</groupId>
+ <artifactId>exo.kernel.component.common</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.kernel</groupId>
+ <artifactId>exo.kernel.container</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-dbcp</groupId>
+ <artifactId>commons-dbcp</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>net.jcip</groupId>
+ <artifactId>jcip-annotations</artifactId>
+ </dependency>
+
+ </dependencies>
+
+ <build>
+ <resources>
+ <resource>
+ <directory>src/main/resources</directory>
+ </resource>
+ </resources>
+ </build>
+
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/component/test/jcr/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/test/jcr/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/component/test/jcr/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,64 +0,0 @@
-<!--
- ~ 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.
- -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.test</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <artifactId>exo.portal.component.test.jcr</artifactId>
- <packaging>jar</packaging>
- <name>GateIn Portal Component Core Test JCR</name>
-
- <dependencies>
-
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.test.core</artifactId>
- </dependency>
-
- <dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.exoplatform.jcr</groupId>
- <artifactId>exo.jcr.component.ext</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.exoplatform.core</groupId>
- <artifactId>exo.core.component.organization.jdbc</artifactId>
- </dependency>
- </dependencies>
-
- <build>
- <resources>
- <resource>
- <directory>src/main/resources</directory>
- </resource>
- </resources>
- </build>
-
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/component/test/jcr/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/component/test/jcr/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/component/test/jcr/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/component/test/jcr/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,64 @@
+<!--
+ ~ 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.
+ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.test</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.component.test.jcr</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn Portal Component Core Test JCR</name>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.test.core</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.jcr</groupId>
+ <artifactId>exo.jcr.component.ext</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.core</groupId>
+ <artifactId>exo.core.component.organization.jdbc</artifactId>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <resources>
+ <resource>
+ <directory>src/main/resources</directory>
+ </resource>
+ </resources>
+ </build>
+
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/component/test/organization/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/test/organization/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/component/test/organization/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,58 +0,0 @@
-<!--
- ~ 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.
- -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.test</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <artifactId>exo.portal.component.test.organization</artifactId>
- <packaging>jar</packaging>
- <name>GateIn Portal Component Core Test Organization</name>
-
- <dependencies>
-
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.test.core</artifactId>
- </dependency>
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.identity</artifactId>
- </dependency>
- <dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- </dependency>
-
- </dependencies>
-
- <build>
- <resources>
- <resource>
- <directory>src/main/resources</directory>
- </resource>
- </resources>
- </build>
-
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/component/test/organization/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/component/test/organization/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/component/test/organization/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/component/test/organization/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,58 @@
+<!--
+ ~ 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.
+ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.test</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.component.test.organization</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn Portal Component Core Test Organization</name>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.test.core</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.identity</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ </dependency>
+
+ </dependencies>
+
+ <build>
+ <resources>
+ <resource>
+ <directory>src/main/resources</directory>
+ </resource>
+ </resources>
+ </build>
+
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/component/test/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/test/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/component/test/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,39 +0,0 @@
-<!--
- ~ 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.
- -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <artifactId>exo.portal.component.test</artifactId>
- <packaging>pom</packaging>
- <name>GateIn Portal Test Component</name>
-
- <modules>
- <module>core</module>
- <module>jcr</module>
- <module>organization</module>
- </modules>
-
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/component/test/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/component/test/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/component/test/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/component/test/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,39 @@
+<!--
+ ~ 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.
+ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.component.test</artifactId>
+ <packaging>pom</packaging>
+ <name>GateIn Portal Test Component</name>
+
+ <modules>
+ <module>core</module>
+ <module>jcr</module>
+ <module>organization</module>
+ </modules>
+
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/component/web/api/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/web/api/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/component/web/api/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,52 +0,0 @@
-<!--
- ~ 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.
- -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.web</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <artifactId>exo.portal.component.web.api</artifactId>
- <packaging>jar</packaging>
- <name>GateIn Portal Component Web API</name>
- <description>Various API supported by GateIn related to web serving</description>
-
- <dependencies>
- <dependency>
- <groupId>org.exoplatform.kernel</groupId>
- <artifactId>exo.kernel.component.common</artifactId>
- </dependency>
- <dependency>
- <groupId>org.exoplatform.kernel</groupId>
- <artifactId>exo.kernel.container</artifactId>
- </dependency>
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.web.controller</artifactId>
- </dependency>
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.test.core</artifactId>
- <scope>test</scope>
- </dependency>
- </dependencies>
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/component/web/api/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/component/web/api/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/component/web/api/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/component/web/api/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,52 @@
+<!--
+ ~ 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.
+ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.web</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.component.web.api</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn Portal Component Web API</name>
+ <description>Various API supported by GateIn related to web serving</description>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.exoplatform.kernel</groupId>
+ <artifactId>exo.kernel.component.common</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.kernel</groupId>
+ <artifactId>exo.kernel.container</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.web.controller</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.test.core</artifactId>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/component/web/controller/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/web/controller/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/component/web/controller/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,44 +0,0 @@
-<!--
- ~ 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.
- -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.web</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <artifactId>exo.portal.component.web.controller</artifactId>
- <packaging>jar</packaging>
- <name>GateIn Portal Component Web Controller</name>
- <description>The GateIn web controller takes care of managing portal requests and delegate the processing to
- the appropriate subsystem.</description>
-
- <dependencies>
- <dependency>
- <groupId>org.exoplatform.kernel</groupId>
- <artifactId>exo.kernel.container</artifactId>
- </dependency>
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.web.resources</artifactId>
- </dependency>
- </dependencies>
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/component/web/controller/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/component/web/controller/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/component/web/controller/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/component/web/controller/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,44 @@
+<!--
+ ~ 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.
+ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.web</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.component.web.controller</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn Portal Component Web Controller</name>
+ <description>The GateIn web controller takes care of managing portal requests and delegate the processing to
+ the appropriate subsystem.</description>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.exoplatform.kernel</groupId>
+ <artifactId>exo.kernel.container</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.web.resources</artifactId>
+ </dependency>
+ </dependencies>
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/component/web/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/web/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/component/web/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,41 +0,0 @@
-<!--
-
- 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.
-
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <artifactId>exo.portal.component.web</artifactId>
- <packaging>pom</packaging>
- <name>GateIn Portal Component Web</name>
-
- <modules>
- <module>controller</module>
- <module>security</module>
- <module>server</module>
- <module>resources</module>
- <module>api</module>
- </modules>
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/component/web/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/component/web/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/component/web/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/component/web/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,41 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.component.web</artifactId>
+ <packaging>pom</packaging>
+ <name>GateIn Portal Component Web</name>
+
+ <modules>
+ <module>controller</module>
+ <module>security</module>
+ <module>server</module>
+ <module>resources</module>
+ <module>api</module>
+ </modules>
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/component/web/resources/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/web/resources/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/component/web/resources/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,57 +0,0 @@
-<!--
- ~ 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.
- -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.web</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <artifactId>exo.portal.component.web.resources</artifactId>
- <packaging>jar</packaging>
- <name>GateIn Portal Component Web Resources</name>
- <description>GateIn web resource serving services such as Javascript, skins and stylesheets</description>
-
- <dependencies>
-
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.common</artifactId>
- </dependency>
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.resources</artifactId>
- </dependency>
- <dependency>
- <groupId>org.gatein.wci</groupId>
- <artifactId>wci-wci</artifactId>
- </dependency>
- <dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- </dependency>
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.test.core</artifactId>
- <scope>test</scope>
- </dependency>
- </dependencies>
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/component/web/resources/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/component/web/resources/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/component/web/resources/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/component/web/resources/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,57 @@
+<!--
+ ~ 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.
+ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.web</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.component.web.resources</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn Portal Component Web Resources</name>
+ <description>GateIn web resource serving services such as Javascript, skins and stylesheets</description>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.common</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.resources</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.wci</groupId>
+ <artifactId>wci-wci</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.test.core</artifactId>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/component/web/security/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/web/security/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/component/web/security/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,67 +0,0 @@
-<!--
- ~ 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.
- -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.web</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <artifactId>exo.portal.component.web.security</artifactId>
- <packaging>jar</packaging>
- <name>GateIn Portal Component Web Security</name>
- <description>GateIn web security services</description>
-
- <dependencies>
-
- <dependency>
- <groupId>org.exoplatform.kernel</groupId>
- <artifactId>exo.kernel.container</artifactId>
- </dependency>
- <dependency>
- <groupId>org.exoplatform.core</groupId>
- <artifactId>exo.core.component.organization.api</artifactId>
- </dependency>
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.common</artifactId>
- </dependency>
- <dependency>
- <groupId>org.chromattic</groupId>
- <artifactId>chromattic.apt</artifactId>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>org.gatein.captcha</groupId>
- <artifactId>simplecaptcha</artifactId>
- </dependency>
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.test.core</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.jboss.jbossas</groupId>
- <artifactId>jboss-as-tomcat</artifactId>
- <scope>provided</scope>
- </dependency>
- </dependencies>
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/component/web/security/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/component/web/security/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/component/web/security/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/component/web/security/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,67 @@
+<!--
+ ~ 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.
+ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.web</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.component.web.security</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn Portal Component Web Security</name>
+ <description>GateIn web security services</description>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>org.exoplatform.kernel</groupId>
+ <artifactId>exo.kernel.container</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.core</groupId>
+ <artifactId>exo.core.component.organization.api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.common</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.chromattic</groupId>
+ <artifactId>chromattic.apt</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.captcha</groupId>
+ <artifactId>simplecaptcha</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.test.core</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.jbossas</groupId>
+ <artifactId>jboss-as-tomcat</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/component/web/server/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/web/server/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/component/web/server/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,51 +0,0 @@
-<!--
- ~ 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.
- -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.web</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <artifactId>exo.portal.component.web.server</artifactId>
- <packaging>jar</packaging>
- <name>GateIn Portal Component Web Server</name>
- <description>GateIn web server services</description>
-
- <dependencies>
- <dependency>
- <groupId>org.exoplatform.kernel</groupId>
- <artifactId>exo.kernel.container</artifactId>
- </dependency>
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.common</artifactId>
- </dependency>
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.web.controller</artifactId>
- </dependency>
- <dependency>
- <groupId>org.gatein.captcha</groupId>
- <artifactId>simplecaptcha</artifactId>
- </dependency>
- </dependencies>
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/component/web/server/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/component/web/server/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/component/web/server/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/component/web/server/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,51 @@
+<!--
+ ~ 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.
+ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.web</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.component.web.server</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn Portal Component Web Server</name>
+ <description>GateIn web server services</description>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.exoplatform.kernel</groupId>
+ <artifactId>exo.kernel.container</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.common</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.web.controller</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.captcha</groupId>
+ <artifactId>simplecaptcha</artifactId>
+ </dependency>
+ </dependencies>
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/component/wsrp/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/wsrp/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/component/wsrp/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,156 +0,0 @@
-<!--
- ~ JBoss, a division of Red Hat
- ~ Copyright 2010, Red Hat Middleware, LLC, and individual
- ~ contributors as indicated by the @authors tag. See the
- ~ copyright.txt in the distribution for a full listing of
- ~ individual contributors.
- ~
- ~ 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.
- -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <artifactId>gatein.portal.component.wsrp</artifactId>
- <packaging>jar</packaging>
- <name>GateIn Portal Component WSRP integration</name>
-
- <dependencies>
- <!-- WSRP jars are in packaging/module.js -->
- <dependency>
- <groupId>org.gatein.wsrp</groupId>
- <artifactId>wsrp-producer-lib</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.gatein.wsrp</groupId>
- <artifactId>wsrp-consumer</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.gatein.mop</groupId>
- <artifactId>mop-api</artifactId>
- </dependency>
- <dependency>
- <groupId>org.gatein.wsrp</groupId>
- <artifactId>wsrp-integration-api</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.gatein.pc</groupId>
- <artifactId>pc-api</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.gatein.pc</groupId>
- <artifactId>pc-portlet</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.exoplatform.kernel</groupId>
- <artifactId>exo.kernel.container</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.pc</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.common</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.portal</artifactId>
- <scope>provided</scope>
- </dependency>
-
- <dependency>
- <groupId>org.exoplatform.jcr</groupId>
- <artifactId>exo.jcr.component.ext</artifactId>
- </dependency>
- <dependency>
- <groupId>org.chromattic</groupId>
- <artifactId>chromattic.api</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.chromattic</groupId>
- <artifactId>chromattic.core</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.chromattic</groupId>
- <artifactId>chromattic.spi</artifactId>
- </dependency>
- <dependency>
- <groupId>org.gatein.wci</groupId>
- <artifactId>wci-wci</artifactId>
- </dependency>
-
- <!-- Required to process Chromattic annotations -->
- <dependency>
- <groupId>org.chromattic</groupId>
- <artifactId>chromattic.apt</artifactId>
- <scope>provided</scope>
- </dependency>
-
- <!-- tests -->
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.test.jcr</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.mockito</groupId>
- <artifactId>mockito-core</artifactId>
- <version>1.8.5</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
-
- <build>
- <plugins>
- <!--<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <excludes>
- <exclude>org/gatein/portal/wsrp/SessionEventListenerAndBroadcaster.java</exclude>
- <exclude>org/gatein/portal/wsrp/MOPPortalStructureProvider.java</exclude>
- <exclude>org/gatein/portal/wsrp/state/migration/**/*.java</exclude>
- </excludes>
- </configuration>
- </plugin>-->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <excludes>
- <exclude>org/gatein/portal/wsrp/state/consumer/**</exclude>
- </excludes>
- </configuration>
- </plugin>
- </plugins>
- </build>
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/component/wsrp/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/component/wsrp/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/component/wsrp/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/component/wsrp/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,156 @@
+<!--
+ ~ JBoss, a division of Red Hat
+ ~ Copyright 2010, Red Hat Middleware, LLC, and individual
+ ~ contributors as indicated by the @authors tag. See the
+ ~ copyright.txt in the distribution for a full listing of
+ ~ individual contributors.
+ ~
+ ~ 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.
+ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>gatein.portal.component.wsrp</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn Portal Component WSRP integration</name>
+
+ <dependencies>
+ <!-- WSRP jars are in packaging/module.js -->
+ <dependency>
+ <groupId>org.gatein.wsrp</groupId>
+ <artifactId>wsrp-producer-lib</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.wsrp</groupId>
+ <artifactId>wsrp-consumer</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.mop</groupId>
+ <artifactId>mop-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.wsrp</groupId>
+ <artifactId>wsrp-integration-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.pc</groupId>
+ <artifactId>pc-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.pc</groupId>
+ <artifactId>pc-portlet</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.kernel</groupId>
+ <artifactId>exo.kernel.container</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.pc</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.common</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.portal</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.jcr</groupId>
+ <artifactId>exo.jcr.component.ext</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.chromattic</groupId>
+ <artifactId>chromattic.api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.chromattic</groupId>
+ <artifactId>chromattic.core</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.chromattic</groupId>
+ <artifactId>chromattic.spi</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.wci</groupId>
+ <artifactId>wci-wci</artifactId>
+ </dependency>
+
+ <!-- Required to process Chromattic annotations -->
+ <dependency>
+ <groupId>org.chromattic</groupId>
+ <artifactId>chromattic.apt</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <!-- tests -->
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.test.jcr</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-core</artifactId>
+ <version>1.8.5</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <plugins>
+ <!--<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <exclude>org/gatein/portal/wsrp/SessionEventListenerAndBroadcaster.java</exclude>
+ <exclude>org/gatein/portal/wsrp/MOPPortalStructureProvider.java</exclude>
+ <exclude>org/gatein/portal/wsrp/state/migration/**/*.java</exclude>
+ </excludes>
+ </configuration>
+ </plugin>-->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <exclude>org/gatein/portal/wsrp/state/consumer/**</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/examples/extension/config/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/extension/config/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/examples/extension/config/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,35 +0,0 @@
-<!--
-
- 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.
-
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <artifactId>exo.portal.sample.extension.config</artifactId>
- <name>GateIn Portal Sample Extension Configuration</name>
- <packaging>jar</packaging>
- <url>http://www.exoplatform.org</url>
- <description>GateIn Sample Extension Configuration</description>
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/examples/extension/config/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/examples/extension/config/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/examples/extension/config/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/examples/extension/config/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,35 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.parent</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.sample.extension.config</artifactId>
+ <name>GateIn Portal Sample Extension Configuration</name>
+ <packaging>jar</packaging>
+ <url>http://www.exoplatform.org</url>
+ <description>GateIn Sample Extension Configuration</description>
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/examples/extension/ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/extension/ear/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/examples/extension/ear/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,88 +0,0 @@
-<!--
-
- 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.
-
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <artifactId>gatein-sample-extension</artifactId>
- <packaging>ear</packaging>
- <name>GateIn Portal Sample Extension Ear</name>
- <url>http://www.exoplatform.org</url>
- <description>GateIn Sample Extension Ear</description>
-
- <dependencies>
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.sample.extension.config</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.sample.extension.jar</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.web.api</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.sample.extension.war</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- <type>war</type>
- </dependency>
- </dependencies>
- <build>
- <finalName>${project.artifactId}</finalName>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-ear-plugin</artifactId>
- <configuration>
- <modules>
- <jarModule>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.sample.extension.config</artifactId>
- <includeInApplicationXml>true</includeInApplicationXml>
- </jarModule>
- <webModule>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.sample.extension.war</artifactId>
- <contextRoot>sample-ext</contextRoot>
- </webModule>
- <jarModule>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.sample.extension.jar</artifactId>
- <includeInApplicationXml>true</includeInApplicationXml>
- </jarModule>
- </modules>
- </configuration>
- </plugin>
- </plugins>
- </build>
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/examples/extension/ear/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/examples/extension/ear/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/examples/extension/ear/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/examples/extension/ear/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,88 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.parent</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>gatein-sample-extension</artifactId>
+ <packaging>ear</packaging>
+ <name>GateIn Portal Sample Extension Ear</name>
+ <url>http://www.exoplatform.org</url>
+ <description>GateIn Sample Extension Ear</description>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.sample.extension.config</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.sample.extension.jar</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.web.api</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.sample.extension.war</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ <type>war</type>
+ </dependency>
+ </dependencies>
+ <build>
+ <finalName>${project.artifactId}</finalName>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-ear-plugin</artifactId>
+ <configuration>
+ <modules>
+ <jarModule>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.sample.extension.config</artifactId>
+ <includeInApplicationXml>true</includeInApplicationXml>
+ </jarModule>
+ <webModule>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.sample.extension.war</artifactId>
+ <contextRoot>sample-ext</contextRoot>
+ </webModule>
+ <jarModule>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.sample.extension.jar</artifactId>
+ <includeInApplicationXml>true</includeInApplicationXml>
+ </jarModule>
+ </modules>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/examples/extension/jar/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/extension/jar/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/examples/extension/jar/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,42 +0,0 @@
-<!--
-
- 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.
-
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <artifactId>exo.portal.sample.extension.jar</artifactId>
- <name>GateIn Portal Sample Extension Java Classes</name>
- <packaging>jar</packaging>
- <url>http://www.exoplatform.org</url>
- <description>GateIn Sample Extension Java Classes</description>
-
- <dependencies>
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.web.api</artifactId>
- </dependency>
- </dependencies>
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/examples/extension/jar/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/examples/extension/jar/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/examples/extension/jar/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/examples/extension/jar/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,42 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.parent</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.sample.extension.jar</artifactId>
+ <name>GateIn Portal Sample Extension Java Classes</name>
+ <packaging>jar</packaging>
+ <url>http://www.exoplatform.org</url>
+ <description>GateIn Sample Extension Java Classes</description>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.web.api</artifactId>
+ </dependency>
+ </dependencies>
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/examples/extension/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/extension/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/examples/extension/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,41 +0,0 @@
-<!--
-
- 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.
-
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <artifactId>exo.portal.sample.extension.root</artifactId>
- <name>GateIn Portal Sample Extension</name>
- <packaging>pom</packaging>
- <description>GateIn Sample Extension Root Pom</description>
-
- <modules>
- <module>config</module>
- <module>jar</module>
- <module>war</module>
- <module>ear</module>
- </modules>
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/examples/extension/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/examples/extension/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/examples/extension/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/examples/extension/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,41 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.parent</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <artifactId>exo.portal.sample.extension.root</artifactId>
+ <name>GateIn Portal Sample Extension</name>
+ <packaging>pom</packaging>
+ <description>GateIn Sample Extension Root Pom</description>
+
+ <modules>
+ <module>config</module>
+ <module>jar</module>
+ <module>war</module>
+ <module>ear</module>
+ </modules>
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/examples/extension/war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/extension/war/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/examples/extension/war/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,39 +0,0 @@
-<!--
-
- 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.
-
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <artifactId>exo.portal.sample.extension.war</artifactId>
- <packaging>war</packaging>
- <name>GateIn Portal Sample Extension War</name>
- <url>http://www.exoplatform.org</url>
- <description>GateIn Sample Extension War</description>
-
- <build>
- <finalName>sample-ext</finalName>
- </build>
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/examples/extension/war/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/examples/extension/war/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/examples/extension/war/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/examples/extension/war/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,39 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.parent</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.sample.extension.war</artifactId>
+ <packaging>war</packaging>
+ <name>GateIn Portal Sample Extension War</name>
+ <url>http://www.exoplatform.org</url>
+ <description>GateIn Sample Extension War</description>
+
+ <build>
+ <finalName>sample-ext</finalName>
+ </build>
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/examples/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/examples/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,44 +0,0 @@
-<!--
-
- 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.
-
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <artifactId>exo.portal.sample</artifactId>
- <packaging>pom</packaging>
-
- <name>GateIn Portal Sample</name>
-
- <modules>
- <module>extension</module>
- <module>portal</module>
- <module>portlets</module>
- <module>skins</module>
- </modules>
-
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/examples/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/examples/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/examples/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/examples/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,44 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.parent</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <artifactId>exo.portal.sample</artifactId>
+ <packaging>pom</packaging>
+
+ <name>GateIn Portal Sample</name>
+
+ <modules>
+ <module>extension</module>
+ <module>portal</module>
+ <module>portlets</module>
+ <module>skins</module>
+ </modules>
+
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/examples/portal/config/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/portal/config/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/examples/portal/config/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,35 +0,0 @@
-<!--
-
- 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.
-
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <artifactId>exo.portal.sample.portal.config</artifactId>
- <name>GateIn Portal Sample Portal Configuration</name>
- <packaging>jar</packaging>
- <url>http://www.exoplatform.org</url>
- <description>GateIn Sample Portal Configuration</description>
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/examples/portal/config/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/examples/portal/config/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/examples/portal/config/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/examples/portal/config/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,35 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.parent</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.sample.portal.config</artifactId>
+ <name>GateIn Portal Sample Portal Configuration</name>
+ <packaging>jar</packaging>
+ <url>http://www.exoplatform.org</url>
+ <description>GateIn Sample Portal Configuration</description>
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/examples/portal/ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/portal/ear/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/examples/portal/ear/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,100 +0,0 @@
-<!--
-
- 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.
-
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <artifactId>gatein-sample-portal</artifactId>
- <packaging>ear</packaging>
- <name>GateIn Portal Sample Portal Ear</name>
- <url>http://www.exoplatform.org</url>
- <description>GateIn Sample Portal Ear</description>
-
- <dependencies>
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.sample.portal.config</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.sample.portal.jar</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.web.api</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.sample.portal.war</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- <type>war</type>
- </dependency>
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.sample.portal.rest-war</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- <type>war</type>
- </dependency>
- </dependencies>
- <build>
- <finalName>${project.artifactId}</finalName>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-ear-plugin</artifactId>
- <configuration>
- <displayName>sample-portal</displayName>
- <modules>
- <jarModule>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.sample.portal.config</artifactId>
- <includeInApplicationXml>true</includeInApplicationXml>
- </jarModule>
- <webModule>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.sample.portal.war</artifactId>
- <contextRoot>sample-portal</contextRoot>
- </webModule>
- <webModule>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.sample.portal.rest-war</artifactId>
- <contextRoot>rest-sample-portal</contextRoot>
- </webModule>
- <jarModule>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.sample.portal.jar</artifactId>
- <includeInApplicationXml>true</includeInApplicationXml>
- </jarModule>
- </modules>
- </configuration>
- </plugin>
- </plugins>
- </build>
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/examples/portal/ear/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/examples/portal/ear/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/examples/portal/ear/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/examples/portal/ear/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,100 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.parent</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>gatein-sample-portal</artifactId>
+ <packaging>ear</packaging>
+ <name>GateIn Portal Sample Portal Ear</name>
+ <url>http://www.exoplatform.org</url>
+ <description>GateIn Sample Portal Ear</description>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.sample.portal.config</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.sample.portal.jar</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.web.api</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.sample.portal.war</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ <type>war</type>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.sample.portal.rest-war</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ <type>war</type>
+ </dependency>
+ </dependencies>
+ <build>
+ <finalName>${project.artifactId}</finalName>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-ear-plugin</artifactId>
+ <configuration>
+ <displayName>sample-portal</displayName>
+ <modules>
+ <jarModule>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.sample.portal.config</artifactId>
+ <includeInApplicationXml>true</includeInApplicationXml>
+ </jarModule>
+ <webModule>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.sample.portal.war</artifactId>
+ <contextRoot>sample-portal</contextRoot>
+ </webModule>
+ <webModule>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.sample.portal.rest-war</artifactId>
+ <contextRoot>rest-sample-portal</contextRoot>
+ </webModule>
+ <jarModule>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.sample.portal.jar</artifactId>
+ <includeInApplicationXml>true</includeInApplicationXml>
+ </jarModule>
+ </modules>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/examples/portal/jar/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/portal/jar/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/examples/portal/jar/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,42 +0,0 @@
-<!--
-
- 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.
-
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <artifactId>exo.portal.sample.portal.jar</artifactId>
- <name>GateIn Portal Sample Portal Java Classes</name>
- <packaging>jar</packaging>
- <url>http://www.exoplatform.org</url>
- <description>GateIn Sample Portal Java Classes</description>
-
- <dependencies>
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.web.api</artifactId>
- </dependency>
- </dependencies>
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/examples/portal/jar/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/examples/portal/jar/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/examples/portal/jar/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/examples/portal/jar/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,42 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.parent</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.sample.portal.jar</artifactId>
+ <name>GateIn Portal Sample Portal Java Classes</name>
+ <packaging>jar</packaging>
+ <url>http://www.exoplatform.org</url>
+ <description>GateIn Sample Portal Java Classes</description>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.web.api</artifactId>
+ </dependency>
+ </dependencies>
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/examples/portal/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/portal/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/examples/portal/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,42 +0,0 @@
-<!--
-
- 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.
-
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <artifactId>exo.portal.sample.portal.root</artifactId>
- <name>GateIn Portal Sample Portal</name>
- <packaging>pom</packaging>
- <description>GateIn Sample Portal Root Pom</description>
-
- <modules>
- <module>config</module>
- <module>jar</module>
- <module>war</module>
- <module>rest-war</module>
- <module>ear</module>
- </modules>
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/examples/portal/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/examples/portal/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/examples/portal/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/examples/portal/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,42 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.parent</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <artifactId>exo.portal.sample.portal.root</artifactId>
+ <name>GateIn Portal Sample Portal</name>
+ <packaging>pom</packaging>
+ <description>GateIn Sample Portal Root Pom</description>
+
+ <modules>
+ <module>config</module>
+ <module>jar</module>
+ <module>war</module>
+ <module>rest-war</module>
+ <module>ear</module>
+ </modules>
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/examples/portal/rest-war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/portal/rest-war/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/examples/portal/rest-war/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,39 +0,0 @@
-<!--
-
- 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.
-
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <artifactId>exo.portal.sample.portal.rest-war</artifactId>
- <packaging>war</packaging>
- <name>GateIn Portal Sample Portal Rest War</name>
- <url>http://www.exoplatform.org</url>
- <description>GateIn Sample Portal Rest War</description>
-
- <build>
- <finalName>rest-sample-portal</finalName>
- </build>
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/examples/portal/rest-war/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/examples/portal/rest-war/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/examples/portal/rest-war/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/examples/portal/rest-war/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,39 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.parent</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.sample.portal.rest-war</artifactId>
+ <packaging>war</packaging>
+ <name>GateIn Portal Sample Portal Rest War</name>
+ <url>http://www.exoplatform.org</url>
+ <description>GateIn Sample Portal Rest War</description>
+
+ <build>
+ <finalName>rest-sample-portal</finalName>
+ </build>
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/examples/portal/war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/portal/war/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/examples/portal/war/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,39 +0,0 @@
-<!--
-
- 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.
-
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <artifactId>exo.portal.sample.portal.war</artifactId>
- <packaging>war</packaging>
- <name>GateIn Portal Sample Portal War</name>
- <url>http://www.exoplatform.org</url>
- <description>GateIn Sample Portal War</description>
-
- <build>
- <finalName>sample-portal</finalName>
- </build>
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/examples/portal/war/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/examples/portal/war/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/examples/portal/war/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/examples/portal/war/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,39 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.parent</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.sample.portal.war</artifactId>
+ <packaging>war</packaging>
+ <name>GateIn Portal Sample Portal War</name>
+ <url>http://www.exoplatform.org</url>
+ <description>GateIn Sample Portal War</description>
+
+ <build>
+ <finalName>sample-portal</finalName>
+ </build>
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/examples/portlets/api/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/portlets/api/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/examples/portlets/api/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
-
- <!--
- the parent isn't required, you can drop it if you add a groupId
- and version
- -->
- <parent>
- <groupId>org.gatein.portal.examples.portlets</groupId>
- <artifactId>portlets-parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <artifactId>gatein-api</artifactId>
- <packaging>war</packaging>
- <name>GateIn Portal Examples - GateIn API</name>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
- <dependencies>
- <dependency>
- <groupId>javax.portlet</groupId>
- <artifactId>portlet-api</artifactId>
- <scope>provided</scope>
- </dependency>
- </dependencies>
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/examples/portlets/api/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/examples/portlets/api/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/examples/portlets/api/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/examples/portlets/api/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <!--
+ the parent isn't required, you can drop it if you add a groupId
+ and version
+ -->
+ <parent>
+ <groupId>org.gatein.portal.examples.portlets</groupId>
+ <artifactId>portlets-parent</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <artifactId>gatein-api</artifactId>
+ <packaging>war</packaging>
+ <name>GateIn Portal Examples - GateIn API</name>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <dependencies>
+ <dependency>
+ <groupId>javax.portlet</groupId>
+ <artifactId>portlet-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/examples/portlets/jsfhellouser/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/portlets/jsfhellouser/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/examples/portlets/jsfhellouser/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,69 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
-
- <!--
- the parent isn't required, you can drop it if you add a groupId
- and version
- -->
- <parent>
- <groupId>org.gatein.portal.examples.portlets</groupId>
- <artifactId>portlets-parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <artifactId>gatein-jsf-hellouser</artifactId>
- <packaging>war</packaging>
- <name>GateIn Portal Examples - JSF Hello User Portlet</name>
- <description />
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
- <dependencies>
- <dependency>
- <groupId>javax.portlet</groupId>
- <artifactId>portlet-api</artifactId>
- <scope>provided</scope>
- </dependency>
-
- <!-- Portlet bridge -->
- <dependency>
- <groupId>org.jboss.portletbridge</groupId>
- <artifactId>portletbridge-api</artifactId>
- <version>2.1.0.CR1</version>
- </dependency>
-
- <dependency>
- <groupId>org.jboss.portletbridge</groupId>
- <artifactId>portletbridge-impl</artifactId>
- <version>2.1.0.CR1</version>
- </dependency>
-
- </dependencies>
-
- <repositories>
- <repository>
- <id>JBoss repository</id>
- <url>http://repository.jboss.com/maven2</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
-
- </repositories>
-
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/examples/portlets/jsfhellouser/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/examples/portlets/jsfhellouser/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/examples/portlets/jsfhellouser/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/examples/portlets/jsfhellouser/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <!--
+ the parent isn't required, you can drop it if you add a groupId
+ and version
+ -->
+ <parent>
+ <groupId>org.gatein.portal.examples.portlets</groupId>
+ <artifactId>portlets-parent</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <artifactId>gatein-jsf-hellouser</artifactId>
+ <packaging>war</packaging>
+ <name>GateIn Portal Examples - JSF Hello User Portlet</name>
+ <description />
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <dependencies>
+ <dependency>
+ <groupId>javax.portlet</groupId>
+ <artifactId>portlet-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <!-- Portlet bridge -->
+ <dependency>
+ <groupId>org.jboss.portletbridge</groupId>
+ <artifactId>portletbridge-api</artifactId>
+ <version>2.1.0.CR1</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.portletbridge</groupId>
+ <artifactId>portletbridge-impl</artifactId>
+ <version>2.1.0.CR1</version>
+ </dependency>
+
+ </dependencies>
+
+ <repositories>
+ <repository>
+ <id>JBoss repository</id>
+ <url>http://repository.jboss.com/maven2</url>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+
+ </repositories>
+
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/examples/portlets/jsphellouser/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/portlets/jsphellouser/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/examples/portlets/jsphellouser/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
-
- <!--
- the parent isn't required, you can drop it if you add a groupId
- and version
- -->
- <parent>
- <groupId>org.gatein.portal.examples.portlets</groupId>
- <artifactId>portlets-parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <artifactId>gatein-jsp-hellouser</artifactId>
- <packaging>war</packaging>
- <name>GateIn Portal Examples - JSP Hello User Portlet</name>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
- <dependencies>
- <dependency>
- <groupId>javax.portlet</groupId>
- <artifactId>portlet-api</artifactId>
- <scope>provided</scope>
- </dependency>
- </dependencies>
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/examples/portlets/jsphellouser/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/examples/portlets/jsphellouser/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/examples/portlets/jsphellouser/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/examples/portlets/jsphellouser/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <!--
+ the parent isn't required, you can drop it if you add a groupId
+ and version
+ -->
+ <parent>
+ <groupId>org.gatein.portal.examples.portlets</groupId>
+ <artifactId>portlets-parent</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <artifactId>gatein-jsp-hellouser</artifactId>
+ <packaging>war</packaging>
+ <name>GateIn Portal Examples - JSP Hello User Portlet</name>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <dependencies>
+ <dependency>
+ <groupId>javax.portlet</groupId>
+ <artifactId>portlet-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/examples/portlets/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/portlets/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/examples/portlets/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <groupId>org.gatein.portal.examples.portlets</groupId>
- <artifactId>portlets-parent</artifactId>
- <packaging>pom</packaging>
- <name>GateIn Portal Examples - Portlets</name>
-
- <modules>
- <module>api</module>
- <module>jsfhellouser</module>
- <module>jsphellouser</module>
- <module>simplesthelloworld</module>
- <module>struts-jpetstore</module>
- </modules>
-
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/examples/portlets/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/examples/portlets/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/examples/portlets/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/examples/portlets/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.parent</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <groupId>org.gatein.portal.examples.portlets</groupId>
+ <artifactId>portlets-parent</artifactId>
+ <packaging>pom</packaging>
+ <name>GateIn Portal Examples - Portlets</name>
+
+ <modules>
+ <module>api</module>
+ <module>jsfhellouser</module>
+ <module>jsphellouser</module>
+ <module>simplesthelloworld</module>
+ <module>struts-jpetstore</module>
+ </modules>
+
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/examples/portlets/simplesthelloworld/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/portlets/simplesthelloworld/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/examples/portlets/simplesthelloworld/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
-
- <!--
- the parent isn't required, you can drop it if you add a groupId
- and version
- -->
- <parent>
- <groupId>org.gatein.portal.examples.portlets</groupId>
- <artifactId>portlets-parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <artifactId>gatein-simplest-helloworld</artifactId>
- <packaging>war</packaging>
- <name>GateIn Portal Examples - Simplest Hello World Portlet</name>
- <description />
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
- <dependencies>
- <dependency>
- <groupId>javax.portlet</groupId>
- <artifactId>portlet-api</artifactId>
- <scope>provided</scope>
- </dependency>
- </dependencies>
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/examples/portlets/simplesthelloworld/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/examples/portlets/simplesthelloworld/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/examples/portlets/simplesthelloworld/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/examples/portlets/simplesthelloworld/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <!--
+ the parent isn't required, you can drop it if you add a groupId
+ and version
+ -->
+ <parent>
+ <groupId>org.gatein.portal.examples.portlets</groupId>
+ <artifactId>portlets-parent</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <artifactId>gatein-simplest-helloworld</artifactId>
+ <packaging>war</packaging>
+ <name>GateIn Portal Examples - Simplest Hello World Portlet</name>
+ <description />
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <dependencies>
+ <dependency>
+ <groupId>javax.portlet</groupId>
+ <artifactId>portlet-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/examples/portlets/struts-jpetstore/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/portlets/struts-jpetstore/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/examples/portlets/struts-jpetstore/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,170 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>org.gatein.portal.examples.portlets</groupId>
- <artifactId>portlets-parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <artifactId>struts-jpetstore</artifactId>
- <packaging>war</packaging>
- <name>GateIn Portlet Examples - Struts JPetstore</name>
- <description />
-
- <licenses>
- <license>
- <name>Apache 2</name>
- <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
- <distribution>repo</distribution>
- </license>
- </licenses>
-
- <build>
- <finalName>gatein-struts-jpetstore</finalName>
- <resources>
- <resource>
- <directory>src/main/resources</directory>
- </resource>
- </resources>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.2</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>jmock</groupId>
- <artifactId>jmock</artifactId>
- <version>1.0.1</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>jmock</groupId>
- <artifactId>jmock-cglib</artifactId>
- <version>1.0.1</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>1.2.14</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- <version>1.0.4</version>
- </dependency>
- <dependency>
- <groupId>antlr</groupId>
- <artifactId>antlr</artifactId>
- <version>2.7.2</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>commons-beanutils</groupId>
- <artifactId>commons-beanutils</artifactId>
- <version>1.7.0</version>
- </dependency>
- <dependency>
- <groupId>commons-digester</groupId>
- <artifactId>commons-digester</artifactId>
- <version>1.6</version>
- <exclusions>
- <exclusion>
- <groupId>xml-apis</groupId>
- <artifactId>xml-apis</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>commons-fileupload</groupId>
- <artifactId>commons-fileupload</artifactId>
- <version>1.0</version>
- </dependency>
- <dependency>
- <groupId>commons-validator</groupId>
- <artifactId>commons-validator</artifactId>
- <version>1.1.4</version>
- </dependency>
- <dependency>
- <groupId>oro</groupId>
- <artifactId>oro</artifactId>
- <version>2.0.7</version>
- </dependency>
- <dependency>
- <groupId>taglibs</groupId>
- <artifactId>standard</artifactId>
- <version>1.0.6</version>
- </dependency>
- <dependency>
- <groupId>struts</groupId>
- <artifactId>struts</artifactId>
- <version>1.2.9</version>
- <exclusions>
- <exclusion>
- <groupId>xalan</groupId>
- <artifactId>xalan</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>struts</groupId>
- <artifactId>struts-el</artifactId>
- <version>1.2.9</version>
- <exclusions>
- <exclusion>
- <groupId>javax.servlet</groupId>
- <artifactId>jstl</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>com.ibatis</groupId>
- <artifactId>ibatis2-common</artifactId>
- <version>2.1.7.597</version>
- </dependency>
- <dependency>
- <groupId>com.ibatis</groupId>
- <artifactId>ibatis2-dao</artifactId>
- <version>2.1.7.597</version>
- </dependency>
- <dependency>
- <groupId>com.ibatis</groupId>
- <artifactId>ibatis2-sqlmap</artifactId>
- <version>2.1.7.597</version>
- </dependency>
- <dependency>
- <groupId>org.apache.portals.bridges</groupId>
- <artifactId>portals-bridges-struts-1.2.7</artifactId>
- <version>1.0.4</version>
- <exclusions>
- <exclusion>
- <groupId>org.apache.portals.bridges</groupId>
- <artifactId>portals-bridges-common</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
-
- </dependencies>
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/examples/portlets/struts-jpetstore/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/examples/portlets/struts-jpetstore/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/examples/portlets/struts-jpetstore/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/examples/portlets/struts-jpetstore/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,170 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.gatein.portal.examples.portlets</groupId>
+ <artifactId>portlets-parent</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <artifactId>struts-jpetstore</artifactId>
+ <packaging>war</packaging>
+ <name>GateIn Portlet Examples - Struts JPetstore</name>
+ <description />
+
+ <licenses>
+ <license>
+ <name>Apache 2</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+
+ <build>
+ <finalName>gatein-struts-jpetstore</finalName>
+ <resources>
+ <resource>
+ <directory>src/main/resources</directory>
+ </resource>
+ </resources>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.2</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>jmock</groupId>
+ <artifactId>jmock</artifactId>
+ <version>1.0.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>jmock</groupId>
+ <artifactId>jmock-cglib</artifactId>
+ <version>1.0.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <version>1.2.14</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <version>1.0.4</version>
+ </dependency>
+ <dependency>
+ <groupId>antlr</groupId>
+ <artifactId>antlr</artifactId>
+ <version>2.7.2</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>commons-beanutils</groupId>
+ <artifactId>commons-beanutils</artifactId>
+ <version>1.7.0</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-digester</groupId>
+ <artifactId>commons-digester</artifactId>
+ <version>1.6</version>
+ <exclusions>
+ <exclusion>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>commons-fileupload</groupId>
+ <artifactId>commons-fileupload</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-validator</groupId>
+ <artifactId>commons-validator</artifactId>
+ <version>1.1.4</version>
+ </dependency>
+ <dependency>
+ <groupId>oro</groupId>
+ <artifactId>oro</artifactId>
+ <version>2.0.7</version>
+ </dependency>
+ <dependency>
+ <groupId>taglibs</groupId>
+ <artifactId>standard</artifactId>
+ <version>1.0.6</version>
+ </dependency>
+ <dependency>
+ <groupId>struts</groupId>
+ <artifactId>struts</artifactId>
+ <version>1.2.9</version>
+ <exclusions>
+ <exclusion>
+ <groupId>xalan</groupId>
+ <artifactId>xalan</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>struts</groupId>
+ <artifactId>struts-el</artifactId>
+ <version>1.2.9</version>
+ <exclusions>
+ <exclusion>
+ <groupId>javax.servlet</groupId>
+ <artifactId>jstl</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>com.ibatis</groupId>
+ <artifactId>ibatis2-common</artifactId>
+ <version>2.1.7.597</version>
+ </dependency>
+ <dependency>
+ <groupId>com.ibatis</groupId>
+ <artifactId>ibatis2-dao</artifactId>
+ <version>2.1.7.597</version>
+ </dependency>
+ <dependency>
+ <groupId>com.ibatis</groupId>
+ <artifactId>ibatis2-sqlmap</artifactId>
+ <version>2.1.7.597</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.portals.bridges</groupId>
+ <artifactId>portals-bridges-struts-1.2.7</artifactId>
+ <version>1.0.4</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.portals.bridges</groupId>
+ <artifactId>portals-bridges-common</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+
+ </dependencies>
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/examples/skins/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/skins/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/examples/skins/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <groupId>org.gatein.portal.examples.skins</groupId>
- <artifactId>skins-parent</artifactId>
- <packaging>pom</packaging>
- <name>GateIn Skins</name>
-
- <modules>
- <module>simpleskin</module>
- </modules>
-
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/examples/skins/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/examples/skins/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/examples/skins/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/examples/skins/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.parent</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <groupId>org.gatein.portal.examples.skins</groupId>
+ <artifactId>skins-parent</artifactId>
+ <packaging>pom</packaging>
+ <name>GateIn Skins</name>
+
+ <modules>
+ <module>simpleskin</module>
+ </modules>
+
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/examples/skins/simpleskin/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/skins/simpleskin/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/examples/skins/simpleskin/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,71 +0,0 @@
-<!--
-
- 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.
-
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>org.gatein.portal.examples.skins</groupId>
- <artifactId>skins-parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <artifactId>gatein-sample-skin</artifactId>
- <packaging>war</packaging>
- <name>GateIn Simple Deployable Skin</name>
- <description />
-
- <build>
- <finalName>gatein-sample-skin</finalName>
- </build>
- <reporting>
- <plugins>
- <!-- ... -->
- <plugin>
- <groupId>gr.abiss.mvn.plugins</groupId>
- <artifactId>maven-jstools-plugin</artifactId>
- <inherited>false</inherited>
- <configuration>
- <!-- the default is src/main/js -->
- <jsDir>src/main/webapp/javascript</jsDir>
- <!-- this is actually the default -->
- <includes>**/*.js</includes>
- <!-- maybe you need to exclude compressed JS files -->
- <excludes>**/*-compressed.js</excludes>
- <!-- this is actually the default -->
- <caseSensitive>true</caseSensitive>
- <!-- for more configuration properties, see the goals documentation -->
- </configuration>
- <reportSets>
- <reportSet>
- <reports>
- <!-- include the desired reports -->
- <report>jslint</report>
- <report>jsdoc</report>
- </reports>
- </reportSet>
- </reportSets>
- </plugin>
- <!-- ... -->
- </plugins>
- </reporting>
-
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/examples/skins/simpleskin/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/examples/skins/simpleskin/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/examples/skins/simpleskin/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/examples/skins/simpleskin/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,71 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.gatein.portal.examples.skins</groupId>
+ <artifactId>skins-parent</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <artifactId>gatein-sample-skin</artifactId>
+ <packaging>war</packaging>
+ <name>GateIn Simple Deployable Skin</name>
+ <description />
+
+ <build>
+ <finalName>gatein-sample-skin</finalName>
+ </build>
+ <reporting>
+ <plugins>
+ <!-- ... -->
+ <plugin>
+ <groupId>gr.abiss.mvn.plugins</groupId>
+ <artifactId>maven-jstools-plugin</artifactId>
+ <inherited>false</inherited>
+ <configuration>
+ <!-- the default is src/main/js -->
+ <jsDir>src/main/webapp/javascript</jsDir>
+ <!-- this is actually the default -->
+ <includes>**/*.js</includes>
+ <!-- maybe you need to exclude compressed JS files -->
+ <excludes>**/*-compressed.js</excludes>
+ <!-- this is actually the default -->
+ <caseSensitive>true</caseSensitive>
+ <!-- for more configuration properties, see the goals documentation -->
+ </configuration>
+ <reportSets>
+ <reportSet>
+ <reports>
+ <!-- include the desired reports -->
+ <report>jslint</report>
+ <report>jsdoc</report>
+ </reports>
+ </reportSet>
+ </reportSets>
+ </plugin>
+ <!-- ... -->
+ </plugins>
+ </reporting>
+
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/gadgets/core/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/gadgets/core/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/gadgets/core/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,102 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
- <!--
-
- 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.
- -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.gadgets</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <artifactId>exo.portal.gadgets-core</artifactId>
- <packaging>jar</packaging>
- <name>GateIn Portal eXo Gadgets Core</name>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <executions>
- <execution>
- <id>unpack</id>
- <phase>compile</phase>
- <goals>
- <goal>unpack</goal>
- </goals>
- <configuration>
- <artifactItems>
- <artifactItem>
- <groupId>org.gatein.shindig</groupId>
- <artifactId>shindig-gadgets</artifactId>
- <version>${org.shindig.version}</version>
- <type>jar</type>
- <overWrite>false</overWrite>
- <outputDirectory>${project.build.directory}/classes</outputDirectory>
- <excludes>config/oauth.json,containers/default/container.js</excludes>
- </artifactItem>
- </artifactItems>
- </configuration>
- </execution>
- </executions>
- </plugin>
-
- </plugins>
- <resources>
- <resource>
- <directory>src/main/java</directory>
- <includes>
- <include>**/container.js</include>
- <include>**/oauth.json</include>
- <include>**/*.xml</include>
- </includes>
- </resource>
- </resources>
- </build>
- <dependencies>
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.common</artifactId>
- </dependency>
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.web.controller</artifactId>
- </dependency>
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.web.security</artifactId>
- </dependency>
- <dependency>
- <groupId>org.exoplatform.kernel</groupId>
- <artifactId>exo.kernel.container</artifactId>
- </dependency>
- <dependency>
- <groupId>org.gatein.shindig</groupId>
- <artifactId>shindig-gadgets</artifactId>
- </dependency>
- <dependency>
- <groupId>org.gatein.shindig</groupId>
- <artifactId>shindig-common</artifactId>
- </dependency>
- <dependency>
- <groupId>org.gatein.shindig</groupId>
- <artifactId>shindig-features</artifactId>
- </dependency>
- <dependency>
- <groupId>org.chromattic</groupId>
- <artifactId>chromattic.api</artifactId>
- </dependency>
- <dependency>
- <groupId>org.chromattic</groupId>
- <artifactId>chromattic.spi</artifactId>
- </dependency>
- </dependencies>
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/gadgets/core/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/gadgets/core/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/gadgets/core/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/gadgets/core/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,102 @@
+<?xml version="1.0" encoding="UTF-8"?>
+ <!--
+
+ 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.
+ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.gadgets</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <artifactId>exo.portal.gadgets-core</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn Portal eXo Gadgets Core</name>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>unpack</id>
+ <phase>compile</phase>
+ <goals>
+ <goal>unpack</goal>
+ </goals>
+ <configuration>
+ <artifactItems>
+ <artifactItem>
+ <groupId>org.gatein.shindig</groupId>
+ <artifactId>shindig-gadgets</artifactId>
+ <version>${org.shindig.version}</version>
+ <type>jar</type>
+ <overWrite>false</overWrite>
+ <outputDirectory>${project.build.directory}/classes</outputDirectory>
+ <excludes>config/oauth.json,containers/default/container.js</excludes>
+ </artifactItem>
+ </artifactItems>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+ <resources>
+ <resource>
+ <directory>src/main/java</directory>
+ <includes>
+ <include>**/container.js</include>
+ <include>**/oauth.json</include>
+ <include>**/*.xml</include>
+ </includes>
+ </resource>
+ </resources>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.common</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.web.controller</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.web.security</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.kernel</groupId>
+ <artifactId>exo.kernel.container</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.shindig</groupId>
+ <artifactId>shindig-gadgets</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.shindig</groupId>
+ <artifactId>shindig-common</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.shindig</groupId>
+ <artifactId>shindig-features</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.chromattic</groupId>
+ <artifactId>chromattic.api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.chromattic</groupId>
+ <artifactId>chromattic.spi</artifactId>
+ </dependency>
+ </dependencies>
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/gadgets/eXoGadgets/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/gadgets/eXoGadgets/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/gadgets/eXoGadgets/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,58 +0,0 @@
-<!--
-
- 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.
-
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.gadgets</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <artifactId>exo.portal.eXoGadgets</artifactId>
- <packaging>war</packaging>
- <name>GateIn Portal eXo Gadgets Application</name>
-
- <build>
- <finalName>eXoGadgets</finalName>
- </build>
-
- <dependencies>
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.web.security</artifactId>
- <scope>provided</scope>
- </dependency>
-
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.webui.portal</artifactId>
- <scope>provided</scope>
- </dependency>
-
- <dependency>
- <groupId>org.gatein.shindig</groupId>
- <artifactId>shindig-common</artifactId>
- <scope>provided</scope>
- </dependency>
-
- </dependencies>
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/gadgets/eXoGadgets/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/gadgets/eXoGadgets/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/gadgets/eXoGadgets/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/gadgets/eXoGadgets/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,58 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.gadgets</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.eXoGadgets</artifactId>
+ <packaging>war</packaging>
+ <name>GateIn Portal eXo Gadgets Application</name>
+
+ <build>
+ <finalName>eXoGadgets</finalName>
+ </build>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.web.security</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.webui.portal</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.gatein.shindig</groupId>
+ <artifactId>shindig-common</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ </dependencies>
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/gadgets/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/gadgets/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/gadgets/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,39 +0,0 @@
-<!--
-
- 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.
-
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <artifactId>exo.portal.gadgets</artifactId>
- <name>GateIn Portal eXo Gadgets</name>
- <packaging>pom</packaging>
-
- <modules>
- <module>core</module>
- <module>server</module>
- <module>eXoGadgets</module>
- </modules>
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/gadgets/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/gadgets/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/gadgets/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/gadgets/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,39 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.parent</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <artifactId>exo.portal.gadgets</artifactId>
+ <name>GateIn Portal eXo Gadgets</name>
+ <packaging>pom</packaging>
+
+ <modules>
+ <module>core</module>
+ <module>server</module>
+ <module>eXoGadgets</module>
+ </modules>
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/gadgets/server/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/gadgets/server/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/gadgets/server/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,143 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-
- 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.
-
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.gadgets</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <artifactId>exo.portal.gadgets-server</artifactId>
- <packaging>war</packaging>
- <name>GateIn Portal eXo Gadgets Server</name>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-war-plugin</artifactId>
- <configuration>
- <dependentWarExcludes>gadgets/**</dependentWarExcludes>
- <dependentWarExcludes>WEB-INF/web**</dependentWarExcludes>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
- <dependencies>
- <!-- project dependencies -->
- <dependency>
- <groupId>org.gatein.shindig</groupId>
- <artifactId>shindig-server</artifactId>
- <type>war</type>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.gatein.shindig</groupId>
- <artifactId>shindig-features</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.gatein.shindig</groupId>
- <artifactId>shindig-social-api</artifactId>
- <scope>provided</scope>
- </dependency>
- <!-- external dependencies -->
-
- <dependency>
- <groupId>org.json</groupId>
- <artifactId>json</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>caja</groupId>
- <artifactId>caja</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>caja</groupId>
- <artifactId>json_simple</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>net.oauth</groupId>
- <artifactId>core</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>com.google.collections</groupId>
- <artifactId>google-collections</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>com.google.code.guice</groupId>
- <artifactId>guice</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>rome</groupId>
- <artifactId>rome</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>com.ibm.icu</groupId>
- <artifactId>icu4j</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>net.sourceforge.nekohtml</groupId>
- <artifactId>nekohtml</artifactId>
- <scope>provided</scope>
- </dependency>
-
- <dependency>
- <groupId>xerces</groupId>
- <artifactId>xercesImpl</artifactId>
- <scope>provided</scope>
- </dependency>
-
- <dependency>
- <groupId>jaxen</groupId>
- <artifactId>jaxen</artifactId>
- <scope>provided</scope>
- </dependency>
-
- <dependency>
- <groupId>nu.validator.htmlparser</groupId>
- <artifactId>htmlparser</artifactId>
- <scope>provided</scope>
- </dependency>
-
- <dependency>
- <groupId>commons-digester</groupId>
- <artifactId>commons-digester</artifactId>
- <scope>provided</scope>
- </dependency>
- </dependencies>
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/gadgets/server/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/gadgets/server/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/gadgets/server/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/gadgets/server/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,143 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.gadgets</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <artifactId>exo.portal.gadgets-server</artifactId>
+ <packaging>war</packaging>
+ <name>GateIn Portal eXo Gadgets Server</name>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-war-plugin</artifactId>
+ <configuration>
+ <dependentWarExcludes>gadgets/**</dependentWarExcludes>
+ <dependentWarExcludes>WEB-INF/web**</dependentWarExcludes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <dependencies>
+ <!-- project dependencies -->
+ <dependency>
+ <groupId>org.gatein.shindig</groupId>
+ <artifactId>shindig-server</artifactId>
+ <type>war</type>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.shindig</groupId>
+ <artifactId>shindig-features</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.shindig</groupId>
+ <artifactId>shindig-social-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <!-- external dependencies -->
+
+ <dependency>
+ <groupId>org.json</groupId>
+ <artifactId>json</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>caja</groupId>
+ <artifactId>caja</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>caja</groupId>
+ <artifactId>json_simple</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>net.oauth</groupId>
+ <artifactId>core</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.google.collections</groupId>
+ <artifactId>google-collections</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.google.code.guice</groupId>
+ <artifactId>guice</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>rome</groupId>
+ <artifactId>rome</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.ibm.icu</groupId>
+ <artifactId>icu4j</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>net.sourceforge.nekohtml</groupId>
+ <artifactId>nekohtml</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>jaxen</groupId>
+ <artifactId>jaxen</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>nu.validator.htmlparser</groupId>
+ <artifactId>htmlparser</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-digester</groupId>
+ <artifactId>commons-digester</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/portlet/dashboard/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/portlet/dashboard/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/portlet/dashboard/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,68 +0,0 @@
-<!--
-
- 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.
-
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.portlet</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <artifactId>exo.portal.portlet.dashboard</artifactId>
- <packaging>war</packaging>
- <name>GateIn Portal Portlet Dashboard</name>
-
- <dependencies>
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.webui.portal</artifactId>
- <scope>provided</scope>
- </dependency>
-
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.webui.eXo</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.webui.dashboard</artifactId>
- <scope>provided</scope>
- </dependency>
- </dependencies>
-
- <build>
- <finalName>dashboard</finalName>
- </build>
- <reporting>
- <plugins>
- <plugin>
- <!-- Apply the Checkstyle configurations defined in the top level pom.xml file -->
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-checkstyle-plugin</artifactId>
- <configuration>
- <suppressionsLocation>${basedir}/src/main/resources/suppressions.xml</suppressionsLocation>
- </configuration>
- </plugin>
- </plugins>
- </reporting>
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/portlet/dashboard/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/portlet/dashboard/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/portlet/dashboard/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/portlet/dashboard/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,68 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.portlet</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.portlet.dashboard</artifactId>
+ <packaging>war</packaging>
+ <name>GateIn Portal Portlet Dashboard</name>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.webui.portal</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.webui.eXo</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.webui.dashboard</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <finalName>dashboard</finalName>
+ </build>
+ <reporting>
+ <plugins>
+ <plugin>
+ <!-- Apply the Checkstyle configurations defined in the top level pom.xml file -->
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-checkstyle-plugin</artifactId>
+ <configuration>
+ <suppressionsLocation>${basedir}/src/main/resources/suppressions.xml</suppressionsLocation>
+ </configuration>
+ </plugin>
+ </plugins>
+ </reporting>
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/portlet/exoadmin/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/portlet/exoadmin/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/portlet/exoadmin/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,51 +0,0 @@
-<!--
-
- 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.
-
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.portlet</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <artifactId>exo.portal.portlet.exoadmin</artifactId>
- <packaging>war</packaging>
- <name>GateIn Portal Portlet eXoAdmin</name>
-
- <dependencies>
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.webui.portal</artifactId>
- <scope>provided</scope>
- </dependency>
-
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.webui.eXo</artifactId>
- <scope>provided</scope>
- </dependency>
- </dependencies>
-
- <build>
- <finalName>exoadmin</finalName>
- </build>
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/portlet/exoadmin/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/portlet/exoadmin/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/portlet/exoadmin/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/portlet/exoadmin/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,51 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.portlet</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.portlet.exoadmin</artifactId>
+ <packaging>war</packaging>
+ <name>GateIn Portal Portlet eXoAdmin</name>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.webui.portal</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.webui.eXo</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <finalName>exoadmin</finalName>
+ </build>
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/portlet/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/portlet/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/portlet/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,43 +0,0 @@
-<!--
-
- 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.
-
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <artifactId>exo.portal.portlet</artifactId>
- <packaging>pom</packaging>
-
- <name>GateIn Portal Portlet</name>
-
- <modules>
- <module>dashboard</module>
- <module>exoadmin</module>
- <module>web</module>
- </modules>
-
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/portlet/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/portlet/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/portlet/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/portlet/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,43 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.parent</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <artifactId>exo.portal.portlet</artifactId>
+ <packaging>pom</packaging>
+
+ <name>GateIn Portal Portlet</name>
+
+ <modules>
+ <module>dashboard</module>
+ <module>exoadmin</module>
+ <module>web</module>
+ </modules>
+
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/portlet/web/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/portlet/web/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/portlet/web/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,45 +0,0 @@
-<!--
-
- 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.
-
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.portlet</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <artifactId>exo.portal.portlet.web</artifactId>
- <packaging>war</packaging>
- <name>GateIn Portal Portlet Web</name>
-
- <dependencies>
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.webui.portal</artifactId>
- <scope>provided</scope>
- </dependency>
- </dependencies>
-
- <build>
- <finalName>web</finalName>
- </build>
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/portlet/web/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/portlet/web/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/portlet/web/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/portlet/web/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,45 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.portlet</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.portlet.web</artifactId>
+ <packaging>war</packaging>
+ <name>GateIn Portal Portlet Web</name>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.webui.portal</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <finalName>web</finalName>
+ </build>
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/server/jboss/patch-ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/server/jboss/patch-ear/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/server/jboss/patch-ear/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,65 +0,0 @@
-<!--
-
- 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.
-
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.server.jboss</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <artifactId>exo.portal.server.jboss.patch-ear</artifactId>
- <packaging>jar</packaging>
- <name>GateIn Portal Server JBoss EAR Patch</name>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-resources-plugin</artifactId>
- <executions>
- <execution>
- <id>prepare</id>
- <phase>compile</phase>
- <goals>
- <goal>copy-resources</goal>
- </goals>
- <configuration>
- <outputDirectory>${project.build.outputDirectory}</outputDirectory>
- <!-- using non default delimiter because of http://jira.codehaus.org/browse/MRESOURCES-104 -->
- <delimiters>
- <delimiter>@{*}</delimiter>
- </delimiters>
- <useDefaultDelimiters>false</useDefaultDelimiters>
- <resources>
- <resource>
- <directory>src/main/jboss</directory>
- <filtering>true</filtering>
- </resource>
- </resources>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/server/jboss/patch-ear/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/server/jboss/patch-ear/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/server/jboss/patch-ear/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/server/jboss/patch-ear/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,65 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.server.jboss</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.server.jboss.patch-ear</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn Portal Server JBoss EAR Patch</name>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-resources-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>prepare</id>
+ <phase>compile</phase>
+ <goals>
+ <goal>copy-resources</goal>
+ </goals>
+ <configuration>
+ <outputDirectory>${project.build.outputDirectory}</outputDirectory>
+ <!-- using non default delimiter because of http://jira.codehaus.org/browse/MRESOURCES-104 -->
+ <delimiters>
+ <delimiter>@{*}</delimiter>
+ </delimiters>
+ <useDefaultDelimiters>false</useDefaultDelimiters>
+ <resources>
+ <resource>
+ <directory>src/main/jboss</directory>
+ <filtering>true</filtering>
+ </resource>
+ </resources>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/server/jboss/plugin/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/server/jboss/plugin/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/server/jboss/plugin/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,33 +0,0 @@
-<!--
-
- 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.
-
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.server.jboss</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <artifactId>exo.portal.server.jboss.plugin</artifactId>
- <packaging>jar</packaging>
- <name>GateIn Portal Server JBoss Plugin</name>
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/server/jboss/plugin/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/server/jboss/plugin/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/server/jboss/plugin/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/server/jboss/plugin/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,33 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.server.jboss</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.server.jboss.plugin</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn Portal Server JBoss Plugin</name>
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/server/jboss/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/server/jboss/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/server/jboss/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,42 +0,0 @@
-<!--
-
- 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.
-
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.server</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <artifactId>exo.portal.server.jboss</artifactId>
- <packaging>pom</packaging>
-
- <name>GateIn Portal Server JBoss</name>
-
- <modules>
- <module>patch-ear</module>
- <module>plugin</module>
- </modules>
-
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/server/jboss/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/server/jboss/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/server/jboss/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/server/jboss/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,42 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.server</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <artifactId>exo.portal.server.jboss</artifactId>
+ <packaging>pom</packaging>
+
+ <name>GateIn Portal Server JBoss</name>
+
+ <modules>
+ <module>patch-ear</module>
+ <module>plugin</module>
+ </modules>
+
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/server/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/server/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/server/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,41 +0,0 @@
-<!--
-
- 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.
-
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <artifactId>exo.portal.server</artifactId>
- <packaging>pom</packaging>
-
- <name>GateIn Portal Server</name>
-
- <modules>
- <module>jboss</module>
- </modules>
-
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/server/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/server/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/server/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/server/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,41 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.parent</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <artifactId>exo.portal.server</artifactId>
+ <packaging>pom</packaging>
+
+ <name>GateIn Portal Server</name>
+
+ <modules>
+ <module>jboss</module>
+ </modules>
+
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/settings.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/settings.xml 2011-07-08 16:59:20 UTC (rev 6854)
+++ epp/portal/tags/EPP_5_1_1_Dev03/settings.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,14 +0,0 @@
-<?xml version="1.0"?>
-<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
-
- <localRepository>${env.HOME}/.m2_EPP</localRepository>
-
- <mirrors>
- <mirror>
- <id>internal-repository</id>
- <name>Maven Repository Manager running on repo.mycompany.com</name>
- <url>http://download.devel.redhat.com/brewroot/repos/jboss-epp-5-build/latest/...</url>
- <mirrorOf>*</mirrorOf>
- </mirror>
- </mirrors>
-</settings>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/settings.xml (from rev 6853, epp/portal/branches/EPP_5_1_Branch/settings.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/settings.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/settings.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,14 @@
+<?xml version="1.0"?>
+<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
+
+ <localRepository>${env.HOME}/.m2_EPP</localRepository>
+
+ <mirrors>
+ <mirror>
+ <id>internal-repository</id>
+ <name>Maven Repository Manager running on repo.mycompany.com</name>
+ <url>http://download.devel.redhat.com/brewroot/repos/jboss-epp-5-build/latest/...</url>
+ <mirrorOf>*</mirrorOf>
+ </mirror>
+ </mirrors>
+</settings>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/starter/ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/starter/ear/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/starter/ear/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,62 +0,0 @@
-<!--
-
- 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.
-
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <artifactId>starter-gatein</artifactId>
- <packaging>ear</packaging>
- <name>GateIn Portal Starter Ear</name>
- <url>http://www.exoplatform.org</url>
- <description>GateIn Portal Starter Ear</description>
-
- <dependencies>
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.starter.war</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- <type>war</type>
- </dependency>
- </dependencies>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-ear-plugin</artifactId>
- <configuration>
- <displayName>starter</displayName>
- <modules>
- <webModule>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.starter.war</artifactId>
- <contextRoot>starter</contextRoot>
- </webModule>
- </modules>
- </configuration>
- </plugin>
- </plugins>
- </build>
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/starter/ear/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/starter/ear/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/starter/ear/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/starter/ear/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,62 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.parent</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>starter-gatein</artifactId>
+ <packaging>ear</packaging>
+ <name>GateIn Portal Starter Ear</name>
+ <url>http://www.exoplatform.org</url>
+ <description>GateIn Portal Starter Ear</description>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.starter.war</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ <type>war</type>
+ </dependency>
+ </dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-ear-plugin</artifactId>
+ <configuration>
+ <displayName>starter</displayName>
+ <modules>
+ <webModule>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.starter.war</artifactId>
+ <contextRoot>starter</contextRoot>
+ </webModule>
+ </modules>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/starter/jar/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/starter/jar/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/starter/jar/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,51 +0,0 @@
-<!--
-
- 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.
-
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <artifactId>exo.portal.starter.jar</artifactId>
- <packaging>jar</packaging>
- <name>GateIn Portal Starter Jar</name>
- <url>http://www.gatein.org</url>
- <description>GateIn Portal Starter Jar</description>
-
- <build>
- <finalName>starter</finalName>
- </build>
- <dependencies>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.gatein.common</groupId>
- <artifactId>common-logging</artifactId>
- <scope>provided</scope>
- </dependency>
- </dependencies>
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/starter/jar/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/starter/jar/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/starter/jar/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/starter/jar/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,51 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.parent</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.starter.jar</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn Portal Starter Jar</name>
+ <url>http://www.gatein.org</url>
+ <description>GateIn Portal Starter Jar</description>
+
+ <build>
+ <finalName>starter</finalName>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.common</groupId>
+ <artifactId>common-logging</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/starter/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/starter/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/starter/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,40 +0,0 @@
-<!--
-
- 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.
-
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <artifactId>exo.portal.starter.root</artifactId>
- <name>GateIn Portal Starter</name>
- <packaging>pom</packaging>
- <description>GateIn Portal Starter Root Pom</description>
-
- <modules>
- <module>jar</module>
- <module>war</module>
- <module>ear</module>
- </modules>
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/starter/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/starter/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/starter/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/starter/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,40 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.parent</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <artifactId>exo.portal.starter.root</artifactId>
+ <name>GateIn Portal Starter</name>
+ <packaging>pom</packaging>
+ <description>GateIn Portal Starter Root Pom</description>
+
+ <modules>
+ <module>jar</module>
+ <module>war</module>
+ <module>ear</module>
+ </modules>
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/starter/war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/starter/war/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/starter/war/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,56 +0,0 @@
-<!--
-
- 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.
-
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <artifactId>exo.portal.starter.war</artifactId>
- <packaging>war</packaging>
- <name>GateIn Portal Starter War</name>
- <url>http://www.exoplatform.org</url>
- <description>GateIn Portal Starter War</description>
-
- <build>
- <finalName>starter</finalName>
- </build>
- <dependencies>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.gatein.common</groupId>
- <artifactId>common-logging</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.starter.jar</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </dependency>
- </dependencies>
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/starter/war/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/starter/war/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/starter/war/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/starter/war/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,56 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.parent</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.starter.war</artifactId>
+ <packaging>war</packaging>
+ <name>GateIn Portal Starter War</name>
+ <url>http://www.exoplatform.org</url>
+ <description>GateIn Portal Starter War</description>
+
+ <build>
+ <finalName>starter</finalName>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.common</groupId>
+ <artifactId>common-logging</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.starter.jar</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </dependency>
+ </dependencies>
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/testsuite/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/testsuite/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/testsuite/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,19 +0,0 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <artifactId>exo.portal.testsuite</artifactId>
- <packaging>pom</packaging>
-
- <name>TestSuite for GateIn</name>
-
- <modules>
- <module>selenium-snifftests</module>
- <module>webuibasedsamples</module>
- </modules>
-
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/testsuite/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/testsuite/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/testsuite/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/testsuite/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,19 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.parent</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <artifactId>exo.portal.testsuite</artifactId>
+ <packaging>pom</packaging>
+
+ <name>TestSuite for GateIn</name>
+
+ <modules>
+ <module>selenium-snifftests</module>
+ <module>webuibasedsamples</module>
+ </modules>
+
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/testsuite/selenium-snifftests/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/testsuite/selenium-snifftests/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/testsuite/selenium-snifftests/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,178 +0,0 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.testsuite</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <artifactId>exo.portal.selenium.snifftests</artifactId>
- <packaging>jar</packaging>
- <name>Selenium Sniff Test for GateIn</name>
- <description>Minimal UI tests that should work for GateIn</description>
-
- <properties>
- <org.selenium.server.version>1.0.1</org.selenium.server.version>
- <selenium.port>4444</selenium.port>
- <selenium.browser>firefox</selenium.browser>
- <selenium.timeout>10000</selenium.timeout>
- <selenium.speed>300</selenium.speed>
- <selenium.host>localhost</selenium.host>
- <org.selenium.maven-plugin.version>1.0</org.selenium.maven-plugin.version>
- </properties>
-
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.0</version>
- </dependency>
-
- <dependency>
- <groupId>org.seleniumhq.selenium.client-drivers</groupId>
- <artifactId>selenium-java-client-driver</artifactId>
- <version>${org.selenium.server.version}</version>
- </dependency>
-
- <dependency>
- <groupId>org.seleniumhq.selenium.server</groupId>
- <artifactId>selenium-server</artifactId>
- <version>${org.selenium.server.version}</version>
- </dependency>
-
- <dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- <version>1.4</version>
- </dependency>
- <dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- <version>2.4</version>
- </dependency>
- </dependencies>
-
- <profiles>
- <profile>
- <id>selenium</id>
- <build>
- <plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>build-helper-maven-plugin</artifactId>
- <executions>
- <execution>
- <id>add-test-source</id>
- <phase>generate-sources</phase>
- <goals>
- <goal>add-test-source</goal>
- </goals>
- <configuration>
- <sources>
- <source>${project.build.directory}/generated/test</source>
- </sources>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>exec-maven-plugin</artifactId>
- <executions>
- <execution>
- <phase>generate-test-sources</phase>
- <goals>
- <goal>java</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <mainClass>org.exoplatform.portal.selenium.SeleniumTestCaseGenerator</mainClass>
- <arguments>
- <argument>${project.basedir}/src/suite</argument>
- <argument>${project.build.directory}/generated/test</argument>
- </arguments>
- </configuration>
- </plugin>
-
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>selenium-maven-plugin</artifactId>
- <version>${org.selenium.maven-plugin.version}</version>
- <executions>
- <execution>
- <phase>pre-integration-test</phase>
- <goals>
- <goal>start-server</goal>
- </goals>
- <configuration>
- <background>true</background>
- <logFile>${project.build.directory}/server.log</logFile>
- <logOutput>true</logOutput>
- <userExtensions>${pom.basedir}/src/suite/user-extensions.js</userExtensions>
- <port>${selenium.port}</port>
- </configuration>
- </execution>
- </executions>
- </plugin>
-
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <executions>
- <execution>
- <phase>integration-test</phase>
- <goals>
- <goal>test</goal>
- </goals>
- <configuration>
- <skip>false</skip>
- <!--
- <includes><include>**/Test_UserExtensions.java</include></includes>
- -->
- <includes><include>**/selenium/Test_*.java</include></includes>
- <systemProperties>
- <property>
- <name>selenium.port</name>
- <value>${selenium.port}</value>
- </property>
- <property>
- <name>selenium.browser</name>
- <value>${selenium.browser}</value>
- </property>
- <property>
- <name>selenium.speed</name>
- <value>${selenium.speed}</value>
- </property>
- <property>
- <name>selenium.timeout</name>
- <value>${selenium.timeout}</value>
- </property>
- <property>
- <name>selenium.host</name>
- <value>${selenium.host}</value>
- </property>
- </systemProperties>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
-
- <!-- no tests by default -->
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/testsuite/selenium-snifftests/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/testsuite/selenium-snifftests/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/testsuite/selenium-snifftests/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/testsuite/selenium-snifftests/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,178 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.testsuite</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <artifactId>exo.portal.selenium.snifftests</artifactId>
+ <packaging>jar</packaging>
+ <name>Selenium Sniff Test for GateIn</name>
+ <description>Minimal UI tests that should work for GateIn</description>
+
+ <properties>
+ <org.selenium.server.version>1.0.1</org.selenium.server.version>
+ <selenium.port>4444</selenium.port>
+ <selenium.browser>firefox</selenium.browser>
+ <selenium.timeout>10000</selenium.timeout>
+ <selenium.speed>300</selenium.speed>
+ <selenium.host>localhost</selenium.host>
+ <org.selenium.maven-plugin.version>1.0</org.selenium.maven-plugin.version>
+ </properties>
+
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.0</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.seleniumhq.selenium.client-drivers</groupId>
+ <artifactId>selenium-java-client-driver</artifactId>
+ <version>${org.selenium.server.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.seleniumhq.selenium.server</groupId>
+ <artifactId>selenium-server</artifactId>
+ <version>${org.selenium.server.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <version>1.4</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ <version>2.4</version>
+ </dependency>
+ </dependencies>
+
+ <profiles>
+ <profile>
+ <id>selenium</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>build-helper-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>add-test-source</id>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>add-test-source</goal>
+ </goals>
+ <configuration>
+ <sources>
+ <source>${project.build.directory}/generated/test</source>
+ </sources>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>exec-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>generate-test-sources</phase>
+ <goals>
+ <goal>java</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <mainClass>org.exoplatform.portal.selenium.SeleniumTestCaseGenerator</mainClass>
+ <arguments>
+ <argument>${project.basedir}/src/suite</argument>
+ <argument>${project.build.directory}/generated/test</argument>
+ </arguments>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>selenium-maven-plugin</artifactId>
+ <version>${org.selenium.maven-plugin.version}</version>
+ <executions>
+ <execution>
+ <phase>pre-integration-test</phase>
+ <goals>
+ <goal>start-server</goal>
+ </goals>
+ <configuration>
+ <background>true</background>
+ <logFile>${project.build.directory}/server.log</logFile>
+ <logOutput>true</logOutput>
+ <userExtensions>${pom.basedir}/src/suite/user-extensions.js</userExtensions>
+ <port>${selenium.port}</port>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>integration-test</phase>
+ <goals>
+ <goal>test</goal>
+ </goals>
+ <configuration>
+ <skip>false</skip>
+ <!--
+ <includes><include>**/Test_UserExtensions.java</include></includes>
+ -->
+ <includes><include>**/selenium/Test_*.java</include></includes>
+ <systemProperties>
+ <property>
+ <name>selenium.port</name>
+ <value>${selenium.port}</value>
+ </property>
+ <property>
+ <name>selenium.browser</name>
+ <value>${selenium.browser}</value>
+ </property>
+ <property>
+ <name>selenium.speed</name>
+ <value>${selenium.speed}</value>
+ </property>
+ <property>
+ <name>selenium.timeout</name>
+ <value>${selenium.timeout}</value>
+ </property>
+ <property>
+ <name>selenium.host</name>
+ <value>${selenium.host}</value>
+ </property>
+ </systemProperties>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+
+ <!-- no tests by default -->
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/testsuite/webuibasedsamples/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/testsuite/webuibasedsamples/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/testsuite/webuibasedsamples/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,29 +0,0 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.testsuite</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <artifactId>exo.webui.based.samples</artifactId>
- <packaging>war</packaging>
- <name>GateIn Portal Examples - WebUI based samples</name>
-
- <dependencies>
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.webui.portal</artifactId>
- <scope>provided</scope>
- </dependency>
-
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.webui.eXo</artifactId>
- <scope>provided</scope>
- </dependency>
- </dependencies>
- <build>
- <finalName>samplePortlets</finalName>
- </build>
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/testsuite/webuibasedsamples/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/testsuite/webuibasedsamples/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/testsuite/webuibasedsamples/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/testsuite/webuibasedsamples/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,29 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.testsuite</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <artifactId>exo.webui.based.samples</artifactId>
+ <packaging>war</packaging>
+ <name>GateIn Portal Examples - WebUI based samples</name>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.webui.portal</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.webui.eXo</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ <build>
+ <finalName>samplePortlets</finalName>
+ </build>
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/web/eXoResources/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/web/eXoResources/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/web/eXoResources/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,69 +0,0 @@
-<!--
-
- 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.
-
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.web</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <artifactId>exo.portal.web.eXoResources</artifactId>
- <packaging>war</packaging>
- <name>GateIn Portal Web Resources</name>
-
- <build>
- <finalName>eXoResources</finalName>
- </build>
- <reporting>
- <plugins>
- <!-- ... -->
- <plugin>
- <groupId>gr.abiss.mvn.plugins</groupId>
- <artifactId>maven-jstools-plugin</artifactId>
- <inherited>false</inherited>
- <configuration>
- <!-- the default is src/main/js -->
- <jsDir>src/main/webapp/javascript</jsDir>
- <!-- this is actually the default -->
- <includes>**/*.js</includes>
- <!-- maybe you need to exclude compressed JS files -->
- <excludes>**/*-compressed.js</excludes>
- <!-- this is actually the default -->
- <caseSensitive>true</caseSensitive>
- <!-- for more configuration properties, see the goals documentation -->
- </configuration>
- <reportSets>
- <reportSet>
- <reports>
- <!-- include the desired reports -->
- <report>jslint</report>
- <report>jsdoc</report>
- </reports>
- </reportSet>
- </reportSets>
- </plugin>
- <!-- ... -->
- </plugins>
- </reporting>
-
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/web/eXoResources/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/web/eXoResources/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/web/eXoResources/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/web/eXoResources/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,69 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.web</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.web.eXoResources</artifactId>
+ <packaging>war</packaging>
+ <name>GateIn Portal Web Resources</name>
+
+ <build>
+ <finalName>eXoResources</finalName>
+ </build>
+ <reporting>
+ <plugins>
+ <!-- ... -->
+ <plugin>
+ <groupId>gr.abiss.mvn.plugins</groupId>
+ <artifactId>maven-jstools-plugin</artifactId>
+ <inherited>false</inherited>
+ <configuration>
+ <!-- the default is src/main/js -->
+ <jsDir>src/main/webapp/javascript</jsDir>
+ <!-- this is actually the default -->
+ <includes>**/*.js</includes>
+ <!-- maybe you need to exclude compressed JS files -->
+ <excludes>**/*-compressed.js</excludes>
+ <!-- this is actually the default -->
+ <caseSensitive>true</caseSensitive>
+ <!-- for more configuration properties, see the goals documentation -->
+ </configuration>
+ <reportSets>
+ <reportSet>
+ <reports>
+ <!-- include the desired reports -->
+ <report>jslint</report>
+ <report>jsdoc</report>
+ </reports>
+ </reportSet>
+ </reportSets>
+ </plugin>
+ <!-- ... -->
+ </plugins>
+ </reporting>
+
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/web/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/web/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/web/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,43 +0,0 @@
-<!--
-
- 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.
-
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <artifactId>exo.portal.web</artifactId>
- <packaging>pom</packaging>
-
- <name>GateIn Portal Portlet</name>
-
- <modules>
- <module>eXoResources</module>
- <module>portal</module>
- <module>rest</module>
- </modules>
-
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/web/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/web/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/web/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/web/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,43 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.parent</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <artifactId>exo.portal.web</artifactId>
+ <packaging>pom</packaging>
+
+ <name>GateIn Portal Portlet</name>
+
+ <modules>
+ <module>eXoResources</module>
+ <module>portal</module>
+ <module>rest</module>
+ </modules>
+
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/web/portal/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/web/portal/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/web/portal/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,33 +0,0 @@
-<!--
-
- 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.
-
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.web</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <artifactId>exo.portal.web.portal</artifactId>
- <packaging>war</packaging>
- <name>GateIn Portal Web Module</name>
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/web/portal/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/web/portal/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/web/portal/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/web/portal/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,33 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.web</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.web.portal</artifactId>
+ <packaging>war</packaging>
+ <name>GateIn Portal Web Module</name>
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/web/rest/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/web/rest/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/web/rest/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,61 +0,0 @@
-<!--
-
- 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.
-
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.web</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <artifactId>exo.portal.web.rest</artifactId>
- <packaging>war</packaging>
- <name>GateIn Portal Web REST application</name>
-
- <dependencies>
- <dependency>
- <groupId>org.exoplatform.ws</groupId>
- <artifactId>exo.ws.frameworks.servlet</artifactId>
- <scope>provided</scope>
- </dependency>
- </dependencies>
-
- <build>
- <finalName>rest</finalName>
- <plugins>
- <plugin>
- <artifactId>maven-war-plugin</artifactId>
- <configuration>
- <!-- This is broken in maven-war-plugin 2.0, works in 2.0.1 -->
- <warSourceExcludes>WEB-INF/lib/*.jar</warSourceExcludes>
- <archive>
- <manifest>
- <addClasspath>false</addClasspath>
- <classpathPrefix>lib/</classpathPrefix>
- </manifest>
- </archive>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/web/rest/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/web/rest/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/web/rest/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/web/rest/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,61 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.web</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.web.rest</artifactId>
+ <packaging>war</packaging>
+ <name>GateIn Portal Web REST application</name>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.exoplatform.ws</groupId>
+ <artifactId>exo.ws.frameworks.servlet</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <finalName>rest</finalName>
+ <plugins>
+ <plugin>
+ <artifactId>maven-war-plugin</artifactId>
+ <configuration>
+ <!-- This is broken in maven-war-plugin 2.0, works in 2.0.1 -->
+ <warSourceExcludes>WEB-INF/lib/*.jar</warSourceExcludes>
+ <archive>
+ <manifest>
+ <addClasspath>false</addClasspath>
+ <classpathPrefix>lib/</classpathPrefix>
+ </manifest>
+ </archive>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/webui/core/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/webui/core/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/webui/core/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,65 +0,0 @@
-<!--
-
- 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.
-
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.webui</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <artifactId>exo.portal.webui.core</artifactId>
- <packaging>jar</packaging>
- <name>GateIn Portal WebUI Core</name>
-
- <dependencies>
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.webui.framework</artifactId>
- </dependency>
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.webui.portlet</artifactId>
- </dependency>
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.portal</artifactId>
- </dependency>
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.web.server</artifactId>
- </dependency>
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.web.api</artifactId>
- </dependency>
- <dependency>
- <groupId>org.gatein.common</groupId>
- <artifactId>common-common</artifactId>
- </dependency>
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.test.core</artifactId>
- <scope>test</scope>
- </dependency>
- </dependencies>
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/webui/core/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/webui/core/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/webui/core/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/webui/core/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,65 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.webui</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.webui.core</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn Portal WebUI Core</name>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.webui.framework</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.webui.portlet</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.portal</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.web.server</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.web.api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.common</groupId>
+ <artifactId>common-common</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.test.core</artifactId>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/webui/dashboard/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/webui/dashboard/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/webui/dashboard/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,82 +0,0 @@
-<!--
-
- 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.
-
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.webui</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <artifactId>exo.portal.webui.dashboard</artifactId>
- <packaging>jar</packaging>
- <name>GateIn Portal WebUI Dashboard</name>
-
- <dependencies>
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.webui.portal</artifactId>
- </dependency>
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.webui.eXo</artifactId>
- </dependency>
- </dependencies>
-
- <build>
- <sourceDirectory>src/main/java</sourceDirectory>
- <outputDirectory>target/classes</outputDirectory>
- <resources>
- <resource>
- <directory>src/main/resources</directory>
- <includes>
- <include>**/*.properties</include>
- <include>**/*.xml</include>
- <include>**/*.drl</include>
- <include>**/*.vm</include>
- <include>**/*.doc</include>
- <include>**/*.xls</include>
- <include>**/*.ppt</include>
- <include>**/*.txt</include>
- <include>**/*.jar</include>
- <include>**/*.pom</include>
- <include>**/*.sha1</include>
- <include>**/*.conf</include>
- <include>**/*.gtmpl</include>
- <include>**/*.groovy</include>
- </includes>
- </resource>
- </resources>
- </build>
- <reporting>
- <plugins>
- <plugin>
- <!-- Apply the Checkstyle configurations defined in the top level pom.xml file -->
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-checkstyle-plugin</artifactId>
- <configuration>
- <suppressionsLocation>${basedir}/src/main/resources/suppressions.xml</suppressionsLocation>
- </configuration>
- </plugin>
- </plugins>
- </reporting>
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/webui/dashboard/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/webui/dashboard/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/webui/dashboard/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/webui/dashboard/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,82 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.webui</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.webui.dashboard</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn Portal WebUI Dashboard</name>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.webui.portal</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.webui.eXo</artifactId>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <sourceDirectory>src/main/java</sourceDirectory>
+ <outputDirectory>target/classes</outputDirectory>
+ <resources>
+ <resource>
+ <directory>src/main/resources</directory>
+ <includes>
+ <include>**/*.properties</include>
+ <include>**/*.xml</include>
+ <include>**/*.drl</include>
+ <include>**/*.vm</include>
+ <include>**/*.doc</include>
+ <include>**/*.xls</include>
+ <include>**/*.ppt</include>
+ <include>**/*.txt</include>
+ <include>**/*.jar</include>
+ <include>**/*.pom</include>
+ <include>**/*.sha1</include>
+ <include>**/*.conf</include>
+ <include>**/*.gtmpl</include>
+ <include>**/*.groovy</include>
+ </includes>
+ </resource>
+ </resources>
+ </build>
+ <reporting>
+ <plugins>
+ <plugin>
+ <!-- Apply the Checkstyle configurations defined in the top level pom.xml file -->
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-checkstyle-plugin</artifactId>
+ <configuration>
+ <suppressionsLocation>${basedir}/src/main/resources/suppressions.xml</suppressionsLocation>
+ </configuration>
+ </plugin>
+ </plugins>
+ </reporting>
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/webui/eXo/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/webui/eXo/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/webui/eXo/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,45 +0,0 @@
-<!--
-
- 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.
-
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.webui</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <artifactId>exo.portal.webui.eXo</artifactId>
- <packaging>jar</packaging>
- <name>GateIn Portal WebUI eXo</name>
-
- <dependencies>
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.webui.core</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.application-registry</artifactId>
- </dependency>
- </dependencies>
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/webui/eXo/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/webui/eXo/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/webui/eXo/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/webui/eXo/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,45 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.webui</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.webui.eXo</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn Portal WebUI eXo</name>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.webui.core</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.application-registry</artifactId>
+ </dependency>
+ </dependencies>
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/webui/framework/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/webui/framework/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/webui/framework/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,80 +0,0 @@
-<!--
-
- 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.
-
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.webui</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <artifactId>exo.portal.webui.framework</artifactId>
- <packaging>jar</packaging>
- <name>GateIn Portal WebUI Framework</name>
-
- <dependencies>
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.web.controller</artifactId>
- </dependency>
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.resources</artifactId>
- </dependency>
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.scripting</artifactId>
- </dependency>
- </dependencies>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.jibx</groupId>
- <artifactId>maven-jibx-plugin</artifactId>
- <version>${org.jibx.version}</version>
- <configuration>
- <directory>src/main/resources</directory>
- <includes>
- <includes>binding.xml</includes>
- </includes>
- </configuration>
- <executions>
- <execution>
- <goals>
- <goal>bind</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
-
- <!-- -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <compilerArgument>-proc:none</compilerArgument>
- </configuration>
- </plugin>
- </plugins>
- </build>
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/webui/framework/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/webui/framework/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/webui/framework/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/webui/framework/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,80 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.webui</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.webui.framework</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn Portal WebUI Framework</name>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.web.controller</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.resources</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.scripting</artifactId>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.jibx</groupId>
+ <artifactId>maven-jibx-plugin</artifactId>
+ <version>${org.jibx.version}</version>
+ <configuration>
+ <directory>src/main/resources</directory>
+ <includes>
+ <includes>binding.xml</includes>
+ </includes>
+ </configuration>
+ <executions>
+ <execution>
+ <goals>
+ <goal>bind</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <!-- -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <compilerArgument>-proc:none</compilerArgument>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/webui/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/webui/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/webui/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,46 +0,0 @@
-<!--
-
- 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.
-
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <artifactId>exo.portal.webui</artifactId>
- <packaging>pom</packaging>
-
- <name>GateIn Portal WebUI</name>
-
- <modules>
- <module>framework</module>
- <module>portlet</module>
- <module>core</module>
- <module>eXo</module>
- <module>portal</module>
- <module>dashboard</module>
- </modules>
-
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/webui/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/webui/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/webui/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/webui/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,46 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.parent</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <artifactId>exo.portal.webui</artifactId>
+ <packaging>pom</packaging>
+
+ <name>GateIn Portal WebUI</name>
+
+ <modules>
+ <module>framework</module>
+ <module>portlet</module>
+ <module>core</module>
+ <module>eXo</module>
+ <module>portal</module>
+ <module>dashboard</module>
+ </modules>
+
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/webui/portal/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/webui/portal/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/webui/portal/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,103 +0,0 @@
-<!--
-
- 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.
-
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.webui</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <artifactId>exo.portal.webui.portal</artifactId>
- <packaging>jar</packaging>
- <name>GateIn Portal WebUI Portal</name>
-
- <dependencies>
- <dependency>
- <groupId>org.exoplatform.kernel</groupId>
- <artifactId>exo.kernel.commons</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.exoplatform.kernel</groupId>
- <artifactId>exo.kernel.component.common</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.resources</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.webui.core</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.webui.eXo</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.portal</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.application-registry</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.pc</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.exoplatform.jcr</groupId>
- <artifactId>exo.jcr.component.ext</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.gatein.shindig</groupId>
- <artifactId>shindig-common</artifactId>
- <type>jar</type>
- </dependency>
-
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.gadgets-core</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.gatein.captcha</groupId>
- <artifactId>simplecaptcha</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.test.core</artifactId>
- <scope>test</scope>
- </dependency>
-
- </dependencies>
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/webui/portal/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/webui/portal/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/webui/portal/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/webui/portal/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,103 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.webui</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.webui.portal</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn Portal WebUI Portal</name>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.exoplatform.kernel</groupId>
+ <artifactId>exo.kernel.commons</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.kernel</groupId>
+ <artifactId>exo.kernel.component.common</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.resources</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.webui.core</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.webui.eXo</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.portal</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.application-registry</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.pc</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.jcr</groupId>
+ <artifactId>exo.jcr.component.ext</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.gatein.shindig</groupId>
+ <artifactId>shindig-common</artifactId>
+ <type>jar</type>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.gadgets-core</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.gatein.captcha</groupId>
+ <artifactId>simplecaptcha</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.test.core</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ </dependencies>
+</project>
Deleted: epp/portal/tags/EPP_5_1_1_Dev03/webui/portlet/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/webui/portlet/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/tags/EPP_5_1_1_Dev03/webui/portlet/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -1,40 +0,0 @@
-<!--
-
- 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.
-
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.webui</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <artifactId>exo.portal.webui.portlet</artifactId>
- <packaging>jar</packaging>
- <name>GateIn Portal WebUI Portlet</name>
-
- <dependencies>
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.webui.framework</artifactId>
- </dependency>
- </dependencies>
-</project>
Copied: epp/portal/tags/EPP_5_1_1_Dev03/webui/portlet/pom.xml (from rev 6854, epp/portal/branches/EPP_5_1_Branch/webui/portlet/pom.xml)
===================================================================
--- epp/portal/tags/EPP_5_1_1_Dev03/webui/portlet/pom.xml (rev 0)
+++ epp/portal/tags/EPP_5_1_1_Dev03/webui/portlet/pom.xml 2011-07-08 21:13:29 UTC (rev 6855)
@@ -0,0 +1,40 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.webui</artifactId>
+ <version>5.1.1-epp-DEV03</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.webui.portlet</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn Portal WebUI Portlet</name>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.webui.framework</artifactId>
+ </dependency>
+ </dependencies>
+</project>
13 years, 6 months
gatein SVN: r6854 - in epp/portal/branches/EPP_5_1_Branch: component and 69 other directories.
by do-not-reply@jboss.org
Author: hfnukal
Date: 2011-07-08 12:59:20 -0400 (Fri, 08 Jul 2011)
New Revision: 6854
Modified:
epp/portal/branches/EPP_5_1_Branch/
epp/portal/branches/EPP_5_1_Branch/component/application-registry/pom.xml
epp/portal/branches/EPP_5_1_Branch/component/common/pom.xml
epp/portal/branches/EPP_5_1_Branch/component/identity/pom.xml
epp/portal/branches/EPP_5_1_Branch/component/management/pom.xml
epp/portal/branches/EPP_5_1_Branch/component/pc/pom.xml
epp/portal/branches/EPP_5_1_Branch/component/pom.xml
epp/portal/branches/EPP_5_1_Branch/component/portal/pom.xml
epp/portal/branches/EPP_5_1_Branch/component/resources/pom.xml
epp/portal/branches/EPP_5_1_Branch/component/scripting/pom.xml
epp/portal/branches/EPP_5_1_Branch/component/test/core/pom.xml
epp/portal/branches/EPP_5_1_Branch/component/test/jcr/pom.xml
epp/portal/branches/EPP_5_1_Branch/component/test/organization/pom.xml
epp/portal/branches/EPP_5_1_Branch/component/test/pom.xml
epp/portal/branches/EPP_5_1_Branch/component/web/api/pom.xml
epp/portal/branches/EPP_5_1_Branch/component/web/controller/pom.xml
epp/portal/branches/EPP_5_1_Branch/component/web/pom.xml
epp/portal/branches/EPP_5_1_Branch/component/web/resources/pom.xml
epp/portal/branches/EPP_5_1_Branch/component/web/security/pom.xml
epp/portal/branches/EPP_5_1_Branch/component/web/server/pom.xml
epp/portal/branches/EPP_5_1_Branch/component/wsrp/pom.xml
epp/portal/branches/EPP_5_1_Branch/examples/extension/config/pom.xml
epp/portal/branches/EPP_5_1_Branch/examples/extension/ear/pom.xml
epp/portal/branches/EPP_5_1_Branch/examples/extension/jar/pom.xml
epp/portal/branches/EPP_5_1_Branch/examples/extension/pom.xml
epp/portal/branches/EPP_5_1_Branch/examples/extension/war/pom.xml
epp/portal/branches/EPP_5_1_Branch/examples/pom.xml
epp/portal/branches/EPP_5_1_Branch/examples/portal/config/pom.xml
epp/portal/branches/EPP_5_1_Branch/examples/portal/ear/pom.xml
epp/portal/branches/EPP_5_1_Branch/examples/portal/jar/pom.xml
epp/portal/branches/EPP_5_1_Branch/examples/portal/pom.xml
epp/portal/branches/EPP_5_1_Branch/examples/portal/rest-war/pom.xml
epp/portal/branches/EPP_5_1_Branch/examples/portal/war/pom.xml
epp/portal/branches/EPP_5_1_Branch/examples/portlets/api/pom.xml
epp/portal/branches/EPP_5_1_Branch/examples/portlets/jsfhellouser/pom.xml
epp/portal/branches/EPP_5_1_Branch/examples/portlets/jsphellouser/pom.xml
epp/portal/branches/EPP_5_1_Branch/examples/portlets/pom.xml
epp/portal/branches/EPP_5_1_Branch/examples/portlets/simplesthelloworld/pom.xml
epp/portal/branches/EPP_5_1_Branch/examples/portlets/struts-jpetstore/pom.xml
epp/portal/branches/EPP_5_1_Branch/examples/skins/pom.xml
epp/portal/branches/EPP_5_1_Branch/examples/skins/simpleskin/pom.xml
epp/portal/branches/EPP_5_1_Branch/gadgets/core/pom.xml
epp/portal/branches/EPP_5_1_Branch/gadgets/eXoGadgets/pom.xml
epp/portal/branches/EPP_5_1_Branch/gadgets/pom.xml
epp/portal/branches/EPP_5_1_Branch/gadgets/server/pom.xml
epp/portal/branches/EPP_5_1_Branch/pom.xml
epp/portal/branches/EPP_5_1_Branch/portlet/dashboard/pom.xml
epp/portal/branches/EPP_5_1_Branch/portlet/exoadmin/pom.xml
epp/portal/branches/EPP_5_1_Branch/portlet/pom.xml
epp/portal/branches/EPP_5_1_Branch/portlet/web/pom.xml
epp/portal/branches/EPP_5_1_Branch/server/jboss/patch-ear/pom.xml
epp/portal/branches/EPP_5_1_Branch/server/jboss/plugin/pom.xml
epp/portal/branches/EPP_5_1_Branch/server/jboss/pom.xml
epp/portal/branches/EPP_5_1_Branch/server/pom.xml
epp/portal/branches/EPP_5_1_Branch/starter/ear/pom.xml
epp/portal/branches/EPP_5_1_Branch/starter/jar/pom.xml
epp/portal/branches/EPP_5_1_Branch/starter/pom.xml
epp/portal/branches/EPP_5_1_Branch/starter/war/pom.xml
epp/portal/branches/EPP_5_1_Branch/testsuite/pom.xml
epp/portal/branches/EPP_5_1_Branch/testsuite/selenium-snifftests/pom.xml
epp/portal/branches/EPP_5_1_Branch/testsuite/webuibasedsamples/pom.xml
epp/portal/branches/EPP_5_1_Branch/web/eXoResources/pom.xml
epp/portal/branches/EPP_5_1_Branch/web/pom.xml
epp/portal/branches/EPP_5_1_Branch/web/portal/pom.xml
epp/portal/branches/EPP_5_1_Branch/web/rest/pom.xml
epp/portal/branches/EPP_5_1_Branch/webui/core/pom.xml
epp/portal/branches/EPP_5_1_Branch/webui/dashboard/pom.xml
epp/portal/branches/EPP_5_1_Branch/webui/eXo/pom.xml
epp/portal/branches/EPP_5_1_Branch/webui/framework/pom.xml
epp/portal/branches/EPP_5_1_Branch/webui/pom.xml
epp/portal/branches/EPP_5_1_Branch/webui/portal/pom.xml
epp/portal/branches/EPP_5_1_Branch/webui/portlet/pom.xml
Log:
Release version 5.1.1-epp-DEV03
Property changes on: epp/portal/branches/EPP_5_1_Branch
___________________________________________________________________
Modified: svn:mergeinfo
- /epp/portal/branches/EPP_5_1_0_GA_JBEPP-795:5868
/portal/branches/branch-GTNPORTAL-1592:4894
/portal/branches/branch-GTNPORTAL-1643:5002,5063,5167
/portal/branches/branch-GTNPORTAL-1700:5348,5402,5445
/portal/branches/branch-GTNPORTAL-1731:5668
/portal/branches/branch-GTNPORTAL-1745:5765
/portal/branches/branch-GTNPORTAL-1822:5943
/portal/branches/branch-GTNPORTAL-1832:6030,6063
/portal/trunk:4891,5744,5943,6168,6196,6201-6203,6205-6206
+ /epp/portal/branches/EPP_5_1_0_GA_JBEPP-795:5868
/portal/branches/branch-GTNPORTAL-1592:4894
/portal/branches/branch-GTNPORTAL-1643:5002,5063,5167
/portal/branches/branch-GTNPORTAL-1700:5348,5402,5445
/portal/branches/branch-GTNPORTAL-1731:5668
/portal/branches/branch-GTNPORTAL-1745:5765
/portal/branches/branch-GTNPORTAL-1822:5943
/portal/branches/branch-GTNPORTAL-1832:6030,6063
/portal/branches/branch-GTNPORTAL-1872:6533
/portal/trunk:4891,5744,5943,6168,6196,6201-6203,6205-6206
Modified: epp/portal/branches/EPP_5_1_Branch/component/application-registry/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/application-registry/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/component/application-registry/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_Branch/component/common/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/common/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/component/common/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>exo.portal.component.common</artifactId>
Modified: epp/portal/branches/EPP_5_1_Branch/component/identity/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/identity/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/component/identity/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_Branch/component/management/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/management/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/component/management/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_Branch/component/pc/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/pc/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/component/pc/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_Branch/component/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/component/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<artifactId>exo.portal.component</artifactId>
Modified: epp/portal/branches/EPP_5_1_Branch/component/portal/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/portal/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/component/portal/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_Branch/component/resources/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/resources/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/component/resources/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_Branch/component/scripting/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/scripting/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/component/scripting/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_Branch/component/test/core/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/test/core/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/component/test/core/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_Branch/component/test/jcr/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/test/jcr/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/component/test/jcr/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_Branch/component/test/organization/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/test/organization/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/component/test/organization/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_Branch/component/test/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/test/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/component/test/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_Branch/component/web/api/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/web/api/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/component/web/api/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_Branch/component/web/controller/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/web/controller/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/component/web/controller/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_Branch/component/web/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/web/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/component/web/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_Branch/component/web/resources/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/web/resources/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/component/web/resources/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_Branch/component/web/security/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/web/security/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/component/web/security/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_Branch/component/web/server/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/web/server/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/component/web/server/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_Branch/component/wsrp/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/wsrp/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/component/wsrp/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_Branch/examples/extension/config/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/extension/config/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/examples/extension/config/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_Branch/examples/extension/ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/extension/ear/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/examples/extension/ear/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</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.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.jar</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.api</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.war</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
<type>war</type>
</dependency>
</dependencies>
Modified: epp/portal/branches/EPP_5_1_Branch/examples/extension/jar/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/extension/jar/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/examples/extension/jar/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_Branch/examples/extension/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/extension/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/examples/extension/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<artifactId>exo.portal.sample.extension.root</artifactId>
Modified: epp/portal/branches/EPP_5_1_Branch/examples/extension/war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/extension/war/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/examples/extension/war/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_Branch/examples/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/examples/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<artifactId>exo.portal.sample</artifactId>
Modified: epp/portal/branches/EPP_5_1_Branch/examples/portal/config/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/portal/config/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/examples/portal/config/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_Branch/examples/portal/ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/portal/ear/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/examples/portal/ear/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</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.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.jar</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.api</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.war</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.rest-war</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
<type>war</type>
</dependency>
</dependencies>
Modified: epp/portal/branches/EPP_5_1_Branch/examples/portal/jar/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/portal/jar/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/examples/portal/jar/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_Branch/examples/portal/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/portal/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/examples/portal/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<artifactId>exo.portal.sample.portal.root</artifactId>
Modified: epp/portal/branches/EPP_5_1_Branch/examples/portal/rest-war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/portal/rest-war/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/examples/portal/rest-war/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_Branch/examples/portal/war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/portal/war/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/examples/portal/war/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_Branch/examples/portlets/api/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/portlets/api/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/examples/portlets/api/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>portlets-parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<artifactId>gatein-api</artifactId>
Modified: epp/portal/branches/EPP_5_1_Branch/examples/portlets/jsfhellouser/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/portlets/jsfhellouser/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/examples/portlets/jsfhellouser/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>portlets-parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<artifactId>gatein-jsf-hellouser</artifactId>
Modified: epp/portal/branches/EPP_5_1_Branch/examples/portlets/jsphellouser/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/portlets/jsphellouser/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/examples/portlets/jsphellouser/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>portlets-parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<artifactId>gatein-jsp-hellouser</artifactId>
Modified: epp/portal/branches/EPP_5_1_Branch/examples/portlets/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/portlets/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/examples/portlets/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
Modified: epp/portal/branches/EPP_5_1_Branch/examples/portlets/simplesthelloworld/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/portlets/simplesthelloworld/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/examples/portlets/simplesthelloworld/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>portlets-parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<artifactId>gatein-simplest-helloworld</artifactId>
Modified: epp/portal/branches/EPP_5_1_Branch/examples/portlets/struts-jpetstore/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/portlets/struts-jpetstore/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/examples/portlets/struts-jpetstore/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>portlets-parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<artifactId>struts-jpetstore</artifactId>
Modified: epp/portal/branches/EPP_5_1_Branch/examples/skins/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/skins/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/examples/skins/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<groupId>org.gatein.portal.examples.skins</groupId>
Modified: epp/portal/branches/EPP_5_1_Branch/examples/skins/simpleskin/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/skins/simpleskin/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/examples/skins/simpleskin/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.portal.examples.skins</groupId>
<artifactId>skins-parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<artifactId>gatein-sample-skin</artifactId>
Modified: epp/portal/branches/EPP_5_1_Branch/gadgets/core/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/gadgets/core/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/gadgets/core/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -14,7 +14,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<artifactId>exo.portal.gadgets-core</artifactId>
Modified: epp/portal/branches/EPP_5_1_Branch/gadgets/eXoGadgets/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/gadgets/eXoGadgets/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/gadgets/eXoGadgets/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_Branch/gadgets/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/gadgets/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/gadgets/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<artifactId>exo.portal.gadgets</artifactId>
Modified: epp/portal/branches/EPP_5_1_Branch/gadgets/server/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/gadgets/server/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/gadgets/server/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<artifactId>exo.portal.gadgets-server</artifactId>
Modified: epp/portal/branches/EPP_5_1_Branch/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -31,7 +31,7 @@
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
<packaging>pom</packaging>
<name>EPP GateIn - Portal - ${project.version}</name>
@@ -363,68 +363,68 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.common</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.controller</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.security</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.server</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.api</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.resources</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.portal</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.portal</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.pc</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.identity</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.resources</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.application-registry</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
@@ -434,90 +434,90 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.scripting</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.management</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.framework</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.portlet</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.portal</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.eXo</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.core</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.dashboard</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets-core</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.core</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.core</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.jcr</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.jcr</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.organization</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.organization</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>gatein.portal.component.wsrp</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.jboss.plugin</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
Modified: epp/portal/branches/EPP_5_1_Branch/portlet/dashboard/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/portlet/dashboard/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/portlet/dashboard/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_Branch/portlet/exoadmin/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/portlet/exoadmin/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/portlet/exoadmin/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_Branch/portlet/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/portlet/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/portlet/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<artifactId>exo.portal.portlet</artifactId>
Modified: epp/portal/branches/EPP_5_1_Branch/portlet/web/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/portlet/web/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/portlet/web/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_Branch/server/jboss/patch-ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/server/jboss/patch-ear/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/server/jboss/patch-ear/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.jboss</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_Branch/server/jboss/plugin/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/server/jboss/plugin/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/server/jboss/plugin/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.jboss</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_Branch/server/jboss/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/server/jboss/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/server/jboss/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<artifactId>exo.portal.server.jboss</artifactId>
Modified: epp/portal/branches/EPP_5_1_Branch/server/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/server/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/server/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<artifactId>exo.portal.server</artifactId>
Modified: epp/portal/branches/EPP_5_1_Branch/starter/ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/starter/ear/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/starter/ear/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</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.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
<type>war</type>
</dependency>
</dependencies>
Modified: epp/portal/branches/EPP_5_1_Branch/starter/jar/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/starter/jar/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/starter/jar/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_Branch/starter/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/starter/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/starter/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<artifactId>exo.portal.starter.root</artifactId>
Modified: epp/portal/branches/EPP_5_1_Branch/starter/war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/starter/war/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/starter/war/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -50,7 +50,7 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.starter.jar</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</dependency>
</dependencies>
</project>
Modified: epp/portal/branches/EPP_5_1_Branch/testsuite/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/testsuite/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/testsuite/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<artifactId>exo.portal.testsuite</artifactId>
Modified: epp/portal/branches/EPP_5_1_Branch/testsuite/selenium-snifftests/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/testsuite/selenium-snifftests/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/testsuite/selenium-snifftests/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.testsuite</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<artifactId>exo.portal.selenium.snifftests</artifactId>
Modified: epp/portal/branches/EPP_5_1_Branch/testsuite/webuibasedsamples/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/testsuite/webuibasedsamples/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/testsuite/webuibasedsamples/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.testsuite</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<artifactId>exo.webui.based.samples</artifactId>
Modified: epp/portal/branches/EPP_5_1_Branch/web/eXoResources/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/web/eXoResources/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/web/eXoResources/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_Branch/web/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/web/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/web/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<artifactId>exo.portal.web</artifactId>
Modified: epp/portal/branches/EPP_5_1_Branch/web/portal/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/web/portal/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/web/portal/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_Branch/web/rest/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/web/rest/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/web/rest/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_Branch/webui/core/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/webui/core/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/webui/core/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_Branch/webui/dashboard/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/webui/dashboard/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/webui/dashboard/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_Branch/webui/eXo/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/webui/eXo/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/webui/eXo/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_Branch/webui/framework/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/webui/framework/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/webui/framework/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_Branch/webui/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/webui/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/webui/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<artifactId>exo.portal.webui</artifactId>
Modified: epp/portal/branches/EPP_5_1_Branch/webui/portal/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/webui/portal/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/webui/portal/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_Branch/webui/portlet/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/webui/portlet/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
+++ epp/portal/branches/EPP_5_1_Branch/webui/portlet/pom.xml 2011-07-08 16:59:20 UTC (rev 6854)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
13 years, 6 months
gatein SVN: r6853 - in epp/portal/branches/EPP_5_1_Branch/distribution: jboss-eap and 10 other directories.
by do-not-reply@jboss.org
Author: hfnukal
Date: 2011-07-08 12:55:07 -0400 (Fri, 08 Jul 2011)
New Revision: 6853
Modified:
epp/portal/branches/EPP_5_1_Branch/distribution/jboss-eap/examples/pom.xml
epp/portal/branches/EPP_5_1_Branch/distribution/jboss-eap/pom.xml
epp/portal/branches/EPP_5_1_Branch/distribution/jboss-eap/portletbridge/pom.xml
epp/portal/branches/EPP_5_1_Branch/distribution/jboss-eap/serverAddon/gatein.ear/pom.xml
epp/portal/branches/EPP_5_1_Branch/distribution/jboss-eap/serverAddon/integration.war/pom.xml
epp/portal/branches/EPP_5_1_Branch/distribution/jboss-eap/serverAddon/pom.xml
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/exo-jcr/
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-parent/
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-pc/
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-portal/
epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-wci/
epp/portal/branches/EPP_5_1_Branch/distribution/pom.xml
Log:
Distribution update
Modified: epp/portal/branches/EPP_5_1_Branch/distribution/jboss-eap/examples/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/distribution/jboss-eap/examples/pom.xml 2011-07-08 16:52:42 UTC (rev 6852)
+++ epp/portal/branches/EPP_5_1_Branch/distribution/jboss-eap/examples/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>distribution.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: epp/portal/branches/EPP_5_1_Branch/distribution/jboss-eap/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/distribution/jboss-eap/pom.xml 2011-07-08 16:52:42 UTC (rev 6852)
+++ epp/portal/branches/EPP_5_1_Branch/distribution/jboss-eap/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>distribution.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<artifactId>distribution</artifactId>
Modified: epp/portal/branches/EPP_5_1_Branch/distribution/jboss-eap/portletbridge/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/distribution/jboss-eap/portletbridge/pom.xml 2011-07-08 16:52:42 UTC (rev 6852)
+++ epp/portal/branches/EPP_5_1_Branch/distribution/jboss-eap/portletbridge/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>distribution.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: epp/portal/branches/EPP_5_1_Branch/distribution/jboss-eap/serverAddon/gatein.ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/distribution/jboss-eap/serverAddon/gatein.ear/pom.xml 2011-07-08 16:52:42 UTC (rev 6852)
+++ epp/portal/branches/EPP_5_1_Branch/distribution/jboss-eap/serverAddon/gatein.ear/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>distribution.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>gatein</artifactId>
Modified: epp/portal/branches/EPP_5_1_Branch/distribution/jboss-eap/serverAddon/integration.war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/distribution/jboss-eap/serverAddon/integration.war/pom.xml 2011-07-08 16:52:42 UTC (rev 6852)
+++ epp/portal/branches/EPP_5_1_Branch/distribution/jboss-eap/serverAddon/integration.war/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>distribution.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>integration</artifactId>
Modified: epp/portal/branches/EPP_5_1_Branch/distribution/jboss-eap/serverAddon/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/distribution/jboss-eap/serverAddon/pom.xml 2011-07-08 16:52:42 UTC (rev 6852)
+++ epp/portal/branches/EPP_5_1_Branch/distribution/jboss-eap/serverAddon/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>distribution.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Property changes on: epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/exo-jcr
___________________________________________________________________
Added: svn:ignore
+ target
Property changes on: epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-parent
___________________________________________________________________
Added: svn:ignore
+ target
Property changes on: epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-pc
___________________________________________________________________
Added: svn:ignore
+ target
Property changes on: epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-portal
___________________________________________________________________
Added: svn:ignore
+ target
Property changes on: epp/portal/branches/EPP_5_1_Branch/distribution/mead-tools/gatein-wci
___________________________________________________________________
Added: svn:ignore
+ target
Modified: epp/portal/branches/EPP_5_1_Branch/distribution/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/distribution/pom.xml 2011-07-08 16:52:42 UTC (rev 6852)
+++ epp/portal/branches/EPP_5_1_Branch/distribution/pom.xml 2011-07-08 16:55:07 UTC (rev 6853)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<artifactId>distribution.parent</artifactId>
13 years, 6 months
gatein SVN: r6852 - in epp/portal/branches/EPP_5_1_Branch/packaging: gadgets and 45 other directories.
by do-not-reply@jboss.org
Author: hfnukal
Date: 2011-07-08 12:52:42 -0400 (Fri, 08 Jul 2011)
New Revision: 6852
Added:
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/pom.xml
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/conf/
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/conf/configuration.xml
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/conf/gadgettoken-nodetypes.xml
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/conf/portal/
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/conf/portal/configuration.xml
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/config/
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/config/oauth.json
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/containers/
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/containers/default/
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/containers/default/container.js
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/org/
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/org/exoplatform/
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/org/exoplatform/portal/
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/org/exoplatform/portal/gadget/
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/ExoContainerConfig.java
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/ExoDefaultSecurityTokenGenerator.java
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/ExoHttpFetcher.java
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/ExoModule.java
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/ExoOAuthModule.java
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/ExoOAuthStore.java
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/GadgetToken.java
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/GadgetTokenContainer.java
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/GadgetTokenEntry.java
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/GadgetTokenInfoService.java
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/ProxyServletFilter.java
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/SecurityTokenGenerator.java
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/pom.xml
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/resources/
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/resources/tomcat/
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/resources/tomcat/eXoGadgets.xml
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/WEB-INF/
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/WEB-INF/gadget.xml
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/WEB-INF/web.xml
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/gadgets/
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/gadgets/Calculator/
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/gadgets/Calculator/Calculator.xml
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/gadgets/Calendar/
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/gadgets/Calendar/Calendar.xml
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/gadgets/Todo/
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/gadgets/Todo/Todo.xml
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/gadgets/rssAggregator/
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/gadgets/rssAggregator/rssAggregator.xml
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/gadgets/rssAggregator/script.js
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/gadgets/rssAggregator/style.css
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/locale/
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/locale/Todo/
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/locale/Todo/ALL_ALL.xml
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/locale/Todo/ar_ALL.xml
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/locale/Todo/de_ALL.xml
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/locale/Todo/es_ALL.xml
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/locale/Todo/fr_ALL.xml
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/locale/Todo/ja_ALL.xml
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/locale/Todo/kr_ALL.xml
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/locale/Todo/vi_ALL.xml
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/locale/Todo/zh_ALL.xml
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/locale/Todo/zh_TW_ALL.xml
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/skin/
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/skin/DefaultSkin/
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/skin/DefaultSkin/portletIcons/
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/skin/DefaultSkin/portletIcons/Calculator.png
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/skin/DefaultSkin/portletIcons/Calendar.png
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/skin/DefaultSkin/portletIcons/Todo.png
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/skin/DefaultSkin/portletIcons/rssAggregator.png
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/skin/image/
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/skin/image/Button.gif
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/skin/image/ButtonCalendarleft.gif
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/skin/image/ButtonCalendarright.gif
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/skin/image/Calculator.png
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/skin/image/Display.png
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/skin/image/Noteleft.jpg
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/skin/image/Noteright.jpg
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/skin/image/calender.gif
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/skin/image/line.gif
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/pom.xml
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/server/
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/server/pom.xml
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/server/src/
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/server/src/main/
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/server/src/main/webapp/
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/server/src/main/webapp/WEB-INF/
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/server/src/main/webapp/WEB-INF/web.xml
epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/server/src/main/webapp/oauth.xml
Modified:
epp/portal/branches/EPP_5_1_Branch/packaging/jboss-as/ear/pom.xml
epp/portal/branches/EPP_5_1_Branch/packaging/jboss-as/integration.war/pom.xml
epp/portal/branches/EPP_5_1_Branch/packaging/jboss-as/pkg/pom.xml
epp/portal/branches/EPP_5_1_Branch/packaging/jboss-as/pom.xml
epp/portal/branches/EPP_5_1_Branch/packaging/module/pom.xml
epp/portal/branches/EPP_5_1_Branch/packaging/pkg/pom.xml
epp/portal/branches/EPP_5_1_Branch/packaging/pom.xml
epp/portal/branches/EPP_5_1_Branch/packaging/product/pom.xml
epp/portal/branches/EPP_5_1_Branch/packaging/reports/pom.xml
Log:
Packaging update
Property changes on: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core
___________________________________________________________________
Added: svn:ignore
+ target
Copied: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/pom.xml (from rev 6643, epp/portal/branches/EPP_5_1_Branch/gadgets/core/pom.xml)
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/pom.xml (rev 0)
+++ epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/pom.xml 2011-07-08 16:52:42 UTC (rev 6852)
@@ -0,0 +1,102 @@
+<?xml version="1.0" encoding="UTF-8"?>
+ <!--
+
+ 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.
+ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.gadgets</artifactId>
+ <version>5.1.1-epp-DEV02</version>
+ </parent>
+
+ <artifactId>exo.portal.gadgets-core</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn Portal eXo Gadgets Core</name>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>unpack</id>
+ <phase>compile</phase>
+ <goals>
+ <goal>unpack</goal>
+ </goals>
+ <configuration>
+ <artifactItems>
+ <artifactItem>
+ <groupId>org.gatein.shindig</groupId>
+ <artifactId>shindig-gadgets</artifactId>
+ <version>${org.shindig.version}</version>
+ <type>jar</type>
+ <overWrite>false</overWrite>
+ <outputDirectory>${project.build.directory}/classes</outputDirectory>
+ <excludes>config/oauth.json,containers/default/container.js</excludes>
+ </artifactItem>
+ </artifactItems>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+ <resources>
+ <resource>
+ <directory>src/main/java</directory>
+ <includes>
+ <include>**/container.js</include>
+ <include>**/oauth.json</include>
+ <include>**/*.xml</include>
+ </includes>
+ </resource>
+ </resources>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.common</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.web.controller</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.web.security</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.kernel</groupId>
+ <artifactId>exo.kernel.container</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.shindig</groupId>
+ <artifactId>shindig-gadgets</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.shindig</groupId>
+ <artifactId>shindig-common</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.shindig</groupId>
+ <artifactId>shindig-features</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.chromattic</groupId>
+ <artifactId>chromattic.api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.chromattic</groupId>
+ <artifactId>chromattic.spi</artifactId>
+ </dependency>
+ </dependencies>
+</project>
Copied: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/conf/configuration.xml (from rev 6643, epp/portal/branches/EPP_5_1_Branch/gadgets/core/src/main/java/conf/configuration.xml)
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/conf/configuration.xml (rev 0)
+++ epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/conf/configuration.xml 2011-07-08 16:52:42 UTC (rev 6852)
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+
+ 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.
+
+-->
+
+<configuration
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.exoplaform.org/xml/ns/kernel_1_0.xsd http://www.exoplaform.org/xml/ns/kernel_1_0.xsd"
+ xmlns="http://www.exoplaform.org/xml/ns/kernel_1_0.xsd">
+</configuration>
\ No newline at end of file
Copied: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/conf/gadgettoken-nodetypes.xml (from rev 6643, epp/portal/branches/EPP_5_1_Branch/gadgets/core/src/main/java/conf/gadgettoken-nodetypes.xml)
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/conf/gadgettoken-nodetypes.xml (rev 0)
+++ epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/conf/gadgettoken-nodetypes.xml 2011-07-08 16:52:42 UTC (rev 6852)
@@ -0,0 +1,75 @@
+<!--
+
+ 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.
+
+-->
+<nodeTypes xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:mix="http://www.jcp.org/jcr/mix/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0">
+
+ <nodeType name="tkn:gadgettokencontainer" isMixin="false" hasOrderableChildNodes="false" primaryItemName="">
+ <supertypes>
+ <supertype>nt:base</supertype>
+ <supertype>mix:referenceable</supertype>
+ </supertypes>
+ <childNodeDefinitions>
+ <childNodeDefinition name="*" defaultPrimaryType="tkn:gadgettoken" autoCreated="false" mandatory="false"
+ onParentVersion="COPY" protected="false" sameNameSiblings="false">
+ <requiredPrimaryTypes>
+ <requiredPrimaryType>tkn:gadgettoken</requiredPrimaryType>
+ </requiredPrimaryTypes>
+ </childNodeDefinition>
+ </childNodeDefinitions>
+ </nodeType>
+
+ <nodeType name="tkn:gadgettoken" isMixin="false" hasOrderableChildNodes="false" primaryItemName="">
+ <supertypes>
+ <supertype>nt:base</supertype>
+ <supertype>mix:referenceable</supertype>
+ </supertypes>
+ <propertyDefinitions>
+ <propertyDefinition name="userId" requiredType="String" autoCreated="false" mandatory="false" onParentVersion="COPY" protected="false" multiple="false">
+ <valueConstraints/>
+ </propertyDefinition>
+ <propertyDefinition name="gadgetUri" requiredType="String" autoCreated="false" mandatory="false" onParentVersion="COPY" protected="false" multiple="false">
+ <valueConstraints/>
+ </propertyDefinition>
+ <propertyDefinition name="moduleId" requiredType="Long" autoCreated="false" mandatory="false" onParentVersion="COPY" protected="false" multiple="false">
+ <valueConstraints/>
+ </propertyDefinition>
+ <propertyDefinition name="tokenName" requiredType="String" autoCreated="false" mandatory="false" onParentVersion="COPY" protected="false" multiple="false">
+ <valueConstraints/>
+ </propertyDefinition>
+ <propertyDefinition name="serviceName" requiredType="String" autoCreated="false" mandatory="false" onParentVersion="COPY" protected="false" multiple="false">
+ <valueConstraints/>
+ </propertyDefinition>
+
+ <propertyDefinition name="accessToken" requiredType="String" autoCreated="false" mandatory="false" onParentVersion="COPY" protected="false" multiple="false">
+ <valueConstraints/>
+ </propertyDefinition>
+ <propertyDefinition name="tokenSecret" requiredType="String" autoCreated="false" mandatory="false" onParentVersion="COPY" protected="false" multiple="false">
+ <valueConstraints/>
+ </propertyDefinition>
+ <propertyDefinition name="sessionHandle" requiredType="String" autoCreated="false" mandatory="false" onParentVersion="COPY" protected="false" multiple="false">
+ <valueConstraints/>
+ </propertyDefinition>
+ <propertyDefinition name="tokenExpireMillis" requiredType="Long" autoCreated="false" mandatory="false" onParentVersion="COPY" protected="false" multiple="false">
+ <valueConstraints/>
+ </propertyDefinition>
+ </propertyDefinitions>
+ </nodeType>
+
+</nodeTypes>
Copied: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/conf/portal/configuration.xml (from rev 6643, epp/portal/branches/EPP_5_1_Branch/gadgets/core/src/main/java/conf/portal/configuration.xml)
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/conf/portal/configuration.xml (rev 0)
+++ epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/conf/portal/configuration.xml 2011-07-08 16:52:42 UTC (rev 6852)
@@ -0,0 +1,82 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+
+ 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.
+
+-->
+
+<configuration
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.exoplaform.org/xml/ns/kernel_1_0.xsd http://www.exoplaform.org/xml/ns/kernel_1_0.xsd"
+ xmlns="http://www.exoplaform.org/xml/ns/kernel_1_0.xsd">
+<component>
+ <key>org.exoplatform.portal.gadget.core.SecurityTokenGenerator</key>
+ <type>org.exoplatform.portal.gadget.core.ExoDefaultSecurityTokenGenerator</type>
+ </component>
+ <component>
+ <type>org.exoplatform.portal.gadget.core.GadgetTokenInfoService</type>
+ <init-params>
+ <values-param>
+ <name>service.configuration</name>
+ <value>gadget-token</value>
+ <value>7</value>
+ <value>DAY</value>
+ </values-param>
+ </init-params>
+ </component>
+
+ <external-component-plugins>
+ <target-component>org.exoplatform.commons.chromattic.ChromatticManager</target-component>
+ <component-plugin>
+ <name>chromattic</name>
+ <set-method>addLifeCycle</set-method>
+ <type>org.exoplatform.commons.chromattic.ChromatticLifeCycle</type>
+ <init-params>
+ <value-param>
+ <name>domain-name</name>
+ <value>gadgettokens</value>
+ </value-param>
+ <value-param>
+ <name>workspace-name</name>
+ <value>portal-work</value>
+ </value-param>
+ <values-param>
+ <name>entities</name>
+ <value>org.exoplatform.portal.gadget.core.GadgetTokenContainer</value>
+ <value>org.exoplatform.portal.gadget.core.GadgetTokenEntry</value>
+ </values-param>
+ </init-params>
+ </component-plugin>
+ </external-component-plugins>
+
+ <external-component-plugins>
+ <target-component>org.exoplatform.services.jcr.RepositoryService</target-component>
+ <component-plugin>
+ <name>add.nodeType</name>
+ <set-method>addPlugin</set-method>
+ <type>org.exoplatform.services.jcr.impl.AddNodeTypePlugin</type>
+ <init-params>
+ <values-param>
+ <name>autoCreatedInNewRepository</name>
+ <description>Node types configuration file</description>
+ <value>jar:/conf/gadgettoken-nodetypes.xml</value>
+ </values-param>
+ </init-params>
+ </component-plugin>
+ </external-component-plugins>
+</configuration>
\ No newline at end of file
Copied: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/config/oauth.json (from rev 6643, epp/portal/branches/EPP_5_1_Branch/gadgets/core/src/main/java/config/oauth.json)
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/config/oauth.json (rev 0)
+++ epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/config/oauth.json 2011-07-08 16:52:42 UTC (rev 6852)
@@ -0,0 +1,43 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+{
+ "http://localhost:8080/gadgets/files/samplecontainer/examples/oauth.xml" : {
+ "" : {
+ "consumer_key" : "gadgetConsumer",
+ "consumer_secret" : "gadgetSecret",
+ "key_type" : "HMAC_SYMMETRIC"
+ }
+ },
+ "http://localhost:8080/gadgets/files/samplecontainer/examples/shindigoauth..." : {
+ "shindig" : {
+ "consumer_key" : "http://localhost:8080/gadgets/files/samplecontainer/examples/shindigoauth...",
+ "consumer_secret" : "secret",
+ "key_type" : "HMAC_SYMMETRIC"
+ }
+ },
+ "http://dirk.balfanz.googlepages.com/contacts.xml" : {
+ "google" : {
+ "consumer_secret" : "MIICdgIBADANBgkqhkiG9w0BAQEFAASCAmAwggJcAgEAAoGBALRiMLAh9iimur8VA7qVvdqxevEuUkW4K+2KdMXmnQbG9Aa7k7eBjK1S+0LYmVjPKlJGNXHDGuy5Fw/d7rjVJ0BLB+ubPK8iA/Tw3hLQgXMRRGRXXCn8ikfuQfjUS1uZSatdLB81mydBETlJhI6GH4twrbDJCR2Bwy/XWXgqgGRzAgMBAAECgYBYWVtleUzavkbrPjy0T5FMou8HX9u2AC2ry8vD/l7cqedtwMPp9k7TubgNFo+NGvKsl2ynyprOZR1xjQ7WgrgVB+mmuScOM/5HVceFuGRDhYTCObE+y1kxRloNYXnx3ei1zbeYLPCHdhxRYW7T0qcynNmwrn05/KO2RLjgQNalsQJBANeA3Q4Nugqy4QBUCEC09SqylT2K9FrrItqL2QKc9v0ZzO2uwllCbg0dwpVuYPYXYvikNHHg+aCWF+VXsb9rpPsCQQDWR9TT4ORdzoj+NccnqkMsDmzt0EfNaAOwHOmVJ2RVBspPcxt5iN4HI7HNeG6U5YsFBb+/GZbgfBT3kpNGWPTpAkBI+gFhjfJvRw38n3g/+UeAkwMI2TJQS4n8+hid0uus3/zOjDySH3XHCUnocn1xOJAyZODBo47E+67R4jV1/gzbAkEAklJaspRPXP877NssM5nAZMU0/O/NGCZ+3jPgDUno6WbJn5cqm8MqWhW1xGkImgRk+fkDBquiq4gPiT898jusgQJAd5Zrr6Q8AO/0isr/3aa6O6NLQxISLKcPDk2NOccAfS/xOtfOz4sJYM3+Bs4Io9+dZGSDCA54Lw03eHTNQghS0A==",
+ "consumer_key" : "weitu.googlepages.com",
+ "key_type" : "RSA_PRIVATE"
+ }
+ }
+}
+
Copied: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/containers/default/container.js (from rev 6643, epp/portal/branches/EPP_5_1_Branch/gadgets/core/src/main/java/containers/default/container.js)
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/containers/default/container.js (rev 0)
+++ epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/containers/default/container.js 2011-07-08 16:52:42 UTC (rev 6852)
@@ -0,0 +1,180 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+// Default container configuration. To change the configuration, you have two options:
+//
+// A. If you run the Java server: Create your own "myContainer.js" file and
+// modify the value in web.xml.
+//
+// B. If you run the PHP server: Create a myContainer.js, copy the contents of container.js to it,
+// change
+// {"gadgets.container" : ["default"],
+// to
+// {"gadgets.container" : ["myContainer"],
+// And make your changes that you need to myContainer.js.
+// Just make sure on the iframe URL you specify &container=myContainer
+// for it to use that config.
+//
+// All configurations will automatically inherit values from this
+// config, so you only need to provide configuration for items
+// that you require explicit special casing for.
+//
+// Please namespace your attributes using the same conventions
+// as you would for javascript objects, e.g. gadgets.features
+// rather than "features".
+
+// NOTE: Please _don't_ leave trailing commas because the php json parser
+// errors out on this.
+
+// Container must be an array; this allows multiple containers
+// to share configuration.
+{"gadgets.container" : ["default"],
+
+// Set of regular expressions to validate the parent parameter. This is
+// necessary to support situations where you want a single container to support
+// multiple possible host names (such as for localized domains, such as
+// <language>.example.org. If left as null, the parent parameter will be
+// ignored; otherwise, any requests that do not include a parent
+// value matching this set will return a 404 error.
+"gadgets.parent" : null,
+
+// Should all gadgets be forced on to a locked domain?
+"gadgets.lockedDomainRequired" : false,
+
+// DNS domain on which gadgets should render.
+"gadgets.lockedDomainSuffix" : "-a.example.com:8080",
+
+// Various urls generated throughout the code base.
+// iframeBaseUri will automatically have the host inserted
+// if locked domain is enabled and the implementation supports it.
+// query parameters will be added.
+"gadgets.iframeBaseUri" : "/eXoGadgetServer/gadgets/ifr",
+
+// jsUriTemplate will have %host% and %js% substituted.
+// No locked domain special cases, but jsUriTemplate must
+// never conflict with a lockedDomainSuffix.
+"gadgets.jsUriTemplate" : "http://%host%/eXoGadgetServer/gadgets/js/%js%",
+
+// Callback URL. Scheme relative URL for easy switch between https/http.
+"gadgets.oauthGadgetCallbackTemplate" : "//%host%/eXoGadgetServer/gadgets/oauthcallback",
+
+// Use an insecure security token by default
+"gadgets.securityTokenType" : "secure",
+"gadgets.securityTokenKeyFile" : "key.txt",
+
+"gadgets.signingKeyFile" : "oauthkey.pem",
+"gadgets.signingKeyName" : "mytestkey",
+
+"gadgets.signedFetchDomain" : "eXo",
+// Config param to load Opensocial data for social
+// preloads in data pipelining. %host% will be
+// substituted with the current host.
+"gadgets.osDataUri" : "http://%host%/social/rpc",
+
+// Uncomment these to switch to a secure version
+//
+//"gadgets.securityTokenType" : "secure",
+//"gadgets.securityTokenKeyFile" : "/path/to/key/file.txt",
+
+"gadgets.content-rewrite" : {
+ "include-urls": ".*",
+ "exclude-urls": "",
+ "include-tags": ["link", "script", "embed", "img", "style"],
+ "expires": "86400",
+ "proxy-url": "/eXoGadgetServer/gadgets/proxy?url=",
+ "concat-url": "/eXoGadgetServer/gadgets/concat?"
+},
+
+// This config data will be passed down to javascript. Please
+// configure your object using the feature name rather than
+// the javascript name.
+
+// Only configuration for required features will be used.
+// See individual feature.xml files for configuration details.
+"gadgets.features" : {
+ "core.io" : {
+ // Note: /proxy is an open proxy. Be careful how you expose this!
+ "proxyUrl" : "//%host%/eXoGadgetServer/gadgets/proxy?refresh=%refresh%&url=%url%",
+ "jsonProxyUrl" : "//%host%/eXoGadgetServer/gadgets/makeRequest"
+ },
+ "views" : {
+ "home" : {
+ "isOnlyVisible" : false,
+ "urlTemplate" : "http://%host%/eXoGadgetServer/gadgets/home?{var}",
+ "aliases": ["DASHBOARD", "default"]
+ },
+ "canvas" : {
+ "isOnlyVisible" : true,
+ "urlTemplate" : "http://%host%/eXoGadgetServer/gadgets/canvas?{var}",
+ "aliases" : ["FULL_PAGE"]
+ }
+ },
+ "rpc" : {
+ // Path to the relay file. Automatically appended to the parent
+ /// parameter if it passes input validation and is not null.
+ // This should never be on the same host in a production environment!
+ // Only use this for TESTING!
+ "parentRelayUrl" : "/eXoGadgetServer/gadgets/files/container/rpc_relay.html",
+
+ // If true, this will use the legacy ifpc wire format when making rpc
+ // requests.
+ "useLegacyProtocol" : false
+ },
+ // Skin defaults
+ "skins" : {
+ "properties" : {
+ "BG_COLOR": "",
+ "BG_IMAGE": "",
+ "BG_POSITION": "",
+ "BG_REPEAT": "",
+ "FONT_COLOR": "",
+ "ANCHOR_COLOR": ""
+ }
+ },
+ "opensocial-0.8" : {
+ // Path to fetch opensocial data from
+ // Must be on the same domain as the gadget rendering server
+ "path" : "http://%host%/social",
+ "domain" : "shindig",
+ "enableCaja" : false,
+ "supportedFields" : {
+ "person" : ["id", {"name" : ["familyName", "givenName", "unstructured"]}, "thumbnailUrl", "profileUrl"],
+ "activity" : ["id", "title"]
+ }
+ },
+ "osapi.services" : {
+ // Specifying a binding to "container.listMethods" instructs osapi to dynamicaly introspect the services
+ // provided by the container and delay the gadget onLoad handler until that introspection is
+ // complete.
+ // Alternatively a container can directly configure services here rather than having them
+ // introspected. Simply list out the available servies and omit "container.listMethods" to
+ // avoid the initialization delay caused by gadgets.rpc
+ // E.g. "gadgets.rpc" : ["activities.requestCreate", "messages.requestSend", "requestShareApp", "requestPermission"]
+ "gadgets.rpc" : ["container.listMethods"]
+ },
+// "osapi" : {
+// // The endpoints to query for available JSONRPC/REST services
+// "endPoints" : [ "http://%host%/social/rpc", "http://%host%/gadgets/api/rpc" ]
+// },
+ "osml": {
+ // OSML library resource. Can be set to null or the empty string to disable OSML
+ // for a container.
+ "library": ""
+ }
+}}
Copied: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/ExoContainerConfig.java (from rev 6643, epp/portal/branches/EPP_5_1_Branch/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/ExoContainerConfig.java)
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/ExoContainerConfig.java (rev 0)
+++ epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/ExoContainerConfig.java 2011-07-08 16:52:42 UTC (rev 6852)
@@ -0,0 +1,217 @@
+/**
+ * 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.
+ */
+
+package org.exoplatform.portal.gadget.core;
+
+import com.google.inject.Singleton;
+
+import com.google.inject.Inject;
+import com.google.inject.name.Named;
+import sun.misc.BASE64Encoder;
+
+import org.apache.shindig.auth.BlobCrypterSecurityTokenDecoder;
+import org.apache.shindig.config.ContainerConfigException;
+import org.apache.shindig.config.JsonContainerConfig;
+import org.apache.shindig.expressions.Expressions;
+import org.exoplatform.commons.utils.Safe;
+import org.exoplatform.container.monitor.jvm.J2EEServerInfo;
+import org.exoplatform.services.log.ExoLogger;
+import org.exoplatform.services.log.Log;
+
+import java.io.File;
+import java.io.FileWriter;
+import java.io.IOException;
+import java.io.Writer;
+import java.security.NoSuchAlgorithmException;
+import java.security.SecureRandom;
+
+/**
+ * <p>The goal of the container config subclass is to integrate security key file along
+ * with exo configuration.</p>
+ *
+ * <p>The implementation first determine the most relevant directory for performing the key lookup.
+ * It will look for a <i>gadgets</i> directory under the configuration directory returned by the
+ * {@link org.exoplatform.container.monitor.jvm.J2EEServerInfo#getExoConfigurationDirectory()}
+ * method. If no such valid directory can be found then the implementation use the current execution directory
+ * (which should be /bin in tomcat and jboss).</p>
+ *
+ * <p>When the lookup directory is determined, the implementation looks for a file named key.txt.
+ * If no such file is found, then it will attempt to create it with a base 64 value encoded from
+ * a 32 bytes random sequence generated by {@link SecureRandom} seeded by the current time. If the
+ * file exist already but is a directory then no acton is done.<p>
+ *
+ * @author <a href="mailto:julien.viet@exoplatform.com">Julien Viet</a>
+ * @version $Revision$
+ */
+
+@Singleton
+public class
+ ExoContainerConfig extends JsonContainerConfig
+{
+
+ /** . */
+ private Log log = ExoLogger.getLogger(ExoContainerConfig.class);
+
+ /** . */
+ private static volatile String _keyPath;
+
+ @Inject
+ public ExoContainerConfig(@Named("shindig.containers.default") String s, Expressions expressions)
+ throws ContainerConfigException
+ {
+ super(s, expressions);
+
+ //
+ J2EEServerInfo info = new J2EEServerInfo();
+
+ //
+ String confPath = info.getExoConfigurationDirectory();
+
+ File keyFile = null;
+ if (confPath != null)
+ {
+ File confDir = new File(confPath);
+ if (!confDir.exists())
+ {
+ log.debug("Exo conf directory (" + confPath + ") does not exist");
+ }
+ else
+ {
+ if (!confDir.isDirectory())
+ {
+ log.debug("Exo conf directory (" + confPath + ") is not a directory");
+ }
+ else
+ {
+ keyFile = new File(confDir, "gadgets/key.txt");
+ }
+ }
+ }
+
+ if (keyFile == null)
+ {
+ keyFile = new File("key.txt");
+ }
+
+ String keyPath = keyFile.getAbsolutePath();
+
+ if (!keyFile.exists())
+ {
+ log.debug("No key file found at path " + keyPath + " generating a new key and saving it");
+ File fic = keyFile.getAbsoluteFile();
+ File parentFolder = fic.getParentFile();
+ if (!parentFolder.exists())
+ parentFolder.mkdirs();
+ String key = generateKey();
+ Writer out = null;
+ try
+ {
+ out = new FileWriter(keyFile);
+ out.write(key);
+ out.write('\n');
+ log.info("Generated key file " + keyPath + " for eXo Gadgets");
+ setKeyPath(keyPath);
+ }
+ catch (IOException e)
+ {
+ log.error("Coult not create key file " + keyPath, e);
+ }
+ finally
+ {
+ Safe.close(out);
+ }
+ }
+ else if (!keyFile.isFile())
+ {
+ log.debug("Found key file " + keyPath + " but it's not a file");
+ }
+ else
+ {
+ log.info("Found key file " + keyPath + " for gadgets security");
+ setKeyPath(keyPath);
+ }
+ }
+
+ private void setKeyPath(String keyPath)
+ {
+ // _keyPath is volatile so no concurrent writes and read are safe
+ synchronized (ExoContainerConfig.class)
+ {
+ if (_keyPath != null && !_keyPath.equals(keyPath))
+ {
+ throw new IllegalStateException("There is already a configured key path old=" + _keyPath + " new="
+ + keyPath);
+ }
+ _keyPath = keyPath;
+ }
+ }
+
+ @Override
+ public Object getProperty(String container, String property)
+ {
+ if (property.equals(BlobCrypterSecurityTokenDecoder.SECURITY_TOKEN_KEY_FILE) && _keyPath != null)
+ {
+ return _keyPath;
+ }
+ return super.getProperty(container, property);
+ }
+
+ // @Override
+ // public Object getJson(String container, String parameter) {
+ // if (parameter.equals(BlobCrypterSecurityTokenDecoder.SECURITY_TOKEN_KEY_FILE) && _keyPath != null) {
+ // return _keyPath;
+ // }
+ // return super.getJson(container, parameter);
+ // }
+
+ /**
+ * It's not public as we don't want to expose it to the outter world. The fact that this class
+ * is instantiated by Guice and the ExoDefaultSecurityTokenGenerator is managed by exo kernel
+ * force us to use static reference to share the keyPath value.
+ *
+ * @return the key path
+ */
+ static String getKeyPath()
+ {
+ return _keyPath;
+ }
+
+ /**
+ * Generate a key of 32 bytes encoded in base64. The generation is based on
+ * {@link SecureRandom} seeded with the current time.
+ *
+ * @return the key
+ */
+ private static String generateKey()
+ {
+ try
+ {
+ SecureRandom random = SecureRandom.getInstance("SHA1PRNG");
+ random.setSeed(System.currentTimeMillis());
+ byte bytes[] = new byte[32];
+ random.nextBytes(bytes);
+ BASE64Encoder encoder = new BASE64Encoder();
+ return encoder.encode(bytes);
+ }
+ catch (NoSuchAlgorithmException e)
+ {
+ throw new AssertionError(e);
+ }
+ }
+}
Copied: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/ExoDefaultSecurityTokenGenerator.java (from rev 6643, epp/portal/branches/EPP_5_1_Branch/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/ExoDefaultSecurityTokenGenerator.java)
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/ExoDefaultSecurityTokenGenerator.java (rev 0)
+++ epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/ExoDefaultSecurityTokenGenerator.java 2011-07-08 16:52:42 UTC (rev 6852)
@@ -0,0 +1,154 @@
+/**
+ * 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.
+ */
+
+package org.exoplatform.portal.gadget.core;
+
+import java.io.File;
+import java.io.IOException;
+
+import org.apache.shindig.auth.BlobCrypterSecurityToken;
+import org.apache.shindig.common.crypto.BasicBlobCrypter;
+import org.apache.shindig.common.crypto.BlobCrypter;
+import org.apache.shindig.common.crypto.BlobCrypterException;
+import org.apache.shindig.common.util.TimeSource;
+import org.exoplatform.container.monitor.jvm.J2EEServerInfo;
+import org.exoplatform.web.application.RequestContext;
+
+public class ExoDefaultSecurityTokenGenerator implements SecurityTokenGenerator
+{
+ private String containerKey;
+
+ private final TimeSource timeSource;
+
+ public ExoDefaultSecurityTokenGenerator() throws Exception
+ {
+ // TODO should be moved to config
+ // generateKeys("RSA", 1024);
+ this.containerKey = getKeyFilePath();
+ this.timeSource = new TimeSource();
+ }
+
+ // private static void generateKeys(String keyAlgorithm, int numBits) {
+ // FileOutputStream keyFile = null;
+ // try {
+ // keyFile = new FileOutputStream("exokey.pem");
+ //
+ // // RSA private key
+ //
+ // CertAndKeyGen cakg = new CertAndKeyGen(keyAlgorithm, "SHA1WithRSA");
+ // cakg.generate(1024);
+ //
+ // PrivateKey privateKey = cakg.getPrivateKey();
+ //
+ // keyFile.write("-----BEGIN RSA PRIVATE KEY-----\n".getBytes());
+ // // wrap at 64
+ // int wrapIndex = 64;
+ // StringBuffer sb = new StringBuffer(new String(Base64.encode(privateKey.getEncoded())));
+ // for (int i = wrapIndex; i < sb.length(); i = i + wrapIndex + 1) {
+ // sb.insert(i, "\n");
+ // }
+ // keyFile.write((sb.toString()).getBytes());
+ // keyFile.write("\n-----END RSA PRIVATE KEY-----\n".getBytes());
+ //
+ // X500Name name = new X500Name("One", "Two", "Three", "Four", "Five", "Six");
+ //
+ // X509Certificate certificate = cakg.getSelfCertificate(name, 2000000);
+ // System.out.println("\n CN: " + certificate.getSubjectDN());
+ // keyFile.write("-----BEGIN CERTIFICATE-----\n".getBytes());
+ // // wrap at 64
+ // wrapIndex = 64;
+ // sb = new StringBuffer(new String(Base64.encode(certificate.getEncoded())));
+ // for (int i = wrapIndex; i < sb.length(); i = i + wrapIndex + 1) {
+ // sb.insert(i, "\n");
+ // }
+ // keyFile.write(sb.toString().getBytes());
+ // keyFile.write("\n-----END CERTIFICATE-----".getBytes());
+ // } catch (Exception e) {
+ // e.printStackTrace();
+ // } finally {
+ // Safe.close(keyFile);
+ // }
+ // }
+
+ protected String createToken(String gadgetURL, String owner, String viewer, Long moduleId, String container)
+ {
+ try
+ {
+ BlobCrypterSecurityToken t = new BlobCrypterSecurityToken(getBlobCrypter(this.containerKey), container, null);
+
+ t.setAppUrl(gadgetURL);
+ t.setModuleId(moduleId);
+ t.setOwnerId(owner);
+ t.setViewerId(viewer);
+ t.setTrustedJson("trusted");
+
+ return t.encrypt();
+ }
+ catch (IOException e)
+ {
+ e.printStackTrace(); // To change body of catch statement use File |
+ // Settings | File Templates.
+ }
+ catch (BlobCrypterException e)
+ {
+ e.printStackTrace(); // To change body of catch statement use File |
+ // Settings | File Templates.
+ }
+ return null;
+ }
+
+ public String createToken(String gadgetURL, Long moduleId)
+ {
+ RequestContext context = RequestContext.getCurrentInstance();
+ // context.get
+ String rUser = context.getRemoteUser();
+ String viewer = rUser;
+
+ return createToken(gadgetURL, viewer, rUser, moduleId, "default");
+ }
+
+ private BlobCrypter getBlobCrypter(String fileName) throws IOException
+ {
+ BasicBlobCrypter c = new BasicBlobCrypter(new File(fileName));
+ c.timeSource = timeSource;
+ return c;
+ }
+
+ /**
+ * Method returns a path to the file containing the encryption key
+ */
+ private String getKeyFilePath(){
+ J2EEServerInfo info = new J2EEServerInfo();
+ String confPath = info.getExoConfigurationDirectory();
+ File keyFile = null;
+
+ if (confPath != null) {
+ File confDir = new File(confPath);
+ if (confDir != null && confDir.exists() && confDir.isDirectory()) {
+ keyFile = new File(confDir, "gadgets/key.txt");
+ }
+ }
+
+ if (keyFile == null) {
+ keyFile = new File("key.txt");
+ }
+
+ return keyFile.getAbsolutePath();
+ }
+}
Copied: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/ExoHttpFetcher.java (from rev 6643, epp/portal/branches/EPP_5_1_Branch/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/ExoHttpFetcher.java)
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/ExoHttpFetcher.java (rev 0)
+++ epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/ExoHttpFetcher.java 2011-07-08 16:52:42 UTC (rev 6852)
@@ -0,0 +1,46 @@
+/**
+ * Copyright (C) 2010 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.
+ */
+package org.exoplatform.portal.gadget.core;
+
+import com.google.inject.Singleton;
+
+import com.google.inject.Inject;
+
+import org.apache.shindig.gadgets.http.BasicHttpFetcher;
+
+/**
+ * The goal of Http Fetcher subclass is to overwrite the default timeout in BasicHttpFetcher
+ * which is quite short time to make a conversion if the server is slow.
+ *
+ * @author <a href="trong.tran(a)exoplatform.com">Trong Tran</a>
+ * @version $Revision$
+ */
+
+@Singleton
+public class ExoHttpFetcher extends BasicHttpFetcher
+{
+ private static final int DEFAULT_CONNECT_TIMEOUT_MS = 15000;
+ private static final int DEFAULT_MAX_OBJECT_SIZE = 1024 * 1024;
+
+ @Inject
+ public ExoHttpFetcher()
+ {
+ super(DEFAULT_MAX_OBJECT_SIZE, DEFAULT_CONNECT_TIMEOUT_MS);
+ }
+}
Copied: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/ExoModule.java (from rev 6643, epp/portal/branches/EPP_5_1_Branch/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/ExoModule.java)
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/ExoModule.java (rev 0)
+++ epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/ExoModule.java 2011-07-08 16:52:42 UTC (rev 6852)
@@ -0,0 +1,46 @@
+/**
+ * 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.
+ */
+
+package org.exoplatform.portal.gadget.core;
+
+import org.apache.shindig.config.ContainerConfig;
+import org.apache.shindig.gadgets.DefaultGuiceModule;
+import org.apache.shindig.gadgets.http.HttpFetcher;
+
+/**
+ * The goal of the module is to bind the {@link org.apache.shindig.common.ContainerConfig} interface to the
+ * {@link org.exoplatform.portal.gadget.core.ExoContainerConfig} implementation instead of the default
+ * implementation annotated on the container config interface.
+ *
+ * @author <a href="mailto:julien.viet@exoplatform.com">Julien Viet</a>
+ * @version $Revision$
+ */
+public class ExoModule extends DefaultGuiceModule
+{
+
+ @Override
+ protected void configure()
+ {
+ //super.configure();
+
+ //
+ bind(ContainerConfig.class).to(ExoContainerConfig.class);
+ bind(HttpFetcher.class).to(ExoHttpFetcher.class);
+ }
+}
Copied: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/ExoOAuthModule.java (from rev 6643, epp/portal/branches/EPP_5_1_Branch/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/ExoOAuthModule.java)
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/ExoOAuthModule.java (rev 0)
+++ epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/ExoOAuthModule.java 2011-07-08 16:52:42 UTC (rev 6852)
@@ -0,0 +1,169 @@
+/**
+ * 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.
+ */
+
+package org.exoplatform.portal.gadget.core;
+
+import java.util.logging.Level;
+import java.util.logging.Logger;
+
+import org.apache.commons.io.IOUtils;
+import org.apache.commons.lang.StringUtils;
+import org.apache.shindig.auth.AnonymousAuthenticationHandler;
+import org.apache.shindig.common.crypto.BlobCrypter;
+import org.apache.shindig.common.util.ResourceLoader;
+import org.apache.shindig.config.ContainerConfig;
+import org.apache.shindig.gadgets.http.HttpFetcher;
+import org.apache.shindig.gadgets.oauth.BasicOAuthStore;
+import org.apache.shindig.gadgets.oauth.BasicOAuthStoreConsumerKeyAndSecret;
+import org.apache.shindig.gadgets.oauth.OAuthFetcherConfig;
+import org.apache.shindig.gadgets.oauth.OAuthModule;
+import org.apache.shindig.gadgets.oauth.OAuthRequest;
+import org.apache.shindig.gadgets.oauth.OAuthStore;
+import org.apache.shindig.gadgets.oauth.BasicOAuthStoreConsumerKeyAndSecret.KeyType;
+
+import com.google.inject.Inject;
+import com.google.inject.Provider;
+import com.google.inject.name.Names;
+
+/**
+ * Created by IntelliJ IDEA.
+ * User: jeremi
+ * Date: Jan 9, 2009
+ * Time: 10:45:57 AM
+ * To change this template use File | Settings | File Templates.
+ */
+public class ExoOAuthModule extends OAuthModule
+{
+ private static final String SIGNING_KEY_FILE = "gadgets.signingKeyFile";
+
+ private static final String SIGNING_KEY_NAME = "gadgets.signingKeyName";
+
+ private static final String CALLBACK_URL = "gadgets.signing.global-callback-url";
+
+ private static final String OAUTH_CONFIG = "config/oauth.json";
+ private static final String OAUTH_SIGNING_KEY_FILE = "shindig.signing.key-file";
+ private static final String OAUTH_SIGNING_KEY_NAME = "shindig.signing.key-name";
+ private static final String OAUTH_CALLBACK_URL = "shindig.signing.global-callback-url";
+
+
+ private static final Logger logger = Logger.getLogger(OAuthModule.class.getName());
+
+ @Override
+ protected void configure()
+ {
+ // Used for encrypting client-side OAuth state.
+ bind(BlobCrypter.class).annotatedWith(Names.named(OAuthFetcherConfig.OAUTH_STATE_CRYPTER)).toProvider(
+ OAuthCrypterProvider.class);
+
+ // Used for persistent storage of OAuth access tokens.
+ bind(OAuthStore.class).toProvider(ExoOAuthStoreProvider.class);
+ bind(OAuthRequest.class).toProvider(OAuthRequestProvider.class);
+
+ // TODO: tung.dang add some missing implement
+ bind(Boolean.class).annotatedWith(Names.named(AnonymousAuthenticationHandler.ALLOW_UNAUTHENTICATED)).toInstance(
+ Boolean.TRUE);
+ }
+
+ public static class ExoOAuthStoreProvider implements Provider<OAuthStore>
+ {
+
+ private final ExoOAuthStore store;
+
+ @Inject
+ public ExoOAuthStoreProvider(ContainerConfig config)
+ {
+ //super(config.getString(ContainerConfig.DEFAULT_CONTAINER, SIGNING_KEY_FILE), config.getString(ContainerConfig.DEFAULT_CONTAINER, SIGNING_KEY_NAME));
+// super(config.getString(ContainerConfig.DEFAULT_CONTAINER, SIGNING_KEY_FILE), config.getString(
+// ContainerConfig.DEFAULT_CONTAINER, SIGNING_KEY_NAME), config.getString(ContainerConfig.DEFAULT_CONTAINER,
+// CALLBACK_URL));
+
+ store = new ExoOAuthStore();
+
+ String signingKeyFile = config.getString(ContainerConfig.DEFAULT_CONTAINER, SIGNING_KEY_FILE);
+ String signingKeyName = config.getString(ContainerConfig.DEFAULT_CONTAINER, SIGNING_KEY_NAME);
+ String defaultCallbackUrl = config.getString(ContainerConfig.DEFAULT_CONTAINER,CALLBACK_URL);
+
+ loadDefaultKey(signingKeyFile, signingKeyName);
+ store.setDefaultCallbackUrl(defaultCallbackUrl);
+ loadConsumers();
+ }
+
+
+
+ private void loadDefaultKey(String signingKeyFile, String signingKeyName) {
+ BasicOAuthStoreConsumerKeyAndSecret key = null;
+ if (!StringUtils.isBlank(signingKeyFile)) {
+ try {
+ logger.info("Loading OAuth signing key from " + signingKeyFile);
+ String privateKey = IOUtils.toString(ResourceLoader.open(signingKeyFile), "UTF-8");
+ privateKey = BasicOAuthStore.convertFromOpenSsl(privateKey);
+ key = new BasicOAuthStoreConsumerKeyAndSecret(null, privateKey, KeyType.RSA_PRIVATE,
+ signingKeyName, null);
+ } catch (Throwable t) {
+ logger.log(Level.WARNING, "Couldn't load key file " + signingKeyFile, t);
+ }
+ }
+ if (key != null) {
+ store.setDefaultKey(key);
+ } else {
+ logger.log(Level.WARNING, "Couldn't load OAuth signing key. To create a key, run:\n" +
+ " openssl req -newkey rsa:1024 -days 365 -nodes -x509 -keyout testkey.pem \\\n" +
+ " -out testkey.pem -subj '/CN=mytestkey'\n" +
+ " openssl pkcs8 -in testkey.pem -out oauthkey.pem -topk8 -nocrypt -outform PEM\n" +
+ '\n' +
+ "Then edit gadgets.properties and add these lines:\n" +
+ OAUTH_SIGNING_KEY_FILE + "=<path-to-oauthkey.pem>\n" +
+ OAUTH_SIGNING_KEY_NAME + "=mykey\n");
+ }
+ }
+
+ private void loadConsumers() {
+ try {
+ String oauthConfigString = ResourceLoader.getContent(OAUTH_CONFIG);
+ store.initFromConfigString(oauthConfigString);
+ } catch (Throwable t) {
+ logger.log(Level.WARNING, "Failed to initialize OAuth consumers from " + OAUTH_CONFIG, t);
+ }
+ }
+
+ public OAuthStore get() {
+ return store;
+ }
+ }
+
+ public static class ExoOAuthRequestProvider extends OAuthRequestProvider
+ {
+ private final HttpFetcher fetcher;
+
+ private final OAuthFetcherConfig config;
+
+ @Inject
+ public ExoOAuthRequestProvider(HttpFetcher fetcher, OAuthFetcherConfig config)
+ {
+ super(fetcher, config);
+ this.fetcher = fetcher;
+ this.config = config;
+ }
+
+ public OAuthRequest get()
+ {
+ return new OAuthRequest(config, fetcher);
+ }
+ }
+}
Copied: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/ExoOAuthStore.java (from rev 6643, epp/portal/branches/EPP_5_1_Branch/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/ExoOAuthStore.java)
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/ExoOAuthStore.java (rev 0)
+++ epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/ExoOAuthStore.java 2011-07-08 16:52:42 UTC (rev 6852)
@@ -0,0 +1,250 @@
+package org.exoplatform.portal.gadget.core;
+
+import com.google.common.collect.Maps;
+import net.oauth.OAuth;
+import net.oauth.OAuthConsumer;
+import net.oauth.OAuthServiceProvider;
+import net.oauth.signature.RSA_SHA1;
+
+import org.apache.shindig.auth.SecurityToken;
+import org.apache.shindig.gadgets.GadgetException;
+import org.apache.shindig.gadgets.oauth.BasicOAuthStoreConsumerIndex;
+import org.apache.shindig.gadgets.oauth.BasicOAuthStoreConsumerKeyAndSecret;
+import org.apache.shindig.gadgets.oauth.BasicOAuthStoreTokenIndex;
+import org.apache.shindig.gadgets.oauth.OAuthStore;
+import org.apache.shindig.gadgets.oauth.BasicOAuthStoreConsumerKeyAndSecret.KeyType;
+import org.exoplatform.container.ExoContainer;
+import org.exoplatform.container.PortalContainer;
+import org.json.JSONException;
+import org.json.JSONObject;
+
+import java.net.URI;
+import java.net.URISyntaxException;
+import java.util.Iterator;
+import java.util.Map;
+
+/*
+* Created by The eXo Platform SAS
+* Author : tung.dang
+* tungcnw(a)gmail.com
+* Dec 10, 2009
+*
+*/
+
+/**
+ * Simple implementation of the {@link OAuthStore} interface. We use a
+ * in-memory hash map. If initialized with a private key, then the store will
+ * return an OAuthAccessor in {@code getOAuthAccessor} that uses that private
+ * key if no consumer key and secret could be found.
+ */
+
+public class ExoOAuthStore implements OAuthStore {
+
+ private static final String CONSUMER_SECRET_KEY = "consumer_secret";
+ private static final String CONSUMER_KEY_KEY = "consumer_key";
+ private static final String KEY_TYPE_KEY = "key_type";
+ private static final String CALLBACK_URL = "callback_url";
+
+ /**
+ * HashMap of provider and consumer information. Maps BasicOAuthStoreConsumerIndexs (i.e.
+ * nickname of a service provider and the gadget that uses that nickname) to
+ * {@link BasicOAuthStoreConsumerKeyAndSecret}s.
+ */
+ private final Map<BasicOAuthStoreConsumerIndex, BasicOAuthStoreConsumerKeyAndSecret> consumerInfos;
+
+ /**
+ * HashMap of token information. Maps BasicOAuthStoreTokenIndexs (i.e. gadget id, token
+ * nickname, module id, etc.) to TokenInfos (i.e. access token and token
+ * secrets).
+ */
+ // TODO: tung.dang don't need it, we store token in our memory.
+ //private Map<BasicOAuthStoreTokenIndex, TokenInfo> tokens = Maps.newHashMap();
+
+
+ /**
+ * Key to use when no other key is found.
+ */
+ private BasicOAuthStoreConsumerKeyAndSecret defaultKey;
+
+ /**
+ * Callback to use when no per-key callback URL is found.
+ */
+ private String defaultCallbackUrl;
+
+ /** Number of times we looked up a consumer key */
+ private int consumerKeyLookupCount = 0;
+
+ /** Number of times we looked up an access token */
+ private int accessTokenLookupCount = 0;
+
+ /** Number of times we added an access token */
+ private int accessTokenAddCount = 0;
+
+ /** Number of times we removed an access token */
+ private int accessTokenRemoveCount = 0;
+
+ public ExoOAuthStore() {
+ consumerInfos = Maps.newHashMap();
+ }
+
+ public void initFromConfigString(String oauthConfigStr) throws GadgetException {
+ try {
+ JSONObject oauthConfigs = new JSONObject(oauthConfigStr);
+ for (Iterator<?> i = oauthConfigs.keys(); i.hasNext();) {
+ String url = (String) i.next();
+ URI gadgetUri = new URI(url);
+ JSONObject oauthConfig = oauthConfigs.getJSONObject(url);
+ storeConsumerInfos(gadgetUri, oauthConfig);
+ }
+ } catch (JSONException e) {
+ throw new GadgetException(GadgetException.Code.OAUTH_STORAGE_ERROR, e);
+ } catch (URISyntaxException e) {
+ throw new GadgetException(GadgetException.Code.OAUTH_STORAGE_ERROR, e);
+ }
+ }
+
+ private void storeConsumerInfos(URI gadgetUri, JSONObject oauthConfig)
+ throws JSONException, GadgetException {
+ for (String serviceName : JSONObject.getNames(oauthConfig)) {
+ JSONObject consumerInfo = oauthConfig.getJSONObject(serviceName);
+ storeConsumerInfo(gadgetUri, serviceName, consumerInfo);
+ }
+ }
+
+ private void storeConsumerInfo(URI gadgetUri, String serviceName, JSONObject consumerInfo)
+ throws JSONException, GadgetException {
+ realStoreConsumerInfo(gadgetUri, serviceName, consumerInfo);
+ }
+
+ private void realStoreConsumerInfo(URI gadgetUri, String serviceName, JSONObject consumerInfo)
+ throws JSONException {
+ String callbackUrl = consumerInfo.optString(CALLBACK_URL, null);
+ String consumerSecret = consumerInfo.getString(CONSUMER_SECRET_KEY);
+ String consumerKey = consumerInfo.getString(CONSUMER_KEY_KEY);
+ String keyTypeStr = consumerInfo.getString(KEY_TYPE_KEY);
+ KeyType keyType = KeyType.HMAC_SYMMETRIC;
+
+ if (keyTypeStr.equals("RSA_PRIVATE")) {
+ keyType = KeyType.RSA_PRIVATE;
+ consumerSecret = convertFromOpenSsl(consumerSecret);
+ }
+
+ BasicOAuthStoreConsumerKeyAndSecret kas = new BasicOAuthStoreConsumerKeyAndSecret(
+ consumerKey, consumerSecret, keyType, null, callbackUrl);
+
+ BasicOAuthStoreConsumerIndex index = new BasicOAuthStoreConsumerIndex();
+ index.setGadgetUri(gadgetUri.toASCIIString());
+ index.setServiceName(serviceName);
+ setConsumerKeyAndSecret(index, kas);
+ }
+
+ // Support standard openssl keys by stripping out the headers and blank lines
+ public static String convertFromOpenSsl(String privateKey) {
+ return privateKey.replaceAll("-----[A-Z ]*-----", "").replace("\n", "");
+ }
+
+ public void setDefaultKey(BasicOAuthStoreConsumerKeyAndSecret defaultKey) {
+ this.defaultKey = defaultKey;
+ }
+
+ public void setDefaultCallbackUrl(String defaultCallbackUrl) {
+ this.defaultCallbackUrl = defaultCallbackUrl;
+ }
+
+ public void setConsumerKeyAndSecret(
+ BasicOAuthStoreConsumerIndex providerKey, BasicOAuthStoreConsumerKeyAndSecret keyAndSecret) {
+ consumerInfos.put(providerKey, keyAndSecret);
+ }
+
+ public ConsumerInfo getConsumerKeyAndSecret(
+ SecurityToken securityToken, String serviceName, OAuthServiceProvider provider)
+ throws GadgetException {
+ ++consumerKeyLookupCount;
+ BasicOAuthStoreConsumerIndex pk = new BasicOAuthStoreConsumerIndex();
+ pk.setGadgetUri(securityToken.getAppUrl());
+ pk.setServiceName(serviceName);
+ BasicOAuthStoreConsumerKeyAndSecret cks = consumerInfos.get(pk);
+ if (cks == null) {
+ cks = defaultKey;
+ }
+ if (cks == null) {
+ throw new GadgetException(GadgetException.Code.INTERNAL_SERVER_ERROR,
+ "No key for gadget " + securityToken.getAppUrl() + " and service " + serviceName);
+ }
+ OAuthConsumer consumer = null;
+ if (cks.getKeyType() == KeyType.RSA_PRIVATE) {
+ consumer = new OAuthConsumer(null, cks.getConsumerKey(), null, provider);
+ // The oauth.net java code has lots of magic. By setting this property here, code thousands
+ // of lines away knows that the consumerSecret value in the consumer should be treated as
+ // an RSA private key and not an HMAC key.
+ consumer.setProperty(OAuth.OAUTH_SIGNATURE_METHOD, OAuth.RSA_SHA1);
+ consumer.setProperty(RSA_SHA1.PRIVATE_KEY, cks.getConsumerSecret());
+ } else {
+ consumer = new OAuthConsumer(null, cks.getConsumerKey(), cks.getConsumerSecret(), provider);
+ consumer.setProperty(OAuth.OAUTH_SIGNATURE_METHOD, OAuth.HMAC_SHA1);
+ }
+ String callback = (cks.getCallbackUrl() != null ? cks.getCallbackUrl() : defaultCallbackUrl);
+ return new ConsumerInfo(consumer, cks.getKeyName(), callback);
+ }
+
+ private BasicOAuthStoreTokenIndex makeBasicOAuthStoreTokenIndex(
+ SecurityToken securityToken, String serviceName, String tokenName) {
+ BasicOAuthStoreTokenIndex tokenKey = new BasicOAuthStoreTokenIndex();
+ tokenKey.setGadgetUri(securityToken.getAppUrl());
+
+ // TODO: tung.dang need to improve, why moduleId different each time?.
+ //tokenKey.setModuleId(securityToken.getModuleId());
+
+ tokenKey.setServiceName(serviceName);
+ tokenKey.setTokenName(tokenName);
+ tokenKey.setUserId(securityToken.getViewerId());
+ return tokenKey;
+ }
+
+ public TokenInfo getTokenInfo(SecurityToken securityToken, ConsumerInfo consumerInfo,
+ String serviceName, String tokenName) {
+ ++accessTokenLookupCount;
+ BasicOAuthStoreTokenIndex tokenKey =
+ makeBasicOAuthStoreTokenIndex(securityToken, serviceName, tokenName);
+
+ ExoContainer container = PortalContainer.getInstance();
+ GadgetTokenInfoService tokenSer = (GadgetTokenInfoService)container.getComponentInstanceOfType(GadgetTokenInfoService.class);
+ return tokenSer.getToken(tokenKey);
+ }
+
+ public void setTokenInfo(SecurityToken securityToken, ConsumerInfo consumerInfo,
+ String serviceName, String tokenName, TokenInfo tokenInfo) {
+ ++accessTokenAddCount;
+ BasicOAuthStoreTokenIndex tokenKey =
+ makeBasicOAuthStoreTokenIndex(securityToken, serviceName, tokenName);
+ ExoContainer container = PortalContainer.getInstance();
+ GadgetTokenInfoService tokenSer = (GadgetTokenInfoService)container.getComponentInstanceOfType(GadgetTokenInfoService.class);
+ tokenSer.createToken(tokenKey, tokenInfo);
+ }
+
+ public void removeToken(SecurityToken securityToken, ConsumerInfo consumerInfo,
+ String serviceName, String tokenName) {
+ ++accessTokenRemoveCount;
+ BasicOAuthStoreTokenIndex tokenKey =
+ makeBasicOAuthStoreTokenIndex(securityToken, serviceName, tokenName);
+ ExoContainer container = PortalContainer.getInstance();
+ GadgetTokenInfoService tokenSer = (GadgetTokenInfoService)container.getComponentInstanceOfType(GadgetTokenInfoService.class);
+ tokenSer.deleteToken(tokenKey);
+ }
+
+ public int getConsumerKeyLookupCount() {
+ return consumerKeyLookupCount;
+ }
+
+ public int getAccessTokenLookupCount() {
+ return accessTokenLookupCount;
+ }
+
+ public int getAccessTokenAddCount() {
+ return accessTokenAddCount;
+ }
+
+ public int getAccessTokenRemoveCount() {
+ return accessTokenRemoveCount;
+ }
+}
Copied: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/GadgetToken.java (from rev 6643, epp/portal/branches/EPP_5_1_Branch/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/GadgetToken.java)
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/GadgetToken.java (rev 0)
+++ epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/GadgetToken.java 2011-07-08 16:52:42 UTC (rev 6852)
@@ -0,0 +1,31 @@
+package org.exoplatform.portal.gadget.core;
+
+import org.apache.shindig.gadgets.oauth.OAuthStore.TokenInfo;
+import org.exoplatform.web.security.Credentials;
+import org.exoplatform.web.security.Token;
+
+
+public class GadgetToken extends TokenInfo implements Token
+{
+ public GadgetToken(String accessToken, String tokenSecret, String sessionHandle,
+ long tokenExpireMillis)
+ {
+ super(accessToken, tokenSecret, sessionHandle, tokenExpireMillis);
+ }
+
+ public boolean isExpired()
+ {
+ return false;
+ }
+
+ public long getExpirationTimeMillis()
+ {
+ return getTokenExpireMillis();
+ }
+
+ public Credentials getPayload()
+ {
+ // Should we return something ?
+ return null;
+ }
+}
Copied: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/GadgetTokenContainer.java (from rev 6643, epp/portal/branches/EPP_5_1_Branch/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/GadgetTokenContainer.java)
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/GadgetTokenContainer.java (rev 0)
+++ epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/GadgetTokenContainer.java 2011-07-08 16:52:42 UTC (rev 6852)
@@ -0,0 +1,76 @@
+package org.exoplatform.portal.gadget.core;
+
+import org.apache.shindig.gadgets.oauth.BasicOAuthStoreTokenIndex;
+import org.apache.shindig.gadgets.oauth.OAuthStore.TokenInfo;
+import org.chromattic.api.annotations.Create;
+import org.chromattic.api.annotations.OneToMany;
+import org.chromattic.api.annotations.PrimaryType;
+
+import java.util.Map;
+
+@PrimaryType(name = "tkn:gadgettokencontainer")
+public abstract class GadgetTokenContainer
+{
+ @Create
+ protected abstract GadgetTokenEntry createGadgetToken();
+
+ @OneToMany
+ protected abstract Map<String, GadgetTokenEntry> getGadgetTokens();
+
+ public GadgetToken getToken(BasicOAuthStoreTokenIndex tokenKey)
+ {
+ Map<String, GadgetTokenEntry> tokens = getGadgetTokens();
+ for (GadgetTokenEntry tokenEntry : tokens.values())
+ {
+ BasicOAuthStoreTokenIndex key = tokenEntry.getKey();
+ if (tokenKey.equals(key)) return tokenEntry.getToken();
+ }
+ return null;
+ }
+
+ public GadgetToken removeToken(BasicOAuthStoreTokenIndex tokenKey)
+ {
+ Map<String, GadgetTokenEntry> tokens = getGadgetTokens();
+
+ for (GadgetTokenEntry tokenEntry : tokens.values())
+ {
+ BasicOAuthStoreTokenIndex key = tokenEntry.getKey();
+ if (tokenKey.equals(key))
+ {
+ tokenEntry.remove();
+ return tokenEntry.getToken();
+ }
+ }
+ return null;
+ }
+
+ public GadgetToken saveToken(BasicOAuthStoreTokenIndex tokenKey, TokenInfo tokenInfo)
+ {
+ Map<String, GadgetTokenEntry> tokens = getGadgetTokens();
+ GadgetTokenEntry entry = null;
+ for (GadgetTokenEntry item : tokens.values())
+ {
+ BasicOAuthStoreTokenIndex key = item.getKey();
+ if (tokenKey.equals(key))
+ {
+ entry = item;
+ }
+ }
+ if (entry == null)
+ {
+ entry = createGadgetToken();
+ tokens.put("gadgettoken" + System.currentTimeMillis(), entry);
+ }
+ entry.setGadgetUri(tokenKey.getGadgetUri());
+ entry.setModuleId(tokenKey.getModuleId());
+ entry.setServiceName(tokenKey.getServiceName());
+ entry.setTokenName(tokenKey.getTokenName());
+ entry.setUserId(tokenKey.getUserId());
+
+ entry.setAccessToken(tokenInfo.getAccessToken());
+ entry.setTokenSecret(tokenInfo.getTokenSecret());
+ entry.setSessionHandle(tokenInfo.getSessionHandle() == null ? "" : tokenInfo.getSessionHandle());
+ entry.setTokenExpireMillis(tokenInfo.getTokenExpireMillis());
+ return entry.getToken();
+ }
+}
\ No newline at end of file
Copied: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/GadgetTokenEntry.java (from rev 6643, epp/portal/branches/EPP_5_1_Branch/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/GadgetTokenEntry.java)
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/GadgetTokenEntry.java (rev 0)
+++ epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/GadgetTokenEntry.java 2011-07-08 16:52:42 UTC (rev 6852)
@@ -0,0 +1,75 @@
+package org.exoplatform.portal.gadget.core;
+
+import org.apache.shindig.gadgets.oauth.BasicOAuthStoreTokenIndex;
+import org.chromattic.api.annotations.Destroy;
+import org.chromattic.api.annotations.PrimaryType;
+import org.chromattic.api.annotations.Property;
+
+@PrimaryType(name = "tkn:gadgettoken")
+public abstract class GadgetTokenEntry
+{
+
+ public BasicOAuthStoreTokenIndex getKey()
+ {
+ BasicOAuthStoreTokenIndex key = new BasicOAuthStoreTokenIndex();
+ key.setGadgetUri(getGadgetUri());
+ key.setModuleId(getModuleId());
+ key.setServiceName(getServiceName());
+ key.setTokenName(getTokenName());
+ key.setUserId(getUserId());
+ return key;
+ }
+
+ @Property(name = "userId")
+ public abstract String getUserId();
+
+ public abstract void setUserId(String userId);
+
+ @Property(name = "gadgetUri")
+ public abstract String getGadgetUri();
+
+ public abstract void setGadgetUri(String gadgetUri);
+
+ @Property(name = "moduleId")
+ public abstract long getModuleId();
+
+ public abstract void setModuleId(long moduleId);
+
+ @Property(name = "tokenName")
+ public abstract String getTokenName();
+
+ public abstract void setTokenName(String tokenName);
+
+ @Property(name = "serviceName")
+ public abstract String getServiceName();
+
+ public abstract void setServiceName(String serviceName);
+
+ @Property(name = "accessToken")
+ public abstract String getAccessToken();
+
+ public abstract void setAccessToken(String accessToken);
+
+ @Property(name = "tokenSecret")
+ public abstract String getTokenSecret();
+
+ public abstract void setTokenSecret(String tokenSecret);
+
+ @Property(name = "sessionHandle")
+ public abstract String getSessionHandle();
+
+ public abstract void setSessionHandle(String sessionHandle);
+
+ @Property(name = "tokenExpireMillis")
+ public abstract long getTokenExpireMillis();
+
+ public abstract void setTokenExpireMillis(long tokenExpireMillis);
+
+ @Destroy
+ public abstract void remove();
+
+ public GadgetToken getToken()
+ {
+ return new GadgetToken(getAccessToken(), getTokenSecret(), getServiceName(), getTokenExpireMillis());
+ }
+}
Copied: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/GadgetTokenInfoService.java (from rev 6643, epp/portal/branches/EPP_5_1_Branch/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/GadgetTokenInfoService.java)
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/GadgetTokenInfoService.java (rev 0)
+++ epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/GadgetTokenInfoService.java 2011-07-08 16:52:42 UTC (rev 6852)
@@ -0,0 +1,173 @@
+/**
+ * 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.
+ */
+
+package org.exoplatform.portal.gadget.core;
+
+import org.apache.shindig.gadgets.oauth.BasicOAuthStoreTokenIndex;
+import org.apache.shindig.gadgets.oauth.OAuthStore.TokenInfo;
+import org.chromattic.api.ChromatticSession;
+import org.exoplatform.commons.chromattic.ChromatticLifeCycle;
+import org.exoplatform.commons.chromattic.ChromatticManager;
+import org.exoplatform.commons.chromattic.ContextualTask;
+import org.exoplatform.commons.chromattic.SessionContext;
+import org.exoplatform.container.xml.InitParams;
+import org.exoplatform.web.security.Credentials;
+import org.exoplatform.web.security.security.AbstractTokenService;
+
+import java.util.Collection;
+
+public class GadgetTokenInfoService extends AbstractTokenService<GadgetToken, BasicOAuthStoreTokenIndex>
+{
+
+ private ChromatticLifeCycle chromatticLifeCycle;
+
+ public GadgetTokenInfoService(InitParams initParams, ChromatticManager chromatticManager)
+ {
+ super(initParams);
+ chromatticLifeCycle = chromatticManager.getLifeCycle("gadgettokens");
+ }
+
+ public GadgetToken createToken(final BasicOAuthStoreTokenIndex key, final TokenInfo tokenInfo)
+ {
+ return new TokenTask<GadgetToken>()
+ {
+ @Override
+ protected GadgetToken execute()
+ {
+ GadgetTokenContainer container = getGadgetTokenContainer();
+ return container.saveToken(key, tokenInfo);
+ }
+ }.executeWith(chromatticLifeCycle);
+ }
+
+ @Override
+ public GadgetToken getToken(final BasicOAuthStoreTokenIndex key)
+ {
+ return new TokenTask<GadgetToken>()
+ {
+ @Override
+ protected GadgetToken execute()
+ {
+ return getGadgetTokenContainer().getToken(key);
+ }
+ }.executeWith(chromatticLifeCycle);
+ }
+
+ @Override
+ public GadgetToken deleteToken(final BasicOAuthStoreTokenIndex key)
+ {
+ return new TokenTask<GadgetToken>()
+ {
+ @Override
+ protected GadgetToken execute()
+ {
+ return getGadgetTokenContainer().removeToken(key);
+ }
+ }.executeWith(chromatticLifeCycle);
+ }
+
+ @Override
+ public BasicOAuthStoreTokenIndex[] getAllTokens()
+ {
+ return new TokenTask<BasicOAuthStoreTokenIndex[]>()
+ {
+ @Override
+ protected BasicOAuthStoreTokenIndex[] execute()
+ {
+ GadgetTokenContainer container = getGadgetTokenContainer();
+ Collection<GadgetTokenEntry> tokens = container.getGadgetTokens().values();
+ BasicOAuthStoreTokenIndex[] gadgetTokens = new BasicOAuthStoreTokenIndex[9];
+ int count = 0;
+ for(GadgetTokenEntry tokenEntry : tokens) {
+ gadgetTokens[count++] = tokenEntry.getKey();
+ }
+ return gadgetTokens;
+ }
+ }.executeWith(chromatticLifeCycle);
+ }
+
+ @Override
+ public long size() throws Exception
+ {
+ return new TokenTask<Long>()
+ {
+ @Override
+ protected Long execute()
+ {
+ GadgetTokenContainer container = getGadgetTokenContainer();
+ Collection<GadgetTokenEntry> tokens = container.getGadgetTokens().values();
+ return (long)tokens.size();
+ }
+ }.executeWith(chromatticLifeCycle);
+ }
+
+ public String createToken(Credentials credentials) throws IllegalArgumentException, NullPointerException
+ {
+ // TODO Auto-generated method stub
+ return null;
+ }
+
+ @Override
+ protected BasicOAuthStoreTokenIndex decodeKey(String stringKey)
+ {
+ throw new UnsupportedOperationException();
+ }
+
+ /**
+ * Wraps token store logic conveniently.
+ *
+ * @param <V> the return type
+ */
+ private abstract class TokenTask<V> extends ContextualTask<V>
+ {
+
+ /** . */
+ private SessionContext context;
+
+ protected final GadgetTokenContainer getGadgetTokenContainer()
+ {
+ ChromatticSession session = context.getSession();
+ GadgetTokenContainer container = session.findByPath(GadgetTokenContainer.class, "gadgettokens");
+ if (container == null)
+ {
+ container = session.insert(GadgetTokenContainer.class, "gadgettokens");
+ }
+ return container;
+ }
+
+ @Override
+ protected V execute(SessionContext context)
+ {
+ this.context = context;
+
+ //
+ try
+ {
+ return execute();
+ }
+ finally
+ {
+ this.context = null;
+ }
+ }
+
+ protected abstract V execute();
+
+ }
+}
Copied: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/ProxyServletFilter.java (from rev 6643, epp/portal/branches/EPP_5_1_Branch/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/ProxyServletFilter.java)
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/ProxyServletFilter.java (rev 0)
+++ epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/ProxyServletFilter.java 2011-07-08 16:52:42 UTC (rev 6852)
@@ -0,0 +1,125 @@
+/*
+ * Copyright (C) 2010 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.
+ */
+
+package org.exoplatform.portal.gadget.core;
+
+import org.exoplatform.container.PortalContainer;
+import org.exoplatform.web.security.proxy.ProxyFilterService;
+
+import org.gatein.common.logging.LoggerFactory;
+import org.gatein.common.logging.Logger;
+
+import javax.servlet.Filter;
+import javax.servlet.FilterChain;
+import javax.servlet.FilterConfig;
+import javax.servlet.ServletContext;
+import javax.servlet.ServletException;
+import javax.servlet.ServletRequest;
+import javax.servlet.ServletResponse;
+import javax.servlet.http.HttpServletRequest;
+import javax.servlet.http.HttpServletResponse;
+import java.io.IOException;
+import java.net.URI;
+
+/**
+ * The proxy servlet filter is a servlet filter placed in front of Shindig proxy servlet.
+ * It filters a request and allows only the request satisfying the following:
+ * <ul>
+ * <li>the request has an URL parameter</li>
+ * <li>the request can locate a container associated with the request</li>
+ * <li>the request can locate the {@link ProxyFilterService} within the container</li>
+ * <li>the method {@link ProxyFilterService#accept(HttpServletRequest, PortalContainer, URI)} invocation returns true</li>
+ * </ul>
+ *
+ * This service is located in front and does not use Shindig integration point (such as org.apache.shindig.gadgets.GadgetBlacklist}
+ * as the execution is performed by a thread that is not associated with the portal request precluding any access to
+ * information enabling contextual filtering.
+ *
+ * @author <a href="mailto:julien.viet@exoplatform.com">Julien Viet</a>
+ * @version $Revision$
+ */
+public class ProxyServletFilter implements Filter
+{
+
+ /** . */
+ private ServletContext ctx;
+
+ /** . */
+ private static final Logger logger = LoggerFactory.getLogger(ProxyServletFilter.class);
+
+ public void init(FilterConfig cfg) throws ServletException
+ {
+ this.ctx = cfg.getServletContext();
+ }
+
+ public void doFilter(ServletRequest req, ServletResponse resp, FilterChain chain) throws IOException, ServletException
+ {
+ HttpServletRequest hreq = (HttpServletRequest)req;
+ HttpServletResponse hresp = (HttpServletResponse)resp;
+
+ // Get URL
+ String url = hreq.getParameter("url");
+ if (url == null)
+ {
+ hresp.sendError(HttpServletResponse.SC_INTERNAL_SERVER_ERROR, "No URL");
+ }
+ else
+ {
+ // Get container
+ PortalContainer container = PortalContainer.getInstance(ctx);
+ if (container == null)
+ {
+ hresp.sendError(HttpServletResponse.SC_INTERNAL_SERVER_ERROR, "Could not access container for servlet context " + ctx.getContextPath());
+ }
+ else
+ {
+ ProxyFilterService service = (ProxyFilterService)container.getComponentInstanceOfType(ProxyFilterService.class);
+ if (service == null)
+ {
+ hresp.sendError(HttpServletResponse.SC_INTERNAL_SERVER_ERROR, "Could not access proxy filter service " + ctx.getContextPath());
+ }
+ else
+ {
+ try
+ {
+ URI uri = URI.create(url);
+ if (!service.accept(hreq, container, uri))
+ {
+ hresp.sendError(HttpServletResponse.SC_FORBIDDEN, "Gadget " + url + " is blacklisted");
+ }
+ else
+ {
+ chain.doFilter(req, resp);
+ }
+
+ }
+ catch (java.lang.IllegalArgumentException e)
+ {
+ // It happens that some URLs can be wrong, I've seen this with "http://" as URL in one of the Google Gadgets
+ logger.debug("Invalid URL: " + url);
+ }
+ }
+ }
+ }
+ }
+
+ public void destroy()
+ {
+ }
+}
Copied: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/SecurityTokenGenerator.java (from rev 6643, epp/portal/branches/EPP_5_1_Branch/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/SecurityTokenGenerator.java)
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/SecurityTokenGenerator.java (rev 0)
+++ epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/SecurityTokenGenerator.java 2011-07-08 16:52:42 UTC (rev 6852)
@@ -0,0 +1,33 @@
+/**
+ * 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.
+ */
+
+package org.exoplatform.portal.gadget.core;
+
+/**
+ * Created by IntelliJ IDEA.
+ * User: jeremi
+ * Date: Oct 6, 2008
+ * Time: 10:53:13 AM
+ * To change this template use File | Settings | File Templates.
+ */
+public interface SecurityTokenGenerator
+{
+
+ String createToken(String gadgetURL, Long moduleId);
+}
Property changes on: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets
___________________________________________________________________
Added: svn:ignore
+ target
Copied: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/pom.xml (from rev 6643, epp/portal/branches/EPP_5_1_Branch/gadgets/eXoGadgets/pom.xml)
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/pom.xml (rev 0)
+++ epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/pom.xml 2011-07-08 16:52:42 UTC (rev 6852)
@@ -0,0 +1,58 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.gadgets</artifactId>
+ <version>5.1.1-epp-DEV02</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>exo.portal.eXoGadgets</artifactId>
+ <packaging>war</packaging>
+ <name>GateIn Portal eXo Gadgets Application</name>
+
+ <build>
+ <finalName>eXoGadgets</finalName>
+ </build>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.web.security</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.webui.portal</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.gatein.shindig</groupId>
+ <artifactId>shindig-common</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ </dependencies>
+</project>
Copied: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/resources/tomcat/eXoGadgets.xml (from rev 6643, epp/portal/branches/EPP_5_1_Branch/gadgets/eXoGadgets/src/main/resources/tomcat/eXoGadgets.xml)
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/resources/tomcat/eXoGadgets.xml (rev 0)
+++ epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/resources/tomcat/eXoGadgets.xml 2011-07-08 16:52:42 UTC (rev 6852)
@@ -0,0 +1,23 @@
+<!--
+
+ 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.
+
+-->
+
+<Context path="/eXoGadgetWeb" docBase="../../../eXoProjects/portal/trunk/gadgets/eXoGadgets/src/main/webapp"
+ debug="0" reloadable="true" />
Copied: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/WEB-INF/gadget.xml (from rev 6643, epp/portal/branches/EPP_5_1_Branch/gadgets/eXoGadgets/src/main/webapp/WEB-INF/gadget.xml)
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/WEB-INF/gadget.xml (rev 0)
+++ epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/WEB-INF/gadget.xml 2011-07-08 16:52:42 UTC (rev 6852)
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+
+ 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.
+
+-->
+
+<gadgets
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.gatein.org/xml/ns/gatein_objects_1_0 http://www.gatein.org/xml/ns/gadgets_1_0"
+ xmlns="http://www.gatein.org/xml/ns/gadgets_1_0">
+
+ <gadget name="Todo">
+ <path>/gadgets/Todo/Todo.xml</path>
+ </gadget>
+
+ <gadget name="Calendar">
+ <path>/gadgets/Calendar/Calendar.xml</path>
+ </gadget>
+
+ <gadget name="Calculator">
+ <path>/gadgets/Calculator/Calculator.xml</path>
+ </gadget>
+
+ <gadget name="rssAggregator">
+ <path>/gadgets/rssAggregator/rssAggregator.xml</path>
+ </gadget>
+
+ <gadget name="Currency">
+ <url>http://www.donalobrien.net/apps/google/currency.xml</url>
+ </gadget>
+</gadgets>
\ No newline at end of file
Copied: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/WEB-INF/web.xml (from rev 6643, epp/portal/branches/EPP_5_1_Branch/gadgets/eXoGadgets/src/main/webapp/WEB-INF/web.xml)
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/WEB-INF/web.xml (rev 0)
+++ epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/WEB-INF/web.xml 2011-07-08 16:52:42 UTC (rev 6852)
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+
+ 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.
+
+-->
+
+<!DOCTYPE web-app
+ PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
+ "http://java.sun.com/dtd/web-app_2_3.dtd">
+
+<web-app>
+ <display-name>eXoGadgets</display-name>
+ <filter>
+ <filter-name>ResourceRequestFilter</filter-name>
+ <filter-class>org.exoplatform.portal.application.ResourceRequestFilter</filter-class>
+ </filter>
+
+ <filter-mapping>
+ <filter-name>ResourceRequestFilter</filter-name>
+ <url-pattern>/*</url-pattern>
+ </filter-mapping>
+
+ <servlet>
+ <servlet-name>GateInServlet</servlet-name>
+ <servlet-class>org.gatein.wci.api.GateInServlet</servlet-class>
+ <load-on-startup>0</load-on-startup>
+ </servlet>
+
+ <servlet-mapping>
+ <servlet-name>GateInServlet</servlet-name>
+ <url-pattern>/gateinservlet</url-pattern>
+ </servlet-mapping>
+
+</web-app>
Copied: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/gadgets/Calculator/Calculator.xml (from rev 6643, epp/portal/branches/EPP_5_1_Branch/gadgets/eXoGadgets/src/main/webapp/gadgets/Calculator/Calculator.xml)
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/gadgets/Calculator/Calculator.xml (rev 0)
+++ epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/gadgets/Calculator/Calculator.xml 2011-07-08 16:52:42 UTC (rev 6852)
@@ -0,0 +1,301 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+
+ 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.
+
+-->
+
+<!--
+ **
+ * Created by The eXo Platform SARL
+ * Author : dang.tung
+ * tungcnw(a)gmail.com
+ * Sep 30, 2008
+ *
+-->
+<Module>
+ <ModulePrefs author="eXoPlatform"
+ title="Calculator"
+ directory_title="Calculator"
+ title_url="http://www.exoplatform.org"
+ description="This simple and useful calculator lets you perform most of the basic arithmetic operations."
+ thumbnail="http://localhost:8080/eXoGadgets/skin/DefaultSkin/portletIcons/Calculator..."
+ height="227">
+ <Locale lang="ar" language_direction="rtl"/>
+ </ModulePrefs>
+ <Content type="html">
+ <![CDATA[
+ <style type="text/css">
+ body {
+ margin: 0;
+ outline: none;
+ font: normal 100%/1.25 Arial, Verdana, Tahoma, Helvetica, sans-serif;
+ text-decoration: none;
+ text-align: center;
+ }
+ img {
+ border:none;
+ }
+
+ li {
+ list-style-type:none;
+ }
+
+ .clear {
+ clear:both;
+ width:0;
+ height:0;
+ line-height:0;
+ font-size:0;
+ }
+
+ .LeftCalculator {
+ background: url(/eXoGadgets/skin/image/Calculator.png) no-repeat top left;
+ width: 193px;
+ padding-left: 7px;
+ margin: 0 auto;
+ }
+
+ .RightCalculator {
+ background: url(/eXoGadgets/skin/image/Calculator.png) no-repeat top right;
+ padding-right: 9px;
+ }
+
+ .CenterCalculator {
+ background: url(/eXoGadgets/skin/image/Calculator.png) repeat-x bottom left;
+ height: 227px;
+ }
+
+ .Display {
+ padding-top: 24px;
+ text-align: center;
+ }
+
+ .Display input {
+ background: url(/eXoGadgets/skin/image/Display.png) no-repeat top left;
+ width: 164px;
+ height: 23px;
+ margin: 0 auto;
+ font-size: 15px;
+ line-height: auto;
+ color: #333333;
+ font-weight: bold;
+ padding: 3px 3px 0 0;
+ direction: __BIDI_REVERSE_DIR__;
+ }
+
+ .Number {
+ padding-top: 8px;
+ padding-__BIDI_START_EDGE__: 9px;
+ }
+
+ .Row a {
+ background: url(/eXoGadgets/skin/image/Button.gif) no-repeat top center;
+ color: #000000;
+ font-weight: bold;
+ text-align: center;
+ font-size: 13px;
+ width: 37px;
+ height: 24px;
+ display: block;
+ float: __BIDI_START_EDGE__;
+ margin-top: 4px;
+ margin-__BIDI_START_EDGE__: 3px;
+ cursor: pointer;
+ padding-top: 3px;
+ }
+
+ .ClearLeft {
+ clear: __BIDI_START_EDGE__;
+ }
+
+ .Row a sup {
+ font-size: 8px;
+ }
+
+ a.Orange {
+ font-size: 15px;
+ color: orange;
+ }
+
+ a.Blue {
+ font-size: 15px;
+ color: blue;
+ line-height: 6px;
+ }
+
+ a.Red {
+ font-size: 15px;
+ color: red;
+ }
+
+ a.Green {
+ color: green;
+ }
+
+ .bold {
+ font-weight: bold;
+ }
+ </style>
+ <script type="text/javascript">
+ var lenAfterPoint = 3;
+ var Number1 = "";
+ var Number2 = "";
+ var NewNumber = "blank";
+ var opvalue = "";
+ function Display(displaynumber) {
+ document.getElementById("calculator").value = displaynumber;
+ }
+ function ClearCalc() {
+ Number1 = "";
+ Number2 = "";
+ NewNumber = "blank";
+ Display("0");
+ }
+ function CheckNumber(answer) {
+ if(answer == ".") {
+ Number = document.getElementById("calculator").value;
+ if(Number.indexOf(".") != -1) {
+ answer = "";
+ }
+ }
+ if(NewNumber == "yes") {
+ Number2 += answer;
+ Display(Number2);
+ }
+ else {
+ if(NewNumber == "blank") {
+ Number1 = answer;
+ Number2 = "";
+ NewNumber = "no";
+ }
+ else {
+ Number1 += answer;
+ }
+ Display(Number1);
+ }
+ }
+ function AddButton(x) {
+ if(x == 1) EqualButton();
+ if(Number2 != "") {
+ Number1 = parseFloat(Number1) + parseFloat(Number2);
+ }
+ NewNumber = "yes";
+ opvalue = '+';
+ Display(Number1);
+ }
+ function SubButton(x) {
+ if(x == 1) EqualButton();
+ if(Number2 != "") {
+ Number1 = parseFloat(Number1) - parseFloat(Number2);
+ }
+ NewNumber = "yes";
+ opvalue = '-';
+ Display(Number1);
+ }
+ function MultButton(x) {
+ if(x == 1) EqualButton();
+ if(Number2 != "") {
+ Number1 = parseFloat(Number1) * parseFloat(Number2);
+ }
+ NewNumber = "yes";
+ opvalue = '*';
+ Display(parseFloat(parseFloat(Number1).toFixed(lenAfterPoint)));
+ }
+ function DivButton(x) {
+ if(x == 1) EqualButton();
+ if(Number2 != "") {
+ Number1 = parseFloat(Number1) / parseFloat(Number2);
+ }
+ NewNumber = "yes";
+ opvalue = '/';
+ Display(parseFloat(parseFloat(Number1).toFixed(lenAfterPoint)));
+ }
+ function PercentButton() {
+ if(NewNumber != "blank") {
+ Number2 *= .01;
+ NewNumber = "blank";
+ Display(Number2);
+ }
+ }
+ function RecipButton() {
+ Number1 = 1/Number1;
+ NewNumber = "blank";
+ Display(Number1);
+ }
+ function NegateButton() {
+ Number1 = parseFloat(-Number1);
+ NewNumber = "no";
+ Display(Number1);
+ }
+ function EqualButton() {
+ if(opvalue == '+') AddButton(0);
+ if(opvalue == '-') SubButton(0);
+ if(opvalue == '*') MultButton(0);
+ if(opvalue == '/') DivButton(0);
+ Number2 = "";
+ opvalue = "";
+ }
+ </script>
+ <body>
+ <div class="LeftCalculator">
+ <div class="RightCalculator">
+ <div class="CenterCalculator">
+ <div class="Display">
+ <input id="calculator" value="0" disabled />
+ </div>
+ <div class="Number">
+ <div class="Row">
+ <a onClick="RecipButton(); return false;">1/x</a>
+ <a onClick="NegateButton(); return false;">+/-</a>
+ <a onClick="PercentButton(); return false;">%</a>
+ <a class="Orange" onClick="AddButton(1); return false;">+</a>
+ </div>
+ <div class="Row">
+ <a onClick="CheckNumber('7'); return false;">7</a>
+ <a onClick="CheckNumber('8'); return false;">8</a>
+ <a onClick="CheckNumber('9'); return false;">9</a>
+ <a class="Blue" onClick="SubButton(1); return false;">_</a>
+ </div>
+ <div class="Row">
+ <a onClick="CheckNumber('4'); return false;">4</a>
+ <a onClick="CheckNumber('5'); return false;">5</a>
+ <a onClick="CheckNumber('6'); return false;">6</a>
+ <a class="Red" onClick="MultButton(1); return false;">x</a>
+ </div>
+ <div class="Row">
+ <a onClick="CheckNumber('1'); return false;">1</a>
+ <a onClick="CheckNumber('2'); return false;">2</a>
+ <a onClick="CheckNumber('3'); return false;">3</a>
+ <a class="Green" onClick="DivButton(1); return false;">:</a>
+ </div>
+ <div class="Row">
+ <a onClick="CheckNumber('0'); return false;">0</a>
+ <a style="line-height:9px" onClick="CheckNumber('.'); return false;">.</a>
+ <a onClick="ClearCalc(); return false;">C</a>
+ <a style="font-size:15px" onClick="EqualButton(); return false;">=</a>
+ </div>
+ <div class="ClearLeft"><span></span></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </body>
+ ]]>
+ </Content>
+</Module>
\ No newline at end of file
Copied: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/gadgets/Calendar/Calendar.xml (from rev 6643, epp/portal/branches/EPP_5_1_Branch/gadgets/eXoGadgets/src/main/webapp/gadgets/Calendar/Calendar.xml)
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/gadgets/Calendar/Calendar.xml (rev 0)
+++ epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/gadgets/Calendar/Calendar.xml 2011-07-08 16:52:42 UTC (rev 6852)
@@ -0,0 +1,292 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+
+ 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.
+
+-->
+
+<!--
+ **
+ * Created by The eXo Platform SARL
+ * Author : dang.tung
+ * tungcnw(a)gmail.com
+ * Sep 30, 2008
+ *
+-->
+<Module>
+ <ModulePrefs author="eXoPlatform"
+ title="Calendar"
+ directory_title="Calendar"
+ title_url="http://www.exoplatform.org"
+ description="What date is it? Use this cool calendar to keep track of the date in style. You can switch easily between daily, monthly or yearly view."
+ thumbnail="http://localhost:8080/eXoGadgets/skin/DefaultSkin/portletIcons/Calendar.png"
+ height="205">
+ <Locale lang="ar" language_direction="rtl"/>
+ </ModulePrefs>
+ <Content type="html">
+ <![CDATA[
+ <style type="text/css">
+ body {
+ margin: 0;
+ outline: none;
+ font: normal 100%/1.25 Verdana, Tahoma, Arial, Helvetica, sans-serif;
+ text-decoration: none;
+ text-align: center;
+ }
+
+ img {
+ border:none;
+ }
+
+ li {
+ list-style-type:none;
+ }
+
+ .clear {
+ clear:both;
+ width:0;
+ height:0;
+ line-height:0;
+ font-size:0;
+ }
+
+ .LeftCalender {
+ background: url(/eXoGadgets/skin/image/calender.gif) top left no-repeat;
+ width: 190px;
+ padding-left: 10px;
+ margin: 0 auto;
+ }
+
+ .RightCalender {
+ background: url(/eXoGadgets/skin/image/calender.gif) top right no-repeat;
+ padding-right: 12px;
+ }
+
+ .CenterCalender {
+ background: url(/eXoGadgets/skin/image/calender.gif) bottom left repeat-x;
+ height: 203px;
+ }
+
+ .Month {
+ text-align: center;
+ height: 46px;
+ }
+
+ .LeftButtonCalendarMonth,
+ .RightButtonCalendarMonth {
+ background: url(/eXoGadgets/skin/image/ButtonCalendar__BIDI_START_EDGE__.gif) top __BIDI_START_EDGE__ no-repeat;
+ width: 17px;
+ height: 16px;
+ display: block;
+ float: __BIDI_START_EDGE__;
+ margin-top: 17px;
+ cursor: pointer;
+ }
+
+ .RightButtonCalendarMonth {
+ background: url(/eXoGadgets/skin/image/ButtonCalendar__BIDI_START_EDGE__.gif) __BIDI_START_EDGE__ -25px no-repeat;
+ }
+
+ .Month .text {
+ width: 134px;
+ font-size: 17px;
+ color: #fff;
+ line-height: auto;
+ float: __BIDI_START_EDGE__;
+ text-align: center;
+ padding-top: 13px;
+ cursor: pointer;
+ }
+
+ .Day {
+ padding-top: 5px;
+ text-align: center;
+ }
+
+ .Row {
+ width: 160px;
+ margin: 0 auto;
+ }
+
+ .Row a,
+ .RowDay a {
+ background: #fff;
+ padding-top: 2px;
+ width: 18px;
+ height: 14px;
+ display: block;
+ text-align: center;
+ font-size: 11px;
+ line-height: auto;
+ float: __BIDI_START_EDGE__;
+ color: #5f5f5f;
+ margin: 3px 4px 0 0;
+ }
+
+ .Row a.fo {
+ background: #eb5657;
+ color: #fff;
+ }
+
+ .Row a.last {
+ margin-right: 0;
+ }
+
+ .RowDay {
+ width: 160px;
+ margin: 0 auto;
+ margin-bottom: 3px;
+ }
+
+ .RowDay a {
+ font-size: 12px;
+ font-weight: bold;
+ }
+
+ .RowDay a.fo {
+ font-size: 12px;
+ font-weight: bold;
+ color: #ed1c24;
+ }
+
+ .Row a.old {
+ color: #cfcfcf;
+ }
+
+ .Prev,
+ .Next {
+ background: url(/eXoGadgets/skin/image/ButtonCalendar__BIDI_START_EDGE__.gif) center -50px no-repeat;
+ width: 15px;
+ height: 13px;
+ display: block;
+ float:__BIDI_START_EDGE__;
+ margin-top: 5px;
+ cursor: pointer;
+ }
+
+ .Next {
+ background: url(/eXoGadgets/skin/image/ButtonCalendar__BIDI_START_EDGE__.gif) center -70px no-repeat;
+ float: __BIDI_END_EDGE__;
+ }
+
+ </style>
+ <script type="text/javascript">
+ var months = ['January','February','March','April','May','June','July','August','September','October','November','December'] ;
+ var currentDate;
+
+ function renderCalendar() {
+ var dayOfMonth = 1 ;
+ var validDay = 0 ;
+
+ if(currentDate == null) {
+ currentDate = new Date();
+ }
+
+ var cDate = currentDate;
+ var startDayOfWeek = getDayOfWeek(cDate.getFullYear(), cDate.getMonth() + 1, dayOfMonth) ;
+ var daysInMonth = getDaysInMonth(cDate.getFullYear(), cDate.getMonth()) ;
+ var clazz = null;
+ var today = new Date();
+ var tempCalendar = '<div class="Month">';
+ tempCalendar += '<a class="LeftButtonCalendarMonth" onclick="changeYear(-1);" title="Previous Year"></a>';
+ tempCalendar += '<div class="text" onclick="goToday();">' + months[cDate.getMonth()] + '-' + cDate.getFullYear() + '</div>';
+ tempCalendar += '<a class="RightButtonCalendarMonth" onclick="changeYear(1);" title="Next Year"></a>';
+ tempCalendar += '</div>';
+ tempCalendar += '<div class="Day">';
+ tempCalendar += '<div class="RowDay">';
+ tempCalendar += '<a class="fo last">S</a><a>M</a><a>T</a><a>W</a><a>T</a><a>F</a><a class="fo last">S</a><div class="clear"></div>';
+ tempCalendar += '</div>';
+ for (var week=0; week < 5; week++) {
+ tempCalendar += '<div class="Row">';
+ for (var dayOfWeek=0; dayOfWeek < 7; dayOfWeek++) {
+ if (week == 0 && startDayOfWeek == dayOfWeek) {
+ validDay = 1;
+ } else if (validDay == 1 && dayOfMonth > daysInMonth) {
+ validDay = 0;
+ }
+
+ if (validDay) {
+ if ((today.getDate() == dayOfMonth) && (today.getMonth() == cDate.getMonth()) && (today.getFullYear() == cDate.getFullYear())) {
+ clazz = 'fo';
+ } else if (dayOfWeek == 6) {
+ clazz = 'last';
+ } else {
+ clazz = '';
+ }
+
+ tempCalendar += '<a class=' + clazz + '>' + dayOfMonth + '</a>';
+ dayOfMonth++ ;
+ } else {
+ tempCalendar += '<a class="old"></a>';
+ }
+ }
+ tempCalendar += '<div class="clear"></div>';
+ tempCalendar += '</div>';
+ }
+ tempCalendar += '<div><a class="Prev" onclick="changeMonth(-1);" title="Previous Month"></a><a class="Next" onclick="changeMonth(1);" title="Next Month"></a></div>';
+ tempCalendar += '</div>';
+ currentDate = cDate;
+ document.getElementById("Calendar").innerHTML = tempCalendar;
+ }
+
+ function getDayOfWeek(year,month,day) {
+ var date = new Date(year, month-1, day);
+ return date.getDay();
+ }
+
+ function getDaysInMonth(year, month) {
+ return [31, ((!(year % 4 ) && ( (year % 100 ) || !( year % 400 ) ))? 29:28), 31, 30, 31, 30, 31, 31, 30, 31, 30, 31][month];
+ }
+
+ function changeYear(change) {
+ currentDate.setFullYear(currentDate.getFullYear() + change) ;
+ renderCalendar() ;
+ }
+
+ function changeMonth(change) {
+ var indexMonth = currentDate.getMonth()+change;
+
+ if(indexMonth == 12) {
+ currentDate.setMonth(0);
+ } else {
+ if(indexMonth == -1) {
+ currentDate.setMonth(11);
+ } else {
+ currentDate.setMonth(indexMonth);
+ }
+ }
+
+ renderCalendar() ;
+ }
+
+ function goToday(){
+ currentDate = new Date();
+ renderCalendar();
+ }
+ </script>
+ <body onload="renderCalendar()">
+ <div class="LeftCalender">
+ <div class="RightCalender">
+ <div class="CenterCalender" id="Calendar">
+ </div>
+ </div>
+ </div>
+ </body>
+ ]]>
+ </Content>
+</Module>
\ No newline at end of file
Copied: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/gadgets/Todo/Todo.xml (from rev 6643, epp/portal/branches/EPP_5_1_Branch/gadgets/eXoGadgets/src/main/webapp/gadgets/Todo/Todo.xml)
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/gadgets/Todo/Todo.xml (rev 0)
+++ epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/gadgets/Todo/Todo.xml 2011-07-08 16:52:42 UTC (rev 6852)
@@ -0,0 +1,276 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+
+ 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.
+
+-->
+
+<!--
+ **
+ * Created by The eXo Platform SARL
+ * Author : dang.tung
+ * tungcnw(a)gmail.com
+ * Oct 01, 2008
+ *
+-->
+<Module>
+ <ModulePrefs author="eXoPlatform"
+ title="Todo"
+ directory_title="Todo"
+ title_url="http://www.exoplatform.org"
+ description="ToDo Gadget, easily manage and track your daily to-do list."
+ thumbnail="http://localhost:8080/eXoGadgets/skin/DefaultSkin/portletIcons/Todo.png"
+ height="235">
+ <Locale messages="http://localhost:8080/eXoGadgets/locale/Todo/ALL_ALL.xml" />
+ <Locale lang="ar" messages="http://localhost:8080/eXoGadgets/locale/Todo/ar_ALL.xml" language_direction="rtl"/>
+ <Locale lang="fr" messages="http://localhost:8080/eXoGadgets/locale/Todo/fr_ALL.xml" />
+ <Locale lang="vi" messages="http://localhost:8080/eXoGadgets/locale/Todo/vi_ALL.xml" />
+ <Require feature="setprefs"/>
+ </ModulePrefs>
+ <UserPref name="todoList" datatype="list"/>
+ <Content type="html">
+ <![CDATA[
+ <style type="text/css">
+
+ body {
+ margin: 0;
+ outline: none;
+ font: normal 100%/1.25 Verdana, Tahoma, Arial, Helvetica, sans-serif;
+ text-decoration: none;
+ text-align: center;
+ }
+
+ img {
+ border:none;
+ }
+
+ li {
+ list-style-type:none;
+ }
+
+ .clear {
+ clear:both;
+ width:0;
+ height:0;
+ line-height:0;
+ font-size:0;
+ }
+
+ .Note {
+ background: url(/eXoGadgets/skin/image/Note__BIDI_START_EDGE__.jpg) top __BIDI_START_EDGE__ no-repeat;
+ width: 160px;
+ height: 235px;
+ margin: 0 auto;
+ padding: 42px 18px 0 18px;
+ }
+
+ .write {
+ width: 160px;
+ height: 150px;
+ overflow-y: auto;
+ overflow-x: hidden;
+ }
+
+ .write input {
+ background: url(/eXoGadgets/skin/image/line.gif) bottom left repeat-x;
+ font-size: 11px;
+ color: #be0d08;
+ border: none;
+ width: 100%;
+ line-height: auto;
+ font-style: italic;
+ margin-bottom: 2px;
+ height: 15px;
+ }
+
+ .UIAction .ActionContainer {
+ width: auto;
+ margin: auto;
+ }
+
+ .UIAction .ActionButton {
+ display: block;
+ float: __BIDI_START_EDGE__;
+ margin: 0px 3px;
+ cursor: pointer;
+ }
+
+ .UIAction .SimpleStyle {}
+
+ .UIAction .SimpleStyle .ButtonLeft {
+ background: url('/eXoResources/skin/DefaultSkin/webui/component/UIBarDecorator/UIAction/background/SimpleStyle.gif') no-repeat left top;
+ padding: 0px 0px 0px 10px;
+ height: 21px;
+ }
+
+ .UIAction .SimpleStyle .ButtonRight {
+ background: url('/eXoResources/skin/DefaultSkin/webui/component/UIBarDecorator/UIAction/background/SimpleStyle.gif') no-repeat right top;
+ padding: 0px 10px 0px 0px ;
+ height: 21px;
+ }
+
+ .UIAction .SimpleStyle .ButtonMiddle {
+ line-height: 21px;
+ background: url('/eXoResources/skin/DefaultSkin/webui/component/UIBarDecorator/UIAction/background/SimpleStyle.gif') repeat-x bottom;
+ text-align: center;
+ padding: 0px 12px;
+ height: 21px;
+ }
+
+ .UIAction .SimpleStyle a {
+ color: #353535;
+ margin: 0px 6px;
+ white-space: nowrap;
+ font-size: 11px;
+ text-decoration: none;
+ display: block;
+ }
+
+ .UIAction .SimpleStyle a:hover {
+ color: #1273df;
+ }
+
+ </style>
+ <script type="text/javascript">
+ var prefs = new _IG_Prefs(__MODULE_ID__);
+ function onLoad() {
+ var listsTodo = prefs.getArray("todoList");
+ var appendParrent = document.getElementById("write");
+ for(var i=0; i<listsTodo.length; i++) {
+ if(i>6) {
+ createTaskInput(i+1);
+ }
+ var tmp = document.getElementById(parseInt(i)+1);
+ tmp.value = listsTodo[i];
+ }
+ reArrange();
+ }
+
+ function focusFirstTask(firstInput) {
+ if(firstInput.value == '1. __MSG_type_here__') {
+ firstInput.focus();
+ firstInput.value = "1.";
+ }
+ }
+
+ function reArrange() {
+ var nodeParent = document.getElementById("write");
+ var inputList = nodeParent.getElementsByTagName("input");
+ for(var i=0; i < inputList.length; i++) {
+ if(inputList[i].value != null && inputList[i].value != "") {
+ var tmp = inputList[i].value;
+ var numTask = tmp.substring(0, tmp.indexOf('.'));
+ var contentTask = tmp.substring(tmp.indexOf('.') + 1, tmp.length);
+ if(parseInt(numTask) != parseInt(inputList[i].id)) {
+ numTask = inputList[i].id;
+ }
+ inputList[i].value = numTask + "." + contentTask;
+ }
+ }
+ }
+
+ function save() {
+ values = [];
+ var nodeParent = document.getElementById("write");
+ var inputList = nodeParent.getElementsByTagName("input");
+ for (var i = 0; i < inputList.length; i++) {
+ if(inputList[i].value != null && inputList[i].value != "") {
+ values.push(inputList[i].value);
+ }
+ }
+ prefs.setArray("todoList", values);
+ }
+
+ function setEnterKey(event) {
+ var e = event || window.event;
+ var elementInput = e.srcElement || e.target;
+ var keynum = e.keyCode || e.which;
+ if(keynum == 13) {
+ var nextInputElement = findNextElementByTagName(elementInput, "input");
+ if(nextInputElement) {
+ if(nextInputElement.value != null && nextInputElement.value != "") {
+ nextInputElement.focus();
+ } else {
+ nextInputElement.focus();
+ nextInputElement.value = (parseInt(elementInput.id)+1)+".";
+ }
+ } else {
+ createTaskInput(parseInt(elementInput.id)+1);
+ }
+ }
+ }
+
+ function createTaskInput(index) {
+ var parentNode = document.getElementById("write");
+ var input = document.createElement("input");
+ parentNode.insertBefore(input,null);
+ input.focus();
+ input.setAttribute("type","text");
+ input.setAttribute("name",index);
+ input.onkeydown = setEnterKey;
+ input.value = index+".";
+ input.setAttribute("id",index);
+ }
+
+
+ function findNextElementByTagName(element, tagName) {
+ var nextElement = element.nextSibling ;
+ while (nextElement != null) {
+ var nodeName = nextElement.nodeName ;
+ if (nodeName != null) nodeName = nodeName.toLowerCase() ;
+ if (nodeName == tagName) return nextElement ;
+ nextElement = nextElement.nextSibling ;
+ }
+ return null ;
+ }
+
+ gadgets.util.registerOnLoadHandler(onLoad);
+ </script>
+ <div class="Note">
+ <div class="write" id="write">
+ <input type="text" id="1" onfocus="focusFirstTask(this);" value="1. __MSG_type_here__" name="1" onkeydown="setEnterKey(event);"/>
+ <input type="text" id="2" name="2" onkeydown="setEnterKey(event);"/>
+ <input type="text" id="3" name="3" onkeydown="setEnterKey(event);"/>
+ <input type="text" id="4" name="4" onkeydown="setEnterKey(event);"/>
+ <input type="text" id="5" name="5" onkeydown="setEnterKey(event);"/>
+ <input type="text" id="6" name="6" onkeydown="setEnterKey(event);"/>
+ <input type="text" id="7" name="7" onkeydown="setEnterKey(event);"/>
+
+ </div>
+
+<div class="UIAction">
+ <table class="ActionContainer">
+ <tbody><tr>
+ <td>
+ <div class="ActionButton SimpleStyle" onclick="save();">
+ <div class="ButtonLeft">
+ <div class="ButtonRight">
+ <div class="ButtonMiddle">
+ <a href="javascript:void(0);">__MSG_save__</a>
+ </div>
+ </div>
+ </div>
+ </div>
+ </td>
+ </tr>
+ </tbody></table>
+ </div>
+ </div>
+ ]]>
+ </Content>
+</Module>
\ No newline at end of file
Copied: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/gadgets/rssAggregator/rssAggregator.xml (from rev 6643, epp/portal/branches/EPP_5_1_Branch/gadgets/eXoGadgets/src/main/webapp/gadgets/rssAggregator/rssAggregator.xml)
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/gadgets/rssAggregator/rssAggregator.xml (rev 0)
+++ epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/gadgets/rssAggregator/rssAggregator.xml 2011-07-08 16:52:42 UTC (rev 6852)
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+
+ 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.
+
+-->
+
+<Module>
+<ModulePrefs title="RSS Reader" title_url="http://www.exoplatform.com" directory_title="RSS Reader"
+ description="RSS Reader"
+ thumbnail="/eXoGadgets/skin/DefaultSkin/portletIcons/rssAggregator.png">
+<Require feature="dynamic-height" />
+<Require feature="setprefs"/>
+<Require feature="settitle"/>
+<Locale lang="ar" language_direction="rtl"/>
+</ModulePrefs>
+ <UserPref name="rssurl" display_name="FEED URL" default_value="http://feeds.feedburner.com/gatein" required="true" />
+ <UserPref name="num_entries" display_name="# of Items (1-100)" default_value="10"/>
+<Content type="html"><![CDATA[
+<link rel="stylesheet" type="text/css" href="style.css"></link>
+
+<script type="text/javascript" src="script.js"></script>
+<div id="feedContainer" style="height:229px;overflow:auto;"></div>
+
+<script type="text/javascript">
+// Get userprefs
+ var prefs = new _IG_Prefs(__MODULE_ID__);
+ var entries = prefs.getInt("num_entries");
+ var feedurl = prefs.getString("rssurl");
+
+ if (isNaN(entries)) {
+ entries = 10;
+ }
+ else {
+ if (entries < 1) { entries = 1; }
+ if (entries > 100) { entries = 100; }
+ }
+
+ var rssAggregator = new RssAggregator();
+ gadgets.util.registerOnLoadHandler(rssAggregator.refreshFeed);
+</script>
+
+]]>
+</Content>
+</Module>
\ No newline at end of file
Copied: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/gadgets/rssAggregator/script.js (from rev 6643, epp/portal/branches/EPP_5_1_Branch/gadgets/eXoGadgets/src/main/webapp/gadgets/rssAggregator/script.js)
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/gadgets/rssAggregator/script.js (rev 0)
+++ epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/gadgets/rssAggregator/script.js 2011-07-08 16:52:42 UTC (rev 6852)
@@ -0,0 +1,159 @@
+/**
+ * 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.
+ */
+
+function RssAggregator() {
+ this.feed = {};
+}
+
+RssAggregator.prototype.getFavicon = function(feedurl) {
+ var favicon = feedurl.match( /:\/\/(www\.)?([^\/:]+)/ );
+ favicon = favicon[2]?favicon[2]:'';
+ favicon = "http://"+favicon+"/favicon.ico";
+ return favicon;
+}
+
+RssAggregator.prototype.toggleDescription = function(elmnt_id) {
+ if (_gel('more_'+elmnt_id).style.display == 'none') {
+ _gel('more_'+elmnt_id).style.display = '';
+ _gel('item_'+elmnt_id).className = 'item descriptionHighlight';
+ } else {
+ _gel('more_'+elmnt_id).style.display = 'none';
+ _gel('item_'+elmnt_id).className = 'item';
+ }
+ gadgets.window.adjustHeight();
+}
+
+RssAggregator.prototype.timeToPrettyString = function(B) {
+ if (isNaN(B)) {
+ return "an indeterminate amount of time ago"
+ }
+ time = (new Date().getTime() - B) / 1000;
+ if (time < 60) {
+ return "less than a minute ago"
+ } else {
+ if (time < 120) {
+ return "about a minute ago"
+ } else {
+ if (time < 3600) {
+ var A = Math.round(time / 60);
+ return "about " + A + " minutes ago"
+ } else {
+ if (time < 7200) {
+ return "about an hour ago"
+ } else {
+ if (time < 86400) {
+ var A = Math.round(time / 3600);
+ return "about " + A + " hours ago"
+ } else {
+ if (time < 172800) {
+ return "about a day ago"
+ } else {
+ if (time < 2592000) {
+ var A = Math.round(time / 86400);
+ return "about " + A + " days ago"
+ } else {
+ if (time < 5184000) {
+ return "about a month ago"
+ } else {
+ var A = Math.round(time / 2592000);
+ return "about " + A + " months ago"
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+}
+
+RssAggregator.prototype.renderFeed = function(feedObj) {
+ if(feedObj.rc != 200 && feedObj.data == undefined) {
+ document.write("the url: " + feedurl + " is down or invalid");
+ return;
+ }
+ this.feed = feedObj.data;
+ gadgets.window.setTitle("RSS: " + this.feed.Title);
+ var feedEl = _gel("feedContainer");
+ var bullet = "<img src='" + this.getFavicon(feedurl) + "' alt='' border=0 align='absmiddle' style='height:16;width:16;' onerror='this.style.visibility=\"hidden\";'> ";
+
+ if (this.feed != null) {
+ // Access the data for a given entry
+ if (this.feed.Entry) {
+ for (var i = 0; i < this.feed.Entry.length; i++) {
+ var itemEl = document.createElement('div');
+ var item_title = document.createElement('div');
+ var item_more = document.createElement('div');
+ var item_desc = document.createElement('div');
+ var item_date = document.createElement('div');
+ var item_link = document.createElement('div');
+
+ itemEl.id = 'item_'+i;
+ item_title.id = 'title_'+i;
+ item_more.id = 'more_'+i;
+ item_more.style.display='none';
+ item_desc.id = 'desc_'+i;
+ item_date.id = 'date_'+i;
+ item_link.id = 'link_'+i;
+
+
+ itemEl.className = 'item';
+ item_title.className = 'title';
+ item_more.className = 'more';
+ item_desc.className = 'desc';
+ item_date.className = 'date';
+ item_link.className = 'link';
+
+ item_title.innerHTML = bullet + "<a id='link_title_"+i+"' class='titlelink' href='" + this.feed.Entry[i].Link + "' onclick='rssAggregator.toggleDescription("+i+");return false;'>" + this.feed.Entry[i].Title + "</a>";
+ item_date.innerHTML = this.timeToPrettyString(this.feed.Entry[i].Date);
+
+ item_desc.innerHTML = this.feed.Entry[i].Summary;
+
+ item_link.innerHTML = this.generateLinkContent(i);
+
+
+ item_more.appendChild(item_date);
+ item_more.appendChild(item_desc);
+ item_more.appendChild(item_link);
+
+
+ itemEl.appendChild(item_title);
+ itemEl.appendChild(item_more);
+
+ feedEl.appendChild(itemEl);
+ }
+ }
+ } else {
+ document.write("No feed found at " + feedurl);
+ }
+ gadgets.window.adjustHeight();
+}
+
+RssAggregator.prototype.generateLinkContent = function(i) {
+ return "<a href='" + this.feed.Entry[i].Link + "' target='_blank'>view link »</a>";
+}
+
+RssAggregator.prototype.refreshFeed = function() {
+ var params = {};
+ params[gadgets.io.RequestParameters.CONTENT_TYPE] = gadgets.io.ContentType.FEED;
+ params[gadgets.io.RequestParameters.NUM_ENTRIES] = entries;
+ params[gadgets.io.RequestParameters.GET_SUMMARIES] = true;
+ gadgets.io.makeRequest(prefs.getString("rssurl"), function(feedObj) {rssAggregator.renderFeed(feedObj);}, params);
+}
+
Copied: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/gadgets/rssAggregator/style.css (from rev 6643, epp/portal/branches/EPP_5_1_Branch/gadgets/eXoGadgets/src/main/webapp/gadgets/rssAggregator/style.css)
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/gadgets/rssAggregator/style.css (rev 0)
+++ epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/gadgets/rssAggregator/style.css 2011-07-08 16:52:42 UTC (rev 6852)
@@ -0,0 +1,78 @@
+
+a {
+ color: #0158c9;
+ text-decoration: none;
+}
+
+a:visited {
+ color: #0158c9;
+}
+
+p {
+ margin: 0px;
+}
+
+.descriptionHighlight .title {
+ background: #ffffff;
+ margin: 0px;
+ color: #0158c9;
+ font-size: 12px;
+}
+
+.descriptionHighlight .title a {
+ color: #000000;
+ font-size: 12px;
+ margin-bottom: 2px;
+}
+
+.title {
+ padding: 3px 10px;
+ font-weight: bold;
+ font-size: 12px;
+}
+
+.item {
+ background: #fbfbfb;
+ border-bottom: 1px solid #E3E3E3;
+ margin: 0 9px 2px;
+}
+
+.item .more {
+ background: #ffffff;
+ color:#000000;
+ display:block;
+ font-size: 11px;
+ width:100%;
+ padding: 0px;
+}
+
+.item .date {
+ margin-bottom: 2px;
+ padding: 2px 20px 0px;
+ color: #c3c3c3;
+ font-size: 10px;
+}
+
+.item .more .desc {
+ padding: 4px 20px 10px;
+ color: #5c5c5c;
+ text-align: justify;
+}
+
+.item .more .link {
+ margin-top: 2px;
+ padding: 0px 5px 0px 0px;
+ color: #fe7000;
+ font-weight: bold;
+ text-align: right;
+}
+
+.item .more .link a {
+ color: #fe7000;
+}
+
+.descriptionHighlight {
+ border:none;
+ margin: 3px 0px;
+ padding:0px;
+}
\ No newline at end of file
Copied: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/locale/Todo/ALL_ALL.xml (from rev 6643, epp/portal/branches/EPP_5_1_Branch/gadgets/eXoGadgets/src/main/webapp/locale/Todo/ALL_ALL.xml)
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/locale/Todo/ALL_ALL.xml (rev 0)
+++ epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/locale/Todo/ALL_ALL.xml 2011-07-08 16:52:42 UTC (rev 6852)
@@ -0,0 +1,29 @@
+<!--
+
+ 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.
+
+-->
+
+<messagebundle>
+ <msg name="save">
+ Save
+ </msg>
+ <msg name="type_here">
+ Type new task here
+ </msg>
+</messagebundle>
\ No newline at end of file
Copied: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/locale/Todo/ar_ALL.xml (from rev 6643, epp/portal/branches/EPP_5_1_Branch/gadgets/eXoGadgets/src/main/webapp/locale/Todo/ar_ALL.xml)
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/locale/Todo/ar_ALL.xml (rev 0)
+++ epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/locale/Todo/ar_ALL.xml 2011-07-08 16:52:42 UTC (rev 6852)
@@ -0,0 +1,29 @@
+<!--
+
+ 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.
+
+-->
+
+<messagebundle>
+ <msg name="save">
+ حفظ
+ </msg>
+ <msg name="type_here">
+ نوع المهمة الجديدة هنا
+ </msg>
+</messagebundle>
\ No newline at end of file
Copied: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/locale/Todo/de_ALL.xml (from rev 6643, epp/portal/branches/EPP_5_1_Branch/gadgets/eXoGadgets/src/main/webapp/locale/Todo/de_ALL.xml)
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/locale/Todo/de_ALL.xml (rev 0)
+++ epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/locale/Todo/de_ALL.xml 2011-07-08 16:52:42 UTC (rev 6852)
@@ -0,0 +1,29 @@
+<!--
+
+ 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.
+
+-->
+
+<messagebundle>
+ <msg name="save">
+ Speichern
+ </msg>
+ <msg name="type_here">
+ Hier neue Aufgabe eingeben
+ </msg>
+</messagebundle>
\ No newline at end of file
Copied: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/locale/Todo/es_ALL.xml (from rev 6643, epp/portal/branches/EPP_5_1_Branch/gadgets/eXoGadgets/src/main/webapp/locale/Todo/es_ALL.xml)
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/locale/Todo/es_ALL.xml (rev 0)
+++ epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/locale/Todo/es_ALL.xml 2011-07-08 16:52:42 UTC (rev 6852)
@@ -0,0 +1,29 @@
+<!--
+
+ 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.
+
+-->
+
+<messagebundle>
+ <msg name="save">
+ Guardar
+ </msg>
+ <msg name="type_here">
+ Introduce la nueva Tarea aquí
+ </msg>
+</messagebundle>
\ No newline at end of file
Copied: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/locale/Todo/fr_ALL.xml (from rev 6643, epp/portal/branches/EPP_5_1_Branch/gadgets/eXoGadgets/src/main/webapp/locale/Todo/fr_ALL.xml)
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/locale/Todo/fr_ALL.xml (rev 0)
+++ epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/locale/Todo/fr_ALL.xml 2011-07-08 16:52:42 UTC (rev 6852)
@@ -0,0 +1,29 @@
+<!--
+
+ 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.
+
+-->
+
+<messagebundle>
+ <msg name="save">
+ Sauver
+ </msg>
+ <msg name="type_here">
+ Type de nouvelle tâche ici
+ </msg>
+</messagebundle>
\ No newline at end of file
Copied: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/locale/Todo/ja_ALL.xml (from rev 6643, epp/portal/branches/EPP_5_1_Branch/gadgets/eXoGadgets/src/main/webapp/locale/Todo/ja_ALL.xml)
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/locale/Todo/ja_ALL.xml (rev 0)
+++ epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/locale/Todo/ja_ALL.xml 2011-07-08 16:52:42 UTC (rev 6852)
@@ -0,0 +1,29 @@
+<!--
+
+ 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.
+
+-->
+
+<messagebundle>
+ <msg name="save">
+ 保存
+ </msg>
+ <msg name="type_here">
+ 新しいタスクを入力してください。
+ </msg>
+</messagebundle>
Copied: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/locale/Todo/kr_ALL.xml (from rev 6643, epp/portal/branches/EPP_5_1_Branch/gadgets/eXoGadgets/src/main/webapp/locale/Todo/kr_ALL.xml)
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/locale/Todo/kr_ALL.xml (rev 0)
+++ epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/locale/Todo/kr_ALL.xml 2011-07-08 16:52:42 UTC (rev 6852)
@@ -0,0 +1,29 @@
+<!--
+
+ 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.
+
+-->
+
+<messagebundle>
+ <msg name="save">
+ 저장
+ </msg>
+ <msg name="type_here">
+ 새로운 태스크를 입력하십시오
+ </msg>
+</messagebundle>
Copied: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/locale/Todo/vi_ALL.xml (from rev 6643, epp/portal/branches/EPP_5_1_Branch/gadgets/eXoGadgets/src/main/webapp/locale/Todo/vi_ALL.xml)
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/locale/Todo/vi_ALL.xml (rev 0)
+++ epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/locale/Todo/vi_ALL.xml 2011-07-08 16:52:42 UTC (rev 6852)
@@ -0,0 +1,29 @@
+<!--
+
+ 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.
+
+-->
+
+<messagebundle>
+ <msg name="save">
+ Lưu
+ </msg>
+ <msg name="type_here">
+ Ghi chú công việc
+ </msg>
+</messagebundle>
\ No newline at end of file
Copied: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/locale/Todo/zh_ALL.xml (from rev 6643, epp/portal/branches/EPP_5_1_Branch/gadgets/eXoGadgets/src/main/webapp/locale/Todo/zh_ALL.xml)
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/locale/Todo/zh_ALL.xml (rev 0)
+++ epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/locale/Todo/zh_ALL.xml 2011-07-08 16:52:42 UTC (rev 6852)
@@ -0,0 +1,29 @@
+<!--
+
+ 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.
+
+-->
+
+<messagebundle>
+ <msg name="save">
+ 保存
+ </msg>
+ <msg name="type_here">
+ 在此增加新的任务
+ </msg>
+</messagebundle>
Copied: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/locale/Todo/zh_TW_ALL.xml (from rev 6643, epp/portal/branches/EPP_5_1_Branch/gadgets/eXoGadgets/src/main/webapp/locale/Todo/zh_TW_ALL.xml)
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/locale/Todo/zh_TW_ALL.xml (rev 0)
+++ epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/locale/Todo/zh_TW_ALL.xml 2011-07-08 16:52:42 UTC (rev 6852)
@@ -0,0 +1,29 @@
+<!--
+
+ 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.
+
+-->
+
+<messagebundle>
+ <msg name="save">
+ Save
+ </msg>
+ <msg name="type_here">
+ Type new task here
+ </msg>
+</messagebundle>
\ No newline at end of file
Copied: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/skin/DefaultSkin/portletIcons/Calculator.png (from rev 6643, epp/portal/branches/EPP_5_1_Branch/gadgets/eXoGadgets/src/main/webapp/skin/DefaultSkin/portletIcons/Calculator.png)
===================================================================
(Binary files differ)
Copied: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/skin/DefaultSkin/portletIcons/Calendar.png (from rev 6643, epp/portal/branches/EPP_5_1_Branch/gadgets/eXoGadgets/src/main/webapp/skin/DefaultSkin/portletIcons/Calendar.png)
===================================================================
(Binary files differ)
Copied: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/skin/DefaultSkin/portletIcons/Todo.png (from rev 6643, epp/portal/branches/EPP_5_1_Branch/gadgets/eXoGadgets/src/main/webapp/skin/DefaultSkin/portletIcons/Todo.png)
===================================================================
(Binary files differ)
Copied: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/skin/DefaultSkin/portletIcons/rssAggregator.png (from rev 6643, epp/portal/branches/EPP_5_1_Branch/gadgets/eXoGadgets/src/main/webapp/skin/DefaultSkin/portletIcons/rssAggregator.png)
===================================================================
(Binary files differ)
Copied: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/skin/image/Button.gif (from rev 6643, epp/portal/branches/EPP_5_1_Branch/gadgets/eXoGadgets/src/main/webapp/skin/image/Button.gif)
===================================================================
(Binary files differ)
Copied: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/skin/image/ButtonCalendarleft.gif (from rev 6643, epp/portal/branches/EPP_5_1_Branch/gadgets/eXoGadgets/src/main/webapp/skin/image/ButtonCalendarleft.gif)
===================================================================
(Binary files differ)
Copied: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/skin/image/ButtonCalendarright.gif (from rev 6643, epp/portal/branches/EPP_5_1_Branch/gadgets/eXoGadgets/src/main/webapp/skin/image/ButtonCalendarright.gif)
===================================================================
(Binary files differ)
Copied: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/skin/image/Calculator.png (from rev 6643, epp/portal/branches/EPP_5_1_Branch/gadgets/eXoGadgets/src/main/webapp/skin/image/Calculator.png)
===================================================================
(Binary files differ)
Copied: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/skin/image/Display.png (from rev 6643, epp/portal/branches/EPP_5_1_Branch/gadgets/eXoGadgets/src/main/webapp/skin/image/Display.png)
===================================================================
(Binary files differ)
Copied: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/skin/image/Noteleft.jpg (from rev 6643, epp/portal/branches/EPP_5_1_Branch/gadgets/eXoGadgets/src/main/webapp/skin/image/Noteleft.jpg)
===================================================================
(Binary files differ)
Copied: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/skin/image/Noteright.jpg (from rev 6643, epp/portal/branches/EPP_5_1_Branch/gadgets/eXoGadgets/src/main/webapp/skin/image/Noteright.jpg)
===================================================================
(Binary files differ)
Copied: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/skin/image/calender.gif (from rev 6643, epp/portal/branches/EPP_5_1_Branch/gadgets/eXoGadgets/src/main/webapp/skin/image/calender.gif)
===================================================================
(Binary files differ)
Copied: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/eXoGadgets/src/main/webapp/skin/image/line.gif (from rev 6643, epp/portal/branches/EPP_5_1_Branch/gadgets/eXoGadgets/src/main/webapp/skin/image/line.gif)
===================================================================
(Binary files differ)
Copied: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/pom.xml (from rev 6643, epp/portal/branches/EPP_5_1_Branch/gadgets/pom.xml)
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/pom.xml (rev 0)
+++ epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/pom.xml 2011-07-08 16:52:42 UTC (rev 6852)
@@ -0,0 +1,39 @@
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.parent</artifactId>
+ <version>5.1.1-epp-DEV02</version>
+ </parent>
+
+ <artifactId>exo.portal.gadgets</artifactId>
+ <name>GateIn Portal eXo Gadgets</name>
+ <packaging>pom</packaging>
+
+ <modules>
+ <module>core</module>
+ <module>server</module>
+ <module>eXoGadgets</module>
+ </modules>
+</project>
Property changes on: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/server
___________________________________________________________________
Added: svn:ignore
+ target
Copied: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/server/pom.xml (from rev 6643, epp/portal/branches/EPP_5_1_Branch/gadgets/server/pom.xml)
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/server/pom.xml (rev 0)
+++ epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/server/pom.xml 2011-07-08 16:52:42 UTC (rev 6852)
@@ -0,0 +1,143 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+ 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.
+
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.gadgets</artifactId>
+ <version>5.1.1-epp-DEV02</version>
+ </parent>
+
+ <artifactId>exo.portal.gadgets-server</artifactId>
+ <packaging>war</packaging>
+ <name>GateIn Portal eXo Gadgets Server</name>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-war-plugin</artifactId>
+ <configuration>
+ <dependentWarExcludes>gadgets/**</dependentWarExcludes>
+ <dependentWarExcludes>WEB-INF/web**</dependentWarExcludes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <dependencies>
+ <!-- project dependencies -->
+ <dependency>
+ <groupId>org.gatein.shindig</groupId>
+ <artifactId>shindig-server</artifactId>
+ <type>war</type>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.shindig</groupId>
+ <artifactId>shindig-features</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.shindig</groupId>
+ <artifactId>shindig-social-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <!-- external dependencies -->
+
+ <dependency>
+ <groupId>org.json</groupId>
+ <artifactId>json</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>caja</groupId>
+ <artifactId>caja</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>caja</groupId>
+ <artifactId>json_simple</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>net.oauth</groupId>
+ <artifactId>core</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.google.collections</groupId>
+ <artifactId>google-collections</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.google.code.guice</groupId>
+ <artifactId>guice</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>rome</groupId>
+ <artifactId>rome</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.ibm.icu</groupId>
+ <artifactId>icu4j</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>net.sourceforge.nekohtml</groupId>
+ <artifactId>nekohtml</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>jaxen</groupId>
+ <artifactId>jaxen</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>nu.validator.htmlparser</groupId>
+ <artifactId>htmlparser</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-digester</groupId>
+ <artifactId>commons-digester</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+</project>
Copied: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/server/src/main/webapp/WEB-INF/web.xml (from rev 6643, epp/portal/branches/EPP_5_1_Branch/gadgets/server/src/main/webapp/WEB-INF/web.xml)
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/server/src/main/webapp/WEB-INF/web.xml (rev 0)
+++ epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/server/src/main/webapp/WEB-INF/web.xml 2011-07-08 16:52:42 UTC (rev 6852)
@@ -0,0 +1,207 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+ 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.
+
+-->
+
+<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns="http://java.sun.com/xml/ns/javaee"
+ xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
+ xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
+ id="Shindig"
+ version="2.5">
+
+ <display-name>eXoGadgetServer</display-name>
+
+ <!-- configuration -->
+ <!-- If you have your own Guice module(s), put them here as a colon-separated list. -->
+ <context-param>
+ <param-name>guice-modules</param-name>
+ <param-value>
+ org.apache.shindig.common.PropertiesModule:
+ org.apache.shindig.gadgets.DefaultGuiceModule:
+ org.apache.shindig.gadgets.servlet.AuthenticationModule:
+ org.exoplatform.portal.gadget.core.ExoOAuthModule:
+ org.apache.shindig.common.cache.ehcache.EhCacheModule:
+ org.exoplatform.portal.gadget.core.ExoModule
+ </param-value>
+ </context-param>
+
+ <filter>
+ <filter-name>authFilter</filter-name>
+ <filter-class>org.apache.shindig.auth.AuthenticationServletFilter</filter-class>
+ </filter>
+
+ <filter>
+ <filter-name>ProxyServletFilter</filter-name>
+ <filter-class>org.exoplatform.portal.gadget.core.ProxyServletFilter</filter-class>
+ </filter>
+
+ <filter-mapping>
+ <filter-name>authFilter</filter-name>
+ <url-pattern>/gadgets/ifr</url-pattern>
+ </filter-mapping>
+
+ <filter-mapping>
+ <filter-name>authFilter</filter-name>
+ <url-pattern>/gadgets/makeRequest</url-pattern>
+ </filter-mapping>
+
+ <filter-mapping>
+ <filter-name>authFilter</filter-name>
+ <url-pattern>/gadgets/api/rpc/*</url-pattern>
+ </filter-mapping>
+
+ <filter-mapping>
+ <filter-name>authFilter</filter-name>
+ <url-pattern>/gadgets/api/rpc/*</url-pattern>
+ </filter-mapping>
+
+ <filter-mapping>
+ <filter-name>ProxyServletFilter</filter-name>
+ <servlet-name>proxy</servlet-name>
+ </filter-mapping>
+
+ <listener>
+ <listener-class>org.apache.shindig.common.servlet.GuiceServletContextListener</listener-class>
+ </listener>
+
+ <!-- Render a Gadget -->
+ <servlet>
+ <servlet-name>xml-to-html</servlet-name>
+ <servlet-class>
+ org.apache.shindig.gadgets.servlet.GadgetRenderingServlet
+ </servlet-class>
+ </servlet>
+
+ <!-- Proxy -->
+ <servlet>
+ <servlet-name>proxy</servlet-name>
+ <servlet-class>
+ org.apache.shindig.gadgets.servlet.ProxyServlet
+ </servlet-class>
+ </servlet>
+
+ <servlet>
+ <servlet-name>concat</servlet-name>
+ <servlet-class>
+ org.apache.shindig.gadgets.servlet.ConcatProxyServlet
+ </servlet-class>
+ </servlet>
+
+ <!-- OAuth callback -->
+ <servlet>
+ <servlet-name>oauthCallback</servlet-name>
+ <servlet-class>
+ org.apache.shindig.gadgets.servlet.OAuthCallbackServlet
+ </servlet-class>
+ </servlet>
+
+ <!-- Metadata RPC -->
+ <servlet>
+ <servlet-name>metadata</servlet-name>
+ <servlet-class>
+ org.apache.shindig.gadgets.servlet.RpcServlet
+ </servlet-class>
+ </servlet>
+
+ <!-- makeRequest -->
+ <servlet>
+ <servlet-name>makeRequest</servlet-name>
+ <servlet-class>
+ org.apache.shindig.gadgets.servlet.MakeRequestServlet
+ </servlet-class>
+ </servlet>
+
+
+ <!-- Serve gadgets RPC api -->
+ <servlet>
+ <servlet-name>gadgetsJsonRpcServlet</servlet-name>
+ <servlet-class>
+ org.apache.shindig.protocol.JsonRpcServlet
+ </servlet-class>
+ <init-param>
+ <param-name>handlers</param-name>
+ <param-value>org.apache.shindig.gadgets.handlers</param-value>
+ </init-param>
+ </servlet>
+
+ <servlet>
+ <servlet-name>gadgetsRestapiServlet</servlet-name>
+ <servlet-class>
+ org.apache.shindig.protocol.DataServiceServlet
+ </servlet-class>
+ <init-param>
+ <param-name>handlers</param-name>
+ <param-value>org.apache.shindig.gadgets.handlers</param-value>
+ </init-param>
+ </servlet>
+
+ <!-- javascript serving -->
+ <servlet>
+ <servlet-name>js</servlet-name>
+ <servlet-class>org.apache.shindig.gadgets.servlet.JsServlet</servlet-class>
+ </servlet>
+
+ <servlet-mapping>
+ <servlet-name>js</servlet-name>
+ <url-pattern>/gadgets/js/*</url-pattern>
+ </servlet-mapping>
+
+ <servlet-mapping>
+ <servlet-name>proxy</servlet-name>
+ <url-pattern>/gadgets/proxy/*</url-pattern>
+ </servlet-mapping>
+
+ <servlet-mapping>
+ <servlet-name>makeRequest</servlet-name>
+ <url-pattern>/gadgets/makeRequest</url-pattern>
+ </servlet-mapping>
+
+ <servlet-mapping>
+ <servlet-name>gadgetsJsonRpcServlet</servlet-name>
+ <url-pattern>/gadgets/api/rpc/*</url-pattern>
+ </servlet-mapping>
+
+ <servlet-mapping>
+ <servlet-name>gadgetsRestapiServlet</servlet-name>
+ <url-pattern>/gadgets/api/rest/*</url-pattern>
+ </servlet-mapping>
+
+ <servlet-mapping>
+ <servlet-name>concat</servlet-name>
+ <url-pattern>/gadgets/concat</url-pattern>
+ </servlet-mapping>
+
+ <servlet-mapping>
+ <servlet-name>oauthCallback</servlet-name>
+ <url-pattern>/gadgets/oauthcallback</url-pattern>
+ </servlet-mapping>
+
+ <servlet-mapping>
+ <servlet-name>xml-to-html</servlet-name>
+ <url-pattern>/gadgets/ifr</url-pattern>
+ </servlet-mapping>
+
+ <servlet-mapping>
+ <servlet-name>metadata</servlet-name>
+ <url-pattern>/gadgets/metadata</url-pattern>
+ </servlet-mapping>
+
+</web-app>
Copied: epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/server/src/main/webapp/oauth.xml (from rev 6643, epp/portal/branches/EPP_5_1_Branch/gadgets/server/src/main/webapp/oauth.xml)
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/server/src/main/webapp/oauth.xml (rev 0)
+++ epp/portal/branches/EPP_5_1_Branch/packaging/gadgets/server/src/main/webapp/oauth.xml 2011-07-08 16:52:42 UTC (rev 6852)
@@ -0,0 +1,125 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+
+ 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.
+
+-->
+
+<Module>
+ <ModulePrefs title="Pankow Gadget">
+
+ <Require feature="oauth">
+ <Param name="service_name">
+ demo
+ </Param>
+ <Param name="access_url">
+ http://localhost:9090/oauth-provider/access_token
+ </Param>
+ <Param name="access_method">
+ GET
+ </Param>
+
+ <Param name="request_url">
+ http://localhost:9090/oauth-provider/request_token
+ </Param>
+ <Param name="request_method">
+ GET
+ </Param>
+
+ <Param name="authorize_url">
+ http://localhost:9090/oauth-provider/authorize
+ </Param>
+ </Require>
+
+ </ModulePrefs>
+ <Content type="html">
+ <![CDATA[
+
+ <style>
+ #main {
+ margin: 0px;
+ padding: 0px;
+ font-size: small;
+ }
+ </style>
+
+ <div id="main" style="display: none">
+ </div>
+
+ <div id="approval" style="display: none">
+ <img src="http://localhost:8080/gadgets/files/samplecontainer/examples/new.gif">
+ <a id="personalize"
+ onclick="javascript:showOneSection('waiting'); return true"
+ target="approve">Personalize this gadget</a>
+ </div>
+
+ <div id="waiting" style="display: none">
+ Please click
+ <a onclick="javascript:fetchData()">I've approved access</a>
+ once you've approved access to your data.
+ </div>
+
+ <script type="text/javascript">
+ function showOneSection(toshow) {
+ var sections = [ 'main', 'approval', 'waiting' ];
+ for (var i=0; i < sections.length; ++i) {
+ var s = sections[i];
+ var el = document.getElementById(s);
+ if (s === toshow) {
+ el.style.display = "block";
+ } else {
+ el.style.display = "none";
+ }
+ }
+ }
+
+ function fetchData() {
+ url = "http://localhost:9090/oauth-provider/echo";
+ var params = {};
+ params[gadgets.io.RequestParameters.CONTENT_TYPE] =
+ gadgets.io.ContentType.TEXT;
+ params[gadgets.io.RequestParameters.AUTHORIZATION] =
+ gadgets.io.AuthorizationType.AUTHENTICATED;
+ params[gadgets.io.RequestParameters.OAUTH_SERVICE] = "demo";
+ params[gadgets.io.RequestParameters.METHOD] =
+ gadgets.io.MethodType.GET;
+
+ gadgets.io.makeRequest(url, function (response) {
+ if (response.approvalUrl) {
+ var personalize = document.getElementById('personalize');
+ personalize.href = response.approvalUrl;
+ showOneSection('approval');
+ } else if (response.data) {
+ var main = document.getElementById('main');
+ var txt = document.createTextNode(response.data);
+ main.appendChild(txt);
+ showOneSection('main');
+ } else {
+ var main = document.getElementById('main');
+ var whoops = document.createTextNode('Something went wrong');
+ main.appendChild(whoops);
+ showOneSection('main');
+ }
+ }, params);
+ }
+
+ gadgets.util.registerOnLoadHandler(fetchData);
+ </script>
+ ]]>
+ </Content>
+</Module>
Modified: epp/portal/branches/EPP_5_1_Branch/packaging/jboss-as/ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/jboss-as/ear/pom.xml 2011-07-08 16:45:24 UTC (rev 6851)
+++ epp/portal/branches/EPP_5_1_Branch/packaging/jboss-as/ear/pom.xml 2011-07-08 16:52:42 UTC (rev 6852)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<artifactId>exo.portal.packaging.jboss-as.ear</artifactId>
<packaging>ear</packaging>
Modified: epp/portal/branches/EPP_5_1_Branch/packaging/jboss-as/integration.war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/jboss-as/integration.war/pom.xml 2011-07-08 16:45:24 UTC (rev 6851)
+++ epp/portal/branches/EPP_5_1_Branch/packaging/jboss-as/integration.war/pom.xml 2011-07-08 16:52:42 UTC (rev 6852)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<artifactId>exo.portal.packaging.jboss-as.integration</artifactId>
<packaging>war</packaging>
Modified: epp/portal/branches/EPP_5_1_Branch/packaging/jboss-as/pkg/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/jboss-as/pkg/pom.xml 2011-07-08 16:45:24 UTC (rev 6851)
+++ epp/portal/branches/EPP_5_1_Branch/packaging/jboss-as/pkg/pom.xml 2011-07-08 16:52:42 UTC (rev 6852)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<artifactId>exo.portal.packaging.jboss-as.pkg</artifactId>
<packaging>pom</packaging>
Modified: epp/portal/branches/EPP_5_1_Branch/packaging/jboss-as/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/jboss-as/pom.xml 2011-07-08 16:45:24 UTC (rev 6851)
+++ epp/portal/branches/EPP_5_1_Branch/packaging/jboss-as/pom.xml 2011-07-08 16:52:42 UTC (rev 6852)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<artifactId>exo.portal.packaging.jboss-as</artifactId>
<packaging>pom</packaging>
Modified: epp/portal/branches/EPP_5_1_Branch/packaging/module/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/module/pom.xml 2011-07-08 16:45:24 UTC (rev 6851)
+++ epp/portal/branches/EPP_5_1_Branch/packaging/module/pom.xml 2011-07-08 16:52:42 UTC (rev 6852)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_Branch/packaging/pkg/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/pkg/pom.xml 2011-07-08 16:45:24 UTC (rev 6851)
+++ epp/portal/branches/EPP_5_1_Branch/packaging/pkg/pom.xml 2011-07-08 16:52:42 UTC (rev 6852)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -67,13 +67,13 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>portal.packaging.module</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
<type>js</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>portal.packaging.product</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
<type>js</type>
</dependency>
</dependencies>
Modified: epp/portal/branches/EPP_5_1_Branch/packaging/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/pom.xml 2011-07-08 16:45:24 UTC (rev 6851)
+++ epp/portal/branches/EPP_5_1_Branch/packaging/pom.xml 2011-07-08 16:52:42 UTC (rev 6852)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_Branch/packaging/product/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/product/pom.xml 2011-07-08 16:45:24 UTC (rev 6851)
+++ epp/portal/branches/EPP_5_1_Branch/packaging/product/pom.xml 2011-07-08 16:52:42 UTC (rev 6852)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_Branch/packaging/reports/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/reports/pom.xml 2011-07-08 16:45:24 UTC (rev 6851)
+++ epp/portal/branches/EPP_5_1_Branch/packaging/reports/pom.xml 2011-07-08 16:52:42 UTC (rev 6852)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>5.1.1-epp-DEV03-SNAPSHOT</version>
+ <version>5.1.1-epp-DEV03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
13 years, 6 months
gatein SVN: r6851 - epp/portal/branches/EPP_5_1_Branch/webui/portal/src/main/java/org/exoplatform/portal/webui/application.
by do-not-reply@jboss.org
Author: hfnukal
Date: 2011-07-08 12:45:24 -0400 (Fri, 08 Jul 2011)
New Revision: 6851
Modified:
epp/portal/branches/EPP_5_1_Branch/webui/portal/src/main/java/org/exoplatform/portal/webui/application/ModelAdapter.java
Log:
Rollback JBEPP-854
Modified: epp/portal/branches/EPP_5_1_Branch/webui/portal/src/main/java/org/exoplatform/portal/webui/application/ModelAdapter.java
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/webui/portal/src/main/java/org/exoplatform/portal/webui/application/ModelAdapter.java 2011-07-08 16:41:40 UTC (rev 6850)
+++ epp/portal/branches/EPP_5_1_Branch/webui/portal/src/main/java/org/exoplatform/portal/webui/application/ModelAdapter.java 2011-07-08 16:45:24 UTC (rev 6851)
@@ -128,7 +128,8 @@
int indexOfSeparator = applicationState.lastIndexOf("/");
String appName = applicationState.substring(0, indexOfSeparator);
String portletName = applicationState.substring(indexOfSeparator + 1);
- return PortletContext.reference(PortletInvoker.LOCAL_PORTLET_INVOKER_ID, PortletContext.createPortletContext(appName, portletName));
+ return PortletContext.createPortletContext(PortletInvoker.LOCAL_PORTLET_INVOKER_ID + "./" + appName + "."
+ + portletName);
}
@Override
13 years, 6 months