You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by es...@apache.org on 2012/02/17 01:47:28 UTC

svn commit: r1245273 [1/3] - in /incubator/openmeetings/branches/jira-plugin: ./ .settings/ src/ src/main/ src/main/java/ src/main/java/org/ src/main/java/org/openmeetings/ src/main/java/org/openmeetings/jira/ src/main/java/org/openmeetings/jira/plugin...

Author: eschwert
Date: Fri Feb 17 00:47:22 2012
New Revision: 1245273

URL: http://svn.apache.org/viewvc?rev=1245273&view=rev
Log:
Initial commit. OPENMEETINGS-60

Added:
    incubator/openmeetings/branches/jira-plugin/.classpath
    incubator/openmeetings/branches/jira-plugin/.project
    incubator/openmeetings/branches/jira-plugin/.settings/
    incubator/openmeetings/branches/jira-plugin/.settings/org.eclipse.jdt.core.prefs
    incubator/openmeetings/branches/jira-plugin/LICENSE
    incubator/openmeetings/branches/jira-plugin/README
    incubator/openmeetings/branches/jira-plugin/pom.xml
    incubator/openmeetings/branches/jira-plugin/src/
    incubator/openmeetings/branches/jira-plugin/src/main/
    incubator/openmeetings/branches/jira-plugin/src/main/java/
    incubator/openmeetings/branches/jira-plugin/src/main/java/org/
    incubator/openmeetings/branches/jira-plugin/src/main/java/org/openmeetings/
    incubator/openmeetings/branches/jira-plugin/src/main/java/org/openmeetings/jira/
    incubator/openmeetings/branches/jira-plugin/src/main/java/org/openmeetings/jira/plugin/
    incubator/openmeetings/branches/jira-plugin/src/main/java/org/openmeetings/jira/plugin/MyPlugin.java
    incubator/openmeetings/branches/jira-plugin/src/main/java/org/openmeetings/jira/plugin/ao/
    incubator/openmeetings/branches/jira-plugin/src/main/java/org/openmeetings/jira/plugin/ao/adminconfiguration/
    incubator/openmeetings/branches/jira-plugin/src/main/java/org/openmeetings/jira/plugin/ao/adminconfiguration/AdminConfiguration.java
    incubator/openmeetings/branches/jira-plugin/src/main/java/org/openmeetings/jira/plugin/ao/adminconfiguration/AdminConfigurationService.java
    incubator/openmeetings/branches/jira-plugin/src/main/java/org/openmeetings/jira/plugin/ao/adminconfiguration/AdminConfigurationServiceImpl.java
    incubator/openmeetings/branches/jira-plugin/src/main/java/org/openmeetings/jira/plugin/ao/adminconfiguration/OmConfiguration.java
    incubator/openmeetings/branches/jira-plugin/src/main/java/org/openmeetings/jira/plugin/ao/omrooms/
    incubator/openmeetings/branches/jira-plugin/src/main/java/org/openmeetings/jira/plugin/ao/omrooms/Room.java
    incubator/openmeetings/branches/jira-plugin/src/main/java/org/openmeetings/jira/plugin/ao/omrooms/RoomService.java
    incubator/openmeetings/branches/jira-plugin/src/main/java/org/openmeetings/jira/plugin/ao/omrooms/RoomServiceImpl.java
    incubator/openmeetings/branches/jira-plugin/src/main/java/org/openmeetings/jira/plugin/jira/
    incubator/openmeetings/branches/jira-plugin/src/main/java/org/openmeetings/jira/plugin/jira/customfields/
    incubator/openmeetings/branches/jira-plugin/src/main/java/org/openmeetings/jira/plugin/jira/customfields/RoomNameField.java
    incubator/openmeetings/branches/jira-plugin/src/main/java/org/openmeetings/jira/plugin/servlet/
    incubator/openmeetings/branches/jira-plugin/src/main/java/org/openmeetings/jira/plugin/servlet/AdminServlet.java
    incubator/openmeetings/branches/jira-plugin/src/main/java/org/openmeetings/jira/plugin/servlet/Backup2AdminServlet.java
    incubator/openmeetings/branches/jira-plugin/src/main/java/org/openmeetings/jira/plugin/servlet/BackupAdminServlet.java
    incubator/openmeetings/branches/jira-plugin/src/main/java/org/openmeetings/jira/plugin/servlet/ConfigResource.java
    incubator/openmeetings/branches/jira-plugin/src/main/java/org/openmeetings/jira/plugin/servlet/OmConfig.java
    incubator/openmeetings/branches/jira-plugin/src/main/java/org/openmeetings/jira/plugin/servlet/OpenmeetingsCRUD.java
    incubator/openmeetings/branches/jira-plugin/src/main/java/org/openmeetings/jira/plugin/servlet/RoomsServlet.java
    incubator/openmeetings/branches/jira-plugin/src/main/resources/
    incubator/openmeetings/branches/jira-plugin/src/main/resources/admin.js
    incubator/openmeetings/branches/jira-plugin/src/main/resources/atlassian-plugin.properties
    incubator/openmeetings/branches/jira-plugin/src/main/resources/atlassian-plugin.xml
    incubator/openmeetings/branches/jira-plugin/src/main/resources/backup_atlassian-plugin.xml
    incubator/openmeetings/branches/jira-plugin/src/main/resources/i18n.properties
    incubator/openmeetings/branches/jira-plugin/src/main/resources/templates/
    incubator/openmeetings/branches/jira-plugin/src/main/resources/templates/adminedit.vm
    incubator/openmeetings/branches/jira-plugin/src/main/resources/templates/adminnew.vm
    incubator/openmeetings/branches/jira-plugin/src/main/resources/templates/customfields/
    incubator/openmeetings/branches/jira-plugin/src/main/resources/templates/customfields/room-name-field/
    incubator/openmeetings/branches/jira-plugin/src/main/resources/templates/customfields/room-name-field/edit.vm
    incubator/openmeetings/branches/jira-plugin/src/main/resources/templates/customfields/room-name-field/view.vm
    incubator/openmeetings/branches/jira-plugin/src/main/resources/templates/edit.vm
    incubator/openmeetings/branches/jira-plugin/src/main/resources/templates/list.vm
    incubator/openmeetings/branches/jira-plugin/src/main/resources/templates/new.vm
    incubator/openmeetings/branches/jira-plugin/src/main/resources/templates/omconfig.vm
    incubator/openmeetings/branches/jira-plugin/src/main/resources/templates/omrooms/
    incubator/openmeetings/branches/jira-plugin/src/main/resources/templates/omrooms/edit.vm
    incubator/openmeetings/branches/jira-plugin/src/main/resources/templates/omrooms/list.vm
    incubator/openmeetings/branches/jira-plugin/src/main/resources/templates/omrooms/new.vm
    incubator/openmeetings/branches/jira-plugin/src/test/
    incubator/openmeetings/branches/jira-plugin/src/test/java/
    incubator/openmeetings/branches/jira-plugin/src/test/java/it/
    incubator/openmeetings/branches/jira-plugin/src/test/java/it/MyPluginTest.java
    incubator/openmeetings/branches/jira-plugin/src/test/java/it/org/
    incubator/openmeetings/branches/jira-plugin/src/test/java/it/org/openmeetings/
    incubator/openmeetings/branches/jira-plugin/src/test/java/it/org/openmeetings/jira/
    incubator/openmeetings/branches/jira-plugin/src/test/java/it/org/openmeetings/jira/plugin/
    incubator/openmeetings/branches/jira-plugin/src/test/java/it/org/openmeetings/jira/plugin/servlet/
    incubator/openmeetings/branches/jira-plugin/src/test/java/it/org/openmeetings/jira/plugin/servlet/OpenmeetingsCRUDFuncTest.java
    incubator/openmeetings/branches/jira-plugin/src/test/java/org/
    incubator/openmeetings/branches/jira-plugin/src/test/java/org/openmeetings/
    incubator/openmeetings/branches/jira-plugin/src/test/java/org/openmeetings/jira/
    incubator/openmeetings/branches/jira-plugin/src/test/java/org/openmeetings/jira/plugin/
    incubator/openmeetings/branches/jira-plugin/src/test/java/org/openmeetings/jira/plugin/MyPluginTest.java
    incubator/openmeetings/branches/jira-plugin/src/test/java/org/openmeetings/jira/plugin/jira/
    incubator/openmeetings/branches/jira-plugin/src/test/java/org/openmeetings/jira/plugin/jira/customfields/
    incubator/openmeetings/branches/jira-plugin/src/test/java/org/openmeetings/jira/plugin/jira/customfields/RoomNameFieldTest.java
    incubator/openmeetings/branches/jira-plugin/src/test/java/org/openmeetings/jira/plugin/servlet/
    incubator/openmeetings/branches/jira-plugin/src/test/java/org/openmeetings/jira/plugin/servlet/OpenmeetingsCRUDTest.java
    incubator/openmeetings/branches/jira-plugin/src/test/resources/
    incubator/openmeetings/branches/jira-plugin/src/test/resources/TEST_RESOURCES_README
    incubator/openmeetings/branches/jira-plugin/src/test/xml/
    incubator/openmeetings/branches/jira-plugin/src/test/xml/TEST_XML_RESOURCES_README
Modified:
    incubator/openmeetings/branches/jira-plugin/   (props changed)

Propchange: incubator/openmeetings/branches/jira-plugin/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Feb 17 00:47:22 2012
@@ -0,0 +1 @@
+target

Added: incubator/openmeetings/branches/jira-plugin/.classpath
URL: http://svn.apache.org/viewvc/incubator/openmeetings/branches/jira-plugin/.classpath?rev=1245273&view=auto
==============================================================================
--- incubator/openmeetings/branches/jira-plugin/.classpath (added)
+++ incubator/openmeetings/branches/jira-plugin/.classpath Fri Feb 17 00:47:22 2012
@@ -0,0 +1,863 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+  <classpathentry kind="src" path="src/test/java" output="target/test-classes" including="**/*.java"/>
+  <classpathentry kind="src" path="src/test/resources" output="target/test-classes" excluding="**/*.java"/>
+  <classpathentry kind="src" path="src/main/java" including="**/*.java"/>
+  <classpathentry kind="src" path="src/main/resources" excluding="**/*.java"/>
+  <classpathentry kind="output" path="target/classes"/>
+  <classpathentry kind="var" path="M2_REPO/javax/mail/mail/1.4.1/mail-1.4.1.jar" sourcepath="M2_REPO/javax/mail/mail/1.4.1/mail-1.4.1-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/javax/activation/activation/1.1.1/activation-1.1.1.jar" sourcepath="M2_REPO/javax/activation/activation/1.1.1/activation-1.1.1-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/javax/servlet/servlet-api/2.4/servlet-api-2.4.jar" sourcepath="M2_REPO/javax/servlet/servlet-api/2.4/servlet-api-2.4-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/javax/transaction/jta/1.0.1B/jta-1.0.1B.jar"/>
+  <classpathentry kind="var" path="M2_REPO/javax/xml/bind/jaxb-api/2.1/jaxb-api-2.1.jar" sourcepath="M2_REPO/javax/xml/bind/jaxb-api/2.1/jaxb-api-2.1-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar" sourcepath="M2_REPO/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA.jar" sourcepath="M2_REPO/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/javax/ws/rs/jsr311-api/1.0/jsr311-api-1.0.jar" sourcepath="M2_REPO/javax/ws/rs/jsr311-api/1.0/jsr311-api-1.0-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/javax/ws/rs/jsr311-api/1.0/jsr311-api-1.0-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/jira/atlassian-jira/4.4.1/atlassian-jira-4.4.1.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/jira/atlassian-jira/4.4.1/atlassian-jira-4.4.1-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/ofbiz/entityengine-share/1.0.11/entityengine-share-1.0.11.jar" sourcepath="M2_REPO/com/atlassian/ofbiz/entityengine-share/1.0.11/entityengine-share-1.0.11-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/ofbiz/entityengine-share/1.0.11/entityengine-share-1.0.11-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/log4j/log4j/1.2.15/log4j-1.2.15.jar" sourcepath="M2_REPO/log4j/log4j/1.2.15/log4j-1.2.15-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar" sourcepath="M2_REPO/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/ofbiz/entityengine/1.0.11/entityengine-1.0.11.jar" sourcepath="M2_REPO/com/atlassian/ofbiz/entityengine/1.0.11/entityengine-1.0.11-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/ofbiz/entityengine/1.0.11/entityengine-1.0.11-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/jta/jta/1.0.1/jta-1.0.1.jar"/>
+  <classpathentry kind="var" path="M2_REPO/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar" sourcepath="M2_REPO/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/util/concurrent/atlassian-util-concurrent/2.2.0/atlassian-util-concurrent-2.2.0.jar" sourcepath="M2_REPO/com/atlassian/util/concurrent/atlassian-util-concurrent/2.2.0/atlassian-util-concurrent-2.2.0-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/util/concurrent/atlassian-util-concurrent/2.2.0/atlassian-util-concurrent-2.2.0-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/opensymphony/webwork/1.4-atlassian-17/webwork-1.4-atlassian-17.jar" sourcepath="M2_REPO/opensymphony/webwork/1.4-atlassian-17/webwork-1.4-atlassian-17-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/webwork/pell-multipart-request/1.31.0/pell-multipart-request-1.31.0.jar" sourcepath="M2_REPO/webwork/pell-multipart-request/1.31.0/pell-multipart-request-1.31.0-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/apache/lucene/lucene-core/2.9.4/lucene-core-2.9.4.jar" sourcepath="M2_REPO/org/apache/lucene/lucene-core/2.9.4/lucene-core-2.9.4-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/org/apache/lucene/lucene-core/2.9.4/lucene-core-2.9.4-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/core/atlassian-core/4.6.0/atlassian-core-4.6.0.jar" sourcepath="M2_REPO/com/atlassian/core/atlassian-core/4.6.0/atlassian-core-4.6.0-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/core/atlassian-core/4.6.0/atlassian-core-4.6.0-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/commons-lang/commons-lang/2.5/commons-lang-2.5.jar" sourcepath="M2_REPO/commons-lang/commons-lang/2.5/commons-lang-2.5-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/commons-lang/commons-lang/2.5/commons-lang-2.5-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/opensymphony/propertyset/1.5/propertyset-1.5.jar" sourcepath="M2_REPO/opensymphony/propertyset/1.5/propertyset-1.5-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/dom4j/dom4j/1.4/dom4j-1.4.jar" sourcepath="M2_REPO/dom4j/dom4j/1.4/dom4j-1.4-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar" sourcepath="M2_REPO/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/jaxen/jaxen/1.1.1/jaxen-1.1.1.jar"/>
+  <classpathentry kind="var" path="M2_REPO/mockobjects/alt-jdk1.3/0.07/alt-jdk1.3-0.07.jar"/>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/extras/atlassian-extras/2.2.2/atlassian-extras-2.2.2.jar"/>
+  <classpathentry kind="var" path="M2_REPO/commons-codec/commons-codec/1.4/commons-codec-1.4.jar" sourcepath="M2_REPO/commons-codec/commons-codec/1.4/commons-codec-1.4-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/commons-codec/commons-codec/1.4/commons-codec-1.4-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/velocity/atlassian-velocity/0.8/atlassian-velocity-0.8.jar" sourcepath="M2_REPO/com/atlassian/velocity/atlassian-velocity/0.8/atlassian-velocity-0.8-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/velocity/atlassian-velocity/0.8/atlassian-velocity-0.8-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/opensymphony/oscore/2.2.7-atlassian-1/oscore-2.2.7-atlassian-1.jar" sourcepath="M2_REPO/opensymphony/oscore/2.2.7-atlassian-1/oscore-2.2.7-atlassian-1-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/velocity/velocity/1.4-atlassian-9/velocity-1.4-atlassian-9.jar" sourcepath="M2_REPO/velocity/velocity/1.4-atlassian-9/velocity-1.4-atlassian-9-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/opensymphony/osworkflow/2.8.0/osworkflow-2.8.0.jar" sourcepath="M2_REPO/opensymphony/osworkflow/2.8.0/osworkflow-2.8.0-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/crowd/embedded-crowd-api/2.2.8/embedded-crowd-api-2.2.8.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/crowd/embedded-crowd-api/2.2.8/embedded-crowd-api-2.2.8-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/google/collections/google-collections/1.0/google-collections-1.0.jar" sourcepath="M2_REPO/com/google/collections/google-collections/1.0/google-collections-1.0-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/google/collections/google-collections/1.0/google-collections-1.0-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/crowd/embedded-crowd-core/2.2.8/embedded-crowd-core-2.2.8.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/crowd/embedded-crowd-core/2.2.8/embedded-crowd-core-2.2.8-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/crowd/embedded-crowd-spi/2.2.8/embedded-crowd-spi-2.2.8.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/crowd/embedded-crowd-spi/2.2.8/embedded-crowd-spi-2.2.8-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/crowd/crowd-api/2.2.8/crowd-api-2.2.8.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/crowd/crowd-api/2.2.8/crowd-api-2.2.8-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/crowd/crowd-integration-api/2.2.8/crowd-integration-api-2.2.8.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/crowd/crowd-integration-api/2.2.8/crowd-integration-api-2.2.8-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/spring/atlassian-spring/1.0/atlassian-spring-1.0.jar" sourcepath="M2_REPO/com/atlassian/spring/atlassian-spring/1.0/atlassian-spring-1.0-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/spring/atlassian-spring/1.0/atlassian-spring-1.0-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/event/atlassian-event/2.1.1/atlassian-event-2.1.1.jar" sourcepath="M2_REPO/com/atlassian/event/atlassian-event/2.1.1/atlassian-event-2.1.1-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/event/atlassian-event/2.1.1/atlassian-event-2.1.1-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/org/springframework/spring-core/2.5.6/spring-core-2.5.6.jar" sourcepath="M2_REPO/org/springframework/spring-core/2.5.6/spring-core-2.5.6-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar" sourcepath="M2_REPO/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/org/springframework/spring-context/2.5.6.SEC02/spring-context-2.5.6.SEC02.jar" sourcepath="M2_REPO/org/springframework/spring-context/2.5.6.SEC02/spring-context-2.5.6.SEC02-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/aopalliance/aopalliance/1.0/aopalliance-1.0.jar" sourcepath="M2_REPO/aopalliance/aopalliance/1.0/aopalliance-1.0-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/springframework/spring-beans/2.5.6/spring-beans-2.5.6.jar" sourcepath="M2_REPO/org/springframework/spring-beans/2.5.6/spring-beans-2.5.6-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/profiling/atlassian-profiling/1.8.2/atlassian-profiling-1.8.2.jar" sourcepath="M2_REPO/com/atlassian/profiling/atlassian-profiling/1.8.2/atlassian-profiling-1.8.2-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/profiling/atlassian-profiling/1.8.2/atlassian-profiling-1.8.2-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/org/slf4j/slf4j-api/1.5.8/slf4j-api-1.5.8.jar" sourcepath="M2_REPO/org/slf4j/slf4j-api/1.5.8/slf4j-api-1.5.8-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/junit/junit/4.6/junit-4.6.jar" sourcepath="M2_REPO/junit/junit/4.6/junit-4.6-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/springframework/spring-web/2.0.6/spring-web-2.0.6.jar"/>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/crowd/crowd-core/2.2.8/crowd-core-2.2.8.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/crowd/crowd-core/2.2.8/crowd-core-2.2.8-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/crowd/crowd-ldap/2.2.8/crowd-ldap-2.2.8.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/crowd/crowd-ldap/2.2.8/crowd-ldap-2.2.8-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/crowd/crowd-password-encoders/2.2.8/crowd-password-encoders-2.2.8.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/crowd/crowd-password-encoders/2.2.8/crowd-password-encoders-2.2.8-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/security/atlassian-password-encoder/2.2/atlassian-password-encoder-2.2.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/security/atlassian-password-encoder/2.2/atlassian-password-encoder-2.2-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/org/springframework/security/spring-security-core/2.0.4/spring-security-core-2.0.4.jar" sourcepath="M2_REPO/org/springframework/security/spring-security-core/2.0.4/spring-security-core-2.0.4-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/springframework/spring-aop/2.0.8/spring-aop-2.0.8.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/springframework/spring-tx/2.5.6/spring-tx-2.5.6.jar" sourcepath="M2_REPO/org/springframework/spring-tx/2.5.6/spring-tx-2.5.6-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/plugins/atlassian-plugins-core/2.8.0/atlassian-plugins-core-2.8.0.jar" sourcepath="M2_REPO/com/atlassian/plugins/atlassian-plugins-core/2.8.0/atlassian-plugins-core-2.8.0-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/plugins/atlassian-plugins-core/2.8.0/atlassian-plugins-core-2.8.0-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/commons-io/commons-io/1.4/commons-io-1.4.jar" sourcepath="M2_REPO/commons-io/commons-io/1.4/commons-io-1.4-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/commons-io/commons-io/1.4/commons-io-1.4-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/multitenant/multitenant-core/1.0.3/multitenant-core-1.0.3.jar" sourcepath="M2_REPO/com/atlassian/multitenant/multitenant-core/1.0.3/multitenant-core-1.0.3-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/multitenant/multitenant-core/1.0.3/multitenant-core-1.0.3-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar" sourcepath="M2_REPO/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/cglib/cglib-nodep/2.1_3/cglib-nodep-2.1_3.jar" sourcepath="M2_REPO/cglib/cglib-nodep/2.1_3/cglib-nodep-2.1_3-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/crowd/crowd-events/2.2.8/crowd-events-2.2.8.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/crowd/crowd-events/2.2.8/crowd-events-2.2.8-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/crowd/crowd-persistence/2.2.8/crowd-persistence-2.2.8.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/crowd/crowd-persistence/2.2.8/crowd-persistence-2.2.8-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/config/atlassian-config/0.15/atlassian-config-0.15.jar" sourcepath="M2_REPO/com/atlassian/config/atlassian-config/0.15/atlassian-config-0.15-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/config/atlassian-config/0.15/atlassian-config-0.15-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/net/sf/ehcache/ehcache/1.2.3/ehcache-1.2.3.jar" sourcepath="M2_REPO/net/sf/ehcache/ehcache/1.2.3/ehcache-1.2.3-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/net/sf/ehcache/ehcache/1.2.3/ehcache-1.2.3-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/antlr/antlr/2.7.2/antlr-2.7.2.jar" sourcepath="M2_REPO/antlr/antlr/2.7.2/antlr-2.7.2-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/springframework/spring-orm/2.5.6.SEC02/spring-orm-2.5.6.SEC02.jar" sourcepath="M2_REPO/org/springframework/spring-orm/2.5.6.SEC02/spring-orm-2.5.6.SEC02-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/slf4j/slf4j-log4j12/1.5.8/slf4j-log4j12-1.5.8.jar" sourcepath="M2_REPO/org/slf4j/slf4j-log4j12/1.5.8/slf4j-log4j12-1.5.8-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/joda-time/joda-time/1.6/joda-time-1.6.jar" sourcepath="M2_REPO/joda-time/joda-time/1.6/joda-time-1.6-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/joda-time/joda-time/1.6/joda-time-1.6-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/crowd/crowd-remote/2.2.8/crowd-remote-2.2.8.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/crowd/crowd-remote/2.2.8/crowd-remote-2.2.8-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/crowd/crowd-integration-client-rest/2.2.8/crowd-integration-client-rest-2.2.8.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/crowd/crowd-integration-client-rest/2.2.8/crowd-integration-client-rest-2.2.8-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/crowd/crowd-integration-client-common/2.2.8/crowd-integration-client-common-2.2.8.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/crowd/crowd-integration-client-common/2.2.8/crowd-integration-client-common-2.2.8-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/security/atlassian-cookie-tools/2.2/atlassian-cookie-tools-2.2.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/security/atlassian-cookie-tools/2.2/atlassian-cookie-tools-2.2-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/commons-httpclient/commons-httpclient/3.0.1/commons-httpclient-3.0.1.jar" sourcepath="M2_REPO/commons-httpclient/commons-httpclient/3.0.1/commons-httpclient-3.0.1-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/springframework/ldap/spring-ldap-core/1.3.0.RELEASE/spring-ldap-core-1.3.0.RELEASE.jar" sourcepath="M2_REPO/org/springframework/ldap/spring-ldap-core/1.3.0.RELEASE/spring-ldap-core-1.3.0.RELEASE-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/springframework/spring-context-support/2.5.6.SEC02/spring-context-support-2.5.6.SEC02.jar" sourcepath="M2_REPO/org/springframework/spring-context-support/2.5.6.SEC02/spring-context-support-2.5.6.SEC02-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/quartz/quartz/1.5.1/quartz-1.5.1.jar" sourcepath="M2_REPO/quartz/quartz/1.5.1/quartz-1.5.1-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/security/atlassian-secure-random/2.2/atlassian-secure-random-2.2.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/security/atlassian-secure-random/2.2/atlassian-secure-random-2.2-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/johnson/atlassian-johnson/1.1/atlassian-johnson-1.1.jar" sourcepath="M2_REPO/com/atlassian/johnson/atlassian-johnson/1.1/atlassian-johnson-1.1-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/johnson/atlassian-johnson/1.1/atlassian-johnson-1.1-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/mail/atlassian-mail/1.24/atlassian-mail-1.24.jar" sourcepath="M2_REPO/com/atlassian/mail/atlassian-mail/1.24/atlassian-mail-1.24-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/mail/atlassian-mail/1.24/atlassian-mail-1.24-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/mockobjects/mockobjects-alt-jdk1.3-j2ee1.3/0.09/mockobjects-alt-jdk1.3-j2ee1.3-0.09.jar"/>
+  <classpathentry kind="var" path="M2_REPO/commons-beanutils/commons-beanutils/1.6.1/commons-beanutils-1.6.1.jar" sourcepath="M2_REPO/commons-beanutils/commons-beanutils/1.6.1/commons-beanutils-1.6.1-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/commons-beanutils/commons-beanutils/1.6.1/commons-beanutils-1.6.1-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/commons-digester/commons-digester/1.4.1/commons-digester-1.4.1.jar" sourcepath="M2_REPO/commons-digester/commons-digester/1.4.1/commons-digester-1.4.1-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/commons-digester/commons-digester/1.4.1/commons-digester-1.4.1-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/trackback/atlassian-trackback/0.11/atlassian-trackback-0.11.jar" sourcepath="M2_REPO/com/atlassian/trackback/atlassian-trackback/0.11/atlassian-trackback-0.11-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/trackback/atlassian-trackback/0.11/atlassian-trackback-0.11-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/oro/oro/2.0.7/oro-2.0.7.jar" sourcepath="M2_REPO/oro/oro/2.0.7/oro-2.0.7-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/atlassian-bandana/atlassian-bandana/0.1.13/atlassian-bandana-0.1.13.jar" sourcepath="M2_REPO/atlassian-bandana/atlassian-bandana/0.1.13/atlassian-bandana-0.1.13-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/atlassian-bandana/atlassian-bandana/0.1.13/atlassian-bandana-0.1.13-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/multitenant/multitenant-utils/1.0.3/multitenant-utils-1.0.3.jar" sourcepath="M2_REPO/com/atlassian/multitenant/multitenant-utils/1.0.3/multitenant-utils-1.0.3-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/multitenant/multitenant-utils/1.0.3/multitenant-utils-1.0.3-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/crowd/atlassian-embedded-crowd-ofbiz/1.2.9/atlassian-embedded-crowd-ofbiz-1.2.9.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/crowd/atlassian-embedded-crowd-ofbiz/1.2.9/atlassian-embedded-crowd-ofbiz-1.2.9-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/crowd/crowd-server-common/2.2.8/crowd-server-common-2.2.8.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/crowd/crowd-server-common/2.2.8/crowd-server-common-2.2.8-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/org/antlr/antlr-runtime/3.1.3/antlr-runtime-3.1.3.jar" sourcepath="M2_REPO/org/antlr/antlr-runtime/3.1.3/antlr-runtime-3.1.3-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/org/antlr/antlr-runtime/3.1.3/antlr-runtime-3.1.3-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/crowd/crowd-integration-client/2.2.8/crowd-integration-client-2.2.8.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/codehaus/xfire/xfire-core/1.2.6/xfire-core-1.2.6.jar" sourcepath="M2_REPO/org/codehaus/xfire/xfire-core/1.2.6/xfire-core-1.2.6-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/org/codehaus/xfire/xfire-core/1.2.6/xfire-core-1.2.6-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/wsdl4j/wsdl4j/1.6.1/wsdl4j-1.6.1.jar" sourcepath="M2_REPO/wsdl4j/wsdl4j/1.6.1/wsdl4j-1.6.1-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/wsdl4j/wsdl4j/1.6.1/wsdl4j-1.6.1-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/jdom/jdom/1.0/jdom-1.0.jar" sourcepath="M2_REPO/jdom/jdom/1.0/jdom-1.0-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/stax/stax-api/1.0.1/stax-api-1.0.1.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/codehaus/woodstox/wstx-asl/3.2.4/wstx-asl-3.2.4.jar" sourcepath="M2_REPO/org/codehaus/woodstox/wstx-asl/3.2.4/wstx-asl-3.2.4-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/codehaus/xfire/xfire-aegis/1.2.6/xfire-aegis-1.2.6.jar" sourcepath="M2_REPO/org/codehaus/xfire/xfire-aegis/1.2.6/xfire-aegis-1.2.6-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/org/codehaus/xfire/xfire-aegis/1.2.6/xfire-aegis-1.2.6-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/sal/sal-spi/2.6.1/sal-spi-2.6.1.jar" sourcepath="M2_REPO/com/atlassian/sal/sal-spi/2.6.1/sal-spi-2.6.1-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/sal/sal-spi/2.6.1/sal-spi-2.6.1-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/sal/sal-core/2.6.1/sal-core-2.6.1.jar" sourcepath="M2_REPO/com/atlassian/sal/sal-core/2.6.1/sal-core-2.6.1-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/sal/sal-core/2.6.1/sal-core-2.6.1-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/sal/sal-api/2.0.16/sal-api-2.0.16.jar" sourcepath="M2_REPO/com/atlassian/sal/sal-api/2.0.16/sal-api-2.0.16-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/sal/sal-api/2.0.16/sal-api-2.0.16-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/seraph/atlassian-seraph/2.5.1/atlassian-seraph-2.5.1.jar" sourcepath="M2_REPO/com/atlassian/seraph/atlassian-seraph/2.5.1/atlassian-seraph-2.5.1-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/seraph/atlassian-seraph/2.5.1/atlassian-seraph-2.5.1-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/bouncycastle/bcprov-jdk14/138/bcprov-jdk14-138.jar" sourcepath="M2_REPO/bouncycastle/bcprov-jdk14/138/bcprov-jdk14-138-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/gadgets/atlassian-gadgets-api/3.1.9/atlassian-gadgets-api-3.1.9.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/gadgets/atlassian-gadgets-api/3.1.9/atlassian-gadgets-api-3.1.9-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/gadgets/atlassian-gadgets-spi/3.1.9/atlassian-gadgets-spi-3.1.9.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/gadgets/atlassian-gadgets-spi/3.1.9/atlassian-gadgets-spi-3.1.9-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/oauth/atlassian-oauth-api/1.2.2/atlassian-oauth-api-1.2.2.jar" sourcepath="M2_REPO/com/atlassian/oauth/atlassian-oauth-api/1.2.2/atlassian-oauth-api-1.2.2-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/oauth/atlassian-oauth-api/1.2.2/atlassian-oauth-api-1.2.2-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/p4package/atlassian-p4package/2007.12.14/atlassian-p4package-2007.12.14.jar" sourcepath="M2_REPO/com/atlassian/p4package/atlassian-p4package/2007.12.14/atlassian-p4package-2007.12.14-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/p4package/atlassian-p4package/2007.12.14/atlassian-p4package-2007.12.14-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/cache/atlassian-cache-api/1.0/atlassian-cache-api-1.0.jar" sourcepath="M2_REPO/com/atlassian/cache/atlassian-cache-api/1.0/atlassian-cache-api-1.0-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/cache/atlassian-cache-api/1.0/atlassian-cache-api-1.0-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/cache/atlassian-cache-memory/1.0/atlassian-cache-memory-1.0.jar" sourcepath="M2_REPO/com/atlassian/cache/atlassian-cache-memory/1.0/atlassian-cache-memory-1.0-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/cache/atlassian-cache-memory/1.0/atlassian-cache-memory-1.0-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/sun/jai_core/1.1.3/jai_core-1.1.3.jar"/>
+  <classpathentry kind="var" path="M2_REPO/com/sun/jai_codec/1.1.3/jai_codec-1.1.3.jar"/>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/activeobjects/activeobjects-spi/0.15.8/activeobjects-spi-0.15.8.jar" sourcepath="M2_REPO/com/atlassian/activeobjects/activeobjects-spi/0.15.8/activeobjects-spi-0.15.8-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/activeobjects/activeobjects-spi/0.15.8/activeobjects-spi-0.15.8-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/org/slf4j/jul-to-slf4j/1.5.8/jul-to-slf4j-1.5.8.jar" sourcepath="M2_REPO/org/slf4j/jul-to-slf4j/1.5.8/jul-to-slf4j-1.5.8-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/slf4j/jcl-over-slf4j/1.5.8/jcl-over-slf4j-1.5.8.jar" sourcepath="M2_REPO/org/slf4j/jcl-over-slf4j/1.5.8/jcl-over-slf4j-1.5.8-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/jdk/utilities/atlassian-jdk-utilities/0.4/atlassian-jdk-utilities-0.4.jar" sourcepath="M2_REPO/com/atlassian/jdk/utilities/atlassian-jdk-utilities/0.4/atlassian-jdk-utilities-0.4-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/jdk/utilities/atlassian-jdk-utilities/0.4/atlassian-jdk-utilities-0.4-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/scheduler/atlassian-scheduler/0.14/atlassian-scheduler-0.14.jar" sourcepath="M2_REPO/com/atlassian/scheduler/atlassian-scheduler/0.14/atlassian-scheduler-0.14-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/scheduler/atlassian-scheduler/0.14/atlassian-scheduler-0.14-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/plugins/atlassian-plugins-servlet/2.8.0/atlassian-plugins-servlet-2.8.0.jar" sourcepath="M2_REPO/com/atlassian/plugins/atlassian-plugins-servlet/2.8.0/atlassian-plugins-servlet-2.8.0-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/plugins/atlassian-plugins-servlet/2.8.0/atlassian-plugins-servlet-2.8.0-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/plugins/atlassian-plugins-webfragment/2.8.0/atlassian-plugins-webfragment-2.8.0.jar" sourcepath="M2_REPO/com/atlassian/plugins/atlassian-plugins-webfragment/2.8.0/atlassian-plugins-webfragment-2.8.0-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/plugins/atlassian-plugins-webfragment/2.8.0/atlassian-plugins-webfragment-2.8.0-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/plugins/atlassian-plugins-webresource/2.8.0/atlassian-plugins-webresource-2.8.0.jar" sourcepath="M2_REPO/com/atlassian/plugins/atlassian-plugins-webresource/2.8.0/atlassian-plugins-webresource-2.8.0-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/plugins/atlassian-plugins-webresource/2.8.0/atlassian-plugins-webresource-2.8.0-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/plugins/atlassian-plugins-osgi/2.8.0/atlassian-plugins-osgi-2.8.0.jar" sourcepath="M2_REPO/com/atlassian/plugins/atlassian-plugins-osgi/2.8.0/atlassian-plugins-osgi-2.8.0-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/plugins/atlassian-plugins-osgi/2.8.0/atlassian-plugins-osgi-2.8.0-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/plugins/atlassian-plugins-osgi-events/2.8.0/atlassian-plugins-osgi-events-2.8.0.jar" sourcepath="M2_REPO/com/atlassian/plugins/atlassian-plugins-osgi-events/2.8.0/atlassian-plugins-osgi-events-2.8.0-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/plugins/atlassian-plugins-osgi-events/2.8.0/atlassian-plugins-osgi-events-2.8.0-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/biz/aQute/bndlib/0.0.255/bndlib-0.0.255.jar" sourcepath="M2_REPO/biz/aQute/bndlib/0.0.255/bndlib-0.0.255-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/apache/felix/org.apache.felix.framework/3.0.2/org.apache.felix.framework-3.0.2.jar" sourcepath="M2_REPO/org/apache/felix/org.apache.felix.framework/3.0.2/org.apache.felix.framework-3.0.2-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/twdata/pkgscanner/package-scanner/0.9.5/package-scanner-0.9.5.jar" sourcepath="M2_REPO/org/twdata/pkgscanner/package-scanner/0.9.5/package-scanner-0.9.5-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/org/twdata/pkgscanner/package-scanner/0.9.5/package-scanner-0.9.5-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/security/auth/trustedapps/atlassian-trusted-apps-core/2.5.1/atlassian-trusted-apps-core-2.5.1.jar" sourcepath="M2_REPO/com/atlassian/security/auth/trustedapps/atlassian-trusted-apps-core/2.5.1/atlassian-trusted-apps-core-2.5.1-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/security/auth/trustedapps/atlassian-trusted-apps-core/2.5.1/atlassian-trusted-apps-core-2.5.1-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/ip/atlassian-ip/2.0/atlassian-ip-2.0.jar" sourcepath="M2_REPO/com/atlassian/ip/atlassian-ip/2.0/atlassian-ip-2.0-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/ip/atlassian-ip/2.0/atlassian-ip-2.0-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/security/auth/trustedapps/atlassian-trusted-apps-seraph-integration/2.5.1/atlassian-trusted-apps-seraph-integration-2.5.1.jar" sourcepath="M2_REPO/com/atlassian/security/auth/trustedapps/atlassian-trusted-apps-seraph-integration/2.5.1/atlassian-trusted-apps-seraph-integration-2.5.1-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/security/auth/trustedapps/atlassian-trusted-apps-seraph-integration/2.5.1/atlassian-trusted-apps-seraph-integration-2.5.1-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/bouncycastle/bcprov-jdk15/140/bcprov-jdk15-140.jar" sourcepath="M2_REPO/bouncycastle/bcprov-jdk15/140/bcprov-jdk15-140-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/bouncycastle/bcprov-jdk15/140/bcprov-jdk15-140-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/renderer/atlassian-renderer/3.14.3/atlassian-renderer-3.14.3.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/renderer/atlassian-renderer/3.14.3/atlassian-renderer-3.14.3-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/radeox/radeox/1.0b2-forked-22Apr2004/radeox-1.0b2-forked-22Apr2004.jar"/>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/gzipfilter/atlassian-gzipfilter/1.9/atlassian-gzipfilter-1.9.jar" sourcepath="M2_REPO/com/atlassian/gzipfilter/atlassian-gzipfilter/1.9/atlassian-gzipfilter-1.9-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/gzipfilter/atlassian-gzipfilter/1.9/atlassian-gzipfilter-1.9-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/opensymphony/sitemesh/2.4.2-atlassian-2/sitemesh-2.4.2-atlassian-2.jar" sourcepath="M2_REPO/opensymphony/sitemesh/2.4.2-atlassian-2/sitemesh-2.4.2-atlassian-2-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/commons-configuration/commons-configuration/1.0/commons-configuration-1.0.jar" sourcepath="M2_REPO/commons-configuration/commons-configuration/1.0/commons-configuration-1.0-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/commons-configuration/commons-configuration/1.0/commons-configuration-1.0-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/org/apache/lucene/lucene-analyzers/2.9.4/lucene-analyzers-2.9.4.jar" sourcepath="M2_REPO/org/apache/lucene/lucene-analyzers/2.9.4/lucene-analyzers-2.9.4-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/org/apache/lucene/lucene-analyzers/2.9.4/lucene-analyzers-2.9.4-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/org/apache/velocity/velocity-tools/1.3/velocity-tools-1.3.jar"/>
+  <classpathentry kind="var" path="M2_REPO/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar" sourcepath="M2_REPO/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/sslext/sslext/1.2-0/sslext-1.2-0.jar" sourcepath="M2_REPO/sslext/sslext/1.2-0/sslext-1.2-0-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/struts/struts/1.2.9/struts-1.2.9.jar" sourcepath="M2_REPO/struts/struts/1.2.9/struts-1.2.9-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/commons-fileupload/commons-fileupload/1.0/commons-fileupload-1.0.jar" sourcepath="M2_REPO/commons-fileupload/commons-fileupload/1.0/commons-fileupload-1.0-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/commons-fileupload/commons-fileupload/1.0/commons-fileupload-1.0-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/xalan/xalan/2.7.0/xalan-2.7.0.jar" sourcepath="M2_REPO/xalan/xalan/2.7.0/xalan-2.7.0-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/glue/glue/5.0b2/glue-5.0b2.jar"/>
+  <classpathentry kind="var" path="M2_REPO/bsf/bsf/2.2/bsf-2.2.jar"/>
+  <classpathentry kind="var" path="M2_REPO/bsh/bsh/1.2b7/bsh-1.2b7.jar" sourcepath="M2_REPO/bsh/bsh/1.2b7/bsh-1.2b7-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/net/sf/opencsv/opencsv/2.0/opencsv-2.0.jar" sourcepath="M2_REPO/net/sf/opencsv/opencsv/2.0/opencsv-2.0-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/net/sf/opencsv/opencsv/2.0/opencsv-2.0-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/picocontainer/picocontainer/1.0/picocontainer-1.0.jar" sourcepath="M2_REPO/picocontainer/picocontainer/1.0/picocontainer-1.0-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/jzlib/jzlib/1.0.5/jzlib-1.0.5.jar" sourcepath="M2_REPO/jzlib/jzlib/1.0.5/jzlib-1.0.5-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/jsch/jsch/0.1.23/jsch-0.1.23.jar" sourcepath="M2_REPO/jsch/jsch/0.1.23/jsch-0.1.23-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/com/octo/captcha/jcaptcha/2.0-alpha-1/jcaptcha-2.0-alpha-1.jar" sourcepath="M2_REPO/com/octo/captcha/jcaptcha/2.0-alpha-1/jcaptcha-2.0-alpha-1-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/com/octo/captcha/jcaptcha-api/2.0-alpha-1/jcaptcha-api-2.0-alpha-1.jar" sourcepath="M2_REPO/com/octo/captcha/jcaptcha-api/2.0-alpha-1/jcaptcha-api-2.0-alpha-1-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/com/jhlabs/filters/2.0.235/filters-2.0.235.jar" sourcepath="M2_REPO/com/jhlabs/filters/2.0.235/filters-2.0.235-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/javacvs/javacvs/2007-04-04-patched/javacvs-2007-04-04-patched.jar" sourcepath="M2_REPO/javacvs/javacvs/2007-04-04-patched/javacvs-2007-04-04-patched-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/statcvs/statcvs/20060222-patched/statcvs-20060222-patched.jar"/>
+  <classpathentry kind="var" path="M2_REPO/commons-dbcp/commons-dbcp/1.1/commons-dbcp-1.1.jar" sourcepath="M2_REPO/commons-dbcp/commons-dbcp/1.1/commons-dbcp-1.1-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/commons-dbcp/commons-dbcp/1.1/commons-dbcp-1.1-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/commons-pool/commons-pool/1.1/commons-pool-1.1.jar" sourcepath="M2_REPO/commons-pool/commons-pool/1.1/commons-pool-1.1-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/commons-pool/commons-pool/1.1/commons-pool-1.1-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/hsqldb/hsqldb/1.8.0.5/hsqldb-1.8.0.5.jar" sourcepath="M2_REPO/hsqldb/hsqldb/1.8.0.5/hsqldb-1.8.0.5-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/jndi/jndi/1.2.1/jndi-1.2.1.jar"/>
+  <classpathentry kind="var" path="M2_REPO/ots-jts/ots-jts/1.0/ots-jts-1.0.jar"/>
+  <classpathentry kind="var" path="M2_REPO/jotm/jotm/1.4.3/jotm-1.4.3.jar" sourcepath="M2_REPO/jotm/jotm/1.4.3/jotm-1.4.3-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/jotm/jotm-jrmp_stubs/1.4.3/jotm-jrmp_stubs-1.4.3.jar"/>
+  <classpathentry kind="var" path="M2_REPO/jotm/jotm-iiop_stubs/1.4.3/jotm-iiop_stubs-1.4.3.jar"/>
+  <classpathentry kind="var" path="M2_REPO/jotm/jonas_timer/1.4.3/jonas_timer-1.4.3.jar"/>
+  <classpathentry kind="var" path="M2_REPO/jotm/objectweb-datasource/1.4.3/objectweb-datasource-1.4.3.jar"/>
+  <classpathentry kind="var" path="M2_REPO/carol/carol/1.5.2/carol-1.5.2.jar" sourcepath="M2_REPO/carol/carol/1.5.2/carol-1.5.2-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/carol/carol-properties/1.5.2/carol-properties-1.5.2.jar" sourcepath="M2_REPO/carol/carol-properties/1.5.2/carol-properties-1.5.2-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/xapool/xapool/1.3.1/xapool-1.3.1.jar" sourcepath="M2_REPO/xapool/xapool/1.3.1/xapool-1.3.1-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/saxon/saxon-noaelfred/6.5.5/saxon-noaelfred-6.5.5.jar"/>
+  <classpathentry kind="var" path="M2_REPO/commons-jelly/commons-jelly/1.0/commons-jelly-1.0.jar" sourcepath="M2_REPO/commons-jelly/commons-jelly/1.0/commons-jelly-1.0-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/commons-jelly/commons-jelly/1.0/commons-jelly-1.0-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/commons-jelly/commons-jelly-tags-junit/1.0/commons-jelly-tags-junit-1.0.jar" sourcepath="M2_REPO/commons-jelly/commons-jelly-tags-junit/1.0/commons-jelly-tags-junit-1.0-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/commons-jelly/commons-jelly-tags-util/1.1.1/commons-jelly-tags-util-1.1.1.jar"/>
+  <classpathentry kind="var" path="M2_REPO/commons-jelly/commons-jelly-tags-email/1.0/commons-jelly-tags-email-1.0.jar"/>
+  <classpathentry kind="var" path="M2_REPO/commons-jelly/commons-jelly-tags-log/1.0/commons-jelly-tags-log-1.0.jar"/>
+  <classpathentry kind="var" path="M2_REPO/commons-jelly/commons-jelly-tags-http/1.0/commons-jelly-tags-http-1.0.jar"/>
+  <classpathentry kind="var" path="M2_REPO/commons-jelly/commons-jelly-tags-soap/1.0/commons-jelly-tags-soap-1.0.jar"/>
+  <classpathentry kind="var" path="M2_REPO/commons-jelly/commons-jelly-tags-sql/1.0/commons-jelly-tags-sql-1.0.jar"/>
+  <classpathentry kind="var" path="M2_REPO/commons-jelly/commons-jelly-tags-regexp/1.0/commons-jelly-tags-regexp-1.0.jar"/>
+  <classpathentry kind="var" path="M2_REPO/commons-jexl/commons-jexl/1.1/commons-jexl-1.1.jar" sourcepath="M2_REPO/commons-jexl/commons-jexl/1.1/commons-jexl-1.1-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/xmlrpc/xmlrpc/2.0/xmlrpc-2.0.jar" sourcepath="M2_REPO/xmlrpc/xmlrpc/2.0/xmlrpc-2.0-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/axis/axis/1.3-atlassian-1/axis-1.3-atlassian-1.jar" sourcepath="M2_REPO/axis/axis/1.3-atlassian-1/axis-1.3-atlassian-1-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/axis/axis-jaxrpc/1.3/axis-jaxrpc-1.3.jar" sourcepath="M2_REPO/axis/axis-jaxrpc/1.3/axis-jaxrpc-1.3-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/axis/axis-saaj/1.3/axis-saaj-1.3.jar" sourcepath="M2_REPO/axis/axis-saaj/1.3/axis-saaj-1.3-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/commons-discovery/commons-discovery/0.2/commons-discovery-0.2.jar" sourcepath="M2_REPO/commons-discovery/commons-discovery/0.2/commons-discovery-0.2-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/commons-discovery/commons-discovery/0.2/commons-discovery-0.2-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/xml-security/xmlsec/1.1.0/xmlsec-1.1.0.jar"/>
+  <classpathentry kind="var" path="M2_REPO/datafile/datafile/1.3.3/datafile-1.3.3.jar"/>
+  <classpathentry kind="var" path="M2_REPO/xpp3/xpp3/1.1.3.4-RC8/xpp3-1.1.3.4-RC8.jar" sourcepath="M2_REPO/xpp3/xpp3/1.1.3.4-RC8/xpp3-1.1.3.4-RC8-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/com/thoughtworks/xstream/xstream/1.3.1/xstream-1.3.1.jar" sourcepath="M2_REPO/com/thoughtworks/xstream/xstream/1.3.1/xstream-1.3.1-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/thoughtworks/xstream/xstream/1.3.1/xstream-1.3.1-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/jfree/jfreechart/1.0.13/jfreechart-1.0.13.jar" sourcepath="M2_REPO/jfree/jfreechart/1.0.13/jfreechart-1.0.13-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/jfree/jcommon/1.0.8/jcommon-1.0.8.jar" sourcepath="M2_REPO/jfree/jcommon/1.0.8/jcommon-1.0.8-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/tuckey/urlrewrite/2.5.2/urlrewrite-2.5.2.jar"/>
+  <classpathentry kind="var" path="M2_REPO/jtidy/jtidy/r8-20050104/jtidy-r8-20050104.jar"/>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/modzdetector/modz-detector/0.12/modz-detector-0.12.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/modzdetector/modz-detector/0.12/modz-detector-0.12-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/commons-jrcs/commons-jrcs/diff-0.1.7/commons-jrcs-diff-0.1.7.jar"/>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/jira/jira-lang-ca_ES/4.4.1/jira-lang-ca_ES-4.4.1.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/jira/jira-lang-ca_ES/4.4.1/jira-lang-ca_ES-4.4.1-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/jira/jira-lang-cs_CZ/4.4.1/jira-lang-cs_CZ-4.4.1.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/jira/jira-lang-cs_CZ/4.4.1/jira-lang-cs_CZ-4.4.1-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/jira/jira-lang-da_DK/4.4.1/jira-lang-da_DK-4.4.1.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/jira/jira-lang-da_DK/4.4.1/jira-lang-da_DK-4.4.1-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/jira/jira-lang-de_CH/4.4.1/jira-lang-de_CH-4.4.1.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/jira/jira-lang-de_CH/4.4.1/jira-lang-de_CH-4.4.1-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/jira/jira-lang-de_DE/4.4.1/jira-lang-de_DE-4.4.1.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/jira/jira-lang-de_DE/4.4.1/jira-lang-de_DE-4.4.1-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/jira/jira-lang-en_UK/4.4.1/jira-lang-en_UK-4.4.1.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/jira/jira-lang-en_UK/4.4.1/jira-lang-en_UK-4.4.1-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/jira/jira-lang-en_US/4.4.1/jira-lang-en_US-4.4.1.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/jira/jira-lang-en_US/4.4.1/jira-lang-en_US-4.4.1-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/jira/jira-lang-es_ES/4.4.1/jira-lang-es_ES-4.4.1.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/jira/jira-lang-es_ES/4.4.1/jira-lang-es_ES-4.4.1-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/jira/jira-lang-fr_FR/4.4.1/jira-lang-fr_FR-4.4.1.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/jira/jira-lang-fr_FR/4.4.1/jira-lang-fr_FR-4.4.1-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/jira/jira-lang-hu_HU/4.4.1/jira-lang-hu_HU-4.4.1.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/jira/jira-lang-hu_HU/4.4.1/jira-lang-hu_HU-4.4.1-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/jira/jira-lang-it_IT/4.4.1/jira-lang-it_IT-4.4.1.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/jira/jira-lang-it_IT/4.4.1/jira-lang-it_IT-4.4.1-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/jira/jira-lang-ja_JP/4.4.1/jira-lang-ja_JP-4.4.1.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/jira/jira-lang-ja_JP/4.4.1/jira-lang-ja_JP-4.4.1-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/jira/jira-lang-nl_BE/4.4.1/jira-lang-nl_BE-4.4.1.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/jira/jira-lang-nl_BE/4.4.1/jira-lang-nl_BE-4.4.1-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/jira/jira-lang-no_NO/4.4.1/jira-lang-no_NO-4.4.1.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/jira/jira-lang-no_NO/4.4.1/jira-lang-no_NO-4.4.1-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/jira/jira-lang-pl_PL/4.4.1/jira-lang-pl_PL-4.4.1.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/jira/jira-lang-pl_PL/4.4.1/jira-lang-pl_PL-4.4.1-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/jira/jira-lang-pt_BR/4.4.1/jira-lang-pt_BR-4.4.1.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/jira/jira-lang-pt_BR/4.4.1/jira-lang-pt_BR-4.4.1-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/jira/jira-lang-ru_RU/4.4.1/jira-lang-ru_RU-4.4.1.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/jira/jira-lang-ru_RU/4.4.1/jira-lang-ru_RU-4.4.1-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/jira/jira-lang-sk_SK/4.4.1/jira-lang-sk_SK-4.4.1.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/jira/jira-lang-sk_SK/4.4.1/jira-lang-sk_SK-4.4.1-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/jira/jira-lang-tr_TR/4.4.1/jira-lang-tr_TR-4.4.1.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/jira/jira-lang-tr_TR/4.4.1/jira-lang-tr_TR-4.4.1-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/jira/jira-lang-zh_CN/4.4.1/jira-lang-zh_CN-4.4.1.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/jira/jira-lang-zh_CN/4.4.1/jira-lang-zh_CN-4.4.1-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/jira/jira-lang-zh_TW/4.4.1/jira-lang-zh_TW-4.4.1.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/jira/jira-lang-zh_TW/4.4.1/jira-lang-zh_TW-4.4.1-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/applinks/applinks-api/3.5.6/applinks-api-3.5.6.jar" sourcepath="M2_REPO/com/atlassian/applinks/applinks-api/3.5.6/applinks-api-3.5.6-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/applinks/applinks-api/3.5.6/applinks-api-3.5.6-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/applinks/applinks-spi/3.5.6/applinks-spi-3.5.6.jar" sourcepath="M2_REPO/com/atlassian/applinks/applinks-spi/3.5.6/applinks-spi-3.5.6-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/applinks/applinks-spi/3.5.6/applinks-spi-3.5.6-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/applinks/applinks-host/3.5.6/applinks-host-3.5.6.jar" sourcepath="M2_REPO/com/atlassian/applinks/applinks-host/3.5.6/applinks-host-3.5.6-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/applinks/applinks-host/3.5.6/applinks-host-3.5.6-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/rhino/js/1.7R2/js-1.7R2.jar" sourcepath="M2_REPO/rhino/js/1.7R2/js-1.7R2-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/rhino/js/1.7R2/js-1.7R2-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/jira/jira-func-tests/4.4.1/jira-func-tests-4.4.1.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/jira/jira-func-tests/4.4.1/jira-func-tests-4.4.1-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/exml/exml/7.1/exml-7.1.jar"/>
+  <classpathentry kind="var" path="M2_REPO/net/sourceforge/jwebunit/jwebunit/1.2-atlassian-3/jwebunit-1.2-atlassian-3.jar" sourcepath="M2_REPO/net/sourceforge/jwebunit/jwebunit/1.2-atlassian-3/jwebunit-1.2-atlassian-3-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/net/sourceforge/jwebunit/jwebunit/1.2-atlassian-3/jwebunit-1.2-atlassian-3-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/meteware/httpunit/httpunit/1.5.4-atlassian-13/httpunit-1.5.4-atlassian-13.jar" sourcepath="M2_REPO/com/meteware/httpunit/httpunit/1.5.4-atlassian-13/httpunit-1.5.4-atlassian-13-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/meteware/httpunit/httpunit/1.5.4-atlassian-13/httpunit-1.5.4-atlassian-13-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/nekohtml/nekohtml/0.8.1/nekohtml-0.8.1.jar" sourcepath="M2_REPO/nekohtml/nekohtml/0.8.1/nekohtml-0.8.1-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/com/google/guava/guava/r08/guava-r08.jar" sourcepath="M2_REPO/com/google/guava/guava/r08/guava-r08-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/google/guava/guava/r08/guava-r08-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/icegreen/greenmail/1.3/greenmail-1.3.jar" sourcepath="M2_REPO/com/icegreen/greenmail/1.3/greenmail-1.3-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/xmlunit/xmlunit/1.0/xmlunit-1.0.jar"/>
+  <classpathentry kind="var" path="M2_REPO/ant/ant/1.5.4/ant-1.5.4.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/mortbay/jetty/jetty/6.0.2/jetty-6.0.2.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/mortbay/jetty/jetty-util/6.0.2/jetty-util-6.0.2.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/mortbay/jetty/servlet-api-2.5/6.0.2/servlet-api-2.5-6.0.2.jar"/>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/cargo-test-runner/cargo-test-runner/2.4/cargo-test-runner-2.4.jar" sourcepath="M2_REPO/com/atlassian/cargo-test-runner/cargo-test-runner/2.4/cargo-test-runner-2.4-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/cargo-test-runner/cargo-test-runner/2.4/cargo-test-runner-2.4-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/org/codehaus/cargo/cargo-core-uberjar/1.0-atlassianpatch-CARGO-553-2/cargo-core-uberjar-1.0-atlassianpatch-CARGO-553-2.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/easymock/easymock/2.5.2/easymock-2.5.2.jar" sourcepath="M2_REPO/org/easymock/easymock/2.5.2/easymock-2.5.2-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/org/easymock/easymock/2.5.2/easymock-2.5.2-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/org/easymock/easymockclassextension/2.5.2/easymockclassextension-2.5.2.jar" sourcepath="M2_REPO/org/easymock/easymockclassextension/2.5.2/easymockclassextension-2.5.2-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/org/easymock/easymockclassextension/2.5.2/easymockclassextension-2.5.2-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/org/objenesis/objenesis/1.2/objenesis-1.2.jar" sourcepath="M2_REPO/org/objenesis/objenesis/1.2/objenesis-1.2-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/org/objenesis/objenesis/1.2/objenesis-1.2-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/org/jsoup/jsoup/1.3.3/jsoup-1.3.3.jar" sourcepath="M2_REPO/org/jsoup/jsoup/1.3.3/jsoup-1.3.3-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/org/jsoup/jsoup/1.3.3/jsoup-1.3.3-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/sun/jersey/jersey-core/1.5/jersey-core-1.5.jar" sourcepath="M2_REPO/com/sun/jersey/jersey-core/1.5/jersey-core-1.5-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/sun/jersey/jersey-core/1.5/jersey-core-1.5-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/sun/jersey/jersey-json/1.5/jersey-json-1.5.jar" sourcepath="M2_REPO/com/sun/jersey/jersey-json/1.5/jersey-json-1.5-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/sun/jersey/jersey-json/1.5/jersey-json-1.5-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/org/codehaus/jettison/jettison/1.1/jettison-1.1.jar" sourcepath="M2_REPO/org/codehaus/jettison/jettison/1.1/jettison-1.1-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/org/codehaus/jettison/jettison/1.1/jettison-1.1-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/sun/xml/bind/jaxb-impl/2.2.3/jaxb-impl-2.2.3.jar" sourcepath="M2_REPO/com/sun/xml/bind/jaxb-impl/2.2.3/jaxb-impl-2.2.3-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/codehaus/jackson/jackson-core-asl/1.6.1/jackson-core-asl-1.6.1.jar" sourcepath="M2_REPO/org/codehaus/jackson/jackson-core-asl/1.6.1/jackson-core-asl-1.6.1-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/codehaus/jackson/jackson-mapper-asl/1.6.1/jackson-mapper-asl-1.6.1.jar" sourcepath="M2_REPO/org/codehaus/jackson/jackson-mapper-asl/1.6.1/jackson-mapper-asl-1.6.1-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/codehaus/jackson/jackson-jaxrs/1.6.1/jackson-jaxrs-1.6.1.jar" sourcepath="M2_REPO/org/codehaus/jackson/jackson-jaxrs/1.6.1/jackson-jaxrs-1.6.1-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/codehaus/jackson/jackson-xc/1.5.5/jackson-xc-1.5.5.jar" sourcepath="M2_REPO/org/codehaus/jackson/jackson-xc/1.5.5/jackson-xc-1.5.5-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/com/sun/jersey/jersey-client/1.5/jersey-client-1.5.jar" sourcepath="M2_REPO/com/sun/jersey/jersey-client/1.5/jersey-client-1.5-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/sun/jersey/jersey-client/1.5/jersey-client-1.5-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/sun/jersey/contribs/jersey-apache-client/1.5/jersey-apache-client-1.5.jar" sourcepath="M2_REPO/com/sun/jersey/contribs/jersey-apache-client/1.5/jersey-apache-client-1.5-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/sun/jersey/contribs/jersey-apache-client/1.5/jersey-apache-client-1.5-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/crowd/crowd-acceptance-test/2.2.8/crowd-acceptance-test-2.2.8.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/crowd/crowd-acceptance-test/2.2.8/crowd-acceptance-test-2.2.8-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/plugins/rest/atlassian-rest-common/2.4.0/atlassian-rest-common-2.4.0.jar" sourcepath="M2_REPO/com/atlassian/plugins/rest/atlassian-rest-common/2.4.0/atlassian-rest-common-2.4.0-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/plugins/rest/atlassian-rest-common/2.4.0/atlassian-rest-common-2.4.0-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/org/hibernate/hibernate-validator/4.0.2.GA/hibernate-validator-4.0.2.GA.jar" sourcepath="M2_REPO/org/hibernate/hibernate-validator/4.0.2.GA/hibernate-validator-4.0.2.GA-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/org/hibernate/hibernate-validator/4.0.2.GA/hibernate-validator-4.0.2.GA-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/net/sourceforge/jwebunit/jwebunit-core/2.2/jwebunit-core-2.2.jar" sourcepath="M2_REPO/net/sourceforge/jwebunit/jwebunit-core/2.2/jwebunit-core-2.2-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/net/sourceforge/jwebunit/jwebunit-core/2.2/jwebunit-core-2.2-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/regexp/regexp/1.3/regexp-1.3.jar" sourcepath="M2_REPO/regexp/regexp/1.3/regexp-1.3-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/net/sourceforge/jwebunit/jwebunit-htmlunit-plugin/2.2/jwebunit-htmlunit-plugin-2.2.jar" sourcepath="M2_REPO/net/sourceforge/jwebunit/jwebunit-htmlunit-plugin/2.2/jwebunit-htmlunit-plugin-2.2-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/net/sourceforge/jwebunit/jwebunit-htmlunit-plugin/2.2/jwebunit-htmlunit-plugin-2.2-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/net/sourceforge/htmlunit/htmlunit/2.5/htmlunit-2.5.jar" sourcepath="M2_REPO/net/sourceforge/htmlunit/htmlunit/2.5/htmlunit-2.5-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/net/sourceforge/htmlunit/htmlunit-core-js/2.5/htmlunit-core-js-2.5.jar" sourcepath="M2_REPO/net/sourceforge/htmlunit/htmlunit-core-js/2.5/htmlunit-core-js-2.5-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/net/sourceforge/nekohtml/nekohtml/1.9.12/nekohtml-1.9.12.jar" sourcepath="M2_REPO/net/sourceforge/nekohtml/nekohtml/1.9.12/nekohtml-1.9.12-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.12/nekohtml-1.9.12-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/net/sourceforge/cssparser/cssparser/0.9.5/cssparser-0.9.5.jar" sourcepath="M2_REPO/net/sourceforge/cssparser/cssparser/0.9.5/cssparser-0.9.5-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/w3c/css/sac/1.3/sac-1.3.jar" sourcepath="M2_REPO/org/w3c/css/sac/1.3/sac-1.3-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/jmock/jmock/1.1.0/jmock-1.1.0.jar" sourcepath="M2_REPO/jmock/jmock/1.1.0/jmock-1.1.0-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/jmock/jmock/1.1.0/jmock-1.1.0-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/org/springframework/spring-test/2.5.6.SEC02/spring-test-2.5.6.SEC02.jar" sourcepath="M2_REPO/org/springframework/spring-test/2.5.6.SEC02/spring-test-2.5.6.SEC02-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/dbunit/dbunit/2.2/dbunit-2.2.jar" sourcepath="M2_REPO/org/dbunit/dbunit/2.2/dbunit-2.2-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/org/dbunit/dbunit/2.2/dbunit-2.2-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/junit-addons/junit-addons/1.4/junit-addons-1.4.jar"/>
+  <classpathentry kind="var" path="M2_REPO/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.jar"/>
+  <classpathentry kind="var" path="M2_REPO/poi/poi/2.5.1-final-20040804/poi-2.5.1-final-20040804.jar" sourcepath="M2_REPO/poi/poi/2.5.1-final-20040804/poi-2.5.1-final-20040804-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/poi/poi/2.5.1-final-20040804/poi-2.5.1-final-20040804-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/org/mockito/mockito-all/1.8.5/mockito-all-1.8.5.jar" sourcepath="M2_REPO/org/mockito/mockito-all/1.8.5/mockito-all-1.8.5-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/springframework/spring-jdbc/2.5.6.SEC02/spring-jdbc-2.5.6.SEC02.jar" sourcepath="M2_REPO/org/springframework/spring-jdbc/2.5.6.SEC02/spring-jdbc-2.5.6.SEC02-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/crowd/crowd-rest-test/2.2.8/crowd-rest-test-2.2.8.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/crowd/crowd-rest-test/2.2.8/crowd-rest-test-2.2.8-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/crowd/crowd-rest-test-api/2.2.8/crowd-rest-test-api-2.2.8.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/crowd/crowd-rest-test-api/2.2.8/crowd-rest-test-api-2.2.8-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/crowd/crowd-rest-plugin/2.2.8/crowd-rest-plugin-2.2.8.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/crowd/crowd-rest-plugin/2.2.8/crowd-rest-plugin-2.2.8-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/crowd/crowd-rest-common/2.2.8/crowd-rest-common-2.2.8.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/crowd/crowd-rest-common/2.2.8/crowd-rest-common-2.2.8-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/crowd/crowd-rest-application-management/2.2.8/crowd-rest-application-management-2.2.8.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/crowd/crowd-rest-application-management/2.2.8/crowd-rest-application-management-2.2.8-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/org/apache/httpcomponents/httpclient/4.1.1/httpclient-4.1.1.jar" sourcepath="M2_REPO/org/apache/httpcomponents/httpclient/4.1.1/httpclient-4.1.1-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.jar" sourcepath="M2_REPO/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/templaterenderer/atlassian-template-renderer-api/1.3.1/atlassian-template-renderer-api-1.3.1.jar"/>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/activeobjects/activeobjects-plugin/0.9.6/activeobjects-plugin-0.9.6.jar" sourcepath="M2_REPO/com/atlassian/activeobjects/activeobjects-plugin/0.9.6/activeobjects-plugin-0.9.6-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/activeobjects/activeobjects-plugin/0.9.6/activeobjects-plugin-0.9.6-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/net/java/dev/activeobjects/activeobjects/0.9-m18/activeobjects-0.9-m18.jar" sourcepath="M2_REPO/net/java/dev/activeobjects/activeobjects/0.9-m18/activeobjects-0.9-m18-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/net/java/dev/activeobjects/activeobjects/0.9-m18/activeobjects-0.9-m18-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/org/apache/lucene/lucene-queries/2.2.0/lucene-queries-2.2.0.jar"/>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/activeobjects/activeobjects-core/0.9.6/activeobjects-core-0.9.6.jar" sourcepath="M2_REPO/com/atlassian/activeobjects/activeobjects-core/0.9.6/activeobjects-core-0.9.6-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/activeobjects/activeobjects-core/0.9.6/activeobjects-core-0.9.6-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/com/atlassian/activeobjects/activeobjects-dbex/0.9.6/activeobjects-dbex-0.9.6.jar" sourcepath="M2_REPO/com/atlassian/activeobjects/activeobjects-dbex/0.9.6/activeobjects-dbex-0.9.6-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/home/eschwert/.m2/repository/com/atlassian/activeobjects/activeobjects-dbex/0.9.6/activeobjects-dbex-0.9.6-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
+  <classpathentry kind="var" path="M2_REPO/org/codehaus/woodstox/woodstox-core-asl/4.1.0/woodstox-core-asl-4.1.0.jar" sourcepath="M2_REPO/org/codehaus/woodstox/woodstox-core-asl/4.1.0/woodstox-core-asl-4.1.0-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/codehaus/woodstox/stax2-api/3.1.0/stax2-api-3.1.0.jar" sourcepath="M2_REPO/org/codehaus/woodstox/stax2-api/3.1.0/stax2-api-3.1.0-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/springframework/spring-webmvc/2.5.6/spring-webmvc-2.5.6.jar" sourcepath="M2_REPO/org/springframework/spring-webmvc/2.5.6/spring-webmvc-2.5.6-sources.jar"/>
+</classpath>
\ No newline at end of file

Added: incubator/openmeetings/branches/jira-plugin/.project
URL: http://svn.apache.org/viewvc/incubator/openmeetings/branches/jira-plugin/.project?rev=1245273&view=auto
==============================================================================
--- incubator/openmeetings/branches/jira-plugin/.project (added)
+++ incubator/openmeetings/branches/jira-plugin/.project Fri Feb 17 00:47:22 2012
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+  <name>openmeetings</name>
+  <comment>This is the org.openmeetings.jira.plugin:openmeetings plugin for Atlassian JIRA. It integrates 
+    OpenMeeting-Webconferncing with JIRA. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment>
+  <projects/>
+  <buildSpec>
+    <buildCommand>
+      <name>org.eclipse.jdt.core.javabuilder</name>
+    </buildCommand>
+  </buildSpec>
+  <natures>
+    <nature>org.eclipse.jdt.core.javanature</nature>
+  </natures>
+</projectDescription>
\ No newline at end of file