Skip to content

Commit

Permalink
Updates to intellij settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
scarytom committed Jul 20, 2010
1 parent 236fb6a commit 82fdf16
Show file tree
Hide file tree
Showing 7 changed files with 54 additions and 59 deletions.
26 changes: 0 additions & 26 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 0 additions & 13 deletions .idea/libraries/corelib.xml

This file was deleted.

11 changes: 0 additions & 11 deletions .idea/libraries/swingclientlib.xml

This file was deleted.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/projectCodeStyle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 19 additions & 5 deletions org.netmelody.docnap.core/Org.netmelody.docnap.core.iml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,31 @@
<sourceFolder url="file://$MODULE_DIR$/unittest" isTestSource="true" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="module-library" exported="" scope="RUNTIME">
<library name="lib">
<CLASSES>
<root url="file://$MODULE_DIR$/vendor/lib" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="file://$MODULE_DIR$/vendorsrc" />
</SOURCES>
<jarDirectory url="file://$MODULE_DIR$/vendor/lib" recursive="false" />
</library>
</orderEntry>
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module-library" scope="TEST">
<library>
<orderEntry type="module-library" exported="">
<library name="buildlib">
<CLASSES>
<root url="jar://$MODULE_DIR$/vendor/buildlib/junit-4.7.jar!/" />
<root url="file://$MODULE_DIR$/vendor/buildlib" />
</CLASSES>
<JAVADOC />
<SOURCES />
<SOURCES>
<root url="file://$MODULE_DIR$/vendorsrc" />
</SOURCES>
<jarDirectory url="file://$MODULE_DIR$/vendor/buildlib" recursive="false" />
</library>
</orderEntry>
<orderEntry type="library" name="corelib" level="project" />
</component>
</module>

Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,32 @@
<sourceFolder url="file://$MODULE_DIR$/acceptancetest" isTestSource="true" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="module" module-name="Org.netmelody.docnap.core" scope="RUNTIME" />
<orderEntry type="module-library" scope="RUNTIME">
<library name="lib">
<CLASSES>
<root url="file://$MODULE_DIR$/vendor/lib" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="file://$MODULE_DIR$/vendorsrc" />
</SOURCES>
<jarDirectory url="file://$MODULE_DIR$/vendor/lib" recursive="false" />
</library>
</orderEntry>
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="swingclientlib" level="project" />
<orderEntry type="library" name="corelib" level="project" />
<orderEntry type="module" module-name="Org.netmelody.docnap.core" />
<orderEntry type="module-library">
<library name="buildlib">
<CLASSES>
<root url="file://$MODULE_DIR$/vendor/buildlib" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="file://$MODULE_DIR$/vendorsrc" />
</SOURCES>
<jarDirectory url="file://$MODULE_DIR$/vendor/buildlib" recursive="false" />
</library>
</orderEntry>
</component>
</module>

0 comments on commit 82fdf16

Please sign in to comment.