[kune-commits] r1161 - in kune-ws-armor/trunk: . .settings src/org/ourproject/kune/ws/armor src/org/ourproject/kune/ws/armor/client src/org/ourproject/kune/ws/armor/client/resources target target/maven-archiver war war/WEB-INF/lib

Vicente J. Ruiz Jurado vjrj_ at ourproject.org
Wed Dec 8 20:58:38 CET 2010


Author: vjrj_
Date: 2010-12-08 20:58:37 +0100 (Wed, 08 Dec 2010)
New Revision: 1161

Added:
   kune-ws-armor/trunk/.settings/com.google.appengine.eclipse.core.prefs
   kune-ws-armor/trunk/.settings/org.eclipse.jdt.core.prefs
   kune-ws-armor/trunk/.settings/org.maven.ide.eclipse.prefs
   kune-ws-armor/trunk/pom.xml
   kune-ws-armor/trunk/target/
   kune-ws-armor/trunk/target/kune-ws-armor-0.0.4.jar
   kune-ws-armor/trunk/target/kune-ws-armor-0.0.4/
   kune-ws-armor/trunk/target/maven-archiver/
   kune-ws-armor/trunk/target/maven-archiver/pom.properties
Removed:
   kune-ws-armor/trunk/war/WEB-INF/lib/gwt-servlet.jar
Modified:
   kune-ws-armor/trunk/.classpath
   kune-ws-armor/trunk/.project
   kune-ws-armor/trunk/.settings/com.google.gwt.eclipse.core.prefs
   kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/WsArmor.gwt.xml
   kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/client/Body.ui.xml
   kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/client/resources/WsArmorResources.java
   kune-ws-armor/trunk/war/WsArmor.css
Log:
NEW - # 6: Common Actions integration 
http://kune.ourproject.org/issues/ticket/6
CLOSED - # 5: Guin and MVC4p integration 
http://kune.ourproject.org/issues/ticket/5

Modified: kune-ws-armor/trunk/.classpath
===================================================================
--- kune-ws-armor/trunk/.classpath	2010-12-08 15:21:36 UTC (rev 1160)
+++ kune-ws-armor/trunk/.classpath	2010-12-08 19:58:37 UTC (rev 1161)
@@ -2,6 +2,17 @@
 <classpath>
 	<classpathentry kind="src" path="src"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-	<classpathentry kind="con" path="com.google.gwt.eclipse.core.GWT_CONTAINER/GWT (3)"/>
+	<classpathentry kind="var" path="M2_REPO/com/google/gwt/gwt-servlet/2.1.0/gwt-servlet-2.1.0.jar" sourcepath="M2_REPO/com/google/gwt/gwt-servlet/2.1.0/gwt-servlet-2.1.0-sources.jar"/>
+	<classpathentry kind="var" path="M2_REPO/com/google/gwt/gwt-user/2.1.0/gwt-user-2.1.0.jar" sourcepath="M2_REPO/com/google/gwt/gwt-user/2.1.0/gwt-user-2.1.0-sources.jar"/>
+	<classpathentry kind="lib" path="/home/vjrj/bin/eclipse64-hel/plugins/com.google.gwt.eclipse.sdkbundle.2.1.0_2.1.0.v201010280102/gwt-2.1.0/gwt-user.jar">
+		<attributes>
+			<attribute name="javadoc_location" value="file:/home/vjrj/bin/eclipse64-hel/plugins/com.google.gwt.eclipse.sdkbundle.2.1.0_2.1.0.v201010280102/gwt-2.1.0/doc/javadoc/"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry kind="lib" path="/home/vjrj/bin/eclipse64-hel/plugins/com.google.gwt.eclipse.sdkbundle.2.1.0_2.1.0.v201010280102/gwt-2.1.0/gwt-dev.jar">
+		<attributes>
+			<attribute name="javadoc_location" value="file:/home/vjrj/bin/eclipse64-hel/plugins/com.google.gwt.eclipse.sdkbundle.2.1.0_2.1.0.v201010280102/gwt-2.1.0/doc/javadoc/"/>
+		</attributes>
+	</classpathentry>
 	<classpathentry kind="output" path="war/WEB-INF/classes"/>
 </classpath>

Modified: kune-ws-armor/trunk/.project
===================================================================
--- kune-ws-armor/trunk/.project	2010-12-08 15:21:36 UTC (rev 1160)
+++ kune-ws-armor/trunk/.project	2010-12-08 19:58:37 UTC (rev 1161)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-	<name>ws-armor</name>
-	<comment></comment>
+	<name>kune-ws-armor</name>
+	<comment>The current armor of Kune Workspace</comment>
 	<projects>
 	</projects>
 	<buildSpec>
@@ -16,6 +16,11 @@
 			</arguments>
 		</buildCommand>
 		<buildCommand>
+			<name>org.maven.ide.eclipse.maven2Builder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
 			<name>com.google.gdt.eclipse.core.webAppProjectValidator</name>
 			<arguments>
 			</arguments>
@@ -27,6 +32,7 @@
 		</buildCommand>
 	</buildSpec>
 	<natures>
+		<nature>org.maven.ide.eclipse.maven2Nature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 		<nature>com.instantiations.designer.gwt.GWTNature</nature>
 		<nature>com.google.gwt.eclipse.core.gwtNature</nature>

Added: kune-ws-armor/trunk/.settings/com.google.appengine.eclipse.core.prefs
===================================================================
--- kune-ws-armor/trunk/.settings/com.google.appengine.eclipse.core.prefs	                        (rev 0)
+++ kune-ws-armor/trunk/.settings/com.google.appengine.eclipse.core.prefs	2010-12-08 19:58:37 UTC (rev 1161)
@@ -0,0 +1,3 @@
+#Wed Dec 08 20:22:01 CET 2010
+eclipse.preferences.version=1
+filesCopiedToWebInfLib=


Property changes on: kune-ws-armor/trunk/.settings/com.google.appengine.eclipse.core.prefs
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Modified: kune-ws-armor/trunk/.settings/com.google.gwt.eclipse.core.prefs
===================================================================
--- kune-ws-armor/trunk/.settings/com.google.gwt.eclipse.core.prefs	2010-12-08 15:21:36 UTC (rev 1160)
+++ kune-ws-armor/trunk/.settings/com.google.gwt.eclipse.core.prefs	2010-12-08 19:58:37 UTC (rev 1161)
@@ -1,5 +1,5 @@
-#Sun Dec 05 02:43:22 CET 2010
+#Wed Dec 08 12:57:07 CET 2010
 eclipse.preferences.version=1
 entryPointModules=
-filesCopiedToWebInfLib=gwt-servlet.jar
+filesCopiedToWebInfLib=
 gwtCompileSettings=PGd3dC1jb21waWxlLXNldHRpbmdzPjxsb2ctbGV2ZWw+SU5GTzwvbG9nLWxldmVsPjxvdXRwdXQtc3R5bGU+T0JGVVNDQVRFRDwvb3V0cHV0LXN0eWxlPjxleHRyYS1hcmdzPjwhW0NEQVRBW11dPjwvZXh0cmEtYXJncz48dm0tYXJncz48IVtDREFUQVstWG14NTEybV1dPjwvdm0tYXJncz48L2d3dC1jb21waWxlLXNldHRpbmdzPg\=\=

Added: kune-ws-armor/trunk/.settings/org.eclipse.jdt.core.prefs
===================================================================
--- kune-ws-armor/trunk/.settings/org.eclipse.jdt.core.prefs	                        (rev 0)
+++ kune-ws-armor/trunk/.settings/org.eclipse.jdt.core.prefs	2010-12-08 19:58:37 UTC (rev 1161)
@@ -0,0 +1,3 @@
+#Wed Dec 08 20:27:44 CET 2010
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning


Property changes on: kune-ws-armor/trunk/.settings/org.eclipse.jdt.core.prefs
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: kune-ws-armor/trunk/.settings/org.maven.ide.eclipse.prefs
===================================================================
--- kune-ws-armor/trunk/.settings/org.maven.ide.eclipse.prefs	                        (rev 0)
+++ kune-ws-armor/trunk/.settings/org.maven.ide.eclipse.prefs	2010-12-08 19:58:37 UTC (rev 1161)
@@ -0,0 +1,8 @@
+#Wed Dec 08 00:31:12 CET 2010
+activeProfiles=
+eclipse.preferences.version=1
+fullBuildGoals=process-test-resources
+resolveWorkspaceProjects=true
+resourceFilterGoals=process-resources resources\:testResources
+skipCompilerPlugin=true
+version=1


Property changes on: kune-ws-armor/trunk/.settings/org.maven.ide.eclipse.prefs
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: kune-ws-armor/trunk/pom.xml
===================================================================
--- kune-ws-armor/trunk/pom.xml	                        (rev 0)
+++ kune-ws-armor/trunk/pom.xml	2010-12-08 19:58:37 UTC (rev 1161)
@@ -0,0 +1,70 @@
+<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/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>kune-ws-armor</groupId>
+  <artifactId>kune-ws-armor</artifactId>
+  <version>0.0.4</version>
+  <name>Kune Armor Main Layout</name>
+  <description>The current armor of Kune Workspace</description>
+  <properties>
+    <!-- Available versions: http://repo1.maven.org/maven2/com/google/gwt/gwt-dev/ -->
+    <gwtVersion>2.1.0</gwtVersion>
+    <maven.compiler.source>1.6</maven.compiler.source>
+    <maven.compiler.target>1.6</maven.compiler.target>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
+  <dependencies>
+    <dependency>
+      <groupId>com.google.gwt</groupId>
+      <artifactId>gwt-servlet</artifactId>
+      <version>${gwtVersion}</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.gwt</groupId>
+      <artifactId>gwt-user</artifactId>
+      <version>${gwtVersion}</version>
+      <scope>provided</scope>
+    </dependency>
+  </dependencies>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>gwt-maven-plugin</artifactId>
+        <version>2.1.0-1</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>compile</goal>
+              <goal>test</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <version>2.2</version>
+        <executions>
+          <execution>
+            <id>core</id>
+            <phase>package</phase>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+    <outputDirectory>war/WEB-INF/classes</outputDirectory>
+    <testOutputDirectory>war/WEB-INF/test-classes</testOutputDirectory>
+    <sourceDirectory>src</sourceDirectory>
+    <testSourceDirectory>test</testSourceDirectory>
+    <resources>
+      <resource>
+        <directory>src</directory>
+      </resource>
+    </resources>
+  </build>
+</project>


Property changes on: kune-ws-armor/trunk/pom.xml
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Modified: kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/WsArmor.gwt.xml
===================================================================
--- kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/WsArmor.gwt.xml	2010-12-08 15:21:36 UTC (rev 1160)
+++ kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/WsArmor.gwt.xml	2010-12-08 19:58:37 UTC (rev 1161)
@@ -1,6 +1,8 @@
+<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.1.0//EN" "http://google-web-toolkit.googlecode.com/svn/tags/2.1.0/distro-source/core/src/gwt-module.dtd">
 <module>
   <inherits name="com.google.gwt.user.User" />
   <inherits name="com.google.gwt.user.theme.standard.Standard" />
-  <entry-point class="org.ourproject.kune.ws.armor.client.WsArmor" />
+  <!-- <entry-point class="org.ourproject.kune.ws.armor.client.WsArmor" /> -->
   <public path="public" />
+  <source path="client" />
 </module>
\ No newline at end of file

Modified: kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/client/Body.ui.xml
===================================================================
--- kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/client/Body.ui.xml	2010-12-08 15:21:36 UTC (rev 1160)
+++ kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/client/Body.ui.xml	2010-12-08 19:58:37 UTC (rev 1161)
@@ -40,277 +40,7 @@
                 </g:east>
                 <g:center>
                   <g:ScrollPanel styleName="{res.style.docEditor}">
-                    <g:HTML wordWrap="true" width="100%" height="100%">&#21527;
-                      &#21488;&#28286;
-                      &#20845;&#31181;&#36741;&#38899;&#38901;&#23614;
-                      &#20013;&#22269;&#25919;&#24220;&#35201;&#27714;&#22312;&#20013;&#22269;&#20986;&#21806;&#30340;&#36719;&#20214;&#24517;&#39035;&#20351;&#29992;&#32534;&#30721;
-                      &#36807; &#22269;&#26631;
-                      &#21517;&#35789;&#30340;&#22797;&#25968;&#24418;&#24335;&#21482;&#22312;&#20195;&#35789;&#21450;&#22810;&#38899;&#33410;
-                      &#21488;&#28286;&#21644;&#28207;&#28595;&#19977;&#22320;&#26085;&#30410;&#21152;&#28145;&#30340;&#32463;&#27982;&#32852;&#31995;
-                      &#30333;&#35805;
-                      &#22914;&#19978;&#38754;&#25552;&#21040;&#30340;
-                      &#20010;&#20363;&#22806;&#21487;&#33021;&#26159;
-                      &#20010;&#26377;&#24847;&#24605;&#30340;&#38382;&#39064;&#26159;&#20013;&#25991;&#25968;&#25454;&#30340;&#32321;&#31616;&#20307;&#36716;&#25442;
-                      &#30475;
-                      &#23601;&#26377;&#26126;&#26174;&#30340;&#21306;&#21035;
-                      &#25512;&#24191;&#26222;&#36890;&#35805;&#30340;&#25928;&#29575;
-                      &#34429;&#28982;&#19981;&#21516;&#26041;&#35328;&#21306;&#30340;&#20154;&#20204;&#21487;&#33021;&#19981;&#33021;&#20114;&#30456;&#29702;&#35299;&#23545;&#26041;&#30340;&#35821;&#38899;
-                      &#21527; &#21478;&#22806;,
-                      &#27721;&#35821;&#32500;&#22522;&#30334;&#31185;
-                      &#20844;&#20803;&#21069;&#19990;&#32426;&#21040;&#19990;&#32426;
-                      &#38543;&#30528;&#20013;&#22269;&#22823;&#38470;&#25919;&#27835;&#19978;&#30340;&#24433;&#21709;&#19981;&#26029;&#22686;&#21152;
-                      &#38889;&#35821; &#19978;, &#25991;&#35328;
-                      &#26032; &#21776;&#26397;&#21644;&#23435;&#26397;
-                      &#21382;&#21490;&#20070;&#20070;&#32463;&#20197;&#21450;&#37096;&#20998;&#30340;&#26131;&#32463;
-                      &#19978;&#21476;&#27721;&#35821;&#23384;&#22312;&#20110;&#21608;&#26397;&#21069;&#26399;&#21644;&#20013;&#26399;
-                      &#36807;
-                      &#21161;&#35789;&#31561;&#25152;&#26500;&#25104;&#30340;&#21477;&#27861;&#22797;&#26434;&#31243;&#24230;&#21364;&#21448;&#22823;&#22823;&#22320;&#36229;&#36807;&#20102;&#20197;&#25289;&#19969;&#35821;&#20026;&#20363;&#30340;&#26354;&#25240;&#24615;&#35821;&#35328;
-                      &#20294;&#23458;&#23478;&#35805;&#26159;&#22312;&#21271;&#26041;&#31227;&#27665;&#21335;&#19979;&#24433;&#21709;&#20013;&#24418;&#25104;&#30340;
-                      &#20363;&#22914; &#21644; &#22235;&#24029;
-                      &#35799;&#32463;&#38598;
-                      &#26080;&#35770;&#37027;&#20010;&#24180;&#40836;&#23618;&#27425;
-                      &#30456;&#38548;&#21482;&#26377;&#21313;&#20844;&#37324;&#30340;&#24403;&#22320;&#23621;&#27665;&#20063;&#35768;&#24050;&#32463;&#19981;&#33021;&#20114;&#30456;&#29702;&#35299;&#20102;,
-                      &#26681;&#25454;&#24191;&#38901;&#25152;&#21453;&#26144;&#30340;
-                      &#22312;&#29616;&#20195;&#27721;&#35821;&#30340;&#20070;&#38754;&#35821;&#20013;
-                      &#30001;&#20110;&#38397;&#21335;&#35821;&#30340;&#20869;&#37096;&#20998;&#27495;&#27604;&#36739;&#22823;
-                      &#25171; &#32321;&#21270;
-                      &#27721;&#35821;&#19982;&#27431;&#27954;&#35821;&#35328;
-                      &#22823;&#38470;&#30452;&#33267;&#24180;&#20195;
-                      &#21488;&#28286;&#21644;&#28207;&#28595;&#19977;&#22320;&#26085;&#30410;&#21152;&#28145;&#30340;&#32463;&#27982;&#32852;&#31995;
-                      &#39321;&#28207; &#19978;, &#36807;
-                      &#36890;&#24120; &#20844;&#20803;&#24180;
-                      &#26681;&#25454;&#26681;&#25454;&#20999;&#38901;&#28041;&#21450;&#21040;&#30340;,
-                      &#22823;&#38470;&#31216;&#20026;&#26222;&#36890;&#35805;
-                      &#21161;&#35789;&#20063;&#29992;&#26469;&#34920;&#36798;&#38382;&#21477;&#38382;&#21477;&#30340;&#35821;&#24207;&#19982;&#38472;&#36848;&#21477;&#30340;&#35821;&#24207;&#30456;&#21516;
-                      &#21644; &#26085;&#35821; &#21326;&#35821;
-                      &#26410;&#26469;&#27721;&#23383;&#30340;&#21457;&#23637;
-                      &#27721;&#35821;&#36824;&#26377;&#22871;&#22797;&#26434;&#30340;&#31995;&#32479;&#29992;&#20110;&#21306;&#20998;&#26041;&#21521;
-                      &#26377;&#24456;&#22810;&#25991;&#21270;&#19978;&#30340;&#20445;&#23432;&#20154;&#22763;&#35748;&#20026;&#31616;&#20307;&#20013;&#25991;&#26159;&#19981;&#32431;&#30340;&#21644;
-                      &#36807; &#26368;&#21518; &#30475;
-                      &#36766;&#28023;&#21644;&#36766;&#28304;&#31561;&#27721;&#35821;&#35328;&#24037;&#20855;&#20070;
-                      &#36843;&#20351;&#27665;&#38388;&#36328;&#36234;&#20004;&#31181;&#20070;&#20889;&#20307;&#31995;&#30340;&#38556;&#30861;
-                      &#20013;&#22269;&#21476;&#20195;&#30340;&#25991;&#23398;&#23478;&#33457;&#36153;&#20102;&#24456;&#22823;&#30340;&#31934;&#21147;&#26469;&#24635;&#32467;&#27721;&#35821;&#30340;&#35821;&#38899;&#20307;&#31995;,
-                      &#24191;&#19996;&#19996;&#37096;
-                      &#25581;&#24320;&#20013;&#25991;&#30340;&#21382;&#21490;&#26159;&#20010;&#24456;&#26377;&#36259;&#30340;&#38382;&#39064;
-                      &#22312;&#23665;&#35199;&#32477;&#22823;&#37096;&#20998;&#20197;&#21450;&#38485;&#35199;&#21271;&#37096;
-                      &#22823;&#38470; &#19978; &#28982;&#32780;
-                      &#30456;&#38548;&#21482;&#26377;&#21313;&#20844;&#37324;&#30340;&#24403;&#22320;&#23621;&#27665;&#20063;&#35768;&#24050;&#32463;&#19981;&#33021;&#20114;&#30456;&#29702;&#35299;&#20102;
-                      &#26412;&#22320;&#35821;&#34987;&#35748;&#20026;&#26159;&#26356;&#21152;&#20146;&#20999;&#32780;&#29992;&#20110;&#23478;&#24237;&#25104;&#21592;&#21450;&#26085;&#24120;&#29983;&#27963;&#20013;
-                      &#26032;, &#36890;&#24120;&#35828;&#26469;
-                      &#26102;&#24577;&#31561;&#30340;&#26354;&#25240;&#21464;&#21270;
-                      &#30452;&#21040;&#19978;&#19990;&#32426;&#24180;&#20195;&#20013;&#26399;
-                      &#20102; &#20849;&#26377; &#23545;&#22810;
-                      &#38901;&#20070;&#20197;&#23545;&#22806;&#35821;&#30340;&#32763;&#35793;
-                      &#33778;&#24459;&#23486;&#21644;&#21335;&#20122;&#30340;&#20123;&#22269;&#23478;&#20351;&#29992;
-                      &#36807; &#36890;&#24120;
-                      &#23427;&#21487;&#20197;&#20998;&#20026;&#26089;&#26399;
-                      &#34429;&#28982;&#19981;&#21516;&#26041;&#35328;&#21306;&#30340;&#20154;&#20204;&#21487;&#33021;&#19981;&#33021;&#20114;&#30456;&#29702;&#35299;&#23545;&#26041;&#30340;&#35821;&#38899;
-                      &#25171;&#30862; &#26684; &#25104;&#35821;
-                      &#34429;&#28982;&#20182;&#20204;&#21487;&#33021;&#19981;&#33021;&#30456;&#20114;&#29702;&#35299;
-                      &#20107;&#23454;&#19978;&#20063;&#27809;&#26377;&#22240;&#20026;&#31616;&#32321;&#23383;&#20307;&#30340;&#19981;&#36890;&#20986;&#29616;&#20132;&#27969;&#38556;&#30861;
-                      &#19978;, &#22836;
-                      &#19981;&#21516;&#20110;&#27431;&#27954;&#30340;&#24456;&#22810;&#20855;&#26377;&#26354;&#25240;&#21464;&#21270;&#30340;&#35821;&#35328;
-                      &#22823;&#38470;&#30340;&#20070;&#27861;&#30028;&#26377;&#30340;&#20498;&#26159;&#27604;&#36739;&#27969;&#34892;&#20197;&#32321;&#20307;&#27721;&#23383;&#26469;&#20070;&#20889;
-                      &#36890;&#24120; &#19978; &#20026;&#20363;
-                      &#26497;&#23569;&#28151;&#28102;
-                      &#36890;&#24120;&#20998;&#20026;&#38397;&#21271;&#26041;&#35328;
-                      &#28207;&#28595;&#21644;&#28023;&#22806;&#30340;&#21326;&#20154;&#22280;&#20013;
-                      &#20849;&#26377; &#22836;
-                      &#27721;&#35821;&#19982;&#27431;&#27954;&#35821;&#35328;
-                      &#26377;&#20154;&#35748;&#20026;&#24212;&#30475;&#19978;&#25991;&#19979;&#29702;
-                      &#32321;&#20307;&#26377;&#20123;&#20070;&#20889;&#24418;&#24335;&#26356;&#26377;&#32654;&#24863;
-                      &#28595;&#38376;&#21644;&#28023;&#22806;&#21326;&#20154;&#20013;&#38388;
-                      &#30340;&#31616;&#20307;&#36716;&#21270;&#20026;&#32321;&#20307;&#32534;&#30721;&#23601;&#35201;&#22256;&#38590;&#30340;&#22810;
-                      &#22269;&#26631; &#30475;,
-                      &#33670;&#20185;&#26041;&#35328;
-                      &#21450;&#21452;&#23792;&#35805; &#26152;&#22825;
-                      &#24615; &#20113;&#21335; &#28248;&#26041;&#35328;
-                      &#35831;&#21442;&#30475;&#27721;&#23383; &#19978;
-                      &#22823;&#38470; &#20307; &#24182;&#20030;&#20986;
-                      &#30475;&#19981;&#25026;
-                      &#20294;&#22312;&#25991;&#21270;&#23618;&#38754;&#32780;&#35328;,
-                      &#21478;&#22806;
-                      &#23601;&#26377;&#26126;&#26174;&#30340;&#21306;&#21035;
-                      &#22914;&#32599;&#26364;&#35821;&#26063;&#35821;&#35328;&#30456;&#27604;
-                      &#31908;&#26041;&#35328;&#26159;&#27721;&#35821;&#20013;&#22768;&#35843;&#26368;&#22797;&#26434;&#30340;&#26041;&#35328;&#20043;
-                      &#20307; &#21450;
-                      &#20026;&#22522;&#30784;&#30340;&#20070;&#38754;&#35821;
-                      &#22312;&#23433;&#24509;&#21335;&#37096;&#22320;&#21306;&#20351;&#29992;
-                      &#26187;&#35821;, &#27721;&#23383; &#24615;
-                      &#26159;&#20010;&#37327;&#35789;
-                      &#29616;&#20195;&#26041;&#35328;&#30340;&#22810;&#26679;&#24615;
-                      &#22312;&#27721;&#35821;&#20013;&#26377;&#22823;&#37327;&#30340;&#37327;&#35789;
-                      &#24509;&#35821; &#30475;
-                      &#27721;&#35821;&#23646;&#20110;&#29420;&#31435;&#35821;
-                      &#20013;&#22269;&#22269;&#23478;&#26631;&#20934;&#30340;&#31616;&#31216;
-                      &#36807; &#20197;&#21518;
-                      &#23601;&#26377;&#26126;&#26174;&#30340;&#21306;&#21035;
-                      &#20013;&#25991;&#31561;&#31216;&#21628;&#37117;&#26159;&#25351;&#27721;&#35821;
-                      &#20154;&#20204;&#20351;&#29992;&#32321;&#20307;&#20013;&#25991;&#32534;&#30721;&#26102;&#21487;&#20197;&#24456;&#26041;&#20415;&#22320;&#36716;&#25442;&#25104;
-                      &#24509;&#35821; &#24615;
-                      &#21271;&#26041;&#26041;&#35328;
-                      &#20013;&#25991;&#30340;&#35789;&#27719;&#21482;&#26377;&#31181;&#24418;&#24335;&#32780;&#27809;&#26377;&#35832;&#22914;&#22797;&#25968;
-                      &#28982;&#32780;&#27721;&#35821;&#20043;&#25152;&#20197;&#33021;&#32479;&#31216;&#20026;&#27721;&#35821;
-                      &#31616;&#20307;&#23383;&#21361;&#21450;&#20102;&#23545;&#21476;&#20195;&#25991;&#23398;&#30340;&#30740;&#31350;
-                      &#25110; &#27721;&#23383;, &#21271;&#37096;
-                      &#22914; &#25991;&#21270;&#20132;&#27969;
-                      &#27721;&#35821;&#20855;&#26377;&#24456;&#22810;&#19981;&#21516;&#30340;&#26041;&#35328;
-                      &#38597;&#35328; &#25110; &#21335;&#20140;&#35805;
-                      &#20294;&#26159;&#22312;&#19981;&#21516;&#30340;&#22330;&#21512;,
-                      &#22235;&#24029; &#19978;
-                      &#23427;&#21487;&#20197;&#20998;&#20026;&#26089;&#26399;
-                      &#21271;&#26041;&#35805;&#30340;&#22768;&#35843;&#36739;&#23569;
-                      &#35799;&#27468;&#30340;&#38901;&#24459;&#20197;&#21450;&#23545;&#22806;&#22269;&#20154;&#21517;&#30340;&#32763;&#35793;&#20013;&#21487;&#20197;&#25214;&#21040;&#36275;&#22815;&#30340;&#20449;&#24687;
-                      &#26187;&#35821; &#20102;
-                      &#20013;&#21476;&#27721;&#35821;&#20013;&#30340;
-                      &#20351;&#29992;&#36825;&#26041;&#35328;&#30340;&#20154;&#21344;&#20013;&#22269;&#20154;&#21475;&#30340;,
-                      &#20294;&#26159;&#22312;&#19981;&#21516;&#30340;&#22330;&#21512;
-                      &#26477;&#24030;&#20154;&#21364;&#20542;&#21521;&#20110;&#35748;&#20026;&#20182;&#20204;&#30340;&#26041;&#35328;&#19982;&#19978;&#28023;&#35805;&#19981;&#21516;
-                      &#26032; &#22240;&#27492; &#25991;&#35328;
-                      &#22914;
-                      &#26159;&#31181;&#20197;&#23380;&#23376;&#26102;&#20195;&#25152;&#20351;&#29992;&#30340;&#20197;
-                      &#26377;&#20154;&#35748;&#20026;&#21488;&#28286;&#35782;&#23383;&#29575;&#24182;&#19981;&#36874;&#20110;&#20013;&#22269;&#22823;&#38470;,
-                      &#27721;&#23383; &#21556;&#26041;&#35328;
-                      &#32534;&#30721;&#25910;&#38598;&#20102;&#27721;&#35821;
-                      &#20134;&#20196;&#32321;&#31616;&#21464;&#25442;&#21464;&#24471;&#22256;&#38590;
-                      &#21450; &#30475; &#27721;&#23383;&#32534;&#30721;
-                      &#29616;&#22312;&#23578;&#26377;&#20105;&#35758;
-                      &#26368;&#26032;&#30340;&#29256;&#26412;&#26159;
-                      &#26152;&#22825; &#20307; &#30456;&#21453;
-                      &#26222;&#36890;&#20154;&#37117;&#35748;&#35782;&#32321;&#20307;&#27721;&#23383;
-                      &#21271;&#26041;&#26041;&#35328;&#30340;&#26126;&#26174;&#29305;&#28857;&#21253;&#25324;
-                      &#27721;&#35821;&#20063;&#26366;&#23545;&#20854;&#21608;&#36793;&#30340;&#22269;&#23478;&#30340;&#35821;&#35328;&#25991;&#23383;&#20135;&#29983;&#36807;&#37325;&#35201;&#24433;&#21709;,
-                      &#22836; &#35831;&#21442;&#30475;&#27721;&#23383;
-                      &#21830;&#21153;&#20132;&#27969;&#21644;&#24555;&#36895;&#30340;&#22240;&#29305;&#32593;&#32476;
-                      &#20013;&#22269;&#21335;&#26041;&#30340;&#20154;&#37117;&#21487;&#20197;&#27969;&#21033;&#30340;&#20351;&#29992;&#26412;&#22320;&#35821;&#21644;&#26222;&#36890;&#35805;
-                      &#26085;&#35821; &#30475;
-                      &#24182;&#19981;&#34987;&#20013;&#22269;&#25919;&#24220;&#24456;&#22909;&#30340;&#25509;&#21463;
-                      &#25805;&#21271;&#26041;&#35805;&#30340;&#21271;&#26041;&#20154;&#33324;&#21487;&#20197;&#30456;&#20114;&#29702;&#35299;&#28982;&#32780;&#22312;&#31119;&#24314;
-                      &#26085;&#35821; &#32321;&#21270; &#30340;&#30721;
-                      &#26497;&#23569;&#28151;&#28102;
-                      &#21487;&#33021;&#26159;&#20219;&#20309;&#20154;&#20063;&#38590;&#20197;&#39044;&#26009;&#30340;
-                      &#26684;, &#25214; &#20197;&#21518;
-                      &#26497;&#23569;&#28151;&#28102;
-                      &#32534;&#30721;&#25910;&#38598;&#20102;&#27721;&#35821;
-                      &#20010;&#20154;&#21487;&#20197;&#29983;&#20135;&#31616;&#20307;&#21521;&#32321;&#20307;&#36716;&#25442;&#30340;&#36716;&#25442;&#36719;&#20214;
-                      &#20026;&#20195;&#34920;
-                      &#33778;&#24459;&#23486;&#21644;&#21335;&#20122;&#30340;&#20123;&#22269;&#23478;&#20351;&#29992;
-                      &#30456;&#21453; &#25171;, &#28023;&#21335;
-                      &#20013;&#21476;&#27721;&#35821;&#20063;&#21487;&#20197;&#30001;&#26041;&#35328;&#37325;&#24314;
-                      &#31908;&#26041;&#35328;&#26159;&#27721;&#35821;&#20013;&#22768;&#35843;&#26368;&#22797;&#26434;&#30340;&#26041;&#35328;&#20043;
-                      &#22836;, &#32769;
-                      &#25105;&#21435;&#36807;&#20070;&#24215;
-                      &#20154;&#20204;&#20250;&#33258;&#21160;&#36827;&#34892;&#35821;&#30721;&#36716;&#25442;
-                      &#27721;&#35821;&#30340;&#20070;&#20889;&#31995;&#32479;&#30446;&#21069;&#26377;&#32321;&#20307;&#21644;&#31616;&#20307;&#20004;&#31181;
-                      &#20849;&#26377; &#36208; &#23454;&#38469;&#19978;
-                      &#22240;&#20026;&#22269;&#26631;&#22312;&#22823;&#38470;&#20351;&#29992;
-                      &#28207;&#28595;&#21644;&#28023;&#22806;&#30340;&#21326;&#20154;&#22280;&#20013;
-                      &#24179;&#35805;, &#30475; &#22235;&#24029;
-                      &#22312;&#27721;&#23383;
-                      &#22312;&#27743;&#33487;&#21335;&#37096;, &#20102;
-                      &#25214;&#21040; &#38397;&#19996;&#26041;&#35328;
-                      &#26469;&#34920;&#36798;&#30097;&#38382;&#35821;&#27668;
-                      &#24182;&#19981;&#34987;&#20013;&#22269;&#25919;&#24220;&#24456;&#22909;&#30340;&#25509;&#21463;
-                      &#21644;
-                      &#20351;&#29992;&#20154;&#25968;&#22823;&#32422;&#20026;&#24635;&#20154;&#21475;&#30340;
-                      &#25104;&#37117;&#35805;&#20026;&#21271;&#26041;&#26041;&#35328;&#30340;&#20195;&#34920;
-                      &#24509;&#35821;, &#25171; &#23545;&#22810;
-                      &#27721;&#35821;&#20013;&#23384;&#22312;
-                      &#20869;&#33945;&#21476;&#27827;&#22871;&#22320;&#21306;&#31561;&#22320;&#20351;&#29992;
-                      &#36890;&#24120; &#25171;
-                      &#36890;&#24120;&#35748;&#20026;&#26159;&#36195;&#26041;&#35328;&#30340;&#31181;
-                      &#30001;&#20110;&#26085;&#24120;&#20351;&#29992;&#21644;&#25991;&#23398;&#19978;&#20351;&#29992;&#30340;&#25991;&#23383;&#19981;&#21516;
-                      &#20363;&#22914;, &#36149;&#24030; &#20307;
-                      &#28248;&#26041;&#35328;&#20197;&#38271;&#27801;&#35805;
-                      &#26681;&#25454;&#24191;&#38901;&#25152;&#21453;&#26144;&#30340;
-                      &#25152;&#26377;&#30340;&#22269;&#26631;&#26631;&#20934;&#37117;&#20351;&#29992;&#20316;&#20026;&#21069;&#32512;
-                      &#26152;&#22825; &#25214; &#28248;&#26041;&#35328;
-                      &#25351;&#21271;&#26041;&#22320;&#21306;
-                      &#22235;&#24029; &#24615;
-                      &#26497;&#23569;&#28151;&#28102;
-                      &#36825;&#20123;&#36164;&#26009;&#20173;&#28982;&#26159;&#29616;&#20195;&#35821;&#35328;&#23398;&#23478;&#24037;&#20316;&#30340;&#22522;&#30784;
-                      &#20027;&#35201;&#29992;&#20110;&#24191;&#19996;&#30465;
-                      &#21516;&#26102;&#20063;&#26159;&#20445;&#30041;&#20013;&#21476;&#27721;&#35821;&#26368;&#23436;&#25972;&#30340;&#26041;&#35328;
-                      &#26477;&#24030;&#20154;&#21364;&#20542;&#21521;&#20110;&#35748;&#20026;&#20182;&#20204;&#30340;&#26041;&#35328;&#19982;&#19978;&#28023;&#35805;&#19981;&#21516;
-                      &#20849;&#26377; &#36807;,
-                      &#20854;&#20013;&#30340;
-                      &#19981;&#26159;&#31616;&#21270;
-                      &#27743;&#35199;&#27839;&#27743;&#22320;&#21306;
-                      &#21516;&#26102; &#25171; &#22240;&#27492;
-                      &#21644;
-                      &#20351;&#29992;&#20110;&#24196;&#37325;&#30340;&#22330;&#21512;
-                      &#26222;&#36890;&#35805;&#34987;&#35748;&#20026;&#26159;&#31181;&#26356;&#21152;&#27491;&#24335;&#30340;&#35821;&#35328;,
-                      &#32769;
-                      &#20845;&#31181;&#36741;&#38899;&#38901;&#23614;
-                      &#27721;&#35821;&#26159;&#19990;&#30028;&#19978;&#20351;&#29992;&#20154;&#25968;&#26368;&#22810;&#30340;&#31181;&#35821;&#35328;
-                      &#38889;&#35821; &#21271;&#20140;&#35805;
-                      &#23458;&#23478;&#26041;&#35328;
-                      &#22312;&#23665;&#35199;&#32477;&#22823;&#37096;&#20998;&#20197;&#21450;&#38485;&#35199;&#21271;&#37096;
-                      &#25171; &#39321;&#28207;, &#26085;&#35821;
-                      &#38451;&#24179;&#20108;&#22768;
-                      &#22240;&#27492;&#24517;&#39035;&#35828;
-                      &#20013;&#22269;&#22269;&#23478;&#26631;&#20934;&#30340;&#31616;&#31216;
-                      &#32769; &#20363;&#22914; &#19978;
-                      &#24179;&#22768;&#24050;&#20998;&#20026;&#38452;&#24179;
-                      &#22240;&#20026;&#22269;&#26631;&#22312;&#22823;&#38470;&#20351;&#29992;,
-                      &#25214;&#21040; &#19981;&#30693;&#26159;&#25351;
-                      &#22312;&#21478;&#26041;&#38754;
-                      &#23427;&#20445;&#23384;&#22312;&#20102;&#21608;&#24503;&#28165;&#22312;&#19990;&#32426;&#21021;&#25776;&#20889;&#30340;&#38901;&#20070;&#20013;&#21407;&#38899;&#38901;&#20013;
-                      &#36208; &#21326;&#35821; &#20307;
-                      &#21478;&#22806;&#22823;&#38470;&#22320;&#21306;
-                      &#31616;&#20307;&#23383;&#21361;&#21450;&#20102;&#23545;&#21476;&#20195;&#25991;&#23398;&#30340;&#30740;&#31350;,
-                      &#21478;&#22806; &#30475; &#28248;&#26041;&#35328;
-                      &#29992;&#25163;&#36827;&#34892;&#22823;&#37327;&#20070;&#20889;&#30340;&#24773;&#20917;&#26497;&#23569;
-                      &#21527;
-                      &#20351;&#29992;&#20154;&#25968;&#32422;&#20026;
-                      &#21482;&#20351;&#29992;&#26411;&#23614;&#30340;&#35821;&#27668;&#21161;&#35789;
-                      &#20113;&#21335;, &#22823;&#38470; &#25171;
-                      &#25991;&#21270;&#20132;&#27969;
-                      &#20363;&#22914;&#22312;&#26222;&#36890;&#35805;&#20013;&#30340;
-                      &#21644; &#20026;&#20363;
-                      &#20351;&#29992;&#20154;&#25968;&#32422;&#20026;
-                      &#36825;&#31181;&#27721;&#35821;&#20351;&#29992;&#20110;&#38539;&#26397;,
-                      &#22836;
-                      &#22235;&#31181;&#36741;&#38899;&#38901;&#23614;
-                      &#20004;&#20301;&#25110;&#22235;&#20301;&#32534;&#30721;
-                      &#20197;&#21414;&#38376;&#35805;&#20026;&#20195;&#34920;
-                      &#26152;&#22825;
-                      &#26080;&#35770;&#37027;&#20010;&#24180;&#40836;&#23618;&#27425;
-                      &#20351;&#29992;&#31908;&#26041;&#35328;&#30340;&#20154;&#21475;&#22823;&#32422;&#20026;&#24635;&#25968;&#30340;
-                      &#36825;&#20123;&#36164;&#26009;&#20173;&#28982;&#26159;&#29616;&#20195;&#35821;&#35328;&#23398;&#23478;&#24037;&#20316;&#30340;&#22522;&#30784;
-                      &#28023;&#21335; &#36208;, &#26368;&#21518;
-                      &#36807;
-                      &#22312;&#36825;&#19971;&#22823;&#26041;&#35328;&#20869;&#37096;
-                      &#25991;&#35328;&#24050;&#32463;&#24456;&#23569;&#20351;&#29992;&#20102;
-                      &#25110;
-                      &#19990;&#30028;&#19978;&#22823;&#32422;&#26377;
-                      &#20294;&#21487;&#20197;&#36890;&#36807;&#30456;&#21516;&#20070;&#20889;&#26041;&#24335;&#36827;&#34892;&#27807;&#36890;&#21450;&#20132;&#27969;
-                      &#25171;&#30862;
-                      &#31616;&#32321;&#26377;&#24046;&#24322;&#30340;&#23383;&#19981;&#21040;
-                      &#20182;&#20027;&#35201;&#30740;&#31350;&#27721;&#23383;&#21644;&#24418;&#24335;&#21644;&#35799;&#32463;&#30340;&#38901;&#24459;
-                      &#36149;&#24030; &#21644;
-                      &#25104;&#37117;&#35805;&#20026;&#21271;&#26041;&#26041;&#35328;&#30340;&#20195;&#34920;
-                      &#20294;&#21487;&#20197;&#36890;&#36807;&#30456;&#21516;&#20070;&#20889;&#26041;&#24335;&#36827;&#34892;&#27807;&#36890;&#21450;&#20132;&#27969;
-                      &#22312;&#19981;&#21516;&#30340;&#26041;&#35328;&#21306;&#30340;&#20154;&#30340;&#35821;&#35328;&#24847;&#35782;&#20063;&#26377;&#23450;&#30340;&#21306;&#21035;
-                      &#24615; &#28982;&#32780;, &#20363;&#22914;
-                      &#21450;
-                      &#28248;&#26041;&#35328;&#20197;&#38271;&#27801;&#35805;
-                      &#21482;&#20351;&#29992;&#26411;&#23614;&#30340;&#35821;&#27668;&#21161;&#35789;
-                      &#21271;&#37096;
-                      &#19990;&#30028;&#19978;&#22823;&#32422;&#26377;
-                      &#29616;&#20195;&#26041;&#35328;&#30340;&#22810;&#26679;&#24615;
-                      &#30475;, &#36208; &#32780;&#19981;&#26159;
-                      &#21271;&#26041;&#26041;&#35328;&#21253;&#21547;&#20102;&#22823;&#37327;&#30340;&#21516;&#38899;&#23383;&#20197;&#21450;&#30456;&#24212;&#20135;&#29983;&#30340;&#22797;&#21512;&#35789;
-                      &#20026;&#20363; &#27627;&#26080;&#30097;&#38382;
-                      &#21161;&#35789;&#20063;&#29992;&#26469;&#34920;&#36798;&#38382;&#21477;&#38382;&#21477;&#30340;&#35821;&#24207;&#19982;&#38472;&#36848;&#21477;&#30340;&#35821;&#24207;&#30456;&#21516;
-                      &#20307; &#22269;&#26631;,
-                      &#20294;&#22312;&#21488;&#28286;
-                      &#20013;&#22269;&#30340;&#19981;&#21516;&#26041;&#35328;&#30340;&#35821;&#27861;&#26159;&#30456;&#20284;&#30340;
-                      &#36825;&#31181;&#26041;&#35328;&#23545;&#28165;&#27978;&#36741;&#38899;&#30340;&#21306;&#20998;&#26159;&#20010;&#24456;&#26126;&#26174;&#30340;&#29305;&#28857;
-                      &#25110; &#20026;&#20363;, &#22914;
-                      &#20182;&#20027;&#35201;&#30740;&#31350;&#27721;&#23383;&#21644;&#24418;&#24335;&#21644;&#35799;&#32463;&#30340;&#38901;&#24459;
-                      &#27721;&#35821;&#30340;&#21517;&#35789;&#19982;&#25968;&#35789;&#36830;&#25509;&#26102;&#36890;&#24120;&#35201;&#27714;&#26377;&#37327;&#35789;
-                      &#26187;&#35821;</g:HTML>
+                    <g:HTML wordWrap="true" width="100%" height="100%"></g:HTML>
                   </g:ScrollPanel>
                 </g:center>
                 <g:south size="33.0">

Modified: kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/client/resources/WsArmorResources.java
===================================================================
--- kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/client/resources/WsArmorResources.java	2010-12-08 15:21:36 UTC (rev 1160)
+++ kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/client/resources/WsArmorResources.java	2010-12-08 19:58:37 UTC (rev 1161)
@@ -43,6 +43,7 @@
         String siteBar();
     }
 
+    @Deprecated
     public static final WsArmorResources INSTANCE = GWT.create(WsArmorResources.class);
 
     @Source("def-theme-doc-arrow-down.png")

Added: kune-ws-armor/trunk/target/kune-ws-armor-0.0.4.jar
===================================================================
(Binary files differ)


Property changes on: kune-ws-armor/trunk/target/kune-ws-armor-0.0.4.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: kune-ws-armor/trunk/target/maven-archiver/pom.properties
===================================================================
--- kune-ws-armor/trunk/target/maven-archiver/pom.properties	                        (rev 0)
+++ kune-ws-armor/trunk/target/maven-archiver/pom.properties	2010-12-08 19:58:37 UTC (rev 1161)
@@ -0,0 +1,5 @@
+#Generated by Maven
+#Wed Dec 08 20:41:22 CET 2010
+version=0.0.4
+groupId=kune-ws-armor
+artifactId=kune-ws-armor


Property changes on: kune-ws-armor/trunk/target/maven-archiver/pom.properties
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Deleted: kune-ws-armor/trunk/war/WEB-INF/lib/gwt-servlet.jar
===================================================================
(Binary files differ)

Modified: kune-ws-armor/trunk/war/WsArmor.css
===================================================================
--- kune-ws-armor/trunk/war/WsArmor.css	2010-12-08 15:21:36 UTC (rev 1160)
+++ kune-ws-armor/trunk/war/WsArmor.css	2010-12-08 19:58:37 UTC (rev 1161)
@@ -1,130 +1,135 @@
-body { 
-	background-color: white;
-	color: black;
-	font-family: 'UbuntuRegular', Arial;
-	font-size: small;
-	margin: 5px;
+body {
+  background-color: white;
+  color: black;
+  font-family: 'UbuntuRegular', Arial;
+  font-size: small;
+  margin: 5px;
 }
 
-body.fontface {font: 'UbuntuRegular', Arial;}
+body.fontface {
+  font: 'UbuntuRegular', Arial;
+}
 
-a {	
-	color: darkblue;
+a {
+  color: darkblue;
 }
 
-a:visited {	
-	color: darkblue; 
+a:visited {
+  color: darkblue;
 }
 
 .gwt-DialogBox {
-	border: 2px solid #AAAAAA;
-	background-color: white;
+  border: 2px solid #AAAAAA;
+  background-color: white;
 }
 
 .gwt-DialogBox .Caption {
-	background-image: url(gray_gradient.gif);
-	background-repeat: repeat-x;
-	padding: 4px;
-	padding-bottom: 8px;
-	font-weight: bold;
-	cursor: default;
+  background-image: url(gray_gradient.gif);
+  background-repeat: repeat-x;
+  padding: 4px;
+  padding-bottom: 8px;
+  font-weight: bold;
+  cursor: default;
 }
 
 .gwt-MenuBar {
-	background-color: #C3D9FF;
-	cursor: default;
+  background-color: #C3D9FF;
+  cursor: default;
 }
 
 .gwt-MenuItem {
-	font-size: 80%;
-	margin: 1px;
-	cursor: default;
+  font-size: 80%;
+  margin: 1px;
+  cursor: default;
 }
 
 .gwt-MenuItem-selected {
-	background-color: #E8EEF7;
+  background-color: #E8EEF7;
 }
 
 .gwt-Tree {
+  
 }
 
 .gwt-Tree .gwt-TreeItem {
-	font-size: 80%;
-	cursor: default;
+  font-size: 80%;
+  cursor: default;
 }
 
 .gwt-Tree .gwt-TreeItem-selected {
-	background-color: #C3D9FF;
+  background-color: #C3D9FF;
 }
 
 .gwt-StackPanel {
-	background-color: white;
-	border: 1px solid #AAAAAA;
-	width: 15em;
+  background-color: white;
+  border: 1px solid #AAAAAA;
+  width: 15em;
 }
 
 .gwt-StackPanel .gwt-StackPanelItem {
-	background-image: url(blue_gradient.gif);
-	background-repeat: repeat-x;
-	background-color: #EEEEEE;
-	cursor: pointer;
-	cursor: hand;
+  background-image: url(blue_gradient.gif);
+  background-repeat: repeat-x;
+  background-color: #EEEEEE;
+  cursor: pointer;
+  cursor: hand;
 }
 
 .gwt-StackPanel .gwt-StackPanelItem-selected {
+  
 }
 
 .gwt-TabPanel {
-	
+  
 }
 
 .gwt-TabPanelBottom {
-	border-left: 1px solid #87b3ff;
-	border-right: 1px solid #87b3ff;
-	border-bottom: 1px solid #87b3ff;
+  border-left: 1px solid #87b3ff;
+  border-right: 1px solid #87b3ff;
+  border-bottom: 1px solid #87b3ff;
 }
 
 .gwt-TabBar {
-	font-size: smaller;
+  font-size: smaller;
 }
 
 .gwt-TabBar .gwt-TabBarFirst {
-	height: 100%;
-	border-bottom: 1px solid #87b3ff;
-	border-right: 1px solid #87b3ff;
-	padding-left: 3px;
+  height: 100%;
+  border-bottom: 1px solid #87b3ff;
+  border-right: 1px solid #87b3ff;
+  padding-left: 3px;
 }
 
 .gwt-TabBar .gwt-TabBarRest {
-	border-bottom: 1px solid #87b3ff;
-	padding-right: 3px;
+  border-bottom: 1px solid #87b3ff;
+  padding-right: 3px;
 }
 
 .gwt-TabBar .gwt-TabBarItem {
-	border-top: 1px solid #87b3ff;
-	border-bottom: 1px solid #87b3ff;
-	padding: 2px;
-	cursor: hand;
-	white-space: nowrap;
-	border-right: 1px solid #87b3ff;
+  border-top: 1px solid #87b3ff;
+  border-bottom: 1px solid #87b3ff;
+  padding: 2px;
+  cursor: hand;
+  white-space: nowrap;
+  border-right: 1px solid #87b3ff;
 }
 
 .gwt-TabBar .gwt-TabBarItem-selected {
-	font-weight: bold;
-	background-color: #e8eef7;
-	border-top: 1px solid #87b3ff;
-	border-right: 1px solid #87b3ff;
-	border-bottom: 1px solid #e8eef7;
-	padding: 2px;
-	cursor: default;
-	white-space: nowrap;
+  font-weight: bold;
+  background-color: #e8eef7;
+  border-top: 1px solid #87b3ff;
+  border-right: 1px solid #87b3ff;
+  border-bottom: 1px solid #e8eef7;
+  padding: 2px;
+  cursor: default;
+  white-space: nowrap;
 }
 
 .gwt-PushButton-up {
   background-color: #C3D9FF;
   padding: 2px;
   border: 2px solid transparent;
-  border-color: #E8F1FF rgb(157, 174, 205) rgb(157, 174, 205) rgb(232, 241, 255);
+  border-color: #E8F1FF rgb(157, 174, 205) rgb(157, 174, 205)
+    rgb(232, 241, 255);
   cursor: pointer;
   cursor: hand;
 }
@@ -133,7 +138,8 @@
   background-color: #C3D9FF;
   padding: 2px;
   border: 2px solid transparent;
-  border-color: #E8F1FF rgb(157, 174, 205) rgb(157, 174, 205) rgb(232, 241, 255);
+  border-color: #E8F1FF rgb(157, 174, 205) rgb(157, 174, 205)
+    rgb(232, 241, 255);
   cursor: pointer;
   cursor: hand;
 }
@@ -142,7 +148,8 @@
   background-color: #C3D9FF;
   padding: 2px;
   border: 2px solid transparent;
-  border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255) rgb(157, 174, 205);
+  border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255)
+    rgb(157, 174, 205);
   cursor: pointer;
   cursor: hand;
 }
@@ -151,7 +158,8 @@
   background-color: #C3D9FF;
   padding: 2px;
   border: 2px solid transparent;
-  border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255) rgb(157, 174, 205);
+  border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255)
+    rgb(157, 174, 205);
   cursor: pointer;
   cursor: hand;
 }
@@ -160,7 +168,8 @@
   background-color: #C3D9FF;
   padding: 2px;
   border: 2px solid transparent;
-  border-color: #E8F1FF rgb(157, 174, 205) rgb(157, 174, 205) rgb(232, 241, 255);
+  border-color: #E8F1FF rgb(157, 174, 205) rgb(157, 174, 205)
+    rgb(232, 241, 255);
   cursor: pointer;
   cursor: hand;
 }
@@ -169,7 +178,8 @@
   background-color: #C3D9FF;
   padding: 2px;
   border: 2px solid transparent;
-  border-color: #E8F1FF rgb(157, 174, 205) rgb(157, 174, 205) rgb(232, 241, 255);
+  border-color: #E8F1FF rgb(157, 174, 205) rgb(157, 174, 205)
+    rgb(232, 241, 255);
   cursor: pointer;
   cursor: hand;
 }
@@ -179,7 +189,8 @@
   padding: 2px;
   background-color: #E8F1FF;
   border: 2px solid transparent;
-  border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255) rgb(157, 174, 205);
+  border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255)
+    rgb(157, 174, 205);
   cursor: pointer;
   cursor: hand;
 }
@@ -189,7 +200,8 @@
   padding: 2px;
   background-color: #E8F1FF;
   border: 2px solid transparent;
-  border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255) rgb(157, 174, 205);
+  border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255)
+    rgb(157, 174, 205);
   cursor: pointer;
   cursor: hand;
 }
@@ -212,19 +224,22 @@
 .gwt-RichTextToolbar .gwt-PushButton-up-hovering {
   margin-right: 2px;
   border: 1px solid #C3D9FF;
-  border-color: #E8F1FF rgb(157, 174, 205) rgb(157, 174, 205) rgb(232, 241, 255);
+  border-color: #E8F1FF rgb(157, 174, 205) rgb(157, 174, 205)
+    rgb(232, 241, 255);
 }
 
 .gwt-RichTextToolbar .gwt-PushButton-down {
   margin-right: 2px;
   border: 1px solid #C3D9FF;
-  border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255) rgb(157, 174, 205);
+  border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255)
+    rgb(157, 174, 205);
 }
 
 .gwt-RichTextToolbar .gwt-PushButton-down-hovering {
   margin-right: 2px;
   border: 1px solid #C3D9FF;
-  border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255) rgb(157, 174, 205);
+  border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255)
+    rgb(157, 174, 205);
 }
 
 .gwt-RichTextToolbar .gwt-ToggleButton-up {
@@ -235,30 +250,33 @@
 .gwt-RichTextToolbar .gwt-ToggleButton-up-hovering {
   margin-right: 2px;
   border: 1px solid #C3D9FF;
-  border-color: #E8F1FF rgb(157, 174, 205) rgb(157, 174, 205) rgb(232, 241, 255);
+  border-color: #E8F1FF rgb(157, 174, 205) rgb(157, 174, 205)
+    rgb(232, 241, 255);
 }
 
 .gwt-RichTextToolbar .gwt-ToggleButton-down {
   margin-right: 2px;
   background-color: #E8F1FF;
   border: 1px solid #C3D9FF;
-  border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255) rgb(157, 174, 205);
+  border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255)
+    rgb(157, 174, 205);
 }
 
 .gwt-RichTextToolbar .gwt-ToggleButton-down-hovering {
   margin-right: 2px;
   background-color: #E8F1FF;
   border: 1px solid #C3D9FF;
-  border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255) rgb(157, 174, 205);
+  border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255)
+    rgb(157, 174, 205);
 }
 
 .gwt-HorizontalSplitPanel {
-	border: 8px solid #C3D9FF;
+  border: 8px solid #C3D9FF;
 }
 
 .gwt-HorizontalSplitPanel .splitter {
-	background-color: #C3D9FF;
-	cursor: move;
+  background-color: #C3D9FF;
+  cursor: move;
 }
 
 .gwt-HorizontalSplitPanel .left {
@@ -266,37 +284,106 @@
 }
 
 .gwt-VerticalSplitPanel {
-	border: 8px solid #C3D9FF;
+  border: 8px solid #C3D9FF;
 }
 
 .gwt-VerticalSplitPanel .splitter {
-	background-color: #C3D9FF;
-	height: 8px;
-	cursor: move;
+  background-color: #C3D9FF;
+  height: 8px;
+  cursor: move;
 }
 
 .gwt-SuggestBoxPopup {
-	border: 2px solid #C3D9FF;
+  border: 2px solid #C3D9FF;
 }
 
 .gwt-SuggestBoxPopup .item {
-	padding: 2px;
+  padding: 2px;
 }
 
 .gwt-SuggestBoxPopup .item-selected {
-	background-color: #C3D9FF;
-	padding: 2px;
+  background-color: #C3D9FF;
+  padding: 2px;
 }
 
 .gwt-DisclosurePanel {
-	border: 2px solid #C3D9FF;
+  border: 2px solid #C3D9FF;
 }
 
 .gwt-DisclosurePanel .header {
-	background-color: #e8eef7;
-	cursor: hand;
+  background-color: #e8eef7;
+  cursor: hand;
 }
 
-.gwt-SplitLayoutPanel { }
-.gwt-SplitLayoutPanel .gwt-SplitLayoutPanel-HDragger { background-color: white; background: none; }
-.gwt-SplitLayoutPanel .gwt-SplitLayoutPanel-VDragger {  }
+.gwt-SplitLayoutPanel {
+  
+}
+
+.gwt-SplitLayoutPanel .gwt-SplitLayoutPanel-HDragger {
+  background-color: white;
+  background: none;
+}
+
+.gwt-SplitLayoutPanel .gwt-SplitLayoutPanel-VDragger {
+  
+}
+
+ at font-face {
+  font-family: 'UbuntuRegular';
+  src:
+    url('/org.ourproject.kune.ws.armor.WsArmor/fontface/Ubuntu-R-webfont.eot');
+  src: local('☺'),
+    url('/org.ourproject.kune.ws.armor.WsArmor/fontface/Ubuntu-R-webfont.woff')
+    format('woff'),
+    url('/org.ourproject.kune.ws.armor.WsArmor/fontface/Ubuntu-R-webfont.ttf')
+    format('truetype'),
+    url('/org.ourproject.kune.ws.armor.WsArmor/fontface/Ubuntu-R-webfont.svg#webfontcceGD1qN')
+    format('svg');
+  font-weight: normal;
+  font-style: normal;
+}
+
+ at font-face {
+  font-family: 'UbuntuItalic';
+  src:
+    url('/org.ourproject.kune.ws.armor.WsArmor/fontface/Ubuntu-I--webfont.eot');
+  src: local('☺'),
+    url('/org.ourproject.kune.ws.armor.WsArmor/fontface/Ubuntu-I--webfont.woff')
+    format('woff'),
+    url('/org.ourproject.kune.ws.armor.WsArmor/fontface/Ubuntu-I--webfont.ttf')
+    format('truetype'),
+    url('/org.ourproject.kune.ws.armor.WsArmor/fontface/Ubuntu-I--webfont.svg#')
+    format('svg');
+  font-weight: normal;
+  font-style: normal;
+}
+
+ at font-face {
+  font-family: 'UbuntuBold';
+  src:
+    url('/org.ourproject.kune.ws.armor.WsArmor/fontface/Ubuntu-B---webfont.eot');
+  src: local('☺'),
+    url('/org.ourproject.kune.ws.armor.WsArmor/fontface/Ubuntu-B---webfont.woff')
+    format('woff'),
+    url('/org.ourproject.kune.ws.armor.WsArmor/fontface/Ubuntu-B---webfont.ttf')
+    format('truetype'),
+    url('/org.ourproject.kune.ws.armor.WsArmor/fontface/Ubuntu-B---webfont.svg#')
+    format('svg');
+  font-weight: normal;
+  font-style: normal;
+}
+
+ at font-face {
+  font-family: 'UbuntuBoldItalic';
+  src:
+    url('/org.ourproject.kune.ws.armor.WsArmor/fontface/Ubuntu-BI----webfont.eot');
+  src: local('☺'),
+    url('/org.ourproject.kune.ws.armor.WsArmor/fontface/Ubuntu-BI----webfont.woff')
+    format('woff'),
+    url('/org.ourproject.kune.ws.armor.WsArmor/fontface/Ubuntu-BI----webfont.ttf')
+    format('truetype'),
+    url('/org.ourproject.kune.ws.armor.WsArmor/fontface/Ubuntu-BI----webfont.svg#')
+    format('svg');
+  font-weight: normal;
+  font-style: normal;
+}
\ No newline at end of file




More information about the kune-commits mailing list