forked from hornetq/hornetq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhornetq.iml
49 lines (48 loc) · 3 KB
/
hornetq.iml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0" encoding="UTF-8"?>
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" relativePaths="true" type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_6" inherit-compiler-output="false">
<output url="file://$MODULE_DIR$/target/classes" />
<output-test url="file://$MODULE_DIR$/target/test-classes" />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/build/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/native/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/hornetq-core/src/java" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/ObjectStore" />
<excludeFolder url="file://$MODULE_DIR$/build/api" />
<excludeFolder url="file://$MODULE_DIR$/build/classes" />
<excludeFolder url="file://$MODULE_DIR$/build/jars" />
<excludeFolder url="file://$MODULE_DIR$/build/messaging-2.0.0.BETA1" />
<excludeFolder url="file://$MODULE_DIR$/build/messaging-2.0.0.BETA1-SNAPSHOT" />
<excludeFolder url="file://$MODULE_DIR$/build/messaging-2.0.0.BETA3" />
<excludeFolder url="file://$MODULE_DIR$/build/messaging-2.0.0.alpha1" />
<excludeFolder url="file://$MODULE_DIR$/classes" />
<excludeFolder url="file://$MODULE_DIR$/data" />
<excludeFolder url="file://$MODULE_DIR$/docs/quickstart-guide/build" />
<excludeFolder url="file://$MODULE_DIR$/docs/user-manual/build" />
<excludeFolder url="file://$MODULE_DIR$/examples/jms/build" />
<excludeFolder url="file://$MODULE_DIR$/examples/jms/common/build" />
<excludeFolder url="file://$MODULE_DIR$/examples/jms/queue/build" />
<excludeFolder url="file://$MODULE_DIR$/journal-test" />
<excludeFolder url="file://$MODULE_DIR$/logs" />
<excludeFolder url="file://$MODULE_DIR$/output" />
<excludeFolder url="file://$MODULE_DIR$/output/classes" />
<excludeFolder url="file://$MODULE_DIR$/output/etc" />
<excludeFolder url="file://$MODULE_DIR$/output/jar" />
<excludeFolder url="file://$MODULE_DIR$/output/lib" />
<excludeFolder url="file://$MODULE_DIR$/output/scoped-sar" />
<excludeFolder url="file://$MODULE_DIR$/production" />
<excludeFolder url="file://$MODULE_DIR$/release" />
<excludeFolder url="file://$MODULE_DIR$/target" />
<excludeFolder url="file://$MODULE_DIR$/test" />
<excludeFolder url="file://$MODULE_DIR$/tests/ObjectStore" />
<excludeFolder url="file://$MODULE_DIR$/tests/build" />
<excludeFolder url="file://$MODULE_DIR$/tests/jms-tests/build" />
<excludeFolder url="file://$MODULE_DIR$/tests/lib/jdbc-drivers" />
<excludeFolder url="file://$MODULE_DIR$/tests/output" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="messaging_jars" level="project" />
<orderEntry type="library" name="ant 1.7.1" level="project" />
</component>
</module>