r1558 - in xwiki-apps/gelc/gelcv1/trunk: . gelc gelc/src/main/web/WEB-INF gelcplugins

Ludovic Dubost ludovic at users.forge.objectweb.org
Tue Nov 14 23:43:29 CET 2006


Author: ludovic
Date: 2006-11-14 23:43:29 +0100 (Tue, 14 Nov 2006)
New Revision: 1558

Modified:
   xwiki-apps/gelc/gelcv1/trunk/gelc.ipr
   xwiki-apps/gelc/gelcv1/trunk/gelc.iws
   xwiki-apps/gelc/gelcv1/trunk/gelc/gelc.iml
   xwiki-apps/gelc/gelcv1/trunk/gelc/src/main/web/WEB-INF/xwiki.cfg
   xwiki-apps/gelc/gelcv1/trunk/gelcplugins/gelcplugins.iml
Log:
Fix lucene path in xwiki.cfg
Uploaded gelc intellij project files for changer in xwiki

Modified: xwiki-apps/gelc/gelcv1/trunk/gelc/gelc.iml
===================================================================
--- xwiki-apps/gelc/gelcv1/trunk/gelc/gelc.iml	2006-11-14 21:58:03 UTC (rev 1557)
+++ xwiki-apps/gelc/gelcv1/trunk/gelc/gelc.iml	2006-11-14 22:43:29 UTC (rev 1558)
@@ -9,14 +9,15 @@
     <exclude-exploded />
     <output-test url="file://$MODULE_DIR$/../build/gelcpluginstest" />
     <content url="file://$MODULE_DIR$/src/main/web" />
-    <content url="file://$MODULE_DIR$/../xwiki/src/main/web" />
+    <content url="file://$MODULE_DIR$/../xwiki/web/standard/src/main/webapp" />
     <orderEntry type="inheritedJdk" />
     <orderEntry type="sourceFolder" forTests="false" />
     <orderEntry type="library" name="xwiki" level="project" />
+    <orderEntry type="library" name="gelc" level="project" />
     <orderEntry type="library" name="Tomcat" level="application_server_libraries" />
+    <orderEntry type="library" name="Tomcat 5.0" level="application" />
     <orderEntry type="module" module-name="gelcplugins" />
     <orderEntry type="module" module-name="xwiki" />
-    <orderEntry type="library" name="Tomcat 5.0" level="application" />
     <orderEntryProperties />
   </component>
   <component name="WebModuleBuildComponent">
@@ -31,17 +32,25 @@
   </component>
   <component name="WebModuleProperties">
     <containerElement type="module" name="gelcplugins">
-      <attribute name="method" value="0" />
+      <attribute name="method" value="1" />
       <attribute name="URI" value="/WEB-INF/classes" />
     </containerElement>
     <containerElement type="module" name="xwiki">
-      <attribute name="method" value="0" />
+      <attribute name="method" value="1" />
       <attribute name="URI" value="/WEB-INF/classes" />
     </containerElement>
+    <containerElement type="library" name="gelc" level="project">
+      <attribute name="method" value="1" />
+      <attribute name="URI" value="/WEB-INF/lib" />
+    </containerElement>
     <containerElement type="library" name="Tomcat" level="application_server_libraries">
       <attribute name="method" value="0" />
       <attribute name="URI" value="&lt;N/A&gt;" />
     </containerElement>
+    <containerElement type="library" name="Tomcat 5.0" level="application">
+      <attribute name="method" value="0" />
+      <attribute name="URI" value="&lt;N/A&gt;" />
+    </containerElement>
     <containerElement type="library" name="Tomcat XWiki" level="application_server_libraries">
       <attribute name="method" value="0" />
       <attribute name="URI" value="&lt;N/A&gt;" />
@@ -52,14 +61,9 @@
     </containerElement>
     <deploymentDescriptor name="web.xml" url="file://$MODULE_DIR$/src/main/web/WEB-INF/web.xml" optional="false" version="2.3" />
     <deploymentDescriptor name="context.xml" url="file://$MODULE_DIR$/src/main/web/META-INF/context.xml" optional="false" version="5.x" />
-    <deploymentDescriptor name="" url="file://$MODULE_DIR$/src/main/web/META-INF/context.xml" optional="false">
-      <option name="DEFAULT_DIR" value="WEB-INF" />
-      <option name="NAME" value="" />
-      <option name="DESCRIPTION" value="" />
-    </deploymentDescriptor>
     <webroots>
+      <root url="file://$MODULE_DIR$/../xwiki/web/standard/src/main/webapp" relative="/" />
       <root url="file://$MODULE_DIR$/src/main/web" relative="/" />
-      <root url="file://$MODULE_DIR$/../xwiki/src/main/web" relative="/" />
     </webroots>
   </component>
   <component name="WeblogicWebModuleProperties" />

Modified: xwiki-apps/gelc/gelcv1/trunk/gelc/src/main/web/WEB-INF/xwiki.cfg
===================================================================
--- xwiki-apps/gelc/gelcv1/trunk/gelc/src/main/web/WEB-INF/xwiki.cfg	2006-11-14 21:58:03 UTC (rev 1557)
+++ xwiki-apps/gelc/gelcv1/trunk/gelc/src/main/web/WEB-INF/xwiki.cfg	2006-11-14 22:43:29 UTC (rev 1558)
@@ -20,7 +20,7 @@
 xwiki.store.cache=1
 xwiki.store.cache.capacity=100
 xwiki.monitor=1
-xwiki.plugins=com.xpn.xwiki.monitor.api.MonitorPlugin,com.xpn.xwiki.plugin.packaging.PackagePlugin,com.xpn.xwiki.plugin.query.QueryPlugin,com.xpn.xwiki.plugin.fileupload.FileUploadPlugin,com.xpn.xwiki.plugin.image.ImagePlugin,org.gelc.xwiki.plugins.assets.AssetManagerPlugin,org.gelc.xwiki.plugins.framework.FrameworkManagerPlugin,com.xpn.xwiki.plugin.userdirectory.UserDirectoryPlugin,com.xpn.xwiki.plugin.usertools.XWikiUserManagementToolsImpl,org.gelc.xwiki.plugins.mime.MimeTypePlugin,org.gelc.xwiki.plugins.licence.LicenceManagerPlugin,com.xpn.xwiki.plugin.calendar.CalendarPlugin,net.jkraemer.xwiki.plugins.lucene.LucenePlugin,com.xpn.xwiki.plugin.zipexplorer.ZipExplorerPlugin
+xwiki.plugins=com.xpn.xwiki.monitor.api.MonitorPlugin,com.xpn.xwiki.plugin.packaging.PackagePlugin,com.xpn.xwiki.plugin.query.QueryPlugin,com.xpn.xwiki.plugin.fileupload.FileUploadPlugin,com.xpn.xwiki.plugin.image.ImagePlugin,org.gelc.xwiki.plugins.assets.AssetManagerPlugin,org.gelc.xwiki.plugins.framework.FrameworkManagerPlugin,com.xpn.xwiki.plugin.userdirectory.UserDirectoryPlugin,com.xpn.xwiki.plugin.usertools.XWikiUserManagementToolsImpl,org.gelc.xwiki.plugins.mime.MimeTypePlugin,com.xpn.xwiki.plugin.zipexplorer.ZipExplorerPlugin,org.gelc.xwiki.plugins.licence.LicenceManagerPlugin,com.xpn.xwiki.plugin.calendar.CalendarPlugin,net.jkraemer.xwiki.plugins.lucene.LucenePlugin
 
 # This parameter allows XWiki to operate in Hosting mode
 # allowing to create multiple wikis having their own database
@@ -72,7 +72,7 @@
 
 ## Lucene settings
 #Configure the index location
-xwiki.plugins.lucene.indexdir=C:/index/
+xwiki.plugins.lucene.indexdir=/appserv/lucene_index
 #Configure the analyzer used for indexing and searching.
 xwiki.plugins.lucene.analyzer=org.apache.lucene.analysis.standard.StandardAnalyzer
 #setting index interval

Modified: xwiki-apps/gelc/gelcv1/trunk/gelc.ipr
===================================================================
--- xwiki-apps/gelc/gelcv1/trunk/gelc.ipr	2006-11-14 21:58:03 UTC (rev 1557)
+++ xwiki-apps/gelc/gelcv1/trunk/gelc.ipr	2006-11-14 22:43:29 UTC (rev 1558)
@@ -323,7 +323,6 @@
         <root url="jar://$PROJECT_DIR$/xwiki/lib/dom4j-1.6.1.jar!/" />
         <root url="jar://$PROJECT_DIR$/xwiki/lib/ecs-1.4.2.jar!/" />
         <root url="jar://$PROJECT_DIR$/xwiki/lib/ehcache-1.1.jar!/" />
-        <root url="jar://$PROJECT_DIR$/xwiki/lib/exo-platform.commons.jar!/" />
         <root url="jar://$PROJECT_DIR$/xwiki/lib/exo-platform.container-2.0.jar!/" />
         <root url="jar://$PROJECT_DIR$/xwiki/lib/exo-platform.service.chart.api-2.0.jar!/" />
         <root url="jar://$PROJECT_DIR$/xwiki/lib/exo-platform.service.chart.impl-2.0.jar!/" />
@@ -332,13 +331,9 @@
         <root url="jar://$PROJECT_DIR$/xwiki/lib/exo-platform.service.database.impl-2.0.jar!/" />
         <root url="jar://$PROJECT_DIR$/xwiki/lib/exo-platform.service.organization.api-2.0.jar!/" />
         <root url="jar://$PROJECT_DIR$/xwiki/lib/exo-platform.service.organization.impl-2.0.jar!/" />
-        <root url="jar://$PROJECT_DIR$/xwiki/lib/exo-platform.service.sercurity.api-2.0.jar!/" />
-        <root url="jar://$PROJECT_DIR$/xwiki/lib/exo-platform.service.sercurity.impl-2.0.jar!/" />
         <root url="jar://$PROJECT_DIR$/xwiki/lib/flickrapi-1.0a7.jar!/" />
         <root url="jar://$PROJECT_DIR$/xwiki/lib/flipper.jar!/" />
         <root url="jar://$PROJECT_DIR$/xwiki/lib/fop-0.20.5.jar!/" />
-        <root url="jar://$PROJECT_DIR$/xwiki/lib/googleadwords.jar!/" />
-        <root url="jar://$PROJECT_DIR$/xwiki/lib/googleapi.jar!/" />
         <root url="jar://$PROJECT_DIR$/xwiki/lib/graffito-jcr-mapping-1.0-a1-amelentev-dev-src.zip!/" />
         <root url="jar://$PROJECT_DIR$/xwiki/lib/graffito-jcr-mapping-1.0-a1-amelentev-dev.jar!/" />
         <root url="jar://$PROJECT_DIR$/xwiki/lib/groovy-all-1.0-jsr-06.jar!/" />
@@ -349,7 +344,6 @@
         <root url="jar://$PROJECT_DIR$/xwiki/lib/ical4j-0.9.19M.jar!/" />
         <root url="jar://$PROJECT_DIR$/xwiki/lib/InlineJavaServer.jar!/" />
         <root url="jar://$PROJECT_DIR$/xwiki/lib/InlineJavaUser.jar!/" />
-        <root url="jar://$PROJECT_DIR$/xwiki/lib/ipresolver.jar!/" />
         <root url="jar://$PROJECT_DIR$/xwiki/lib/jaxrpc-1.1.jar!/" />
         <root url="jar://$PROJECT_DIR$/xwiki/lib/jcommon-1.0.5.jar!/" />
         <root url="jar://$PROJECT_DIR$/xwiki/lib/jcr-1.0.jar!/" />
@@ -360,10 +354,7 @@
         <root url="jar://$PROJECT_DIR$/xwiki/lib/jmock-1.1.0RC1.jar!/" />
         <root url="jar://$PROJECT_DIR$/xwiki/lib/jmock-cglib-1.1.0RC1.jar!/" />
         <root url="jar://$PROJECT_DIR$/xwiki/lib/jmxri.jar!/" />
-        <root url="jar://$PROJECT_DIR$/xwiki/lib/jta.jar!/" />
-        <root url="jar://$PROJECT_DIR$/xwiki/lib/jtidy.jar!/" />
         <root url="jar://$PROJECT_DIR$/xwiki/lib/junit-4.1.jar!/" />
-        <root url="jar://$PROJECT_DIR$/xwiki/lib/ldap.jar!/" />
         <root url="jar://$PROJECT_DIR$/xwiki/lib/log4j-1.2.13.jar!/" />
         <root url="jar://$PROJECT_DIR$/xwiki/lib/lucene-1.4.3.jar!/" />
         <root url="jar://$PROJECT_DIR$/xwiki/lib/mail-1.4.jar!/" />
@@ -386,7 +377,6 @@
         <root url="jar://$PROJECT_DIR$/xwiki/lib/soap-2.3.1.jar!/" />
         <root url="jar://$PROJECT_DIR$/xwiki/lib/struts-1.2.9.jar!/" />
         <root url="jar://$PROJECT_DIR$/xwiki/lib/swarmcache.jar!/" />
-        <root url="jar://$PROJECT_DIR$/xwiki/lib/terraservice.jar!/" />
         <root url="jar://$PROJECT_DIR$/xwiki/lib/velocity-1.4.jar!/" />
         <root url="jar://$PROJECT_DIR$/xwiki/lib/velocity-tools-1.1.jar!/" />
         <root url="jar://$PROJECT_DIR$/xwiki/lib/ws-commons-java5-1.0.1.jar!/" />
@@ -404,8 +394,6 @@
         <root url="jar://$PROJECT_DIR$/xwiki/lib/xmlrpc-common-3.0-sources.jar!/" />
         <root url="jar://$PROJECT_DIR$/xwiki/lib/xmlrpc-client-3.0-sources.jar!/" />
         <root url="jar://$PROJECT_DIR$/xwiki/lib/antlr-2.7.6.jar!/" />
-        <root url="jar://$PROJECT_DIR$/xwiki/lib/jcaptcha-all-1.0.jar!/" />
-        <root url="file://$PROJECT_DIR$/lib" />
         <root url="jar://$PROJECT_DIR$/xwiki/lib/org.suigeneris.jrcs.rcs-0.3.0-xwiki.jar!/" />
         <root url="jar://$PROJECT_DIR$/xwiki/lib/alexa-UNKNOWN-xwiki.jar!/" />
         <root url="jar://$PROJECT_DIR$/xwiki/lib/oscache-2.3.2-xwiki.jar!/" />
@@ -414,10 +402,31 @@
         <root url="jar://$PROJECT_DIR$/xwiki/lib/servlet-api-2.4.jar!/" />
         <root url="jar://$PROJECT_DIR$/xwiki/lib/radeox-UNKNOWN-xwiki.jar!/" />
         <root url="jar://$PROJECT_DIR$/xwiki/lib/derby-10.1.3.1.jar!/" />
+        <root url="jar://$PROJECT_DIR$/xwiki/lib/jta-1.0.1B.jar!/" />
+        <root url="jar://$PROJECT_DIR$/xwiki/lib/exo-platform.service.security.impl-2.0.jar!/" />
+        <root url="jar://$PROJECT_DIR$/xwiki/lib/jcaptcha-all-1.0-RC3.jar!/" />
+        <root url="jar://$PROJECT_DIR$/xwiki/lib/ldap-UNKNOWN.jar!/" />
+        <root url="jar://$PROJECT_DIR$/xwiki/lib/googleadwords-UNKNOWN-xwiki.jar!/" />
+        <root url="jar://$PROJECT_DIR$/xwiki/lib/exo-platform.service.security.api-2.0.jar!/" />
+        <root url="jar://$PROJECT_DIR$/xwiki/lib/ipresolver-UNKNOWN.jar!/" />
+        <root url="jar://$PROJECT_DIR$/xwiki/lib/jtidy-UNKNOWN.jar!/" />
+        <root url="jar://$PROJECT_DIR$/xwiki/lib/googleapi-UNKNOWN-xwiki.jar!/" />
+        <root url="jar://$PROJECT_DIR$/xwiki/lib/terraservice-UNKNOWN-xwiki.jar!/" />
+        <root url="jar://$PROJECT_DIR$/xwiki/lib/exo-platform.commons-2.0.jar!/" />
       </CLASSES>
       <JAVADOC />
       <SOURCES />
     </library>
+    <library name="gelc">
+      <CLASSES>
+        <root url="jar://$PROJECT_DIR$/lib/PDFBox-0.7.2.jar!/" />
+        <root url="jar://$PROJECT_DIR$/lib/poi-3.0-alpha1-20050704.jar!/" />
+        <root url="jar://$PROJECT_DIR$/lib/poi-scratchpad-3.0-alpha1-20050704.jar!/" />
+        <root url="jar://$PROJECT_DIR$/lib/xpp3-1.1.3.4-RC8_min.jar!/" />
+      </CLASSES>
+      <JAVADOC />
+      <SOURCES />
+    </library>
   </component>
   <component name="uidesigner-configuration">
     <option name="INSTRUMENT_CLASSES" value="true" />

Modified: xwiki-apps/gelc/gelcv1/trunk/gelc.iws
===================================================================
--- xwiki-apps/gelc/gelcv1/trunk/gelc.iws	2006-11-14 21:58:03 UTC (rev 1557)
+++ xwiki-apps/gelc/gelcv1/trunk/gelc.iws	2006-11-14 22:43:29 UTC (rev 1558)
@@ -32,6 +32,8 @@
     <option name="AUTO_SHOW_ERRORS_IN_EDITOR" value="true" />
     <option name="CLOSE_MESSAGE_VIEW_IF_SUCCESS" value="true" />
     <option name="COMPILE_DEPENDENT_FILES" value="false" />
+    <option name="CLEAR_OUTPUT_DIRECTORY" value="false" />
+    <option name="ASSERT_NOT_NULL" value="true" />
   </component>
   <component name="CoverageDataManager" />
   <component name="Cvs2Configuration">
@@ -85,6 +87,34 @@
     <disable_hints />
   </component>
   <component name="DebuggerManager">
+    <line_breakpoints>
+      <breakpoint url="file://$PROJECT_DIR$/xwiki/core/src/main/java/com/xpn/xwiki/api/Document.java" line="1273" class="com.xpn.xwiki.api.Document" package="com.xpn.xwiki.api">
+        <option name="ENABLED" value="true" />
+        <option name="SUSPEND_POLICY" value="SuspendAll" />
+        <option name="LOG_ENABLED" value="false" />
+        <option name="LOG_EXPRESSION_ENABLED" value="false" />
+        <option name="COUNT_FILTER_ENABLED" value="false" />
+        <option name="COUNT_FILTER" value="0" />
+        <option name="CONDITION_ENABLED" value="false" />
+        <option name="CLASS_FILTERS_ENABLED" value="false" />
+        <option name="INSTANCE_FILTERS_ENABLED" value="false" />
+        <option name="CONDITION" value="" />
+        <option name="LOG_MESSAGE" value="" />
+      </breakpoint>
+      <breakpoint url="file://$PROJECT_DIR$/xwiki/core/src/main/java/com/xpn/xwiki/web/UploadAction.java" line="65" class="com.xpn.xwiki.web.UploadAction" package="com.xpn.xwiki.web">
+        <option name="ENABLED" value="true" />
+        <option name="SUSPEND_POLICY" value="SuspendAll" />
+        <option name="LOG_ENABLED" value="false" />
+        <option name="LOG_EXPRESSION_ENABLED" value="false" />
+        <option name="COUNT_FILTER_ENABLED" value="false" />
+        <option name="COUNT_FILTER" value="0" />
+        <option name="CONDITION_ENABLED" value="false" />
+        <option name="CLASS_FILTERS_ENABLED" value="false" />
+        <option name="INSTANCE_FILTERS_ENABLED" value="false" />
+        <option name="CONDITION" value="" />
+        <option name="LOG_MESSAGE" value="" />
+      </breakpoint>
+    </line_breakpoints>
     <breakpoint_any>
       <breakpoint>
         <option name="NOTIFY_CAUGHT" value="true" />
@@ -127,7 +157,16 @@
   <component name="FavoritesManager">
     <favorites_list name="gelc" />
   </component>
-  <component name="FavoritesProjectViewPane" />
+  <component name="FavoritesProjectViewPane">
+    <subPane subId="gelc">
+      <PATH>
+        <PATH_ELEMENT>
+          <option name="myItemId" />
+          <option name="myItemType" value="com.intellij.ide.favoritesTreeView.FavoritesTreeNodeDescriptor" />
+        </PATH_ELEMENT>
+      </PATH>
+    </subPane>
+  </component>
   <component name="FavoritesViewImpl">
     <favorites_list name="gelc">
       <option name="IS_AUTOSCROLL_TO_SOURCE" value="false" />
@@ -143,17 +182,92 @@
   </component>
   <component name="FileEditorManager">
     <leaf>
-      <file leaf-file-name="MetaDataFrameworkPlugin.java" pinned="false" current="true" current-in-tab="true">
-        <entry file="file://$PROJECT_DIR$/gelcplugins/src/main/java/org/gelc/xwiki/plugins/mdfw/MetaDataFrameworkPlugin.java">
+      <file leaf-file-name="DateClass.java" pinned="false" current="false" current-in-tab="false">
+        <entry file="file://$PROJECT_DIR$/xwiki/core/src/main/java/com/xpn/xwiki/objects/classes/DateClass.java">
           <provider selected="true" editor-type-id="text-editor">
-            <state line="13" column="18" selection-start="369" selection-end="369" vertical-scroll-proportion="0.50688076">
-              <folding>
-                <element signature="imports" expanded="true" />
-              </folding>
+            <state line="166" column="21" selection-start="5195" selection-end="5195" vertical-scroll-proportion="0.021683674">
+              <folding />
             </state>
           </provider>
         </entry>
       </file>
+      <file leaf-file-name="calendar.js" pinned="false" current="false" current-in-tab="false">
+        <entry file="file://$PROJECT_DIR$/xwiki/web/standard/src/main/webapp/yui/calendar/calendar.js">
+          <provider selected="true" editor-type-id="text-editor">
+            <state line="1028" column="63" selection-start="34119" selection-end="34119" vertical-scroll-proportion="0.022106633">
+              <folding />
+            </state>
+          </provider>
+        </entry>
+      </file>
+      <file leaf-file-name="AssetManagerPlugin.java" pinned="false" current="false" current-in-tab="false">
+        <entry file="file://$PROJECT_DIR$/gelcplugins/src/main/java/org/gelc/xwiki/plugins/assets/AssetManagerPlugin.java">
+          <provider selected="true" editor-type-id="text-editor">
+            <state line="542" column="16" selection-start="21827" selection-end="21827" vertical-scroll-proportion="0.55396616">
+              <folding />
+            </state>
+          </provider>
+        </entry>
+      </file>
+      <file leaf-file-name="xwiki.cfg" pinned="false" current="false" current-in-tab="false">
+        <entry file="file://$PROJECT_DIR$/xwiki/web/standard/src/main/webapp/WEB-INF/xwiki.cfg">
+          <provider selected="true" editor-type-id="text-editor">
+            <state line="76" column="0" selection-start="3753" selection-end="3753" vertical-scroll-proportion="0.86736023">
+              <folding />
+            </state>
+          </provider>
+        </entry>
+      </file>
+      <file leaf-file-name="xwiki.cfg" pinned="false" current="true" current-in-tab="true">
+        <entry file="file://$PROJECT_DIR$/gelc/src/main/web/WEB-INF/xwiki.cfg">
+          <provider selected="true" editor-type-id="text-editor">
+            <state line="74" column="51" selection-start="3606" selection-end="3606" vertical-scroll-proportion="0.8790637">
+              <folding />
+            </state>
+          </provider>
+        </entry>
+      </file>
+      <file leaf-file-name="calrt.gif" pinned="false" current="false" current-in-tab="false">
+        <entry file="file://$PROJECT_DIR$/xwiki/web/standard/src/main/webapp/yui/calendar/assets/calrt.gif">
+          <provider selected="true" editor-type-id="images">
+            <state />
+          </provider>
+        </entry>
+      </file>
+      <file leaf-file-name="calx.gif" pinned="false" current="false" current-in-tab="false">
+        <entry file="file://$PROJECT_DIR$/xwiki/web/standard/src/main/webapp/yui/calendar/assets/calx.gif">
+          <provider selected="true" editor-type-id="images">
+            <state />
+          </provider>
+        </entry>
+      </file>
+      <file leaf-file-name="calendar.css" pinned="false" current="false" current-in-tab="false">
+        <entry file="file://$PROJECT_DIR$/xwiki/web/standard/src/main/webapp/yui/calendar/assets/calendar.css">
+          <provider selected="true" editor-type-id="text-editor">
+            <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
+              <folding />
+            </state>
+          </provider>
+        </entry>
+      </file>
+      <file leaf-file-name="README" pinned="false" current="false" current-in-tab="false">
+        <entry file="file://$PROJECT_DIR$/xwiki/web/standard/src/main/webapp/yui/calendar/README">
+          <provider selected="true" editor-type-id="text-editor">
+            <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
+              <folding />
+            </state>
+          </provider>
+        </entry>
+      </file>
+      <file leaf-file-name="DateMetaClass.java" pinned="false" current="false" current-in-tab="false">
+        <entry file="file://$PROJECT_DIR$/xwiki/core/src/main/java/com/xpn/xwiki/objects/meta/DateMetaClass.java">
+          <provider selected="true" editor-type-id="text-editor">
+            <state line="55" column="34" selection-start="2060" selection-end="2060" vertical-scroll-proportion="0.55739796">
+              <folding />
+            </state>
+          </provider>
+        </entry>
+      </file>
     </leaf>
   </component>
   <component name="FindManager">
@@ -170,19 +284,17 @@
     <option name="AUTOSCROLL_TO_SOURCE" value="false" />
     <option name="SPLITTER_PROPORTION" value="0.5" />
     <option name="GROUP_BY_SEVERITY" value="false" />
+    <option name="FILTER_RESOLVED_ITEMS" value="true" />
     <option name="ANALYZE_TEST_SOURCES" value="true" />
+    <option name="SHOW_DIFF_WITH_PREVIOUS_RUN" value="false" />
     <option name="SCOPE_TYPE" value="1" />
     <option name="CUSTOM_SCOPE_NAME" value="" />
-    <profile name="Default" />
+    <option name="SHOW_ONLY_DIFF" value="false" />
+    <option name="myCurrentProfileName" value="Default" />
   </component>
-  <component name="J2EEProjectPane">
-    <PATH>
-      <PATH_ELEMENT>
-        <option name="myItemId" value="gelc.ipr" />
-        <option name="myItemType" value="com.intellij.j2ee.module.view.nodes.J2EEProjectNodeDescriptor" />
-      </PATH_ELEMENT>
-    </PATH>
-    <setting name="SHOW_AS_DEPLOYMENT_VIEW" value="false" />
+  <component name="J2EEProjectPane" />
+  <component name="JetStyle.JetStylePlugin">
+    <jetstyle-conf />
   </component>
   <component name="JspContextManager" />
   <component name="ModuleEditorState">
@@ -191,16 +303,14 @@
   </component>
   <component name="NamedScopeManager" />
   <component name="PackagesPane">
-    <PATH>
-      <PATH_ELEMENT>
-        <option name="myItemId" value="gelc.ipr" />
-        <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PackageViewProjectNode" />
-      </PATH_ELEMENT>
-      <PATH_ELEMENT>
-        <option name="myItemId" value="gelcplugins" />
-        <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PackageViewModuleNode" />
-      </PATH_ELEMENT>
-    </PATH>
+    <subPane>
+      <PATH>
+        <PATH_ELEMENT>
+          <option name="myItemId" value="gelc.ipr" />
+          <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PackageViewProjectNode" />
+        </PATH_ELEMENT>
+      </PATH>
+    </subPane>
   </component>
   <component name="PerforceChangeBrowserSettings">
     <option name="USE_CLIENT_FILTER" value="true" />
@@ -224,13 +334,8 @@
     <option name="ENABLED" value="true" />
     <option name="USE_LOGIN" value="false" />
     <option name="LOGIN_SILENTLY" value="false" />
-    <option name="INTEGRATE_BRANCH_NAME" />
-    <option name="INTEGRATE_CHANGELIST_NUM" value="-1" />
     <option name="INTEGRATE_RUN_RESOLVE" value="true" />
     <option name="INTEGRATE_REVERT_UNCHANGED" value="true" />
-    <option name="INTEGRATE_CHANGE_LIST_NUMBER" value="" />
-    <option name="INTEGRATE_CHANGE_LIST" value="false" />
-    <option name="INTEGRATE_REVERSE" value="false" />
   </component>
   <component name="ProjectLevelVcsManager">
     <OptionsSetting value="true" id="Add" />
@@ -247,49 +352,133 @@
     <ConfirmationsSetting value="0" id="Remove" />
   </component>
   <component name="ProjectPane">
-    <PATH>
-      <PATH_ELEMENT>
-        <option name="myItemId" value="gelc.ipr" />
-        <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
-      </PATH_ELEMENT>
-      <PATH_ELEMENT>
-        <option name="myItemId" value="xwiki" />
-        <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewModuleNode" />
-      </PATH_ELEMENT>
-      <PATH_ELEMENT>
-        <option name="myItemId" value="Libraries" />
-        <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.LibraryGroupNode" />
-      </PATH_ELEMENT>
-    </PATH>
-    <PATH>
-      <PATH_ELEMENT>
-        <option name="myItemId" value="gelc.ipr" />
-        <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
-      </PATH_ELEMENT>
-      <PATH_ELEMENT>
-        <option name="myItemId" value="xwiki" />
-        <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewModuleNode" />
-      </PATH_ELEMENT>
-    </PATH>
-    <PATH>
-      <PATH_ELEMENT>
-        <option name="myItemId" value="gelc.ipr" />
-        <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
-      </PATH_ELEMENT>
-    </PATH>
+    <subPane>
+      <PATH>
+        <PATH_ELEMENT>
+          <option name="myItemId" value="gelc.ipr" />
+          <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
+        </PATH_ELEMENT>
+        <PATH_ELEMENT>
+          <option name="myItemId" value="xwiki" />
+          <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewModuleNode" />
+        </PATH_ELEMENT>
+        <PATH_ELEMENT>
+          <option name="myItemId" value="Libraries" />
+          <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.LibraryGroupNode" />
+        </PATH_ELEMENT>
+      </PATH>
+      <PATH>
+        <PATH_ELEMENT>
+          <option name="myItemId" value="gelc.ipr" />
+          <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
+        </PATH_ELEMENT>
+        <PATH_ELEMENT>
+          <option name="myItemId" value="xwiki" />
+          <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewModuleNode" />
+        </PATH_ELEMENT>
+        <PATH_ELEMENT>
+          <option name="myItemId" value="PsiDirectory:C:\dev\java\gelc\gelcv1\xwiki" />
+          <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
+        </PATH_ELEMENT>
+      </PATH>
+      <PATH>
+        <PATH_ELEMENT>
+          <option name="myItemId" value="gelc.ipr" />
+          <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
+        </PATH_ELEMENT>
+        <PATH_ELEMENT>
+          <option name="myItemId" value="gelcplugins" />
+          <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewModuleNode" />
+        </PATH_ELEMENT>
+      </PATH>
+      <PATH>
+        <PATH_ELEMENT>
+          <option name="myItemId" value="gelc.ipr" />
+          <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
+        </PATH_ELEMENT>
+        <PATH_ELEMENT>
+          <option name="myItemId" value="gelc" />
+          <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewModuleNode" />
+        </PATH_ELEMENT>
+      </PATH>
+      <PATH>
+        <PATH_ELEMENT>
+          <option name="myItemId" value="gelc.ipr" />
+          <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
+        </PATH_ELEMENT>
+        <PATH_ELEMENT>
+          <option name="myItemId" value="gelc" />
+          <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewModuleNode" />
+        </PATH_ELEMENT>
+        <PATH_ELEMENT>
+          <option name="myItemId" value="PsiDirectory:C:\dev\java\gelc\gelcv1\xwiki\web\standard\src\main\webapp" />
+          <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
+        </PATH_ELEMENT>
+      </PATH>
+      <PATH>
+        <PATH_ELEMENT>
+          <option name="myItemId" value="gelc.ipr" />
+          <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
+        </PATH_ELEMENT>
+        <PATH_ELEMENT>
+          <option name="myItemId" value="gelc" />
+          <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewModuleNode" />
+        </PATH_ELEMENT>
+        <PATH_ELEMENT>
+          <option name="myItemId" value="PsiDirectory:C:\dev\java\gelc\gelcv1\xwiki\web\standard\src\main\webapp" />
+          <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
+        </PATH_ELEMENT>
+        <PATH_ELEMENT>
+          <option name="myItemId" value="PsiDirectory:C:\dev\java\gelc\gelcv1\xwiki\web\standard\src\main\webapp\WEB-INF" />
+          <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
+        </PATH_ELEMENT>
+      </PATH>
+      <PATH>
+        <PATH_ELEMENT>
+          <option name="myItemId" value="gelc.ipr" />
+          <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
+        </PATH_ELEMENT>
+        <PATH_ELEMENT>
+          <option name="myItemId" value="gelc" />
+          <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewModuleNode" />
+        </PATH_ELEMENT>
+        <PATH_ELEMENT>
+          <option name="myItemId" value="PsiDirectory:C:\dev\java\gelc\gelcv1\gelc\src\main\web" />
+          <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
+        </PATH_ELEMENT>
+      </PATH>
+      <PATH>
+        <PATH_ELEMENT>
+          <option name="myItemId" value="gelc.ipr" />
+          <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
+        </PATH_ELEMENT>
+        <PATH_ELEMENT>
+          <option name="myItemId" value="gelc" />
+          <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewModuleNode" />
+        </PATH_ELEMENT>
+        <PATH_ELEMENT>
+          <option name="myItemId" value="PsiDirectory:C:\dev\java\gelc\gelcv1\gelc\src\main\web" />
+          <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
+        </PATH_ELEMENT>
+        <PATH_ELEMENT>
+          <option name="myItemId" value="PsiDirectory:C:\dev\java\gelc\gelcv1\gelc\src\main\web\WEB-INF" />
+          <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
+        </PATH_ELEMENT>
+      </PATH>
+    </subPane>
   </component>
   <component name="ProjectReloadState">
     <option name="STATE" value="0" />
   </component>
   <component name="ProjectView">
-    <navigator currentView="ProjectPane" splitterProportion="0.5">
+    <navigator currentView="ProjectPane" proportions="0.16666667" version="1" splitterProportion="0.5">
       <flattenPackages />
       <showMembers />
       <showModules />
       <showLibraryContents />
       <hideEmptyPackages />
       <abbreviatePackageNames />
-      <showStructure ProjectPane="false" Scope="false" J2EEPane="false" />
+      <showStructure PackagesPane="false" J2EEPane="false" Scope="false" Favorites="false" ProjectPane="false" />
       <autoscrollToSource />
       <autoscrollFromSource />
       <sortByType />
@@ -313,32 +502,48 @@
   </component>
   <component name="RecentsManager" />
   <component name="RestoreUpdateTree" />
-  <component name="RunManager">
-    <activeType name="#com.intellij.j2ee.web.tomcat.TomcatRunConfigurationFactory" />
-    <configuration selected="false" default="true" type="JUnit" factoryName="JUnit">
-      <module name="" />
+  <component name="RunManager" selected="Tomcat Server.Tomcat5">
+    <tempConfiguration default="false" name="ClassesTest.testSortedListMapDisplayers" type="JUnit" factoryName="JUnit" enabled="false" merge="false">
+      <pattern value="com.xpn.xwiki.test.*" />
+      <module name="gelc" />
       <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
-      <option name="ALTERNATIVE_JRE_PATH" />
-      <option name="PACKAGE_NAME" />
-      <option name="MAIN_CLASS_NAME" />
-      <option name="METHOD_NAME" />
-      <option name="TEST_OBJECT" value="class" />
-      <option name="VM_PARAMETERS" />
-      <option name="PARAMETERS" />
-      <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
+      <option name="ALTERNATIVE_JRE_PATH" value="" />
+      <option name="PACKAGE_NAME" value="com.xpn.xwiki.test" />
+      <option name="MAIN_CLASS_NAME" value="com.xpn.xwiki.test.ClassesTest" />
+      <option name="METHOD_NAME" value="testSortedListMapDisplayers" />
+      <option name="TEST_OBJECT" value="method" />
+      <option name="VM_PARAMETERS" value="" />
+      <option name="PARAMETERS" value="" />
+      <option name="WORKING_DIRECTORY" value="file://$PROJECT_DIR$" />
       <option name="ADDITIONAL_CLASS_PATH" />
       <option name="TEST_SEARCH_SCOPE">
         <value defaultName="wholeProject" />
       </option>
-    </configuration>
-    <configuration selected="false" default="true" type="Remote" factoryName="Remote">
-      <option name="USE_SOCKET_TRANSPORT" value="true" />
-      <option name="SERVER_MODE" value="false" />
-      <option name="SHMEM_ADDRESS" value="javadebug" />
-      <option name="HOST" value="localhost" />
-      <option name="PORT" value="5005" />
-    </configuration>
-    <configuration selected="false" default="true" type="Applet" factoryName="Applet">
+      <RunnerSettings RunnerId="Debug">
+        <option name="DEBUG_PORT" value="3195" />
+        <option name="TRANSPORT" value="0" />
+        <option name="LOCAL" value="true" />
+      </RunnerSettings>
+      <RunnerSettings RunnerId="Profile ">
+        <option name="myStartupWithAllocations" value="false" />
+        <option name="myCPUStartup" value="" />
+        <option name="myUsedMemoryThreshold" value="0" />
+        <option name="myDontLaunchUI" value="false" />
+        <option name="myCaptureMemoryOnExit" value="false" />
+        <option name="myCaptureCPUOnExit" value="false" />
+        <option name="mySnapshotsDir" value="" />
+        <option name="myForceJVMTI" value="false" />
+        <option name="myDisableAlloc" value="false" />
+        <option name="myDisableCounts" value="false" />
+      </RunnerSettings>
+      <RunnerSettings RunnerId="Run" />
+      <ConfigurationWrapper RunnerId="Debug" />
+      <ConfigurationWrapper RunnerId="Run" />
+      <method>
+        <option name="Make" value="true" />
+      </method>
+    </tempConfiguration>
+    <configuration default="true" type="Applet" factoryName="Applet">
       <module name="" />
       <option name="MAIN_CLASS_NAME" />
       <option name="HTML_FILE_NAME" />
@@ -350,7 +555,17 @@
       <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
       <option name="ALTERNATIVE_JRE_PATH" />
     </configuration>
-    <configuration selected="false" default="true" type="#com.intellij.j2ee.web.tomcat.TomcatRunConfigurationFactory" factoryName="Local">
+    <configuration default="true" type="Application" factoryName="Application" enabled="false" merge="false">
+      <option name="MAIN_CLASS_NAME" />
+      <option name="VM_PARAMETERS" />
+      <option name="PROGRAM_PARAMETERS" />
+      <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
+      <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
+      <option name="ALTERNATIVE_JRE_PATH" />
+      <option name="ENABLE_SWING_INSPECTOR" value="false" />
+      <module name="" />
+    </configuration>
+    <configuration default="true" type="#com.intellij.j2ee.web.tomcat.TomcatRunConfigurationFactory" factoryName="Local">
       <option name="WORKING_DIRECTORY" />
       <option name="HOST" value="localhost" />
       <option name="PORT" value="8080" />
@@ -358,17 +573,71 @@
       <option name="OPEN_IN_BROWSER" value="true" />
       <option name="OPEN_IN_BROWSER_URL" value="/" />
       <option name="COMMON_VM_ARGUMENTS" value="" />
+      <option name="DEPLOY_TOMCAT_MANAGER" value="false" />
+      <option name="BASE_DIRECTORY_NAME" value="" />
+      <predefined_log_file id="TOMCAT_LOCALHOST_LOG_ID" enabled="true" />
     </configuration>
-    <configuration selected="false" default="true" type="Application" factoryName="Application">
+    <configuration default="true" type="Remote" factoryName="Remote">
+      <option name="USE_SOCKET_TRANSPORT" value="true" />
+      <option name="SERVER_MODE" value="false" />
+      <option name="SHMEM_ADDRESS" value="javadebug" />
+      <option name="HOST" value="localhost" />
+      <option name="PORT" value="5005" />
+    </configuration>
+    <configuration default="true" type="JUnit" factoryName="JUnit" enabled="false" merge="false">
+      <module name="" />
+      <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
+      <option name="ALTERNATIVE_JRE_PATH" />
+      <option name="PACKAGE_NAME" />
       <option name="MAIN_CLASS_NAME" />
+      <option name="METHOD_NAME" />
+      <option name="TEST_OBJECT" value="class" />
       <option name="VM_PARAMETERS" />
-      <option name="PROGRAM_PARAMETERS" />
+      <option name="PARAMETERS" />
       <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
+      <option name="ADDITIONAL_CLASS_PATH" />
+      <option name="TEST_SEARCH_SCOPE">
+        <value defaultName="wholeProject" />
+      </option>
+      <method>
+        <option name="Make" value="true" />
+      </method>
+    </configuration>
+    <configuration default="false" name="MimeTypePluginTest" type="JUnit" factoryName="JUnit" enabled="false" merge="false">
+      <pattern value="org.gelc.xwiki.plugins.mime.*" />
+      <module name="gelc" />
       <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
       <option name="ALTERNATIVE_JRE_PATH" />
-      <module name="" />
+      <option name="PACKAGE_NAME" value="org.gelc.xwiki.plugins.mime" />
+      <option name="MAIN_CLASS_NAME" value="org.gelc.xwiki.plugins.mime.MimeTypePluginTest" />
+      <option name="METHOD_NAME" />
+      <option name="TEST_OBJECT" value="class" />
+      <option name="VM_PARAMETERS" />
+      <option name="PARAMETERS" />
+      <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
+      <option name="ADDITIONAL_CLASS_PATH" />
+      <option name="TEST_SEARCH_SCOPE">
+        <value defaultName="wholeProject" />
+      </option>
+      <RunnerSettings RunnerId="Profile ">
+        <option name="myStartupWithAllocations" value="false" />
+        <option name="myCPUStartup" />
+        <option name="myUsedMemoryThreshold" value="0" />
+        <option name="myDontLaunchUI" value="false" />
+        <option name="myCaptureMemoryOnExit" value="false" />
+        <option name="myCaptureCPUOnExit" value="false" />
+        <option name="mySnapshotsDir" />
+        <option name="myForceJVMTI" value="false" />
+        <option name="myDisableAlloc" value="false" />
+        <option name="myDisableCounts" value="false" />
+      </RunnerSettings>
+      <RunnerSettings RunnerId="Run" />
+      <ConfigurationWrapper RunnerId="Run" />
+      <method>
+        <option name="Make" value="true" />
+      </method>
     </configuration>
-    <configuration selected="false" default="false" name="Tomcat55" type="#com.intellij.j2ee.web.tomcat.TomcatRunConfigurationFactory" factoryName="Local">
+    <configuration default="false" name="Tomcat55" type="#com.intellij.j2ee.web.tomcat.TomcatRunConfigurationFactory" factoryName="Local">
       <option name="WORKING_DIRECTORY" />
       <option name="HOST" value="localhost" />
       <option name="PORT" value="8080" />
@@ -381,7 +650,9 @@
         <option name="MODULE_NAME" value="gelc" />
         <option name="DEPLOY" value="true" />
       </J2EE_MODULE>
-      <RunnerSettings RunnerId="Run" />
+      <option name="DEPLOY_TOMCAT_MANAGER" value="false" />
+      <option name="BASE_DIRECTORY_NAME" value="" />
+      <predefined_log_file id="TOMCAT_LOCALHOST_LOG_ID" enabled="true" />
       <RunnerSettings RunnerId="Debug">
         <option name="DEBUG_PORT" value="1261" />
         <option name="TRANSPORT" value="0" />
@@ -399,7 +670,8 @@
         <option name="myDisableAlloc" value="false" />
         <option name="myDisableCounts" value="false" />
       </RunnerSettings>
-      <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Run">
+      <RunnerSettings RunnerId="Run" />
+      <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Debug">
         <option name="USE_ENV_VARIABLES" value="true" />
         <STARTUP>
           <option name="USE_DEFAULT" value="true" />
@@ -414,51 +686,56 @@
           <option name="PROGRAM_PARAMETERS" value=" stop" />
         </SHUTDOWN>
       </ConfigurationWrapper>
-      <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Debug">
+      <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Profile ">
         <option name="USE_ENV_VARIABLES" value="true" />
         <STARTUP>
           <option name="USE_DEFAULT" value="true" />
-          <option name="SCRIPT" value="C:\Program Files\apache-tomcat-5.5.17\bin\catalina.bat" />
+          <option name="SCRIPT" value="" />
           <option name="VM_PARAMETERS" value="" />
-          <option name="PROGRAM_PARAMETERS" value=" run" />
+          <option name="PROGRAM_PARAMETERS" value="" />
         </STARTUP>
         <SHUTDOWN>
           <option name="USE_DEFAULT" value="true" />
-          <option name="SCRIPT" value="C:\Program Files\apache-tomcat-5.5.17\bin\catalina.bat" />
+          <option name="SCRIPT" value="" />
           <option name="VM_PARAMETERS" value="" />
-          <option name="PROGRAM_PARAMETERS" value=" stop" />
+          <option name="PROGRAM_PARAMETERS" value="" />
         </SHUTDOWN>
       </ConfigurationWrapper>
-      <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Profile ">
+      <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Run">
         <option name="USE_ENV_VARIABLES" value="true" />
         <STARTUP>
           <option name="USE_DEFAULT" value="true" />
-          <option name="SCRIPT" value="" />
+          <option name="SCRIPT" value="C:\Program Files\apache-tomcat-5.5.17\bin\catalina.bat" />
           <option name="VM_PARAMETERS" value="" />
-          <option name="PROGRAM_PARAMETERS" value="" />
+          <option name="PROGRAM_PARAMETERS" value=" run" />
         </STARTUP>
         <SHUTDOWN>
           <option name="USE_DEFAULT" value="true" />
-          <option name="SCRIPT" value="" />
+          <option name="SCRIPT" value="C:\Program Files\apache-tomcat-5.5.17\bin\catalina.bat" />
           <option name="VM_PARAMETERS" value="" />
-          <option name="PROGRAM_PARAMETERS" value="" />
+          <option name="PROGRAM_PARAMETERS" value=" stop" />
         </SHUTDOWN>
       </ConfigurationWrapper>
+      <method>
+        <option name="Make" value="true" />
+      </method>
     </configuration>
-    <configuration selected="true" default="false" name="Tomcat5" type="#com.intellij.j2ee.web.tomcat.TomcatRunConfigurationFactory" factoryName="Local" APPLICATION_SERVER_NAME="Tomcat">
+    <configuration default="false" name="Tomcat5" type="#com.intellij.j2ee.web.tomcat.TomcatRunConfigurationFactory" factoryName="Local" APPLICATION_SERVER_NAME="Tomcat">
       <option name="WORKING_DIRECTORY" />
       <option name="HOST" value="localhost" />
       <option name="PORT" value="8080" />
       <option name="LOCAL" value="true" />
       <option name="OPEN_IN_BROWSER" value="true" />
-      <option name="OPEN_IN_BROWSER_URL" value="http://localhost:9080/xwiki/xwiki/" />
+      <option name="OPEN_IN_BROWSER_URL" value="http://127.0.0.1:9080/xwiki/" />
       <option name="COMMON_VM_ARGUMENTS" value="" />
       <J2EE_MODULE DEPLOYMENT_SOURCE_NAME="exploded">
         <option name="CONTEXT_PATH" value="/xwiki" />
         <option name="MODULE_NAME" value="gelc" />
         <option name="DEPLOY" value="true" />
       </J2EE_MODULE>
-      <RunnerSettings RunnerId="Run" />
+      <option name="DEPLOY_TOMCAT_MANAGER" value="false" />
+      <option name="BASE_DIRECTORY_NAME" value="tomcat_Tomcat5_3cbc4485" />
+      <predefined_log_file id="TOMCAT_LOCALHOST_LOG_ID" enabled="true" />
       <RunnerSettings RunnerId="Debug">
         <option name="DEBUG_PORT" value="3281" />
         <option name="TRANSPORT" value="0" />
@@ -476,7 +753,8 @@
         <option name="myDisableAlloc" value="false" />
         <option name="myDisableCounts" value="false" />
       </RunnerSettings>
-      <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Run">
+      <RunnerSettings RunnerId="Run" />
+      <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Debug">
         <option name="USE_ENV_VARIABLES" value="true" />
         <STARTUP>
           <option name="USE_DEFAULT" value="true" />
@@ -491,7 +769,7 @@
           <option name="PROGRAM_PARAMETERS" value=" stop" />
         </SHUTDOWN>
       </ConfigurationWrapper>
-      <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Debug">
+      <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Profile ">
         <option name="USE_ENV_VARIABLES" value="true" />
         <STARTUP>
           <option name="USE_DEFAULT" value="true" />
@@ -506,7 +784,7 @@
           <option name="PROGRAM_PARAMETERS" value=" stop" />
         </SHUTDOWN>
       </ConfigurationWrapper>
-      <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Profile ">
+      <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Run">
         <option name="USE_ENV_VARIABLES" value="true" />
         <STARTUP>
           <option name="USE_DEFAULT" value="true" />
@@ -521,6 +799,9 @@
           <option name="PROGRAM_PARAMETERS" value=" stop" />
         </SHUTDOWN>
       </ConfigurationWrapper>
+      <method>
+        <option name="Make" value="true" />
+      </method>
     </configuration>
   </component>
   <component name="ScopeViewComponent">
@@ -532,6 +813,14 @@
         </PATH_ELEMENT>
       </PATH>
     </subPane>
+    <subPane subId="Project">
+      <PATH>
+        <PATH_ELEMENT USER_OBJECT="Root">
+          <option name="myItemId" value="" />
+          <option name="myItemType" value="" />
+        </PATH_ELEMENT>
+      </PATH>
+    </subPane>
   </component>
   <component name="SelectInManager" />
   <component name="StarteamConfiguration">
@@ -562,7 +851,7 @@
     <option name="myStrutsValidationEnabled" value="true" />
     <option name="myTilesValidationEnabled" value="true" />
     <option name="myValidatorValidationEnabled" value="true" />
-    <option name="myReportAsWarnings" value="false" />
+    <option name="myReportErrorsAsWarnings" value="true" />
   </component>
   <component name="SvnChangesBrowserSettings">
     <option name="USE_AUTHOR_FIELD" value="true" />
@@ -575,9 +864,32 @@
     <option name="USER" value="" />
     <option name="PASSWORD" value="" />
     <option name="PROCESS_UNRESOLVED" value="false" />
+    <option name="LAST_MERGED_REVISION" />
+    <option name="UPDATE_RUN_STATUS" value="false" />
+    <option name="UPDATE_RECURSIVELY" value="true" />
+    <option name="MERGE_DRY_RUN" value="false" />
     <configuration useDefault="false">C:\Documents and Settings\xwiki\Application Data\Subversion</configuration>
     <checkoutURL>svn+ssh://jvdrean@svn.forge.objectweb.org/svnroot/xwiki</checkoutURL>
   </component>
+  <component name="Talios.JiraConfigurationComponent" enableIssueTracking="false" autoRefresh="false" useExternalBrowser="false" refreshTimeout="0" annotateissues="false">
+    <servers />
+    <columns>
+      <column id="created" position="0" width="-1" />
+      <column id="key" position="1" width="-1" />
+      <column id="component" position="2" width="-1" />
+      <column id="title" position="3" width="-1" />
+      <column id="type" position="4" width="-1" />
+      <column id="priority" position="5" width="-1" />
+      <column id="status" position="6" width="-1" />
+      <column id="resolution" position="7" width="-1" />
+      <column id="assignee" position="8" width="-1" />
+      <column id="reporter" position="9" width="-1" />
+      <column id="updated" position="10" width="-1" />
+      <column id="dueDate" position="11" width="-1" />
+      <column id="version" position="12" width="-1" />
+      <column id="fixVersion" position="13" width="-1" />
+    </columns>
+  </component>
   <component name="TodoView" selected-index="0">
     <todo-panel id="selected-file">
       <are-packages-shown value="false" />
@@ -593,36 +905,40 @@
     </todo-panel>
   </component>
   <component name="ToolWindowManager">
-    <frame x="-4" y="-4" width="1688" height="1024" extended-state="6" />
+    <frame x="1" y="1" width="1678" height="954" extended-state="0" />
     <editor active="true" />
     <layout>
-      <window_info id="CVS" active="false" anchor="bottom" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.33" order="8" />
-      <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.32928178" order="7" />
-      <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="docked" type="docked" visible="true" weight="0.20415647" order="0" />
-      <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.33" order="1" />
-      <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.25" order="1" />
-      <window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="docked" type="docked" visible="true" weight="0.5955056" order="8" />
-      <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.4" order="6" />
-      <window_info id="Profile" active="false" anchor="bottom" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.33" order="8" />
-      <window_info id="Module Dependencies" active="false" anchor="right" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.33" order="3" />
-      <window_info id="Dependency Viewer" active="false" anchor="bottom" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.33" order="8" />
-      <window_info id="Favorites" active="false" anchor="right" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.33" order="3" />
-      <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.25" order="1" />
-      <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.46516854" order="2" />
-      <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.25" order="2" />
-      <window_info id="File View" active="false" anchor="right" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.33" order="3" />
-      <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.4" order="4" />
-      <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.4" order="0" />
-      <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.33" order="8" />
-      <window_info id="UI Designer" active="false" anchor="left" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.33" order="3" />
-      <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.33" order="0" />
-      <window_info id="Palette" active="false" anchor="right" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.33" order="3" />
-      <window_info id="IDEtalk History" active="false" anchor="bottom" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.33" order="8" />
-      <window_info id="Web" active="false" anchor="left" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.25" order="2" />
-      <window_info id="EJB" active="false" anchor="bottom" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.25" order="3" />
-      <window_info id="IDE talk" active="false" anchor="right" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.33" order="3" />
-      <window_info id="Changes" active="false" anchor="bottom" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.33" order="8" />
-      <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.25" order="5" />
+      <window_info id="UI Designer" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" order="3" />
+      <window_info id="CVS" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" order="8" />
+      <window_info id="IDEtalk" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" order="3" />
+      <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32928178" order="7" />
+      <window_info id="Checkstyle" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" order="8" />
+      <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.33024693" order="0" />
+      <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.44675642" order="1" />
+      <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" order="1" />
+      <window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.2753978" order="8" />
+      <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" order="6" />
+      <window_info id="Profile" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" order="8" />
+      <window_info id="Module Dependencies" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" order="3" />
+      <window_info id="Dependency Viewer" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" order="8" />
+      <window_info id="Palette" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" order="3" />
+      <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" order="1" />
+      <window_info id="Changes" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" order="8" />
+      <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.249694" order="2" />
+      <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" order="2" />
+      <window_info id="Struts Assistant" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" order="3" />
+      <window_info id="File View" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" order="3" />
+      <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" order="0" />
+      <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.53977966" order="4" />
+      <window_info id="IDEtalk Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" order="8" />
+      <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" order="8" />
+      <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" order="0" />
+      <window_info id="Favorites" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" order="3" />
+      <window_info id="IDEtalk History" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" order="8" />
+      <window_info id="Web" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" order="2" />
+      <window_info id="EJB" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" order="3" />
+      <window_info id="IDE talk" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" order="3" />
+      <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" order="5" />
     </layout>
   </component>
   <component name="VCS.FileViewConfiguration">
@@ -633,14 +949,16 @@
     <option name="SHOW_FILE_HISTORY_AS_TREE" value="true" />
   </component>
   <component name="VcsManagerConfiguration">
+    <option name="OFFER_MOVE_TO_ANOTHER_CHANGELIST_ON_PARTIAL_COMMIT" value="true" />
     <option name="CHECK_CODE_SMELLS_BEFORE_PROJECT_COMMIT" value="true" />
+    <option name="PERFORM_UPDATE_IN_BACKGROUND" value="false" />
+    <option name="PERFORM_COMMIT_IN_BACKGROUND" value="false" />
     <option name="PUT_FOCUS_INTO_COMMENT" value="false" />
     <option name="FORCE_NON_EMPTY_COMMENT" value="false" />
     <option name="LAST_COMMIT_MESSAGE" />
     <option name="SAVE_LAST_COMMIT_MESSAGE" value="true" />
     <option name="CHECKIN_DIALOG_SPLITTER_PROPORTION" value="0.8" />
     <option name="OPTIMIZE_IMPORTS_BEFORE_PROJECT_COMMIT" value="false" />
-    <option name="OPTIMIZE_IMPORTS_BEFORE_FILE_COMMIT" value="false" />
     <option name="REFORMAT_BEFORE_PROJECT_COMMIT" value="false" />
     <option name="REFORMAT_BEFORE_FILE_COMMIT" value="false" />
     <option name="FILE_HISTORY_DIALOG_COMMENTS_SPLITTER_PROPORTION" value="0.8" />
@@ -682,6 +1000,7 @@
     <GetOptions>
       <option name="REPLACE_WRITABLE" value="0" />
       <option name="MAKE_WRITABLE" value="false" />
+      <option name="ANSWER_POSITIVELY" value="false" />
       <option name="RECURSIVE" value="false" />
     </GetOptions>
   </component>
@@ -689,60 +1008,118 @@
     <option name="IS_AUTOSCROLL_TO_SOURCE" value="false" />
     <option name="FILTER_TARGETS" value="false" />
   </component>
-  <component name="com.intellij.ide.util.scopeChooser.ScopeChooserConfigurable">
+  <component name="com.intellij.ide.util.scopeChooser.ScopeChooserConfigurable" proportions="" version="1">
     <option name="myLastEditedConfigurable" />
   </component>
-  <component name="com.intellij.openapi.roots.ui.configuration.projectRoot.ProjectRootMasterDetailsConfigurable">
-    <option name="myLastEditedConfigurable" />
+  <component name="com.intellij.openapi.roots.ui.configuration.projectRoot.ProjectRootMasterDetailsConfigurable" proportions="0.16666667,0.5" version="1">
+    <option name="myPlainMode" value="false" />
+    <option name="myLastEditedConfigurable" value="gelc" />
   </component>
-  <component name="com.intellij.profile.ui.ErrorOptionsConfigurable">
+  <component name="com.intellij.profile.ui.ErrorOptionsConfigurable" proportions="" version="1">
     <option name="myLastEditedConfigurable" />
   </component>
   <component name="editorHistoryManager">
-    <entry file="j2eedummy://J2EEElement://gelc/J2EE_WEB_MODULE">
-      <provider selected="true" editor-type-id="J2EE">
-        <state proportions="0.9,0.5,0.5,0.5,0.5" version="1" />
+    <entry file="file://$PROJECT_DIR$/gelc/src/main/web/META-INF/context.xml">
+      <provider selected="true" editor-type-id="text-editor">
+        <state line="1" column="16" selection-start="55" selection-end="55" vertical-scroll-proportion="0.029565217">
+          <folding />
+        </state>
       </provider>
     </entry>
-    <entry file="file://$PROJECT_DIR$/gelc/src/main/web/META-INF/context.xml">
+    <entry file="file://$PROJECT_DIR$/gelcplugins/src/main/java/org/outerj/daisy/textextraction/impl/MSPowerPointTextExtractor.java">
       <provider selected="true" editor-type-id="text-editor">
-        <state line="3" column="0" selection-start="69" selection-end="69" vertical-scroll-proportion="0.12259615">
+        <state line="10" column="37" selection-start="245" selection-end="245" vertical-scroll-proportion="0.15525115">
+          <folding>
+            <element signature="imports" expanded="true" />
+          </folding>
+        </state>
+      </provider>
+    </entry>
+    <entry file="file://$PROJECT_DIR$/xwiki/core/src/main/java/com/xpn/xwiki/api/Document.java">
+      <provider selected="true" editor-type-id="text-editor">
+        <state line="1300" column="31" selection-start="43485" selection-end="43485" vertical-scroll-proportion="0.0">
           <folding />
         </state>
       </provider>
     </entry>
-    <entry file="file://$PROJECT_DIR$/gelc/src/main/web/WEB-INF/version.properties">
+    <entry file="file://$PROJECT_DIR$/xwiki/core/src/main/java/com/xpn/xwiki/web/UploadAction.java">
       <provider selected="true" editor-type-id="text-editor">
+        <state line="65" column="0" selection-start="2655" selection-end="2655" vertical-scroll-proportion="0.021683674">
+          <folding />
+        </state>
+      </provider>
+    </entry>
+    <entry file="file://$PROJECT_DIR$/xwiki/web/standard/src/main/webapp/yui/calendar/assets/callt.gif">
+      <provider selected="true" editor-type-id="images">
+        <state />
+      </provider>
+    </entry>
+    <entry file="file://$PROJECT_DIR$/xwiki/web/standard/src/main/webapp/yui/calendar/assets/calrt.gif">
+      <provider selected="true" editor-type-id="images">
+        <state />
+      </provider>
+    </entry>
+    <entry file="file://$PROJECT_DIR$/xwiki/web/standard/src/main/webapp/yui/calendar/assets/calx.gif">
+      <provider selected="true" editor-type-id="images">
+        <state />
+      </provider>
+    </entry>
+    <entry file="file://$PROJECT_DIR$/xwiki/web/standard/src/main/webapp/yui/calendar/assets/calendar.css">
+      <provider selected="true" editor-type-id="text-editor">
         <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
           <folding />
         </state>
       </provider>
     </entry>
-    <entry file="file://$PROJECT_DIR$/gelcplugins/src/main/java/org/gelc/xwiki/plugins/mdfw/MetaDataFrameworkPluginAPI.java">
+    <entry file="file://$PROJECT_DIR$/xwiki/web/standard/src/main/webapp/yui/calendar/README">
       <provider selected="true" editor-type-id="text-editor">
-        <state line="13" column="31" selection-start="329" selection-end="329" vertical-scroll-proportion="0.53125">
-          <folding>
-            <element signature="imports" expanded="true" />
-          </folding>
+        <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
+          <folding />
         </state>
       </provider>
     </entry>
-    <entry file="file://$PROJECT_DIR$/gelc/src/main/web/WEB-INF/xwiki.cfg">
+    <entry file="file://$PROJECT_DIR$/xwiki/core/src/main/java/com/xpn/xwiki/objects/meta/DateMetaClass.java">
       <provider selected="true" editor-type-id="text-editor">
-        <state line="22" column="724" selection-start="1734" selection-end="1734" vertical-scroll-proportion="0.042394016">
+        <state line="55" column="34" selection-start="2060" selection-end="2060" vertical-scroll-proportion="0.55739796">
           <folding />
         </state>
       </provider>
     </entry>
-    <entry file="file://$PROJECT_DIR$/gelcplugins/src/main/java/org/gelc/xwiki/plugins/mdfw/MetaDataFrameworkPlugin.java">
+    <entry file="file://$PROJECT_DIR$/xwiki/core/src/main/java/com/xpn/xwiki/objects/classes/DateClass.java">
       <provider selected="true" editor-type-id="text-editor">
-        <state line="13" column="18" selection-start="369" selection-end="369" vertical-scroll-proportion="0.50688076">
-          <folding>
-            <element signature="imports" expanded="true" />
-          </folding>
+        <state line="166" column="21" selection-start="5195" selection-end="5195" vertical-scroll-proportion="0.021683674">
+          <folding />
         </state>
       </provider>
     </entry>
+    <entry file="file://$PROJECT_DIR$/xwiki/web/standard/src/main/webapp/yui/calendar/calendar.js">
+      <provider selected="true" editor-type-id="text-editor">
+        <state line="1028" column="63" selection-start="34119" selection-end="34119" vertical-scroll-proportion="0.022106633">
+          <folding />
+        </state>
+      </provider>
+    </entry>
+    <entry file="file://$PROJECT_DIR$/gelcplugins/src/main/java/org/gelc/xwiki/plugins/assets/AssetManagerPlugin.java">
+      <provider selected="true" editor-type-id="text-editor">
+        <state line="542" column="16" selection-start="21827" selection-end="21827" vertical-scroll-proportion="0.55396616">
+          <folding />
+        </state>
+      </provider>
+    </entry>
+    <entry file="file://$PROJECT_DIR$/xwiki/web/standard/src/main/webapp/WEB-INF/xwiki.cfg">
+      <provider selected="true" editor-type-id="text-editor">
+        <state line="76" column="0" selection-start="3753" selection-end="3753" vertical-scroll-proportion="0.86736023">
+          <folding />
+        </state>
+      </provider>
+    </entry>
+    <entry file="file://$PROJECT_DIR$/gelc/src/main/web/WEB-INF/xwiki.cfg">
+      <provider selected="true" editor-type-id="text-editor">
+        <state line="74" column="51" selection-start="3606" selection-end="3606" vertical-scroll-proportion="0.8790637">
+          <folding />
+        </state>
+      </provider>
+    </entry>
   </component>
 </project>
 

Modified: xwiki-apps/gelc/gelcv1/trunk/gelcplugins/gelcplugins.iml
===================================================================
--- xwiki-apps/gelc/gelcv1/trunk/gelcplugins/gelcplugins.iml	2006-11-14 21:58:03 UTC (rev 1557)
+++ xwiki-apps/gelc/gelcv1/trunk/gelcplugins/gelcplugins.iml	2006-11-14 22:43:29 UTC (rev 1558)
@@ -15,8 +15,8 @@
     <orderEntry type="inheritedJdk" />
     <orderEntry type="sourceFolder" forTests="false" />
     <orderEntry type="library" name="xwiki" level="project" />
+    <orderEntry type="library" name="gelc" level="project" />
     <orderEntry type="module" module-name="xwiki" />
-    <orderEntry type="library" name="Tomcat XWiki" level="application_server_libraries" />
     <orderEntryProperties />
   </component>
 </module>





More information about the Xwiki-notifications mailing list