Author: ktlili
Date: Fri Nov  2 08:59:45 2007
New Revision: 19031

URL: https://svndev.jahia.net/websvn/listing.php?sc=3D1&rev=3D19031&repname=
=3Djahia
Log:
- add gwt jahia documentation

Added:
    branches/JAHIA-INCLUDE-TAG-BRANCH/core/README_INSTALL_GWT.doc
Modified:
    branches/JAHIA-INCLUDE-TAG-BRANCH/core/project.properties
    branches/JAHIA-INCLUDE-TAG-BRANCH/core/src/java/org/jahia/ajax/gwt/base=
/client/config/JahiaGWTParameters.java

Added: branches/JAHIA-INCLUDE-TAG-BRANCH/core/README_INSTALL_GWT.doc
URL: https://svndev.jahia.net/websvn/filedetails.php?path=3D/branches/JAHIA=
-INCLUDE-TAG-BRANCH/core/README_INSTALL_GWT.doc&rev=3D19031&repname=3Djahia
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- branches/JAHIA-INCLUDE-TAG-BRANCH/core/README_INSTALL_GWT.doc (added)
+++ branches/JAHIA-INCLUDE-TAG-BRANCH/core/README_INSTALL_GWT.doc Fri Nov  =
2 08:59:45 2007
@@ -0,0 +1,57 @@
+
+
+<?xml version=3D"1.0" encoding=3D"iso-8859-1"?>
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+<html xmlns=3D"http://www.w3.org/1999/xhtml";>
+<head>
+    =

+    =

+    =

+    =

+    <title>HTTP 403 Forbidden</title>
+    <link rel=3D"stylesheet" href=3D"/jahia/jsp/jahia/engines/css/error.cs=
s" type=3D"text/css"/>
+    <script type=3D"text/javascript" src=3D"/jahia/jsp/jahia/javascript/ja=
hia.js"></script>
+    <script type=3D"text/javascript" src=3D"/jahia/jsp/jahia/errors/error_=
include.js"></script>
+</head>
+
+<body>
+<br/><br/><br/>
+
+<table align=3D"center" width=3D"530" height=3D"63" border=3D"0" cellspaci=
ng=3D"0" cellpadding=3D"0">
+    <tr>
+        <td colspan=3D"2" class=3D"boxtitlecolor1">Error page</td>
+    </tr>
+    <tr>
+        <td colspan=3D"2" class=3D"boxcontentcolor3">
+            <p class=3D"bold">Error 403</p>
+
+            <p>Access to this page is restricted. Possible causes : page o=
nly exists in staging, access is forbidden or your session has expired</p>
+
+            <p>Please login into the system if you haven't already.</p>
+
+            <script type=3D"text/javascript">
+                <!--
+                // special toto
+                var realpath =3D "/jahia/Jahia";
+                if (location.href.indexOf(realpath) < 0) location.href =3D=
 realpath;//redirect on standard url
+                // -->
+            </script>
+        </td>
+    </tr>
+    <tr >
+        <td align=3D"left" class=3D"boxcontentcolorLeft">
+            =

+            =

+            <a href=3D"javascript:EnginePopup('login')" class=3D"bold">Log=
in</a>
+            =

+        </td>
+        <td align=3D"right" class=3D"boxcontentcolorRight">
+            <a href=3D"javascript:window.close();" class=3D"bold">Close</a>
+        </td>
+    </tr>
+</table>
+
+</body>
+</html>

Modified: branches/JAHIA-INCLUDE-TAG-BRANCH/core/project.properties
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/branches/JAHIA-INCLUD=
E-TAG-BRANCH/core/project.properties&rev=3D19031&repname=3Djahia
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- branches/JAHIA-INCLUDE-TAG-BRANCH/core/project.properties (original)
+++ branches/JAHIA-INCLUDE-TAG-BRANCH/core/project.properties Fri Nov  2 08=
:59:45 2007
@@ -135,7 +135,7 @@
 =

 ### gwt
 # change google.webtoolkit.home to the path to where you have GWT installed
-google.webtoolkit.home=3D C:/gwt-windows-1.4.60 (to be set in your build.p=
roperties)
+google.webtoolkit.home=3D C:/gwt-windows-1.4.60 =

 =

 # set this to the correct jar for your platform
 #maven.jar.gwt-dev-platform=3D${google.webtoolkit.home}/gwt-dev-windows.ja=
r(to be set in your build.properties)

Modified: branches/JAHIA-INCLUDE-TAG-BRANCH/core/src/java/org/jahia/ajax/gw=
t/base/client/config/JahiaGWTParameters.java
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/branches/JAHIA-INCLUD=
E-TAG-BRANCH/core/src/java/org/jahia/ajax/gwt/base/client/config/JahiaGWTPa=
rameters.java&rev=3D19031&repname=3Djahia
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- branches/JAHIA-INCLUDE-TAG-BRANCH/core/src/java/org/jahia/ajax/gwt/base=
/client/config/JahiaGWTParameters.java (original)
+++ branches/JAHIA-INCLUDE-TAG-BRANCH/core/src/java/org/jahia/ajax/gwt/base=
/client/config/JahiaGWTParameters.java Fri Nov  2 08:59:45 2007
@@ -35,6 +35,4 @@
     public static String getParameter(String name) {
         return jahiaParamDictionary.get(name);
     }
-
-
 }

_______________________________________________
cvs_list mailing list
[email protected]
http://lists.jahia.org/cgi-bin/mailman/listinfo/cvs_list

Reply via email to