summaryrefslogtreecommitdiff
path: root/src/intellij/parser-combinators.iml.SAMPLE
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2013-12-03 18:39:21 -0800
committerAdriaan Moors <adriaan.moors@typesafe.com>2013-12-13 17:36:39 -0800
commit30b389a9b0dede4363a5e67b13debf280f536832 (patch)
treea37a7d6760dea476b8dcf257ad1fd43233ef6c5c /src/intellij/parser-combinators.iml.SAMPLE
parent858a5d513779f4af6f12c0a530bdeceb7a7fd4d9 (diff)
downloadscala-30b389a9b0dede4363a5e67b13debf280f536832.tar.gz
scala-30b389a9b0dede4363a5e67b13debf280f536832.tar.bz2
scala-30b389a9b0dede4363a5e67b13debf280f536832.zip
Modularize the swing library.
The Scala Swing library will still ship with 2.11 (albeit unsupported). It now resides at https://github.com/scala/scala-swing.
Diffstat (limited to 'src/intellij/parser-combinators.iml.SAMPLE')
-rw-r--r--src/intellij/parser-combinators.iml.SAMPLE22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/intellij/parser-combinators.iml.SAMPLE b/src/intellij/parser-combinators.iml.SAMPLE
deleted file mode 100644
index 1ef913dbe4..0000000000
--- a/src/intellij/parser-combinators.iml.SAMPLE
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module type="JAVA_MODULE" version="4">
- <component name="FacetManager">
- <facet type="scala" name="Scala">
- <configuration>
- <option name="compilerLibraryLevel" value="Project" />
- <option name="compilerLibraryName" value="compiler-locker" />
- <option name="maximumHeapSize" value="1536" />
- <option name="vmOptions" value="-Xms1536m -Xss1m -XX:MaxPermSize=512M -XX:ReservedCodeCacheSize=256m -XX:+CMSClassUnloadingEnabled -XX:+UseCompressedOops -XX:+UseParallelGC" />
- </configuration>
- </facet>
- </component>
- <component name="NewModuleRootManager" inherit-compiler-output="true">
- <exclude-output />
- <content url="file://$MODULE_DIR$/../parser-combinators">
- <sourceFolder url="file://$MODULE_DIR$/../parser-combinators" isTestSource="false" />
- </content>
- <orderEntry type="inheritedJdk" />
- <orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="module" module-name="library" />
- </component>
-</module>