Mercurial > public > ssdtant
comparison Ssdtant.iml @ 0:1918a6aed50a
Initial ant tasks for SSDT develkit
author | smith@nwoca.org |
---|---|
date | Sat, 16 Apr 2011 16:06:16 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:1918a6aed50a |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 <module type="JAVA_MODULE" version="4"> | |
3 <component name="FacetManager"> | |
4 <facet type="IvyIDEA" name="IvyIDEA"> | |
5 <configuration ivyFile="$MODULE_DIR$/ivy.xml" useProjectSettings="true" ivySettingsFile="" onlyResolveSelectedConfigs="true" /> | |
6 </facet> | |
7 </component> | |
8 <component name="NewModuleRootManager" inherit-compiler-output="true"> | |
9 <exclude-output /> | |
10 <content url="file://$MODULE_DIR$"> | |
11 <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" /> | |
12 </content> | |
13 <orderEntry type="inheritedJdk" /> | |
14 <orderEntry type="sourceFolder" forTests="false" /> | |
15 <orderEntry type="module-library"> | |
16 <library name="IvyIDEA-resolved"> | |
17 <CLASSES> | |
18 <root url="jar://$USER_HOME$/.ivy2/cache/org.codehaus.groovy/groovy/jars/groovy-1.7.4.jar!/" /> | |
19 <root url="jar://$USER_HOME$/.ivy2/cache/antlr/antlr/jars/antlr-2.7.7.jar!/" /> | |
20 <root url="jar://$USER_HOME$/.ivy2/cache/asm/asm/jars/asm-3.2.jar!/" /> | |
21 <root url="jar://$USER_HOME$/.ivy2/cache/asm/asm-commons/jars/asm-commons-3.2.jar!/" /> | |
22 <root url="jar://$USER_HOME$/.ivy2/cache/asm/asm-util/jars/asm-util-3.2.jar!/" /> | |
23 <root url="jar://$USER_HOME$/.ivy2/cache/asm/asm-analysis/jars/asm-analysis-3.2.jar!/" /> | |
24 <root url="jar://$USER_HOME$/.ivy2/cache/asm/asm-tree/jars/asm-tree-3.2.jar!/" /> | |
25 <root url="jar://$USER_HOME$/.ivy2/cache/junit/junit/jars/junit-4.8.1.jar!/" /> | |
26 <root url="jar://$USER_HOME$/.ivy2/cache/commons-cli/commons-cli/jars/commons-cli-1.2.jar!/" /> | |
27 <root url="jar://$USER_HOME$/.ivy2/cache/org.apache.ant/ant/jars/ant-1.8.1.jar!/" /> | |
28 <root url="jar://$USER_HOME$/.ivy2/cache/org.apache.ant/ant-junit/jars/ant-junit-1.8.1.jar!/" /> | |
29 <root url="jar://$USER_HOME$/.ivy2/cache/org.apache.ant/ant-launcher/jars/ant-launcher-1.8.1.jar!/" /> | |
30 <root url="jar://$USER_HOME$/.ivy2/cache/org.apache.ant/ant-nodeps/jars/ant-nodeps-1.8.1.jar!/" /> | |
31 <root url="jar://$USER_HOME$/.ivy2/cache/org.apache.ant/ant-antlr/jars/ant-antlr-1.8.1.jar!/" /> | |
32 <root url="jar://$USER_HOME$/.ivy2/cache/bsf/bsf/jars/bsf-2.4.0.jar!/" /> | |
33 <root url="jar://$USER_HOME$/.ivy2/cache/commons-logging/commons-logging/jars/commons-logging-1.1.1.jar!/" /> | |
34 <root url="jar://$USER_HOME$/.ivy2/cache/org.livetribe/livetribe-jsr223/jars/livetribe-jsr223-2.0.6.jar!/" /> | |
35 <root url="jar://$USER_HOME$/.ivy2/cache/javax.servlet/servlet-api/jars/servlet-api-2.4.jar!/" /> | |
36 <root url="jar://$USER_HOME$/.ivy2/cache/javax.servlet/jsp-api/jars/jsp-api-2.0.jar!/" /> | |
37 <root url="jar://$USER_HOME$/.ivy2/cache/com.thoughtworks.xstream/xstream/jars/xstream-1.3.1.jar!/" /> | |
38 <root url="jar://$USER_HOME$/.ivy2/cache/jline/jline/jars/jline-0.9.94.jar!/" /> | |
39 <root url="jar://$USER_HOME$/.ivy2/cache/org.fusesource.jansi/jansi/jars/jansi-1.2.1.jar!/" /> | |
40 </CLASSES> | |
41 <JAVADOC> | |
42 <root url="jar://$USER_HOME$/.ivy2/cache/org.codehaus.groovy/groovy/javadocs/groovy-1.7.4-javadoc.jar!/" /> | |
43 </JAVADOC> | |
44 <SOURCES> | |
45 <root url="jar://$USER_HOME$/.ivy2/cache/org.codehaus.groovy/groovy/sources/groovy-1.7.4-sources.jar!/" /> | |
46 </SOURCES> | |
47 </library> | |
48 </orderEntry> | |
49 </component> | |
50 </module> | |
51 |