xlawrence    2006/01/06 15:30:15 CET

  Modified files:
    .                    project.properties project.xml 
  Added files:
    .                    .cvsignore Bedework.iml Bedework.ipr 
                         Bedework.iws 
  Removed files:
    war                  locator.ent maven.xml project.properties 
                         project.xml 
  Log:
  Set up project files
  added InteliJ files
  
  Revision  Changes    Path
  1.1       +3 -0      bedework/.cvsignore (new)
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/bedework/.cvsignore?rev=1.1&content-type=text/plain
  1.1       +82 -0     bedework/Bedework.iml (new)
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/bedework/Bedework.iml?rev=1.1&content-type=text/plain
  1.1       +201 -0    bedework/Bedework.ipr (new)
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/bedework/Bedework.ipr?rev=1.1&content-type=text/plain
  1.1       +627 -0    bedework/Bedework.iws (new)
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/bedework/Bedework.iws?rev=1.1&content-type=text/plain
  1.2       +4 -0      bedework/project.properties
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/bedework/project.properties.diff?r1=1.1&r2=1.2&f=h
  1.2       +177 -15   bedework/project.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/bedework/project.xml.diff?r1=1.1&r2=1.2&f=h
  1.2       +0 -5      bedework/war/locator.ent (dead)
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/bedework/war/locator.ent?rev=1.1&content-type=text/plain
  1.2       +0 -8      bedework/war/maven.xml (dead)
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/bedework/war/maven.xml?rev=1.1&content-type=text/plain
  1.2       +0 -6      bedework/war/project.properties (dead)
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/bedework/war/project.properties?rev=1.1&content-type=text/plain
  1.2       +0 -184    bedework/war/project.xml (dead)
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/bedework/war/project.xml?rev=1.1&content-type=text/plain
  
  
  
  Index: .cvsignore
  ====================================================================
  target
  WEB-INF
  .cvsignore
  
  
  Index: Bedework.iml
  ====================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <module version="4" relativePaths="true" type="J2EE_WEB_MODULE" 
j2ee-integration="Tomcat Server">
    <component name="ModuleRootManager" />
    <component name="NewModuleRootManager">
      <output url="file://$MODULE_DIR$/classes" />
      <exclude-output />
      <exclude-exploded />
      <content url="file://$MODULE_DIR$">
        <sourceFolder url="file://$MODULE_DIR$/war/src/java" 
isTestSource="false" />
      </content>
      <orderEntry type="inheritedJdk" />
      <orderEntry type="sourceFolder" forTests="false" />
      <orderEntry type="library" name="Tomcat" 
level="application_server_libraries" />
      <orderEntry type="module-library">
        <library>
          <CLASSES>
            <root 
url="jar://$maven-rep$/portlet-api/jars/portlet-api-1.0.jar!/" />
          </CLASSES>
          <JAVADOC />
          <SOURCES />
        </library>
      </orderEntry>
      <orderEntry type="module-library">
        <library>
          <CLASSES>
            <root url="jar://$maven-rep$/myfaces/jars/myfaces-all-1.1.1.jar!/" 
/>
          </CLASSES>
          <JAVADOC />
          <SOURCES />
        </library>
      </orderEntry>
      <orderEntry type="module-library">
        <library>
          <CLASSES>
            <root url="jar://$maven-rep$/log4j/jars/log4j-1.2.8.jar!/" />
          </CLASSES>
          <JAVADOC />
          <SOURCES />
        </library>
      </orderEntry>
      <orderEntryProperties />
    </component>
    <component name="WebModuleBuildComponent">
      <setting name="EXPLODED_URL" value="file://" />
      <setting name="EXPLODED_ENABLED" value="false" />
      <setting name="JAR_URL" value="file://" />
      <setting name="JAR_ENABLED" value="false" />
      <setting name="SYNC_EXPLODED_DIR" value="true" />
      <setting name="BUILD_ON_FRAME_DEACTIVATION" value="false" />
      <setting name="RUN_JASPER_VALIDATION" value="false" />
    </component>
    <component name="WebModuleProperties">
      <containerElement type="library" level="module">
        <attribute name="method" value="1" />
        <attribute name="URI" value="/WEB-INF/lib/log4j-1.2.8.jar" />
        <url>jar://$maven-rep$/log4j/jars/log4j-1.2.8.jar!/</url>
      </containerElement>
      <containerElement type="library" level="module">
        <attribute name="method" value="1" />
        <attribute name="URI" value="/WEB-INF/lib/myfaces-all-1.1.1.jar" />
        <url>jar://$maven-rep$/myfaces/jars/myfaces-all-1.1.1.jar!/</url>
      </containerElement>
      <containerElement type="library" level="module">
        <attribute name="method" value="1" />
        <attribute name="URI" value="/WEB-INF/lib/portlet-api-1.0.jar" />
        <url>jar://$maven-rep$/portlet-api/jars/portlet-api-1.0.jar!/</url>
      </containerElement>
      <deploymentDescriptor name="web.xml" 
url="file://$MODULE_DIR$/WEB-INF/web.xml" version="2.3" />
      <webroots>
        <root url="file://$MODULE_DIR$/WEB-INF" relative="/WEB-INF" />
      </webroots>
    </component>
    <component name="WeblogicWebModuleProperties">
      <option name="IS_RUN_APPC" value="false" />
    </component>
    <component name="org.mevenide.idea.module.ModuleSettings">
      <favoriteGoals>
        <list size="0" />
      </favoriteGoals>
    </component>
  </module>
  
  
  
  
  Index: Bedework.ipr
  ====================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <project version="4" relativePaths="false">
    <component name="AntConfiguration">
      <defaultAnt bundledAnt="true" />
    </component>
    <component name="CodeStyleSettingsManager">
      <option name="PER_PROJECT_SETTINGS" />
      <option name="USE_PER_PROJECT_SETTINGS" value="false" />
    </component>
    <component name="CompilerConfiguration">
      <option name="DEFAULT_COMPILER" value="Javac" />
      <option name="CLEAR_OUTPUT_DIRECTORY" value="false" />
      <option name="DEPLOY_AFTER_MAKE" value="0" />
      <resourceExtensions>
        <entry name=".+\.(properties|xml|html|dtd|tld)" />
        <entry name=".+\.(gif|png|jpeg|jpg)" />
      </resourceExtensions>
      <wildcardResourcePatterns>
        <entry name="?*.properties" />
        <entry name="?*.xml" />
        <entry name="?*.gif" />
        <entry name="?*.png" />
        <entry name="?*.jpeg" />
        <entry name="?*.jpg" />
        <entry name="?*.html" />
        <entry name="?*.dtd" />
        <entry name="?*.tld" />
      </wildcardResourcePatterns>
    </component>
    <component name="DataSourceManagerImpl" />
    <component name="DependenciesAnalyzeManager">
      <option name="myForwardDirection" value="false" />
    </component>
    <component name="DependencyValidationManager" />
    <component name="EntryPointsManager">
      <entry_points />
    </component>
    <component name="ExportToHTMLSettings">
      <option name="PRINT_LINE_NUMBERS" value="false" />
      <option name="OPEN_IN_BROWSER" value="false" />
      <option name="OUTPUT_DIRECTORY" />
    </component>
    <component name="GUI Designer component loader factory" />
    <component name="JavacSettings">
      <option name="DEBUGGING_INFO" value="true" />
      <option name="GENERATE_NO_WARNINGS" value="false" />
      <option name="DEPRECATION" value="true" />
      <option name="ADDITIONAL_OPTIONS_STRING" value="" />
      <option name="MAXIMUM_HEAP_SIZE" value="128" />
    </component>
    <component name="JavadocGenerationManager">
      <option name="OUTPUT_DIRECTORY" />
      <option name="OPTION_SCOPE" value="protected" />
      <option name="OPTION_HIERARCHY" value="true" />
      <option name="OPTION_NAVIGATOR" value="true" />
      <option name="OPTION_INDEX" value="true" />
      <option name="OPTION_SEPARATE_INDEX" value="true" />
      <option name="OPTION_DOCUMENT_TAG_USE" value="false" />
      <option name="OPTION_DOCUMENT_TAG_AUTHOR" value="false" />
      <option name="OPTION_DOCUMENT_TAG_VERSION" value="false" />
      <option name="OPTION_DOCUMENT_TAG_DEPRECATED" value="true" />
      <option name="OPTION_DEPRECATED_LIST" value="true" />
      <option name="OTHER_OPTIONS" value="" />
      <option name="HEAP_SIZE" />
      <option name="OPEN_IN_BROWSER" value="true" />
    </component>
    <component name="JikesSettings">
      <option name="JIKES_PATH" value="" />
      <option name="DEBUGGING_INFO" value="true" />
      <option name="DEPRECATION" value="true" />
      <option name="GENERATE_NO_WARNINGS" value="false" />
      <option name="IS_EMACS_ERRORS_MODE" value="true" />
      <option name="ADDITIONAL_OPTIONS_STRING" value="" />
    </component>
    <component name="Palette2">
      <group name="Swing">
        <item class="com.intellij.uiDesigner.HSpacer" tooltip-text="Horizontal 
Spacer" icon="/com/intellij/uiDesigner/icons/hspacer.png" removable="false">
          <default-constraints vsize-policy="1" hsize-policy="6" anchor="0" 
fill="1" />
        </item>
        <item class="com.intellij.uiDesigner.VSpacer" tooltip-text="Vertical 
Spacer" icon="/com/intellij/uiDesigner/icons/vspacer.png" removable="false">
          <default-constraints vsize-policy="6" hsize-policy="1" anchor="0" 
fill="2" />
        </item>
        <item class="javax.swing.JPanel" 
icon="/com/intellij/uiDesigner/icons/panel.png" removable="false">
          <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" 
fill="3" />
        </item>
        <item class="javax.swing.JScrollPane" 
icon="/com/intellij/uiDesigner/icons/scrollPane.png" removable="false">
          <default-constraints vsize-policy="7" hsize-policy="7" anchor="0" 
fill="3" />
        </item>
        <item class="javax.swing.JButton" 
icon="/com/intellij/uiDesigner/icons/button.png" removable="false">
          <default-constraints vsize-policy="0" hsize-policy="3" anchor="0" 
fill="1" />
          <initial-values>
            <property name="text" value="Button" />
          </initial-values>
        </item>
        <item class="javax.swing.JRadioButton" 
icon="/com/intellij/uiDesigner/icons/radioButton.png" removable="false">
          <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" 
fill="0" />
          <initial-values>
            <property name="text" value="RadioButton" />
          </initial-values>
        </item>
        <item class="javax.swing.JCheckBox" 
icon="/com/intellij/uiDesigner/icons/checkBox.png" removable="false">
          <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" 
fill="0" />
          <initial-values>
            <property name="text" value="CheckBox" />
          </initial-values>
        </item>
        <item class="javax.swing.JLabel" 
icon="/com/intellij/uiDesigner/icons/label.png" removable="false">
          <default-constraints vsize-policy="0" hsize-policy="0" anchor="8" 
fill="0" />
          <initial-values>
            <property name="text" value="Label" />
          </initial-values>
        </item>
        <item class="javax.swing.JTextField" 
icon="/com/intellij/uiDesigner/icons/textField.png" removable="false">
          <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" 
fill="1">
            <preferred-size width="150" height="-1" />
          </default-constraints>
        </item>
        <item class="javax.swing.JPasswordField" 
icon="/com/intellij/uiDesigner/icons/passwordField.png" removable="false">
          <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" 
fill="1">
            <preferred-size width="150" height="-1" />
          </default-constraints>
        </item>
        <item class="javax.swing.JFormattedTextField" 
icon="/com/intellij/uiDesigner/icons/formattedTextField.png" removable="false">
          <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" 
fill="1">
            <preferred-size width="150" height="-1" />
          </default-constraints>
        </item>
        <item class="javax.swing.JTextArea" 
icon="/com/intellij/uiDesigner/icons/textArea.png" removable="false">
          <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" 
fill="3">
            <preferred-size width="150" height="50" />
          </default-constraints>
        </item>
        <item class="javax.swing.JTextPane" 
icon="/com/intellij/uiDesigner/icons/textPane.png" removable="false">
          <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" 
fill="3">
            <preferred-size width="150" height="50" />
          </default-constraints>
        </item>
        <item class="javax.swing.JEditorPane" 
icon="/com/intellij/uiDesigner/icons/editorPane.png" removable="false">
          <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" 
fill="3">
            <preferred-size width="150" height="50" />
          </default-constraints>
        </item>
        <item class="javax.swing.JComboBox" 
icon="/com/intellij/uiDesigner/icons/comboBox.png" removable="false">
          <default-constraints vsize-policy="0" hsize-policy="2" anchor="8" 
fill="1" />
        </item>
        <item class="javax.swing.JTable" 
icon="/com/intellij/uiDesigner/icons/table.png" removable="false">
          <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" 
fill="3">
            <preferred-size width="150" height="50" />
          </default-constraints>
        </item>
        <item class="javax.swing.JList" 
icon="/com/intellij/uiDesigner/icons/list.png" removable="false">
          <default-constraints vsize-policy="6" hsize-policy="2" anchor="0" 
fill="3">
            <preferred-size width="150" height="50" />
          </default-constraints>
        </item>
        <item class="javax.swing.JTree" 
icon="/com/intellij/uiDesigner/icons/tree.png" removable="false">
          <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" 
fill="3">
            <preferred-size width="150" height="50" />
          </default-constraints>
        </item>
        <item class="javax.swing.JTabbedPane" 
icon="/com/intellij/uiDesigner/icons/tabbedPane.png" removable="false">
          <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" 
fill="3">
            <preferred-size width="200" height="200" />
          </default-constraints>
        </item>
        <item class="javax.swing.JSplitPane" 
icon="/com/intellij/uiDesigner/icons/splitPane.png" removable="false">
          <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" 
fill="3">
            <preferred-size width="200" height="200" />
          </default-constraints>
        </item>
        <item class="javax.swing.JSpinner" 
icon="/com/intellij/uiDesigner/icons/spinner.png" removable="false">
          <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" 
fill="1" />
        </item>
        <item class="javax.swing.JSlider" 
icon="/com/intellij/uiDesigner/icons/slider.png" removable="false">
          <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" 
fill="1" />
        </item>
      </group>
    </component>
    <component name="ProjectModuleManager">
      <modules>
        <module fileurl="file://$PROJECT_DIR$/Bedework.iml" 
filepath="$PROJECT_DIR$/Bedework.iml" />
      </modules>
    </component>
    <component name="ProjectRootManager" version="2" assert-keyword="true" 
jdk-15="false" project-jdk-name="1.4" />
    <component name="RmicSettings">
      <option name="IS_EANABLED" value="false" />
      <option name="DEBUGGING_INFO" value="true" />
      <option name="GENERATE_NO_WARNINGS" value="false" />
      <option name="GENERATE_IIOP_STUBS" value="false" />
      <option name="ADDITIONAL_OPTIONS_STRING" value="" />
    </component>
    <component name="libraryTable" />
    <component name="uidesigner-configuration">
      <option name="INSTRUMENT_CLASSES" value="true" />
      <option name="COPY_FORMS_RUNTIME_TO_OUTPUT" value="true" />
    </component>
    <UsedPathMacros>
      <macro name="maven-rep" />
    </UsedPathMacros>
  </project>
  
  
  
  
  Index: Bedework.iws
  ====================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <project version="4" relativePaths="false">
    <component name="AspectsView" />
    <component name="BookmarkManager" />
    <component name="ChangeBrowserSettings">
      <option name="MAIN_SPLITTER_PROPORTION" value="0.3" />
      <option name="MESSAGES_SPLITTER_PROPORTION" value="0.8" />
      <option name="USE_DATE_BEFORE_FILTER" value="false" />
      <option name="USE_DATE_AFTER_FILTER" value="false" />
      <option name="USE_CHANGE_BEFORE_FILTER" value="false" />
      <option name="USE_CHANGE_AFTER_FILTER" value="false" />
      <option name="DATE_BEFORE" value="" />
      <option name="DATE_AFTER" value="" />
      <option name="CHANGE_BEFORE" value="" />
      <option name="CHANGE_AFTER" value="" />
    </component>
    <component name="CheckinPanelState" />
    <component name="Commander">
      <leftPanel />
      <rightPanel />
      <splitter proportion="0.5" />
    </component>
    <component name="CompilerWorkspaceConfiguration">
      <option name="COMPILE_IN_BACKGROUND" value="false" />
      <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" />
    </component>
    <component name="Cvs2Configuration">
      <option name="PRUNE_EMPTY_DIRECTORIES" value="true" />
      <option name="MERGING_MODE" value="0" />
      <option name="MERGE_WITH_BRANCH1_NAME" value="HEAD" />
      <option name="MERGE_WITH_BRANCH2_NAME" value="HEAD" />
      <option name="RESET_STICKY" value="false" />
      <option name="CREATE_NEW_DIRECTORIES" value="true" />
      <option name="DEFAULT_TEXT_FILE_SUBSTITUTION" value="kv" />
      <option name="PROCESS_UNKNOWN_FILES" value="false" />
      <option name="PROCESS_DELETED_FILES" value="false" />
      <option name="PROCESS_IGNORED_FILES" value="false" />
      <option name="RESERVED_EDIT" value="false" />
      <option name="CHECKOUT_DATE_OR_REVISION_SETTINGS">
        <value>
          <option name="BRANCH" value="" />
          <option name="DATE" value="" />
          <option name="USE_BRANCH" value="false" />
          <option name="USE_DATE" value="false" />
        </value>
      </option>
      <option name="UPDATE_DATE_OR_REVISION_SETTINGS">
        <value>
          <option name="BRANCH" value="" />
          <option name="DATE" value="" />
          <option name="USE_BRANCH" value="false" />
          <option name="USE_DATE" value="false" />
        </value>
      </option>
      <option name="SHOW_CHANGES_REVISION_SETTINGS">
        <value>
          <option name="BRANCH" value="" />
          <option name="DATE" value="" />
          <option name="USE_BRANCH" value="false" />
          <option name="USE_DATE" value="false" />
        </value>
      </option>
      <option name="SHOW_OUTPUT" value="false" />
      <option name="ADD_WATCH_INDEX" value="0" />
      <option name="REMOVE_WATCH_INDEX" value="0" />
      <option name="UPDATE_KEYWORD_SUBSTITUTION" />
      <option name="MAKE_NEW_FILES_READONLY" value="false" />
      <option name="SHOW_CORRUPTED_PROJECT_FILES" value="0" />
      <option name="TAG_AFTER_FILE_COMMIT" value="false" />
      <option name="OVERRIDE_EXISTING_TAG_FOR_FILE" value="true" />
      <option name="TAG_AFTER_FILE_COMMIT_NAME" value="" />
      <option name="TAG_AFTER_PROJECT_COMMIT" value="false" />
      <option name="OVERRIDE_EXISTING_TAG_FOR_PROJECT" value="true" />
      <option name="TAG_AFTER_PROJECT_COMMIT_NAME" value="" />
      <option name="CLEAN_COPY" value="false" />
    </component>
    <component name="DaemonCodeAnalyzer">
      <disable_hints />
    </component>
    <component name="DebuggerManager">
      <breakpoint_any>
        <breakpoint>
          <option name="NOTIFY_CAUGHT" value="true" />
          <option name="NOTIFY_UNCAUGHT" value="true" />
          <option name="ENABLED" value="false" />
          <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_any>
      <breakpoint_rules />
      <ui_properties />
    </component>
    <component name="ErrorTreeViewConfiguration">
      <option name="IS_AUTOSCROLL_TO_SOURCE" value="false" />
      <option name="HIDE_WARNINGS" value="false" />
    </component>
    <component name="FavoritesViewImpl">
      <favorites_list name="Bedework">
        <option name="IS_AUTOSCROLL_TO_SOURCE" value="false" />
        <option name="IS_SHOW_MEMBERS" value="false" />
        <option name="IS_STRUCTURE_VIEW" value="false" />
        <option name="IS_SHOW_MODULES" value="true" />
        <option name="IS_FLATTEN_PACKAGES" value="false" />
        <option name="IS_ABBREVIATION_PACKAGE_NAMES" value="false" />
        <option name="IS_HIDE_EMPTY_MIDDLE_PACKAGES" value="false" />
        <option name="IS_SHOW_LIBRARY_CONTENTS" value="true" />
      </favorites_list>
      <option name="myCurrentFavoritesList" value="Bedework" />
    </component>
    <component name="FileEditorManager">
      <leaf>
        <file leaf-file-name="BedeworkPortlet.java" pinned="false" 
current="false" current-in-tab="false">
          <entry 
file="file://$PROJECT_DIR$/war/src/java/org/jahia/portlet/bedework/BedeworkPortlet.java">
            <provider selected="true" editor-type-id="text-editor">
              <state line="13" column="13" selection-start="173" 
selection-end="173" vertical-scroll-proportion="0.020910209">
                <folding />
              </state>
            </provider>
          </entry>
        </file>
        <file leaf-file-name="CalendarBean.java" pinned="false" current="false" 
current-in-tab="false">
          <entry 
file="file://$PROJECT_DIR$/war/src/java/org/jahia/portlet/bedework/bean/CalendarBean.java">
            <provider selected="true" editor-type-id="text-editor">
              <state line="7" column="13" selection-start="121" 
selection-end="121" vertical-scroll-proportion="0.020910209">
                <folding />
              </state>
            </provider>
          </entry>
        </file>
        <file leaf-file-name="CalendarsBean.java" pinned="false" 
current="false" current-in-tab="false">
          <entry 
file="file://$PROJECT_DIR$/war/src/java/org/jahia/portlet/bedework/bean/CalendarsBean.java">
            <provider selected="true" editor-type-id="text-editor">
              <state line="9" column="13" selection-start="142" 
selection-end="142" vertical-scroll-proportion="0.020910209">
                <folding />
              </state>
            </provider>
          </entry>
        </file>
        <file leaf-file-name="ViewBean.java" pinned="false" current="false" 
current-in-tab="false">
          <entry 
file="file://$PROJECT_DIR$/war/src/java/org/jahia/portlet/bedework/bean/ViewBean.java">
            <provider selected="true" editor-type-id="text-editor">
              <state line="9" column="13" selection-start="142" 
selection-end="142" vertical-scroll-proportion="0.020910209">
                <folding />
              </state>
            </provider>
          </entry>
        </file>
        <file leaf-file-name="AssociationViewCalendarsController.java" 
pinned="false" current="false" current-in-tab="false">
          <entry 
file="file://$PROJECT_DIR$/war/src/java/org/jahia/portlet/bedework/controller/AssociationViewCalendarsController.java">
            <provider selected="true" editor-type-id="text-editor">
              <state line="11" column="13" selection-start="205" 
selection-end="205" vertical-scroll-proportion="0.020910209">
                <folding>
                  <element signature="imports" expanded="true" />
                </folding>
              </state>
            </provider>
          </entry>
        </file>
        <file leaf-file-name="CalendarsController.java" pinned="false" 
current="false" current-in-tab="false">
          <entry 
file="file://$PROJECT_DIR$/war/src/java/org/jahia/portlet/bedework/controller/CalendarsController.java">
            <provider selected="true" editor-type-id="text-editor">
              <state line="12" column="13" selection-start="259" 
selection-end="259" vertical-scroll-proportion="0.020910209">
                <folding />
              </state>
            </provider>
          </entry>
        </file>
        <file leaf-file-name="ViewController.java" pinned="false" 
current="false" current-in-tab="false">
          <entry 
file="file://$PROJECT_DIR$/war/src/java/org/jahia/portlet/bedework/controller/ViewController.java">
            <provider selected="true" editor-type-id="text-editor">
              <state line="11" column="13" selection-start="249" 
selection-end="249" vertical-scroll-proportion="0.020910209">
                <folding />
              </state>
            </provider>
          </entry>
        </file>
        <file leaf-file-name="CalendarsGUI.java" pinned="false" current="true" 
current-in-tab="true">
          <entry 
file="file://$PROJECT_DIR$/war/src/java/org/jahia/portlet/bedework/gui/CalendarsGUI.java">
            <provider selected="true" editor-type-id="text-editor">
              <state line="17" column="46" selection-start="338" 
selection-end="338" vertical-scroll-proportion="0.14637147">
                <folding />
              </state>
            </provider>
          </entry>
        </file>
      </leaf>
    </component>
    <component name="FindManager">
      <FindUsagesManager>
        <setting name="OPEN_NEW_TAB" value="false" />
      </FindUsagesManager>
    </component>
    <component name="HierarchyBrowserManager">
      <option name="IS_AUTOSCROLL_TO_SOURCE" value="false" />
      <option name="SORT_ALPHABETICALLY" value="false" />
      <option name="HIDE_CLASSES_WHERE_METHOD_NOT_IMPLEMENTED" value="false" />
    </component>
    <component name="InspectionManager">
      <option name="AUTOSCROLL_TO_SOURCE" value="false" />
      <option name="SPLITTER_PROPORTION" value="0.5" />
      <option name="GROUP_BY_SEVERITY" value="false" />
      <option name="ANALYZE_TEST_SOURCES" value="true" />
      <option name="SCOPE_TYPE" value="1" />
      <profile name="Default" />
    </component>
    <component name="J2EEProjectPane">
      <PATH>
        <PATH_ELEMENT>
          <option name="myItemId" value="Bedework.ipr" />
          <option name="myItemType" 
value="com.intellij.j2ee.module.view.nodes.J2EEProjectNodeDescriptor" />
        </PATH_ELEMENT>
      </PATH>
      <setting name="SHOW_AS_DEPLOYMENT_VIEW" value="false" />
    </component>
    <component name="ModuleEditorState">
      <option name="LAST_EDITED_MODULE_NAME" value="Bedework" />
      <option name="LAST_EDITED_TAB_NAME" value="Libraries (Classpath)" />
    </component>
    <component name="NamedScopeManager" />
    <component name="PackagesPane">
      <PATH>
        <PATH_ELEMENT>
          <option name="myItemId" value="Bedework.ipr" />
          <option name="myItemType" 
value="com.intellij.ide.projectView.impl.nodes.PackageViewProjectNode" />
        </PATH_ELEMENT>
        <PATH_ELEMENT>
          <option name="myItemId" value="Bedework" />
          <option name="myItemType" 
value="com.intellij.ide.projectView.impl.nodes.PackageViewModuleNode" />
        </PATH_ELEMENT>
      </PATH>
    </component>
    <component name="PerforceChangeBrowserSettings">
      <option name="USE_USER_FILTER" value="true" />
      <option name="USE_CLIENT_FILTER" value="true" />
      <option name="USER" value="" />
      <option name="CLIENT" value="" />
    </component>
    <component name="PerforceDirect.Settings">
      <option name="CURRENT_CHANGE_LIST" value="-1" />
      <option name="useP4CONFIG" value="true" />
      <option name="port" value="jasper:1666" />
      <option name="client" value="" />
      <option name="user" value="" />
      <option name="passwd" value="" />
      <option name="showCmds" value="false" />
      <option name="useNativeApi" value="true" />
      <option name="pathToExec" value="p4" />
      <option name="useCustomPathToExec" value="false" />
      <option name="SYNC_FORCE" value="false" />
      <option name="SYNC_RUN_RESOLVE" value="true" />
      <option name="REVERT_UNCHANGED_FILES" value="true" />
      <option name="CHARSET" value="none" />
      <option name="SHOW_BRANCHES_HISTORY" value="true" />
      <option name="ENABLED" value="true" />
      <option name="USE_LOGIN" value="false" />
      <option name="LOGIN_SILENTLY" value="false" />
      <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" />
      <OptionsSetting value="true" id="Remove" />
      <OptionsSetting value="true" id="Checkin" />
      <OptionsSetting value="true" id="Checkout" />
      <OptionsSetting value="true" id="Update" />
      <OptionsSetting value="true" id="Status" />
      <OptionsSetting value="true" id="Edit" />
      <OptionsSetting value="true" id="Undo Check Out" />
      <OptionsSetting value="true" id="Compare with SourceSafe Version" />
      <OptionsSetting value="true" id="Get Latest Version" />
      <ConfirmationsSetting value="0" id="Add" />
      <ConfirmationsSetting value="0" id="Remove" />
    </component>
    <component name="ProjectPane">
      <PATH>
        <PATH_ELEMENT>
          <option name="myItemId" value="Bedework.ipr" />
          <option name="myItemType" 
value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
        </PATH_ELEMENT>
        <PATH_ELEMENT>
          <option name="myItemId" value="Bedework" />
          <option name="myItemType" 
value="com.intellij.ide.projectView.impl.nodes.ProjectViewModuleNode" />
        </PATH_ELEMENT>
      </PATH>
      <PATH>
        <PATH_ELEMENT>
          <option name="myItemId" value="Bedework.ipr" />
          <option name="myItemType" 
value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
        </PATH_ELEMENT>
        <PATH_ELEMENT>
          <option name="myItemId" value="Bedework" />
          <option name="myItemType" 
value="com.intellij.ide.projectView.impl.nodes.ProjectViewModuleNode" />
        </PATH_ELEMENT>
        <PATH_ELEMENT>
          <option name="myItemId" value="PsiDirectory:C:\jahia\bedework" />
          <option name="myItemType" 
value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
        </PATH_ELEMENT>
      </PATH>
      <PATH>
        <PATH_ELEMENT>
          <option name="myItemId" value="Bedework.ipr" />
          <option name="myItemType" 
value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
        </PATH_ELEMENT>
        <PATH_ELEMENT>
          <option name="myItemId" value="Bedework" />
          <option name="myItemType" 
value="com.intellij.ide.projectView.impl.nodes.ProjectViewModuleNode" />
        </PATH_ELEMENT>
        <PATH_ELEMENT>
          <option name="myItemId" value="PsiDirectory:C:\jahia\bedework" />
          <option name="myItemType" 
value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
        </PATH_ELEMENT>
        <PATH_ELEMENT>
          <option name="myItemId" value="PsiDirectory:C:\jahia\bedework\war" />
          <option name="myItemType" 
value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
        </PATH_ELEMENT>
        <PATH_ELEMENT>
          <option name="myItemId" 
value="PsiDirectory:C:\jahia\bedework\war\src" />
          <option name="myItemType" 
value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
        </PATH_ELEMENT>
      </PATH>
    </component>
    <component name="ProjectReloadState">
      <option name="STATE" value="0" />
    </component>
    <component name="ProjectView">
      <navigator currentView="ProjectPane" splitterProportion="0.5">
        <flattenPackages />
        <showMembers />
        <showModules />
        <showLibraryContents />
        <hideEmptyPackages />
        <abbreviatePackageNames />
        <showStructure ProjectPane="false" />
        <autoscrollToSource />
        <autoscrollFromSource />
        <sortByType />
      </navigator>
    </component>
    <component name="PropertiesComponent">
      <property name="MemberChooser.copyJavadoc" value="false" />
      <property name="GoToClass.includeLibraries" value="false" />
      <property name="MemberChooser.showClasses" value="true" />
      <property name="MemberChooser.sorted" value="false" />
      <property name="GoToFile.includeJavaFiles" value="false" />
      <property name="GoToClass.toSaveIncludeLibraries" value="false" />
    </component>
    <component name="ReadonlyStatusHandler">
      <option name="SHOW_DIALOG" value="true" />
    </component>
    <component name="RecentsManager" />
    <component name="RestoreUpdateTree" />
    <component name="RunManager">
      <activeType name="Application" />
      <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="JUnit" 
factoryName="JUnit">
        <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="PARAMETERS" />
        <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
        <option name="ADDITIONAL_CLASS_PATH" />
        <option name="TEST_SEARCH_SCOPE">
          <value defaultName="wholeProject" />
        </option>
      </configuration>
      <configuration selected="false" default="true" type="Application" 
factoryName="Application">
        <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" />
        <module name="" />
      </configuration>
      <configuration selected="false" default="true" type="Applet" 
factoryName="Applet">
        <module name="" />
        <option name="MAIN_CLASS_NAME" />
        <option name="HTML_FILE_NAME" />
        <option name="HTML_USED" value="false" />
        <option name="WIDTH" value="400" />
        <option name="HEIGHT" value="300" />
        <option name="POLICY_FILE" 
value="$APPLICATION_HOME_DIR$/bin/appletviewer.policy" />
        <option name="VM_PARAMETERS" />
        <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
        <option name="ALTERNATIVE_JRE_PATH" />
      </configuration>
    </component>
    <component name="SelectInManager" />
    <component name="StarteamConfiguration">
      <option name="SERVER" value="" />
      <option name="PORT" value="49201" />
      <option name="USER" value="" />
      <option name="PASSWORD" value="" />
      <option name="PROJECT" value="" />
      <option name="VIEW" value="" />
      <option name="ALTERNATIVE_WORKING_PATH" value="" />
    </component>
    <component name="StructuralSearchPlugin" />
    <component name="StructureViewFactory">
      <option name="AUTOSCROLL_MODE" value="true" />
      <option name="AUTOSCROLL_FROM_SOURCE" value="false" />
      <option name="ACTIVE_ACTIONS" value="" />
    </component>
    <component name="SvnChangesBrowserSettings">
      <option name="USE_AUTHOR_FIELD" value="true" />
      <option name="AUTHOR" value="" />
      <option name="LOCATION" value="" />
      <option name="USE_PROJECT_SETTINGS" value="true" />
      <option name="USE_ALTERNATE_LOCATION" value="false" />
    </component>
    <component name="SvnConfiguration">
      <option name="USER" value="" />
      <option name="PASSWORD" value="" />
    </component>
    <component name="TodoView" selected-index="0">
      <todo-panel id="selected-file">
        <are-packages-shown value="false" />
        <are-modules-shown value="false" />
        <flatten-packages value="false" />
        <is-autoscroll-to-source value="true" />
      </todo-panel>
      <todo-panel id="all">
        <are-packages-shown value="true" />
        <are-modules-shown value="false" />
        <flatten-packages value="false" />
        <is-autoscroll-to-source value="true" />
      </todo-panel>
    </component>
    <component name="ToolWindowManager">
      <frame x="2" y="0" width="1278" height="994" extended-state="0" />
      <editor active="true" />
      <layout>
        <window_info id="Goals" 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.33" order="8" />
        <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" 
internal_type="docked" type="docked" visible="false" weight="0.33" order="7" />
        <window_info id="Project" active="false" anchor="left" 
auto_hide="false" internal_type="docked" type="docked" visible="true" 
weight="0.24938676" 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="false" 
weight="0.33" 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="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.33" 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="sliding" type="sliding" 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="Web" active="false" anchor="left" auto_hide="false" 
internal_type="docked" type="docked" visible="false" weight="0.25" order="2" />
        <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="EJB" active="false" anchor="bottom" auto_hide="false" 
internal_type="docked" type="docked" visible="false" weight="0.25" 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">
      <option name="SELECTED_STATUSES" value="DEFAULT" />
      <option name="SELECTED_COLUMNS" value="DEFAULT" />
      <option name="SHOW_FILTERS" value="true" />
      <option name="CUSTOMIZE_VIEW" value="true" />
      <option name="SHOW_FILE_HISTORY_AS_TREE" value="true" />
    </component>
    <component name="VcsManagerConfiguration">
      <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" />
      <option name="FILE_HISTORY_DIALOG_SPLITTER_PROPORTION" value="0.5" />
      <option name="ERROR_OCCURED" value="false" />
      <option name="ACTIVE_VCS_NAME" />
      <option name="UPDATE_GROUP_BY_PACKAGES" value="false" />
      <option name="SHOW_FILE_HISTORY_AS_TREE" value="false" />
      <option name="FILE_HISTORY_SPLITTER_PROPORTION" value="0.6" />
    </component>
    <component name="VssConfiguration">
      <option name="CLIENT_PATH" value="" />
      <option name="SRCSAFEINI_PATH" value="" />
      <option name="USER_NAME" value="" />
      <option name="PWD" value="" />
      <option name="VSS_IS_INITIALIZED" value="true" />
      <CheckoutOptions>
        <option name="COMMENT" value="" />
        <option name="DO_NOT_GET_LATEST_VERSION" value="false" />
        <option name="REPLACE_WRITABLE" value="false" />
        <option name="RECURSIVE" value="false" />
      </CheckoutOptions>
      <CheckinOptions>
        <option name="COMMENT" value="" />
        <option name="KEEP_CHECKED_OUT" value="false" />
        <option name="RECURSIVE" value="false" />
      </CheckinOptions>
      <AddOptions>
        <option name="COMMENT" value="" />
        <option name="STORE_ONLY_LATEST_VERSION" value="false" />
        <option name="CHECK_OUT_IMMEDIATELY" value="false" />
        <option name="FILE_TYPE" value="0" />
      </AddOptions>
      <UndocheckoutOptions>
        <option name="MAKE_WRITABLE" value="false" />
        <option name="REPLACE_LOCAL_COPY" value="0" />
        <option name="RECURSIVE" value="false" />
      </UndocheckoutOptions>
      <GetOptions>
        <option name="REPLACE_WRITABLE" value="0" />
        <option name="MAKE_WRITABLE" value="false" />
        <option name="RECURSIVE" value="false" />
      </GetOptions>
    </component>
    <component name="antWorkspaceConfiguration">
      <option name="IS_AUTOSCROLL_TO_SOURCE" value="false" />
      <option name="FILTER_TARGETS" value="false" />
    </component>
    <component name="editorHistoryManager">
      <entry 
file="file://$PROJECT_DIR$/war/src/java/org/jahia/portlet/bedework/gui/ViewGUI.java">
        <provider selected="true" editor-type-id="text-editor">
          <state line="12" column="13" selection-start="232" 
selection-end="232" vertical-scroll-proportion="0.020910209">
            <folding />
          </state>
        </provider>
      </entry>
      <entry 
file="file://$PROJECT_DIR$/war/src/java/org/jahia/portlet/bedework/controller/ViewController.java">
        <provider selected="true" editor-type-id="text-editor">
          <state line="11" column="13" selection-start="249" 
selection-end="249" vertical-scroll-proportion="0.020910209">
            <folding />
          </state>
        </provider>
      </entry>
      <entry 
file="file://$PROJECT_DIR$/war/src/java/org/jahia/portlet/bedework/controller/CalendarsController.java">
        <provider selected="true" editor-type-id="text-editor">
          <state line="12" column="13" selection-start="259" 
selection-end="259" vertical-scroll-proportion="0.020910209">
            <folding />
          </state>
        </provider>
      </entry>
      <entry 
file="file://$PROJECT_DIR$/war/src/java/org/jahia/portlet/bedework/controller/AssociationViewCalendarsController.java">
        <provider selected="true" editor-type-id="text-editor">
          <state line="11" column="13" selection-start="205" 
selection-end="205" vertical-scroll-proportion="0.020910209">
            <folding>
              <element signature="imports" expanded="true" />
            </folding>
          </state>
        </provider>
      </entry>
      <entry 
file="file://$PROJECT_DIR$/war/src/java/org/jahia/portlet/bedework/bean/ViewBean.java">
        <provider selected="true" editor-type-id="text-editor">
          <state line="9" column="13" selection-start="142" selection-end="142" 
vertical-scroll-proportion="0.020910209">
            <folding />
          </state>
        </provider>
      </entry>
      <entry 
file="file://$PROJECT_DIR$/war/src/java/org/jahia/portlet/bedework/bean/CalendarsBean.java">
        <provider selected="true" editor-type-id="text-editor">
          <state line="9" column="13" selection-start="142" selection-end="142" 
vertical-scroll-proportion="0.020910209">
            <folding />
          </state>
        </provider>
      </entry>
      <entry 
file="file://$PROJECT_DIR$/war/src/java/org/jahia/portlet/bedework/bean/CalendarBean.java">
        <provider selected="true" editor-type-id="text-editor">
          <state line="7" column="13" selection-start="121" selection-end="121" 
vertical-scroll-proportion="0.020910209">
            <folding />
          </state>
        </provider>
      </entry>
      <entry 
file="file://$PROJECT_DIR$/war/src/java/org/jahia/portlet/bedework/BedeworkPortlet.java">
        <provider selected="true" editor-type-id="text-editor">
          <state line="13" column="13" selection-start="173" 
selection-end="173" vertical-scroll-proportion="0.020910209">
            <folding />
          </state>
        </provider>
      </entry>
      <entry file="file://$PROJECT_DIR$/maven.xml">
        <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$/project.xml">
        <provider editor-type-id="pomEditor">
          <state />
        </provider>
        <provider selected="true" editor-type-id="text-editor">
          <state line="16" column="94" selection-start="525" 
selection-end="525" vertical-scroll-proportion="-2.6890862">
            <folding />
          </state>
        </provider>
      </entry>
      <entry 
file="file://$PROJECT_DIR$/war/src/java/org/jahia/portlet/bedework/gui/CalendarsGUI.java">
        <provider selected="true" editor-type-id="text-editor">
          <state line="17" column="46" selection-start="338" 
selection-end="338" vertical-scroll-proportion="0.14637147">
            <folding />
          </state>
        </provider>
      </entry>
    </component>
  </project>
  
  
  
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/repository/bedework/project.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.properties        5 Jan 2006 17:30:26 -0000       1.1
  +++ project.properties        6 Jan 2006 14:30:14 -0000       1.2
  @@ -1,5 +1,9 @@
  +maven.repo.remote = http://maven.jahia.org, 
http://www.bluesunrise.com/maven/, http://www.ibiblio.org/maven/, 
http://www.day.com/maven/
   maven.multiproject.basedir=${basedir}
   maven.delpoy.dest = C:\\uPortal\\new_portlet
   maven.build.war.directory = ${maven.multiproject.basedir}/war/target
   war.name = bedeworkportlet.war
   
  +maven.jahiapackage.deploy.context.name=bedeworkportlet
  +maven.multiproject.type=war
  +
  
  
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/repository/bedework/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml       5 Jan 2006 17:30:26 -0000       1.1
  +++ project.xml       6 Jan 2006 14:30:14 -0000       1.2
  @@ -1,19 +1,181 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <!DOCTYPE project [
  -    <!ENTITY % locator-entities SYSTEM "file:locator.ent"> %locator-entities;
  -]>
  +        <!ENTITY % locator-entities SYSTEM "file:locator.ent"> 
%locator-entities;
  +        ]>
   <project>
  -  <pomVersion>3</pomVersion>
  -  <artifactId>JahiaPortlet</artifactId>
  -  <name>Basic Portlet JSR 168 for Jahia Portal</name>
  -  <currentVersion>1.0</currentVersion>
  -  <organization>
  -    <name>jahia</name>
  -    <url>http://www.jahia.net/</url>
  -  </organization>
  -  <inceptionYear>2005</inceptionYear>
  -  <package>org.jahia</package>
  -  <build>
  -    <nagEmailAddress>[EMAIL PROTECTED]</nagEmailAddress>
  -  </build>
  +    <pomVersion>3</pomVersion>
  +    <artifactId>bedeworkportlet</artifactId>
  +    <name>Bedework integration into EPFL portal</name>
  +    <currentVersion>1.0</currentVersion>
  +    <organization>
  +        <name>Jahia</name>
  +        <url>http://www.jahia.com/</url>
  +    </organization>
  +    <inceptionYear>2006</inceptionYear>
  +
  +    <dependencies>
  +        <!-- portlet -->
  +        <dependency>
  +            <groupId>portlet-api</groupId>
  +            <artifactId>portlet-api</artifactId>
  +            <version>1.0</version>
  +            <properties>
  +                <war.bundle>false</war.bundle>
  +            </properties>
  +        </dependency>
  +        <!-- log4j -->
  +        <dependency>
  +            <groupId>log4j</groupId>
  +            <artifactId>log4j</artifactId>
  +            <version>1.2.8</version>
  +            <properties>
  +                <war.bundle>true</war.bundle>
  +            </properties>
  +        </dependency>
  +        <!-- myfaces-dependencies-->
  +        <dependency>
  +            <groupId>commons-beanutils</groupId>
  +            <artifactId>commons-beanutils</artifactId>
  +            <version>1.6.1</version>
  +            <properties>
  +                <war.bundle>true</war.bundle>
  +            </properties>
  +        </dependency>
  +        <dependency>
  +            <groupId>commons-codec</groupId>
  +            <artifactId>commons-codec</artifactId>
  +            <version>1.2</version>
  +            <properties>
  +                <war.bundle>true</war.bundle>
  +            </properties>
  +        </dependency>
  +        <dependency>
  +            <groupId>commons-collections</groupId>
  +            <artifactId>commons-collections</artifactId>
  +            <version>2.1</version>
  +            <properties>
  +                <war.bundle>true</war.bundle>
  +            </properties>
  +        </dependency>
  +        <dependency>
  +            <groupId>commons-digester</groupId>
  +            <artifactId>commons-digester</artifactId>
  +            <version>1.5</version>
  +            <properties>
  +                <war.bundle>true</war.bundle>
  +            </properties>
  +        </dependency>
  +        <dependency>
  +            <groupId>commons-el</groupId>
  +            <artifactId>commons-el</artifactId>
  +            <version>1.0</version>
  +            <properties>
  +                <war.bundle>true</war.bundle>
  +            </properties>
  +        </dependency>
  +        <dependency>
  +            <groupId>commons-fileupload</groupId>
  +            <artifactId>commons-fileupload</artifactId>
  +            <version>1.0</version>
  +            <properties>
  +                <war.bundle>true</war.bundle>
  +            </properties>
  +        </dependency>
  +        <dependency>
  +            <groupId>commons-validator</groupId>
  +            <artifactId>commons-validator</artifactId>
  +            <version>1.1.3</version>
  +            <properties>
  +                <war.bundle>true</war.bundle>
  +            </properties>
  +        </dependency>
  +        <dependency>
  +            <groupId>commons-lang</groupId>
  +            <artifactId>commons-lang</artifactId>
  +            <version>2.1</version>
  +            <properties>
  +                <war.bundle>true</war.bundle>
  +            </properties>
  +        </dependency>
  +        <dependency>
  +            <groupId>oro</groupId>
  +            <artifactId>oro</artifactId>
  +            <version>2.0.8</version>
  +            <properties>
  +                <war.bundle>true</war.bundle>
  +            </properties>
  +        </dependency>
  +        <dependency>
  +            <groupId>jstl</groupId>
  +            <artifactId>jstl</artifactId>
  +            <version>1.1.2</version>
  +            <properties>
  +                <war.bundle>true</war.bundle>
  +            </properties>
  +        </dependency>
  +        <dependency>
  +            <groupId>struts</groupId>
  +            <artifactId>struts</artifactId>
  +            <version>1.2.8</version>
  +            <properties>
  +                <war.bundle>true</war.bundle>
  +            </properties>
  +        </dependency>
  +        <!-- in myfaces-all
  +        <dependency>
  +          <groupId>myfaces-api</groupId>
  +          <artifactId>myfaces-api</artifactId>
  +          <version>1.1.1</version>
  +          <properties>
  +             <war.bundle>true</war.bundle>
  +          </properties>
  +        </dependency>
  +        <dependency>
  +          <groupId>myfaces-impl</groupId>
  +          <artifactId>myfaces-impl</artifactId>
  +          <version>1.1.1</version>
  +          <properties>
  +             <war.bundle>true</war.bundle>
  +          </properties>
  +        </dependency>
  +        <dependency>
  +          <groupId>tomahawk</groupId>
  +          <artifactId>tomahawk</artifactId>
  +          <version>1.1.1</version>
  +          <properties>
  +             <war.bundle>true</war.bundle>
  +          </properties>
  +        </dependency>
  +        -->
  +        <dependency>
  +            <groupId>myfaces</groupId>
  +            <artifactId>myfaces-all</artifactId>
  +            <version>1.1.1</version>
  +            <properties>
  +                <war.bundle>true</war.bundle>
  +            </properties>
  +        </dependency>
  +        <!-- portlet jsf bridge-->
  +        <dependency>
  +            <groupId>org.apache.portals.bridges</groupId>
  +            <artifactId>portals-bridges-jsf</artifactId>
  +            <version>1.0</version>
  +            <properties>
  +                <war.bundle>true</war.bundle>
  +            </properties>
  +        </dependency>
  +        <dependency>
  +            <groupId>portals-bridges</groupId>
  +            <artifactId>portals-bridges-common</artifactId>
  +            <version>0.3</version>
  +            <properties>
  +                <war.bundle>true</war.bundle>
  +            </properties>
  +        </dependency>
  +    </dependencies>
  +
  +    <build>
  +        <nagEmailAddress>[EMAIL PROTECTED]</nagEmailAddress>
  +        <sourceDirectory>war/src/java</sourceDirectory>
  +    </build>
   </project>
  

Reply via email to