Commiting v1 of the source

This commit is contained in:
bberenberg
2013-06-20 18:07:32 -07:00
parent e3cfc168b4
commit d366ccc9d7
24 changed files with 918 additions and 0 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

690
.classpath Normal file
View File

@@ -0,0 +1,690 @@
<?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.0.2/activation-1.0.2.jar"/>
<classpathentry kind="var" path="M2_REPO/javax/servlet/servlet-api/2.3/servlet-api-2.3.jar" sourcepath="M2_REPO/javax/servlet/servlet-api/2.3/servlet-api-2.3-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/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/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/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar" sourcepath="M2_REPO/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="var" path="M2_REPO/junit/junit/4.10/junit-4.10.jar" sourcepath="M2_REPO/junit/junit/4.10/junit-4.10-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/junit/junit/4.10/junit-4.10-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.jar" sourcepath="M2_REPO/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/com/atlassian/confluence/confluence/4.3.7/confluence-4.3.7.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/confluence/confluence/4.3.7/confluence-4.3.7-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/com/atlassian/crowd/embedded-crowd-api/2.5.1/embedded-crowd-api-2.5.1.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/crowd/embedded-crowd-api/2.5.1/embedded-crowd-api-2.5.1-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/commons-lang/commons-lang/2.6/commons-lang-2.6.jar" sourcepath="M2_REPO/commons-lang/commons-lang/2.6/commons-lang-2.6-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/com/google/guava/guava/10.0.1/guava-10.0.1.jar" sourcepath="M2_REPO/com/google/guava/guava/10.0.1/guava-10.0.1-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/google/guava/guava/10.0.1/guava-10.0.1-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar"/>
<classpathentry kind="var" path="M2_REPO/com/atlassian/crowd/crowd-integration-api/2.5.1/crowd-integration-api-2.5.1.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/crowd/crowd-integration-api/2.5.1/crowd-integration-api-2.5.1-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/com/atlassian/ip/atlassian-ip/3.1/atlassian-ip-3.1.jar" sourcepath="M2_REPO/com/atlassian/ip/atlassian-ip/3.1/atlassian-ip-3.1-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/ip/atlassian-ip/3.1/atlassian-ip-3.1-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<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:/Users/bberenberg/.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/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar" sourcepath="M2_REPO/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/com/atlassian/crowd/crowd-integration-seraph25/2.5.1/crowd-integration-seraph25-2.5.1.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/crowd/crowd-integration-seraph25/2.5.1/crowd-integration-seraph25-2.5.1-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/com/atlassian/crowd/crowd-integration-client-common/2.5.1/crowd-integration-client-common-2.5.1.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/crowd/crowd-integration-client-common/2.5.1/crowd-integration-client-common-2.5.1-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/com/atlassian/security/atlassian-cookie-tools/2.0/atlassian-cookie-tools-2.0.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/security/atlassian-cookie-tools/2.0/atlassian-cookie-tools-2.0-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/com/atlassian/crowd/embedded-crowd-spi/2.5.1/embedded-crowd-spi-2.5.1.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/crowd/embedded-crowd-spi/2.5.1/embedded-crowd-spi-2.5.1-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/com/atlassian/crowd/crowd-api/2.5.1/crowd-api-2.5.1.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/crowd/crowd-api/2.5.1/crowd-api-2.5.1-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/com/atlassian/spring/atlassian-spring/2.0.0/atlassian-spring-2.0.0.jar" sourcepath="M2_REPO/com/atlassian/spring/atlassian-spring/2.0.0/atlassian-spring-2.0.0-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/spring/atlassian-spring/2.0.0/atlassian-spring-2.0.0-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<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/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:/Users/bberenberg/.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/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/org/springframework/spring-beans/2.5.6.SEC02/spring-beans-2.5.6.SEC02.jar" sourcepath="M2_REPO/org/springframework/spring-beans/2.5.6.SEC02/spring-beans-2.5.6.SEC02-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/org/springframework/spring-core/2.5.6.SEC02/spring-core-2.5.6.SEC02.jar" sourcepath="M2_REPO/org/springframework/spring-core/2.5.6.SEC02/spring-core-2.5.6.SEC02-sources.jar"/>
<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-dao/2.0.6/spring-dao-2.0.6.jar"/>
<classpathentry kind="var" path="M2_REPO/com/atlassian/event/atlassian-event/2.2.0/atlassian-event-2.2.0.jar" sourcepath="M2_REPO/com/atlassian/event/atlassian-event/2.2.0/atlassian-event-2.2.0-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/event/atlassian-event/2.2.0/atlassian-event-2.2.0-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar" sourcepath="M2_REPO/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<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:/Users/bberenberg/.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/springframework/spring-web/2.5.6.SEC02/spring-web-2.5.6.SEC02.jar" sourcepath="M2_REPO/org/springframework/spring-web/2.5.6.SEC02/spring-web-2.5.6.SEC02-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/com/atlassian/util/concurrent/atlassian-util-concurrent/2.3.0-beta2/atlassian-util-concurrent-2.3.0-beta2.jar" sourcepath="M2_REPO/com/atlassian/util/concurrent/atlassian-util-concurrent/2.3.0-beta2/atlassian-util-concurrent-2.3.0-beta2-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/util/concurrent/atlassian-util-concurrent/2.3.0-beta2/atlassian-util-concurrent-2.3.0-beta2-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/commons-collections/commons-collections/3.2/commons-collections-3.2.jar" sourcepath="M2_REPO/commons-collections/commons-collections/3.2/commons-collections-3.2-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/com/atlassian/crowd/crowd-password-encoders/2.5.1/crowd-password-encoders-2.5.1.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/crowd/crowd-password-encoders/2.5.1/crowd-password-encoders-2.5.1-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/com/atlassian/security/atlassian-password-encoder/2.3/atlassian-password-encoder-2.3.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/security/atlassian-password-encoder/2.3/atlassian-password-encoder-2.3-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/com/atlassian/security/atlassian-secure-random/2.3/atlassian-secure-random-2.3.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/security/atlassian-secure-random/2.3/atlassian-secure-random-2.3-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/org/springframework/security/spring-security-core/3.1.0.RELEASE/spring-security-core-3.1.0.RELEASE.jar" sourcepath="M2_REPO/org/springframework/security/spring-security-core/3.1.0.RELEASE/spring-security-core-3.1.0.RELEASE-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/org/springframework/spring-aop/2.5.6.SEC02/spring-aop-2.5.6.SEC02.jar" sourcepath="M2_REPO/org/springframework/spring-aop/2.5.6.SEC02/spring-aop-2.5.6.SEC02-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/com/atlassian/plugins/atlassian-plugins-core/2.12.6/atlassian-plugins-core-2.12.6.jar" sourcepath="M2_REPO/com/atlassian/plugins/atlassian-plugins-core/2.12.6/atlassian-plugins-core-2.12.6-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/plugins/atlassian-plugins-core/2.12.6/atlassian-plugins-core-2.12.6-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:/Users/bberenberg/.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/dom4j/dom4j/1.4-full/dom4j-1.4-full.jar"/>
<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/com/atlassian/crowd/atlassian-embedded-crowd-atlassian-user/1.5.3/atlassian-embedded-crowd-atlassian-user-1.5.3.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/crowd/atlassian-embedded-crowd-atlassian-user/1.5.3/atlassian-embedded-crowd-atlassian-user-1.5.3-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/com/atlassian/crowd/embedded-crowd-core/2.5.1/embedded-crowd-core-2.5.1.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/crowd/embedded-crowd-core/2.5.1/embedded-crowd-core-2.5.1-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/com/atlassian/crowd/crowd-core/2.5.1/crowd-core-2.5.1.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/crowd/crowd-core/2.5.1/crowd-core-2.5.1-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/com/atlassian/crowd/crowd-ldap/2.5.1/crowd-ldap-2.5.1.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/crowd/crowd-ldap/2.5.1/crowd-ldap-2.5.1-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/com/atlassian/crowd/crowd-events/2.5.1/crowd-events-2.5.1.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/crowd/crowd-events/2.5.1/crowd-events-2.5.1-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/com/atlassian/crowd/crowd-persistence/2.5.1/crowd-persistence-2.5.1.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/crowd/crowd-persistence/2.5.1/crowd-persistence-2.5.1-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/com/atlassian/crowd/crowd-remote/2.5.1/crowd-remote-2.5.1.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/crowd/crowd-remote/2.5.1/crowd-remote-2.5.1-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/com/atlassian/crowd/crowd-integration-client-rest/2.5.1/crowd-integration-client-rest-2.5.1.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/crowd/crowd-integration-client-rest/2.5.1/crowd-integration-client-rest-2.5.1-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar" sourcepath="M2_REPO/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/com/atlassian/core/atlassian-core/4.6.2/atlassian-core-4.6.2.jar" sourcepath="M2_REPO/com/atlassian/core/atlassian-core/4.6.2/atlassian-core-4.6.2-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/core/atlassian-core/4.6.2/atlassian-core-4.6.2-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/com/atlassian/image/atlassian-image-consumer/1.0.1/atlassian-image-consumer-1.0.1.jar" sourcepath="M2_REPO/com/atlassian/image/atlassian-image-consumer/1.0.1/atlassian-image-consumer-1.0.1-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/image/atlassian-image-consumer/1.0.1/atlassian-image-consumer-1.0.1-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/mockobjects/alt-jdk1.3/0.07/alt-jdk1.3-0.07.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-tx/2.5.6.SEC02/spring-tx-2.5.6.SEC02.jar" sourcepath="M2_REPO/org/springframework/spring-tx/2.5.6.SEC02/spring-tx-2.5.6.SEC02-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/net/sf/ehcache/ehcache/1.5.0/ehcache-1.5.0.jar" sourcepath="M2_REPO/net/sf/ehcache/ehcache/1.5.0/ehcache-1.5.0-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/net/sf/ehcache/ehcache/1.5.0/ehcache-1.5.0-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/net/sf/jsr107cache/jsr107cache/1.0/jsr107cache-1.0.jar" sourcepath="M2_REPO/net/sf/jsr107cache/jsr107cache/1.0/jsr107cache-1.0-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/opensymphony/propertyset/1.3-21Nov03/propertyset-1.3-21Nov03.jar"/>
<classpathentry kind="var" path="M2_REPO/com/atlassian/user/atlassian-user/3.0/atlassian-user-3.0.jar" sourcepath="M2_REPO/com/atlassian/user/atlassian-user/3.0/atlassian-user-3.0-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/user/atlassian-user/3.0/atlassian-user-3.0-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/com/atlassian/cache/atlassian-cache-api/0.1/atlassian-cache-api-0.1.jar" sourcepath="M2_REPO/com/atlassian/cache/atlassian-cache-api/0.1/atlassian-cache-api-0.1-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/cache/atlassian-cache-api/0.1/atlassian-cache-api-0.1-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/osuser/osuser/atl.user/osuser-atl.user.jar"/>
<classpathentry kind="var" path="M2_REPO/org/springframework/spring-hibernate2/2.5.6-atlassian-1/spring-hibernate2-2.5.6-atlassian-1.jar" sourcepath="M2_REPO/org/springframework/spring-hibernate2/2.5.6-atlassian-1/spring-hibernate2-2.5.6-atlassian-1-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/org/springframework/spring-hibernate2/2.5.6-atlassian-1/spring-hibernate2-2.5.6-atlassian-1-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/hibernate/hibernate/2.1.8-atlassian-17/hibernate-2.1.8-atlassian-17.jar" sourcepath="M2_REPO/hibernate/hibernate/2.1.8-atlassian-17/hibernate-2.1.8-atlassian-17-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/hibernate/hibernate/2.1.8-atlassian-17/hibernate-2.1.8-atlassian-17-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/net/sf/ldaptemplate/ldaptemplate/1.0.1/ldaptemplate-1.0.1.jar" sourcepath="M2_REPO/net/sf/ldaptemplate/ldaptemplate/1.0.1/ldaptemplate-1.0.1-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/net/sf/ldaptemplate/ldaptemplate/1.0.1/ldaptemplate-1.0.1-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/com/atlassian/crowd/atlassian-embedded-crowd-hibernate2/1.5.3/atlassian-embedded-crowd-hibernate2-1.5.3.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/crowd/atlassian-embedded-crowd-hibernate2/1.5.3/atlassian-embedded-crowd-hibernate2-1.5.3-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/com/atlassian/hibernate/atlassian-hibernate-extras/2.0/atlassian-hibernate-extras-2.0.jar" sourcepath="M2_REPO/com/atlassian/hibernate/atlassian-hibernate-extras/2.0/atlassian-hibernate-extras-2.0-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/hibernate/atlassian-hibernate-extras/2.0/atlassian-hibernate-extras-2.0-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/cglib/cglib/2.1_3/cglib-2.1_3.jar" sourcepath="M2_REPO/cglib/cglib/2.1_3/cglib-2.1_3-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/asm/asm/1.5.3/asm-1.5.3.jar"/>
<classpathentry kind="var" path="M2_REPO/odmg/odmg/3.0/odmg-3.0.jar"/>
<classpathentry kind="var" path="M2_REPO/com/atlassian/confluence/confluence-upgrade/4.3.7/confluence-upgrade-4.3.7.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/confluence/confluence-upgrade/4.3.7/confluence-upgrade-4.3.7-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/com/atlassian/config/atlassian-config/0.13.2/atlassian-config-0.13.2.jar" sourcepath="M2_REPO/com/atlassian/config/atlassian-config/0.13.2/atlassian-config-0.13.2-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/config/atlassian-config/0.13.2/atlassian-config-0.13.2-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/com/atlassian/johnson/atlassian-johnson/0.10/atlassian-johnson-0.10.jar" sourcepath="M2_REPO/com/atlassian/johnson/atlassian-johnson/0.10/atlassian-johnson-0.10-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/johnson/atlassian-johnson/0.10/atlassian-johnson-0.10-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/com/atlassian/confluence/confluence-bucket/4.3.7/confluence-bucket-4.3.7.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/confluence/confluence-bucket/4.3.7/confluence-bucket-4.3.7-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.jar" sourcepath="M2_REPO/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/com/atlassian/gzipfilter/atlassian-gzipfilter/1.11/atlassian-gzipfilter-1.11.jar" sourcepath="M2_REPO/com/atlassian/gzipfilter/atlassian-gzipfilter/1.11/atlassian-gzipfilter-1.11-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/gzipfilter/atlassian-gzipfilter/1.11/atlassian-gzipfilter-1.11-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/org/slf4j/jul-to-slf4j/1.6.4/jul-to-slf4j-1.6.4.jar" sourcepath="M2_REPO/org/slf4j/jul-to-slf4j/1.6.4/jul-to-slf4j-1.6.4-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/org/slf4j/jul-to-slf4j/1.6.4/jul-to-slf4j-1.6.4-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/com/atlassian/applinks/applinks-api/3.8.0/applinks-api-3.8.0.jar" sourcepath="M2_REPO/com/atlassian/applinks/applinks-api/3.8.0/applinks-api-3.8.0-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/applinks/applinks-api/3.8.0/applinks-api-3.8.0-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/com/atlassian/applinks/applinks-spi/3.8.0/applinks-spi-3.8.0.jar" sourcepath="M2_REPO/com/atlassian/applinks/applinks-spi/3.8.0/applinks-spi-3.8.0-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/applinks/applinks-spi/3.8.0/applinks-spi-3.8.0-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/com/atlassian/applinks/applinks-host/3.8.0/applinks-host-3.8.0.jar" sourcepath="M2_REPO/com/atlassian/applinks/applinks-host/3.8.0/applinks-host-3.8.0-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/applinks/applinks-host/3.8.0/applinks-host-3.8.0-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/com/atlassian/dragonfly/dragonfly-api/1.1-m1/dragonfly-api-1.1-m1.jar" sourcepath="M2_REPO/com/atlassian/dragonfly/dragonfly-api/1.1-m1/dragonfly-api-1.1-m1-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/dragonfly/dragonfly-api/1.1-m1/dragonfly-api-1.1-m1-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/com/atlassian/dragonfly/dragonfly-spi/1.1-m1/dragonfly-spi-1.1-m1.jar" sourcepath="M2_REPO/com/atlassian/dragonfly/dragonfly-spi/1.1-m1/dragonfly-spi-1.1-m1-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/dragonfly/dragonfly-spi/1.1-m1/dragonfly-spi-1.1-m1-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/com/atlassian/dragonfly/dragonfly-core/1.1-m1/dragonfly-core-1.1-m1.jar" sourcepath="M2_REPO/com/atlassian/dragonfly/dragonfly-core/1.1-m1/dragonfly-core-1.1-m1-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/dragonfly/dragonfly-core/1.1-m1/dragonfly-core-1.1-m1-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/com/atlassian/modzdetector/modz-detector/0.8/modz-detector-0.8.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/modzdetector/modz-detector/0.8/modz-detector-0.8-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/com/atlassian/mail/atlassian-mail/1.16/atlassian-mail-1.16.jar" sourcepath="M2_REPO/com/atlassian/mail/atlassian-mail/1.16/atlassian-mail-1.16-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/mail/atlassian-mail/1.16/atlassian-mail-1.16-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/com/atlassian/velocity/atlassian-velocity/1.0.0/atlassian-velocity-1.0.0.jar" sourcepath="M2_REPO/com/atlassian/velocity/atlassian-velocity/1.0.0/atlassian-velocity-1.0.0-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/velocity/atlassian-velocity/1.0.0/atlassian-velocity-1.0.0-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.8.3/commons-beanutils-1.8.3.jar" sourcepath="M2_REPO/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/commons-digester/commons-digester/1.5/commons-digester-1.5.jar" sourcepath="M2_REPO/commons-digester/commons-digester/1.5/commons-digester-1.5-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/commons-digester/commons-digester/1.5/commons-digester-1.5-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.jar" sourcepath="M2_REPO/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/opensymphony/sitemesh/2.5-atlassian-6/sitemesh-2.5-atlassian-6.jar" sourcepath="M2_REPO/opensymphony/sitemesh/2.5-atlassian-6/sitemesh-2.5-atlassian-6-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/com/atlassian/spring/atlassian-spring-hibernate2/2.0.0/atlassian-spring-hibernate2-2.0.0.jar" sourcepath="M2_REPO/com/atlassian/spring/atlassian-spring-hibernate2/2.0.0/atlassian-spring-hibernate2-2.0.0-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/spring/atlassian-spring-hibernate2/2.0.0/atlassian-spring-hibernate2-2.0.0-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/com/atlassian/xwork/atlassian-xwork-10/1.13/atlassian-xwork-10-1.13.jar" sourcepath="M2_REPO/com/atlassian/xwork/atlassian-xwork-10/1.13/atlassian-xwork-10-1.13-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/xwork/atlassian-xwork-10/1.13/atlassian-xwork-10-1.13-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/com/atlassian/xwork/atlassian-xwork-core/1.13/atlassian-xwork-core-1.13.jar" sourcepath="M2_REPO/com/atlassian/xwork/atlassian-xwork-core/1.13/atlassian-xwork-core-1.13-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/xwork/atlassian-xwork-core/1.13/atlassian-xwork-core-1.13-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/opensymphony/xwork/1.0.3.4/xwork-1.0.3.4.jar"/>
<classpathentry kind="var" path="M2_REPO/opensymphony/webwork/2.1.5-atlassian-2/webwork-2.1.5-atlassian-2.jar"/>
<classpathentry kind="var" path="M2_REPO/commons-fileupload/commons-fileupload/1.2.1/commons-fileupload-1.2.1.jar" sourcepath="M2_REPO/commons-fileupload/commons-fileupload/1.2.1/commons-fileupload-1.2.1-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/commons-fileupload/commons-fileupload/1.2.1/commons-fileupload-1.2.1-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/ognl/ognl/2.6.5-atlassian-2/ognl-2.6.5-atlassian-2.jar"/>
<classpathentry kind="var" path="M2_REPO/rome/rome/1.0/rome-1.0.jar" sourcepath="M2_REPO/rome/rome/1.0/rome-1.0-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/rome/rome/1.0/rome-1.0-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/com/atlassian/trackback/atlassian-trackback/0.10/atlassian-trackback-0.10.jar" sourcepath="M2_REPO/com/atlassian/trackback/atlassian-trackback/0.10/atlassian-trackback-0.10-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/trackback/atlassian-trackback/0.10/atlassian-trackback-0.10-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/oro/oro/2.0.8/oro-2.0.8.jar" sourcepath="M2_REPO/oro/oro/2.0.8/oro-2.0.8-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/com/atlassian/extras/atlassian-extras/2.4/atlassian-extras-2.4.jar"/>
<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:/Users/bberenberg/.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/com/atlassian/plugins/atlassian-plugins-servlet/2.12.6/atlassian-plugins-servlet-2.12.6.jar" sourcepath="M2_REPO/com/atlassian/plugins/atlassian-plugins-servlet/2.12.6/atlassian-plugins-servlet-2.12.6-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/plugins/atlassian-plugins-servlet/2.12.6/atlassian-plugins-servlet-2.12.6-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/com/atlassian/plugins/atlassian-plugins-webfragment/2.12.6/atlassian-plugins-webfragment-2.12.6.jar" sourcepath="M2_REPO/com/atlassian/plugins/atlassian-plugins-webfragment/2.12.6/atlassian-plugins-webfragment-2.12.6-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/plugins/atlassian-plugins-webfragment/2.12.6/atlassian-plugins-webfragment-2.12.6-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/com/atlassian/plugins/atlassian-plugins-webresource/2.12.6/atlassian-plugins-webresource-2.12.6.jar" sourcepath="M2_REPO/com/atlassian/plugins/atlassian-plugins-webresource/2.12.6/atlassian-plugins-webresource-2.12.6-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/plugins/atlassian-plugins-webresource/2.12.6/atlassian-plugins-webresource-2.12.6-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/com/atlassian/plugins/atlassian-plugins-osgi/2.12.6/atlassian-plugins-osgi-2.12.6.jar" sourcepath="M2_REPO/com/atlassian/plugins/atlassian-plugins-osgi/2.12.6/atlassian-plugins-osgi-2.12.6-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/plugins/atlassian-plugins-osgi/2.12.6/atlassian-plugins-osgi-2.12.6-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/com/atlassian/plugins/atlassian-plugins-osgi-events/2.12.6/atlassian-plugins-osgi-events-2.12.6.jar" sourcepath="M2_REPO/com/atlassian/plugins/atlassian-plugins-osgi-events/2.12.6/atlassian-plugins-osgi-events-2.12.6-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/plugins/atlassian-plugins-osgi-events/2.12.6/atlassian-plugins-osgi-events-2.12.6-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/biz/aQute/bndlib/1.43.0-atlassian-1/bndlib-1.43.0-atlassian-1.jar" sourcepath="M2_REPO/biz/aQute/bndlib/1.43.0-atlassian-1/bndlib-1.43.0-atlassian-1-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/biz/aQute/bndlib/1.43.0-atlassian-1/bndlib-1.43.0-atlassian-1-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<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:/Users/bberenberg/.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/plugins/atlassian-plugins-spring/2.12.6/atlassian-plugins-spring-2.12.6.jar" sourcepath="M2_REPO/com/atlassian/plugins/atlassian-plugins-spring/2.12.6/atlassian-plugins-spring-2.12.6-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/plugins/atlassian-plugins-spring/2.12.6/atlassian-plugins-spring-2.12.6-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/com/atlassian/bandana/atlassian-bandana/3.1/atlassian-bandana-3.1.jar" sourcepath="M2_REPO/com/atlassian/bandana/atlassian-bandana/3.1/atlassian-bandana-3.1-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/bandana/atlassian-bandana/3.1/atlassian-bandana-3.1-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/com/atlassian/renderer/atlassian-renderer-legacy/6.2.7/atlassian-renderer-legacy-6.2.7.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/renderer/atlassian-renderer-legacy/6.2.7/atlassian-renderer-legacy-6.2.7-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/net/sourceforge/nekohtml/nekohtml/1.9.7/nekohtml-1.9.7.jar" sourcepath="M2_REPO/net/sourceforge/nekohtml/nekohtml/1.9.7/nekohtml-1.9.7-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.7/nekohtml-1.9.7-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/org/hibernate/jtidy/r8-20060801/jtidy-r8-20060801.jar"/>
<classpathentry kind="var" path="M2_REPO/com/atlassian/bonnie/atlassian-bonnie/4.0/atlassian-bonnie-4.0.jar" sourcepath="M2_REPO/com/atlassian/bonnie/atlassian-bonnie/4.0/atlassian-bonnie-4.0-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/bonnie/atlassian-bonnie/4.0/atlassian-bonnie-4.0-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<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:/Users/bberenberg/.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/org/apache/pdfbox/pdfbox/1.2.1/pdfbox-1.2.1.jar" sourcepath="M2_REPO/org/apache/pdfbox/pdfbox/1.2.1/pdfbox-1.2.1-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/org/apache/pdfbox/pdfbox/1.2.1/pdfbox-1.2.1-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/org/apache/pdfbox/fontbox/1.2.1/fontbox-1.2.1.jar" sourcepath="M2_REPO/org/apache/pdfbox/fontbox/1.2.1/fontbox-1.2.1-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/org/apache/pdfbox/fontbox/1.2.1/fontbox-1.2.1-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/org/apache/pdfbox/jempbox/1.2.1/jempbox-1.2.1.jar" sourcepath="M2_REPO/org/apache/pdfbox/jempbox/1.2.1/jempbox-1.2.1-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/org/apache/pdfbox/jempbox/1.2.1/jempbox-1.2.1-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/org/apache/poi/poi/3.5-FINAL/poi-3.5-FINAL.jar"/>
<classpathentry kind="var" path="M2_REPO/org/apache/poi/poi-scratchpad/3.5-FINAL/poi-scratchpad-3.5-FINAL.jar"/>
<classpathentry kind="var" path="M2_REPO/org/bouncycastle/bcprov-jdk15/1.44/bcprov-jdk15-1.44.jar" sourcepath="M2_REPO/org/bouncycastle/bcprov-jdk15/1.44/bcprov-jdk15-1.44-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/org/bouncycastle/bcprov-jdk15/1.44/bcprov-jdk15-1.44-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/org/bouncycastle/bcmail-jdk15/1.44/bcmail-jdk15-1.44.jar" sourcepath="M2_REPO/org/bouncycastle/bcmail-jdk15/1.44/bcmail-jdk15-1.44-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/org/bouncycastle/bcmail-jdk15/1.44/bcmail-jdk15-1.44-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/com/ibm/icu/icu4j/3.8/icu4j-3.8.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:/Users/bberenberg/.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/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:/Users/bberenberg/.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/security/auth/trustedapps/atlassian-trusted-apps-core/2.5.2/atlassian-trusted-apps-core-2.5.2.jar" sourcepath="M2_REPO/com/atlassian/security/auth/trustedapps/atlassian-trusted-apps-core/2.5.2/atlassian-trusted-apps-core-2.5.2-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/security/auth/trustedapps/atlassian-trusted-apps-core/2.5.2/atlassian-trusted-apps-core-2.5.2-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.2/atlassian-trusted-apps-seraph-integration-2.5.2.jar" sourcepath="M2_REPO/com/atlassian/security/auth/trustedapps/atlassian-trusted-apps-seraph-integration/2.5.2/atlassian-trusted-apps-seraph-integration-2.5.2-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/security/auth/trustedapps/atlassian-trusted-apps-seraph-integration/2.5.2/atlassian-trusted-apps-seraph-integration-2.5.2-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/c3p0/c3p0/0.9.1.2/c3p0-0.9.1.2.jar" sourcepath="M2_REPO/c3p0/c3p0/0.9.1.2/c3p0-0.9.1.2-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/c3p0/c3p0/0.9.1.2/c3p0-0.9.1.2-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/oscache/oscache/2.2/oscache-2.2.jar"/>
<classpathentry kind="var" path="M2_REPO/org/apache/velocity/velocity/1.6.4-atlassian-1/velocity-1.6.4-atlassian-1.jar" sourcepath="M2_REPO/org/apache/velocity/velocity/1.6.4-atlassian-1/velocity-1.6.4-atlassian-1-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/org/apache/velocity/velocity/1.6.4-atlassian-1/velocity-1.6.4-atlassian-1-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/com/atlassian/soy/soy-template-renderer-api/1.1.5/soy-template-renderer-api-1.1.5.jar" sourcepath="M2_REPO/com/atlassian/soy/soy-template-renderer-api/1.1.5/soy-template-renderer-api-1.1.5-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/soy/soy-template-renderer-api/1.1.5/soy-template-renderer-api-1.1.5-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/commons-pool/commons-pool/1.5.4/commons-pool-1.5.4.jar" sourcepath="M2_REPO/commons-pool/commons-pool/1.5.4/commons-pool-1.5.4-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/commons-pool/commons-pool/1.5.4/commons-pool-1.5.4-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/org/springframework/spring-orm/2.5.6/spring-orm-2.5.6.jar" sourcepath="M2_REPO/org/springframework/spring-orm/2.5.6/spring-orm-2.5.6-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/com/atlassian/paddle/atlassian-paddle/5/atlassian-paddle-5.jar" sourcepath="M2_REPO/com/atlassian/paddle/atlassian-paddle/5/atlassian-paddle-5-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/paddle/atlassian-paddle/5/atlassian-paddle-5-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/org/aspectj/aspectjweaver/1.6.0/aspectjweaver-1.6.0.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/org/aspectj/aspectjweaver/1.6.0/aspectjweaver-1.6.0-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/velocity-tools/velocity-tools/view-1.1/velocity-tools-view-1.1.jar"/>
<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:/Users/bberenberg/.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/lucene/lucene-misc/2.9.4/lucene-misc-2.9.4.jar" sourcepath="M2_REPO/org/apache/lucene/lucene-misc/2.9.4/lucene-misc-2.9.4-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/org/apache/lucene/lucene-misc/2.9.4/lucene-misc-2.9.4-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/org/apache/lucene/lucene-highlighter/2.9.4/lucene-highlighter-2.9.4.jar" sourcepath="M2_REPO/org/apache/lucene/lucene-highlighter/2.9.4/lucene-highlighter-2.9.4-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/org/apache/lucene/lucene-highlighter/2.9.4/lucene-highlighter-2.9.4-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/org/apache/lucene/lucene-memory/2.9.4/lucene-memory-2.9.4.jar" sourcepath="M2_REPO/org/apache/lucene/lucene-memory/2.9.4/lucene-memory-2.9.4-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/org/apache/lucene/lucene-memory/2.9.4/lucene-memory-2.9.4-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/org/quartz-scheduler/quartz/1.8.0/quartz-1.8.0.jar" sourcepath="M2_REPO/org/quartz-scheduler/quartz/1.8.0/quartz-1.8.0-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/org/quartz-scheduler/quartz/1.8.0/quartz-1.8.0-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/org/hsqldb/hsqldb/2.2.4/hsqldb-2.2.4.jar" sourcepath="M2_REPO/org/hsqldb/hsqldb/2.2.4/hsqldb-2.2.4-sources.jar"/>
<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/xmlrpc/xmlrpc/2.0+xmlrpc61.1+sbfix/xmlrpc-2.0+xmlrpc61.1+sbfix.jar"/>
<classpathentry kind="var" path="M2_REPO/glue/glue/5.0b2/glue-5.0b2.jar"/>
<classpathentry kind="var" path="M2_REPO/exml/exml/7.1/exml-7.1.jar"/>
<classpathentry kind="var" path="M2_REPO/axis/axis/1.2.1/axis-1.2.1.jar" sourcepath="M2_REPO/axis/axis/1.2.1/axis-1.2.1-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/wsdl4j/wsdl4j/1.5.1/wsdl4j-1.5.1.jar" sourcepath="M2_REPO/wsdl4j/wsdl4j/1.5.1/wsdl4j-1.5.1-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:/Users/bberenberg/.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/axis/axis-jaxrpc/1.2.1-noqname/axis-jaxrpc-1.2.1-noqname.jar" sourcepath="M2_REPO/axis/axis-jaxrpc/1.2.1-noqname/axis-jaxrpc-1.2.1-noqname-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/axis/axis-saaj/1.2.1/axis-saaj-1.2.1.jar" sourcepath="M2_REPO/axis/axis-saaj/1.2.1/axis-saaj-1.2.1-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/slide/slide/2.1/slide-2.1.jar"/>
<classpathentry kind="var" path="M2_REPO/com/thoughtworks/xstream/xstream/1.1.1/xstream-1.1.1.jar"/>
<classpathentry kind="var" path="M2_REPO/xpp3/xpp3_min/1.1.3.4.O/xpp3_min-1.1.3.4.O.jar"/>
<classpathentry kind="var" path="M2_REPO/jfree/jfreechart/1.0.0/jfreechart-1.0.0.jar"/>
<classpathentry kind="var" path="M2_REPO/jfree/jcommon/1.0.0/jcommon-1.0.0.jar"/>
<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/com/octo/captcha/jcaptcha-all/1.0-RC6/jcaptcha-all-1.0-RC6.jar"/>
<classpathentry kind="var" path="M2_REPO/concurrent/concurrent/1.3.4/concurrent-1.3.4.jar" sourcepath="M2_REPO/concurrent/concurrent/1.3.4/concurrent-1.3.4-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/org/tuckey/urlrewritefilter/4.0.3/urlrewritefilter-4.0.3.jar" sourcepath="M2_REPO/org/tuckey/urlrewritefilter/4.0.3/urlrewritefilter-4.0.3-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/org/tuckey/urlrewritefilter/4.0.3/urlrewritefilter-4.0.3-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/org/codehaus/woodstox/wstx-asl/3.2.9/wstx-asl-3.2.9.jar" sourcepath="M2_REPO/org/codehaus/woodstox/wstx-asl/3.2.9/wstx-asl-3.2.9-sources.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:/Users/bberenberg/.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/org/apache/ws/commons/XmlSchema/1.1/XmlSchema-1.1.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:/Users/bberenberg/.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/net/java/dev/stax-utils/stax-utils/20040917/stax-utils-20040917.jar"/>
<classpathentry kind="var" path="M2_REPO/com/atlassian/sal/sal-spi/2.7.1/sal-spi-2.7.1.jar"/>
<classpathentry kind="var" path="M2_REPO/com/atlassian/sal/sal-spring/2.7.1/sal-spring-2.7.1.jar"/>
<classpathentry kind="var" path="M2_REPO/com/atlassian/sal/sal-api/2.7.1/sal-api-2.7.1.jar"/>
<classpathentry kind="var" path="M2_REPO/com/atlassian/cache/atlassian-cache-memory/0.1/atlassian-cache-memory-0.1.jar" sourcepath="M2_REPO/com/atlassian/cache/atlassian-cache-memory/0.1/atlassian-cache-memory-0.1-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/cache/atlassian-cache-memory/0.1/atlassian-cache-memory-0.1-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/org/owasp/antisamy/antisamy/1.4.2-atlassian-13/antisamy-1.4.2-atlassian-13.jar" sourcepath="M2_REPO/org/owasp/antisamy/antisamy/1.4.2-atlassian-13/antisamy-1.4.2-atlassian-13-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/org/owasp/antisamy/antisamy/1.4.2-atlassian-13/antisamy-1.4.2-atlassian-13-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/org/apache/xmlgraphics/batik-css/1.7/batik-css-1.7.jar"/>
<classpathentry kind="var" path="M2_REPO/org/apache/xmlgraphics/batik-ext/1.7/batik-ext-1.7.jar"/>
<classpathentry kind="var" path="M2_REPO/org/apache/xmlgraphics/batik-util/1.7/batik-util-1.7.jar"/>
<classpathentry kind="var" path="M2_REPO/org/outerj/daisy/daisydiff/1.1-atlassian-5/daisydiff-1.1-atlassian-5.jar" sourcepath="M2_REPO/org/outerj/daisy/daisydiff/1.1-atlassian-5/daisydiff-1.1-atlassian-5-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/org/outerj/daisy/daisydiff/1.1-atlassian-5/daisydiff-1.1-atlassian-5-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/org/eclipse/core/runtime/20070801/runtime-20070801.jar"/>
<classpathentry kind="var" path="M2_REPO/com/atlassian/velocity/htmlsafe/velocity-htmlsafe/1.1.1/velocity-htmlsafe-1.1.1.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/velocity/htmlsafe/velocity-htmlsafe/1.1.1/velocity-htmlsafe-1.1.1-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar" sourcepath="M2_REPO/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/com/atlassian/botocss/botocss/2.0/botocss-2.0.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/botocss/botocss/2.0/botocss-2.0-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/org/jsoup/jsoup/1.6.1/jsoup-1.6.1.jar" sourcepath="M2_REPO/org/jsoup/jsoup/1.6.1/jsoup-1.6.1-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/org/jsoup/jsoup/1.6.1/jsoup-1.6.1-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar" sourcepath="M2_REPO/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/org/antlr/stringtemplate/3.2.1/stringtemplate-3.2.1.jar" sourcepath="M2_REPO/org/antlr/stringtemplate/3.2.1/stringtemplate-3.2.1-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/antlr/antlr/2.7.7/antlr-2.7.7.jar"/>
<classpathentry kind="var" path="M2_REPO/com/atlassian/fugue/fugue/1.0.1/fugue-1.0.1.jar" sourcepath="M2_REPO/com/atlassian/fugue/fugue/1.0.1/fugue-1.0.1-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/fugue/fugue/1.0.1/fugue-1.0.1-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/com/google/code/gson/gson/2.2.2-atlassian-1/gson-2.2.2-atlassian-1.jar" sourcepath="M2_REPO/com/google/code/gson/gson/2.2.2-atlassian-1/gson-2.2.2-atlassian-1-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/google/code/gson/gson/2.2.2-atlassian-1/gson-2.2.2-atlassian-1-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/com/atlassian/plugins/atlassian-plugins-osgi-testrunner/1.1/atlassian-plugins-osgi-testrunner-1.1.jar" sourcepath="M2_REPO/com/atlassian/plugins/atlassian-plugins-osgi-testrunner/1.1/atlassian-plugins-osgi-testrunner-1.1-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/com/atlassian/plugins/atlassian-plugins-osgi-testrunner/1.1/atlassian-plugins-osgi-testrunner-1.1-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/org/apache/wink/wink-client/1.1.3-incubating/wink-client-1.1.3-incubating.jar"/>
<classpathentry kind="var" path="M2_REPO/org/apache/wink/wink-common/1.1.3-incubating/wink-common-1.1.3-incubating.jar"/>
<classpathentry kind="var" path="M2_REPO/com/sun/xml/bind/jaxb-impl/2.2.1.1/jaxb-impl-2.2.1.1.jar" sourcepath="M2_REPO/com/sun/xml/bind/jaxb-impl/2.2.1.1/jaxb-impl-2.2.1.1-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/org/apache/geronimo/specs/geronimo-annotation_1.1_spec/1.0/geronimo-annotation_1.1_spec-1.0.jar" sourcepath="M2_REPO/org/apache/geronimo/specs/geronimo-annotation_1.1_spec/1.0/geronimo-annotation_1.1_spec-1.0-sources.jar">
<attributes>
<attribute value="jar:file:/Users/bberenberg/.m2/repository/org/apache/geronimo/specs/geronimo-annotation_1.1_spec/1.0/geronimo-annotation_1.1_spec-1.0-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
</classpath>

3
.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
.idea
*.iml
target

14
.project Normal file
View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>confluence-markdown-macro</name>
<comment>This is the com.atlassian.plugins.confluence.markdown:confluence-markdown-macro plugin for Atlassian Confluence. 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>

View File

@@ -0,0 +1,5 @@
#Fri Jun 07 16:40:36 PDT 2013
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.source=1.6
org.eclipse.jdt.core.compiler.compliance=1.6

6
LICENSE Normal file
View File

@@ -0,0 +1,6 @@
To avoid future confusion, we recommend that you include a license with your plugin.
This file is simply a reminder.
For a template license you can have a look at: http://www.opensource.org/licenses/
Atlassian releases most of its modules under the Apache2 license: http://opensource.org/licenses/Apache-2.0

79
pom.xml Normal file
View File

@@ -0,0 +1,79 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.atlassian.plugins.confluence.markdown</groupId>
<artifactId>confluence-markdown-macro</artifactId>
<version>1.0-SNAPSHOT</version>
<organization>
<name>Atlassian</name>
<url>http://www.atlassian.com/</url>
</organization>
<name>confluence-markdown-macro</name>
<description>This plugin provides a Markdown render macro for Confluence.</description>
<packaging>atlassian-plugin</packaging>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.10</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.atlassian.confluence</groupId>
<artifactId>confluence</artifactId>
<version>${confluence.version}</version>
<scope>provided</scope>
</dependency>
<!-- WIRED TEST RUNNER DEPENDENCIES -->
<dependency>
<groupId>com.atlassian.plugins</groupId>
<artifactId>atlassian-plugins-osgi-testrunner</artifactId>
<version>${plugin.testrunner.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>jsr311-api</artifactId>
<version>1.1.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.2.2-atlassian-1</version>
</dependency>
<dependency>
<groupId>org.pegdown</groupId>
<artifactId>pegdown</artifactId>
<version>1.2.1</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>com.atlassian.maven.plugins</groupId>
<artifactId>maven-confluence-plugin</artifactId>
<version>${amps.version}</version>
<extensions>true</extensions>
<configuration>
<productVersion>${confluence.version}</productVersion>
<productDataVersion>${confluence.data.version}</productDataVersion>
</configuration>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
</plugins>
</build>
<properties>
<confluence.version>4.3.7</confluence.version>
<confluence.data.version>4.3.7</confluence.data.version>
<amps.version>4.2.2</amps.version>
<plugin.testrunner.version>1.1</plugin.testrunner.version>
</properties>
</project>

BIN
src/.DS_Store vendored Normal file

Binary file not shown.

BIN
src/main/.DS_Store vendored Normal file

Binary file not shown.

View File

@@ -0,0 +1,70 @@
package com.atlassian.plugins.confluence.markdown;
import com.atlassian.confluence.content.render.xhtml.ConversionContext;
import com.atlassian.confluence.content.render.xhtml.DefaultConversionContext;
import com.atlassian.confluence.content.render.xhtml.XhtmlException;
import com.atlassian.confluence.macro.Macro;
import com.atlassian.confluence.macro.MacroExecutionException;
import com.atlassian.confluence.xhtml.api.MacroDefinition;
import com.atlassian.confluence.xhtml.api.MacroDefinitionHandler;
import com.atlassian.confluence.xhtml.api.XhtmlContent;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import com.atlassian.renderer.RenderContext;
import com.atlassian.renderer.v2.RenderMode;
import com.atlassian.renderer.v2.macro.BaseMacro;
import com.atlassian.renderer.v2.macro.MacroException;
import org.pegdown.Parser;
import org.pegdown.PegDownProcessor;
public class MarkdownMacro extends BaseMacro implements Macro
{
private final XhtmlContent xhtmlUtils;
public MarkdownMacro(XhtmlContent xhtmlUtils)
{
this.xhtmlUtils = xhtmlUtils;
}
@Override
public BodyType getBodyType()
{
return BodyType.PLAIN_TEXT;
}
@Override
public OutputType getOutputType()
{
return OutputType.BLOCK;
}
@Override
public String execute(Map<String, String> parameters, String bodyContent, ConversionContext conversionContext) throws MacroExecutionException
{
PegDownProcessor translator = new PegDownProcessor(Parser.ALL);
String output = translator.markdownToHtml(bodyContent);
return output;
}
@Override
public boolean hasBody() {
return true; //To change body of implemented methods use File | Settings | File Templates.
}
@Override
public RenderMode getBodyRenderMode() {
return RenderMode.NO_RENDER; //To change body of implemented methods use File | Settings | File Templates.
}
@Override
public String execute(Map map, String s, RenderContext renderContext) throws MacroException {
try {
return execute(map, s, new DefaultConversionContext(renderContext));
} catch (MacroExecutionException e) {
throw new MacroException(e.getMessage(),e);
}
}
}

View File

@@ -0,0 +1,6 @@
package com.atlassian.plugins.confluence.markdown;
public interface MyPluginComponent
{
String getName();
}

BIN
src/main/resources/.DS_Store vendored Normal file

Binary file not shown.

View File

@@ -0,0 +1,34 @@
<atlassian-plugin key="${project.groupId}.${project.artifactId}" name="${project.name}" plugins-version="2">
<plugin-info>
<description>${project.description}</description>
<version>${project.version}</version>
<vendor name="${project.organization.name}" url="${project.organization.url}" />
<param name="plugin-icon">images/pluginIcon.png</param>
<param name="plugin-logo">images/pluginLogo.png</param>
</plugin-info>
<xhtml-macro name="markdown"
class="com.atlassian.plugins.confluence.markdown.MarkdownMacro"
key="markdown"
icon="/download/resources/com.atlassian.plugins.confluence.markdown.confluence-markdown-macro/images/pluginIcon.png"
documentation-url="http://daringfireball.net/projects/markdown/">
<category name="formatting"/>
<parameters>
<parameter name="extended" type="boolean" default ="true">
</parameter>
</parameters>
</xhtml-macro>
<macro name="markdown"
class="com.atlassian.plugins.confluence.markdown.MarkdownMacro"
key="markdown.wiki"
icon="/download/resources/com.atlassian.plugins.confluence.markdown.confluence-markdown-macro/images/pluginIcon.png"
documentation-url="http://daringfireball.net/projects/markdown/">
<category name="formatting"/>
<parameters>
<parameter name="extended" type="boolean" default ="true">
</parameter>
</parameters>
</macro>
<resource type="i18n" name="markdown" location="markdownproperties/markdown"/>
<resource type="download" name="images/" key="images" location="images/"/>
</atlassian-plugin>

View File

@@ -0,0 +1,2 @@
#put any key/value pairs here
my.plugin.name=Markdown

BIN
src/main/resources/images/.DS_Store vendored Normal file

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 958 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 325 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -0,0 +1,3 @@
com.atlassian.plugins.confluence.markdown.confluence-markdown-macro.markdown.desc=This macro renders text in Markdown syntax into HTML.
com.atlassian.plugins.confluence.markdown.confluence-markdown-macro.markdown.param.extended.label=Enable extended Markdown properties:
com.atlassian.plugins.confluence.markdown.confluence-markdown-macro.markdown.param.extended.desc=Find info about extended Markdown at: <a href="https://github.com/sirthias/pegdown#readme">https://github.com/sirthias/pegdown#readme</a>

View File

@@ -0,0 +1,3 @@
com.atlassian.plugins.confluence.markdown.confluence-markdown-macro.markdown.desc=Dieses Makro wandelt Markdown in HTML um.
com.atlassian.plugins.confluence.markdown.confluence-markdown-macro.markdown.param.extended.label=Aktivieren sich weiter Eigenschaften Markdown:
com.atlassian.plugins.confluence.markdown.confluence-markdown-macro.markdown.param.extended.desc=Befindet sich information \u00FCber Extended Markdown: <a href="https://github.com/sirthias/pegdown#readme">https://github.com/sirthias/pegdown#readme</a>

View File

@@ -0,0 +1,3 @@
com.atlassian.plugins.confluence.markdown.confluence-markdown-macro.markdown.desc=Ce macro converti le text format\u00E9 selon Markdown vers HTML
com.atlassian.plugins.confluence.markdown.confluence-markdown-macro.markdown.param.extended.label=Activez les propri\u00E9t\u00E9s avanc\u00E9es de Markdown:Pour plus d'information sur
com.atlassian.plugins.confluence.markdown.confluence-markdown-macro.markdown.param.extended.desc=Pour plus d'information sur les propri\u00E9t\u00E9s avanc\u00E9es de Markdown: <a href="https://github.com/sirthias/pegdown#readme">https://github.com/sirthias/pegdown#readme</a>