Skip to content

Instantly share code, notes, and snippets.

@lukaspili
Created July 1, 2011 10:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukaspili/1058242 to your computer and use it in GitHub Desktop.
Save lukaspili/1058242 to your computer and use it in GitHub Desktop.
intellij iml
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output/>
<content url="file://$MODULE_DIR$/">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false"/>
<excludeFolder url="file://$MODULE_DIR$/.gradle"/>
<excludeFolder url="file://$MODULE_DIR$/build"/>
</content>
<orderEntry type="inheritedJdk"/>
<orderEntry type="sourceFolder" forTests="false"/>
<orderEntry type="library" name="groovy-1.8.0" level="application"/>
<orderEntry type="library" scope="PROVIDED" name="Tomcat 7" level="application_server_libraries"/>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/com.sun.jersey/jersey-server/bundles/jersey-server-1.7.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES>
<root url="jar:///Users/lukas/.gradle/cache/com.sun.jersey/jersey-server/sources/jersey-server-1.7-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/asm/asm/jars/asm-3.1.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES/>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/com.sun.jersey/jersey-core/bundles/jersey-core-1.7.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES>
<root url="jar:///Users/lukas/.gradle/cache/com.sun.jersey/jersey-core/sources/jersey-core-1.7-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/com.sun.jersey.contribs/jersey-multipart/jars/jersey-multipart-1.7.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES>
<root url="jar:///Users/lukas/.gradle/cache/com.sun.jersey.contribs/jersey-multipart/sources/jersey-multipart-1.7-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/org.jvnet/mimepull/jars/mimepull-1.4.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES/>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/com.google.inject/guice/jars/guice-3.0.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES>
<root url="jar:///Users/lukas/.gradle/cache/com.google.inject/guice/sources/guice-3.0-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/javax.inject/javax.inject/jars/javax.inject-1.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES>
<root url="jar:///Users/lukas/.gradle/cache/javax.inject/javax.inject/sources/javax.inject-1-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/aopalliance/aopalliance/jars/aopalliance-1.0.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES>
<root url="jar:///Users/lukas/.gradle/cache/aopalliance/aopalliance/sources/aopalliance-1.0-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/org.sonatype.sisu.inject/cglib/jars/cglib-2.2.1-v20090111.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES>
<root url="jar:///Users/lukas/.gradle/cache/org.sonatype.sisu.inject/cglib/sources/cglib-2.2.1-v20090111-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/com.google.code.morphia/morphia/jars/morphia-0.99.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES>
<root url="jar:///Users/lukas/.gradle/cache/com.google.code.morphia/morphia/sources/morphia-0.99-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/org.mongodb/mongo-java-driver/jars/mongo-java-driver-2.6.1.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES>
<root url="jar:///Users/lukas/.gradle/cache/org.mongodb/mongo-java-driver/sources/mongo-java-driver-2.6.1-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
</component>
</module>
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output/>
<content url="file://$MODULE_DIR$/">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false"/>
<excludeFolder url="file://$MODULE_DIR$/.gradle"/>
<excludeFolder url="file://$MODULE_DIR$/build"/>
</content>
<orderEntry type="inheritedJdk"/>
<orderEntry type="sourceFolder" forTests="false"/>
<orderEntry type="library" name="groovy-1.8.0" level="application"/>
<orderEntry type="library" scope="PROVIDED" name="Tomcat 7" level="application_server_libraries"/>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/com.sun.jersey/jersey-server/bundles/jersey-server-1.7.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES>
<root url="jar:///Users/lukas/.gradle/cache/com.sun.jersey/jersey-server/sources/jersey-server-1.7-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/asm/asm/jars/asm-3.1.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES/>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/com.sun.jersey/jersey-core/bundles/jersey-core-1.7.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES>
<root url="jar:///Users/lukas/.gradle/cache/com.sun.jersey/jersey-core/sources/jersey-core-1.7-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/com.sun.jersey.contribs/jersey-multipart/jars/jersey-multipart-1.7.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES>
<root url="jar:///Users/lukas/.gradle/cache/com.sun.jersey.contribs/jersey-multipart/sources/jersey-multipart-1.7-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/org.jvnet/mimepull/jars/mimepull-1.4.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES/>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/com.google.inject/guice/jars/guice-3.0.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES>
<root url="jar:///Users/lukas/.gradle/cache/com.google.inject/guice/sources/guice-3.0-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/javax.inject/javax.inject/jars/javax.inject-1.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES>
<root url="jar:///Users/lukas/.gradle/cache/javax.inject/javax.inject/sources/javax.inject-1-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/aopalliance/aopalliance/jars/aopalliance-1.0.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES>
<root url="jar:///Users/lukas/.gradle/cache/aopalliance/aopalliance/sources/aopalliance-1.0-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/org.sonatype.sisu.inject/cglib/jars/cglib-2.2.1-v20090111.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES>
<root url="jar:///Users/lukas/.gradle/cache/org.sonatype.sisu.inject/cglib/sources/cglib-2.2.1-v20090111-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/com.google.code.morphia/morphia/jars/morphia-0.99.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES>
<root url="jar:///Users/lukas/.gradle/cache/com.google.code.morphia/morphia/sources/morphia-0.99-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/org.mongodb/mongo-java-driver/jars/mongo-java-driver-2.6.1.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES>
<root url="jar:///Users/lukas/.gradle/cache/org.mongodb/mongo-java-driver/sources/mongo-java-driver-2.6.1-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/org.sonatype.aether/aether-api/jars/aether-api-1.12.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES>
<root url="jar:///Users/lukas/.gradle/cache/org.sonatype.aether/aether-api/sources/aether-api-1.12-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/org.sonatype.aether/aether-spi/jars/aether-spi-1.12.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES>
<root url="jar:///Users/lukas/.gradle/cache/org.sonatype.aether/aether-spi/sources/aether-spi-1.12-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/org.sonatype.aether/aether-util/jars/aether-util-1.12.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES>
<root url="jar:///Users/lukas/.gradle/cache/org.sonatype.aether/aether-util/sources/aether-util-1.12-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/org.sonatype.aether/aether-impl/jars/aether-impl-1.12.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES>
<root url="jar:///Users/lukas/.gradle/cache/org.sonatype.aether/aether-impl/sources/aether-impl-1.12-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/org.sonatype.aether/aether-connector-file/jars/aether-connector-file-1.12.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES>
<root url="jar:///Users/lukas/.gradle/cache/org.sonatype.aether/aether-connector-file/sources/aether-connector-file-1.12-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/org.sonatype.aether/aether-connector-wagon/jars/aether-connector-wagon-1.12.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES>
<root url="jar:///Users/lukas/.gradle/cache/org.sonatype.aether/aether-connector-wagon/sources/aether-connector-wagon-1.12-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/org.apache.maven.wagon/wagon-provider-api/jars/wagon-provider-api-1.0-beta-7.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES>
<root url="jar:///Users/lukas/.gradle/cache/org.apache.maven.wagon/wagon-provider-api/sources/wagon-provider-api-1.0-beta-7-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/org.codehaus.plexus/plexus-utils/jars/plexus-utils-2.0.7.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES>
<root url="jar:///Users/lukas/.gradle/cache/org.codehaus.plexus/plexus-utils/sources/plexus-utils-2.0.7-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/org.codehaus.plexus/plexus-classworlds/jars/plexus-classworlds-2.4.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES>
<root url="jar:///Users/lukas/.gradle/cache/org.codehaus.plexus/plexus-classworlds/sources/plexus-classworlds-2.4-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/org.sonatype.sisu/sisu-inject-plexus/bundles/sisu-inject-plexus-2.2.2.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES>
<root url="jar:///Users/lukas/.gradle/cache/org.sonatype.sisu/sisu-inject-plexus/sources/sisu-inject-plexus-2.2.2-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/org.codehaus.plexus/plexus-component-annotations/jars/plexus-component-annotations-1.5.5.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES>
<root url="jar:///Users/lukas/.gradle/cache/org.codehaus.plexus/plexus-component-annotations/sources/plexus-component-annotations-1.5.5-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/org.sonatype.sisu/sisu-inject-bean/bundles/sisu-inject-bean-2.2.2.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES>
<root url="jar:///Users/lukas/.gradle/cache/org.sonatype.sisu/sisu-inject-bean/sources/sisu-inject-bean-2.2.2-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/org.sonatype.sisu/sisu-guice/jars/sisu-guice-3.0.2-no_aop.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES/>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/org.apache.maven/maven-aether-provider/jars/maven-aether-provider-3.0.2.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES>
<root url="jar:///Users/lukas/.gradle/cache/org.apache.maven/maven-aether-provider/sources/maven-aether-provider-3.0.2-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/org.apache.maven/maven-model/jars/maven-model-3.0.2.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES>
<root url="jar:///Users/lukas/.gradle/cache/org.apache.maven/maven-model/sources/maven-model-3.0.2-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/org.apache.maven/maven-model-builder/jars/maven-model-builder-3.0.2.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES>
<root url="jar:///Users/lukas/.gradle/cache/org.apache.maven/maven-model-builder/sources/maven-model-builder-3.0.2-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/org.codehaus.plexus/plexus-interpolation/jars/plexus-interpolation-1.14.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES>
<root url="jar:///Users/lukas/.gradle/cache/org.codehaus.plexus/plexus-interpolation/sources/plexus-interpolation-1.14-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/org.apache.maven/maven-repository-metadata/jars/maven-repository-metadata-3.0.2.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES>
<root url="jar:///Users/lukas/.gradle/cache/org.apache.maven/maven-repository-metadata/sources/maven-repository-metadata-3.0.2-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/org.apache.maven.wagon/wagon-http-lightweight/jars/wagon-http-lightweight-1.0-beta-7.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES>
<root url="jar:///Users/lukas/.gradle/cache/org.apache.maven.wagon/wagon-http-lightweight/sources/wagon-http-lightweight-1.0-beta-7-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/org.apache.maven.wagon/wagon-http-shared/jars/wagon-http-shared-1.0-beta-7.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES>
<root url="jar:///Users/lukas/.gradle/cache/org.apache.maven.wagon/wagon-http-shared/sources/wagon-http-shared-1.0-beta-7-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/nekohtml/xercesMinimal/jars/xercesMinimal-1.9.6.2.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES/>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/nekohtml/nekohtml/jars/nekohtml-1.9.6.2.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES>
<root url="jar:///Users/lukas/.gradle/cache/nekohtml/nekohtml/sources/nekohtml-1.9.6.2-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/commons-logging/commons-logging/jars/commons-logging-1.1.1.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES>
<root url="jar:///Users/lukas/.gradle/cache/commons-logging/commons-logging/sources/commons-logging-1.1.1-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/org.codehaus.plexus/plexus-container-default/jars/plexus-container-default-1.5.5.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES>
<root url="jar:///Users/lukas/.gradle/cache/org.codehaus.plexus/plexus-container-default/sources/plexus-container-default-1.5.5-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/org.apache.xbean/xbean-reflect/bundles/xbean-reflect-3.4.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES>
<root url="jar:///Users/lukas/.gradle/cache/org.apache.xbean/xbean-reflect/sources/xbean-reflect-3.4-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/log4j/log4j/jars/log4j-1.2.12.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES/>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/commons-logging/commons-logging-api/jars/commons-logging-api-1.1.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES/>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/com.google.collections/google-collections/jars/google-collections-1.0.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES>
<root url="jar:///Users/lukas/.gradle/cache/com.google.collections/google-collections/sources/google-collections-1.0-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/junit/junit/jars/junit-3.8.2.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES>
<root url="jar:///Users/lukas/.gradle/cache/junit/junit/sources/junit-3.8.2-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module" module-name="dorm-core" exported=""/>
</component>
</module>
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="web" name="Web">
<configuration>
<descriptors>
<deploymentDescriptor name="web.xml" url="file://$MODULE_DIR$/web/WEB-INF/web.xml"/>
</descriptors>
<webroots>
<root url="file://$MODULE_DIR$/web" relative="/"/>
</webroots>
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output/>
<content url="file://$MODULE_DIR$/">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false"/>
<excludeFolder url="file://$MODULE_DIR$/.gradle"/>
<excludeFolder url="file://$MODULE_DIR$/build"/>
</content>
<orderEntry type="inheritedJdk"/>
<orderEntry type="sourceFolder" forTests="false"/>
<orderEntry type="library" scope="PROVIDED" name="Tomcat 7" level="application_server_libraries"/>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/com.sun.jersey/jersey-server/bundles/jersey-server-1.7.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES>
<root url="jar:///Users/lukas/.gradle/cache/com.sun.jersey/jersey-server/sources/jersey-server-1.7-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/asm/asm/jars/asm-3.1.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES/>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/com.sun.jersey/jersey-core/bundles/jersey-core-1.7.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES>
<root url="jar:///Users/lukas/.gradle/cache/com.sun.jersey/jersey-core/sources/jersey-core-1.7-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/com.sun.jersey.contribs/jersey-multipart/jars/jersey-multipart-1.7.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES>
<root url="jar:///Users/lukas/.gradle/cache/com.sun.jersey.contribs/jersey-multipart/sources/jersey-multipart-1.7-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/org.jvnet/mimepull/jars/mimepull-1.4.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES/>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/com.google.inject/guice/jars/guice-3.0.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES>
<root url="jar:///Users/lukas/.gradle/cache/com.google.inject/guice/sources/guice-3.0-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/javax.inject/javax.inject/jars/javax.inject-1.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES>
<root url="jar:///Users/lukas/.gradle/cache/javax.inject/javax.inject/sources/javax.inject-1-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/aopalliance/aopalliance/jars/aopalliance-1.0.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES>
<root url="jar:///Users/lukas/.gradle/cache/aopalliance/aopalliance/sources/aopalliance-1.0-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/org.sonatype.sisu.inject/cglib/jars/cglib-2.2.1-v20090111.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES>
<root url="jar:///Users/lukas/.gradle/cache/org.sonatype.sisu.inject/cglib/sources/cglib-2.2.1-v20090111-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/com.google.code.morphia/morphia/jars/morphia-0.99.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES>
<root url="jar:///Users/lukas/.gradle/cache/com.google.code.morphia/morphia/sources/morphia-0.99-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/org.mongodb/mongo-java-driver/jars/mongo-java-driver-2.6.1.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES>
<root url="jar:///Users/lukas/.gradle/cache/org.mongodb/mongo-java-driver/sources/mongo-java-driver-2.6.1-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/com.sun.jersey.contribs/jersey-guice/jars/jersey-guice-1.7.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES>
<root url="jar:///Users/lukas/.gradle/cache/com.sun.jersey.contribs/jersey-guice/sources/jersey-guice-1.7-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/com.google.inject.extensions/guice-servlet/jars/guice-servlet-3.0.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES>
<root url="jar:///Users/lukas/.gradle/cache/com.google.inject.extensions/guice-servlet/sources/guice-servlet-3.0-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar:///Users/lukas/.gradle/cache/com.google.inject.extensions/guice-assistedinject/jars/guice-assistedinject-3.0.jar!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES>
<root url="jar:///Users/lukas/.gradle/cache/com.google.inject.extensions/guice-assistedinject/sources/guice-assistedinject-3.0-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module" module-name="dorm-core" exported=""/>
<orderEntry type="module" module-name="dorm-maven" exported=""/>
</component>
</module>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment