removed old cruft

This commit is contained in:
James Strachan
2012-03-06 11:06:40 +00:00
parent 8f5bf77745
commit d03d695979
2 changed files with 0 additions and 12 deletions
@@ -31,8 +31,6 @@ class KDocConfig() {
public var includeProtected: Boolean = true
{
// TODO replace with hashMap(...) helper function?
// add some common defaults
addPackageLink("http://docs.oracle.com/javase/6/docs/api/", "java", "org.w3c.dom", "org.xml.sax", "org.omg", "org.ietf.jgss")
addPackageLink("http://kentbeck.github.com/junit/javadoc/latest/", "org.junit", "junit")
-10
View File
@@ -1,10 +0,0 @@
<?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$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>