[Japi-cvs] SF.net SVN: japi:[742] tools
Status: Beta
Brought to you by:
christianhujer
|
From: <chr...@us...> - 2008-12-27 02:40:43
|
Revision: 742
http://japi.svn.sourceforge.net/japi/?rev=742&view=rev
Author: christianhujer
Date: 2008-12-27 02:40:38 +0000 (Sat, 27 Dec 2008)
Log Message:
-----------
Improved IntelliJ IDEA project settings / configuration.
That includes preparations for exporting the project to Eclipse.
Modified Paths:
--------------
japi.ipr
libs/argparser/trunk/libs-argparser.iml
libs/midi/trunk/midi.iml
libs/net/trunk/libs-net.iml
libs/registry/trunk/libs-registry.iml
libs/swing-app/trunk/libs-swing-app.iml
libs/swing-bookmarks/trunk/libs-swing-bookmarks.iml
libs/swing-extlib/trunk/libs-swing-extlib.iml
libs/swing-font/trunk/libs-swing-font.iml
libs/swing-keyprefs/trunk/libs-swing-keyprefs.iml
libs/swing-list/trunk/libs-swing-list.iml
libs/swing-misc/trunk/libs-swing-misc.iml
libs/swing-prefs/trunk/libs-swing-prefs.iml
libs/swing-proxyprefs/trunk/libs-swing-proxyprefs.iml
libs/swing-recent/trunk/libs-swing-recent.iml
libs/swing-tod/trunk/libs-swing-tod.iml
libs/swing-treetable/trunk/libs-swing-treetable.iml
libs/taglets/trunk/libs-taglets.iml
libs/util/trunk/libs-util.iml
progs/batcher/trunk/Batcher.iml
progs/cardlearn/trunk/cardlearn.iml
progs/jeduca/trunk/JEduca.iml
progs/jhexedit/trunk/jhexedit.iml
progs/jhexview/trunk/jhexview.iml
progs/jirus/trunk/jirus.iml
progs/jtype/trunk/jtype.iml
progs/midilearn/trunk/midilearn.iml
progs/textedit/trunk/textedit.iml
tools/archStat/trunk/archStat.iml
tools/cstyle/trunk/cstyle.iml
tools/dircount/trunk/dircount.iml
tools/findLongestPath/trunk/findLongestPath.iml
tools/gdbControl/trunk/gdbControl.iml
tools/jgrep/trunk/jgrep.iml
tools/mail/trunk/mail.iml
tools/midiDeviceLister/trunk/midiDeviceLister.iml
tools/midiMonitor/trunk/midiMonitor.iml
tools/replacer/trunk/replacer.iml
tools/scriptEngineLister/trunk/scriptEngineLister.iml
tools/scriptInterpreter/trunk/scriptInterpreter.iml
tools/string2bytes/trunk/string2bytes.iml
tools/todoScanner/trunk/todoScanner.iml
Added Paths:
-----------
progs/batcher/trunk/src/doc/
progs/batcher/trunk/src/prj/
progs/batcher/trunk/src/prj/net/
progs/batcher/trunk/src/tst/
Removed Paths:
-------------
libs/taglets/trunk/taglets.iml
progs/batcher/trunk/src/net/
Modified: japi.ipr
===================================================================
--- japi.ipr 2008-12-27 01:15:43 UTC (rev 741)
+++ japi.ipr 2008-12-27 02:40:38 UTC (rev 742)
@@ -63,6 +63,24 @@
<option name="HTML_ELEMENTS_TO_INSERT_NEW_LINE_BEFORE" value="" />
<option name="HTML_DO_NOT_INDENT_CHILDREN_OF" value="" />
<option name="ENUM_CONSTANTS_WRAP" value="2" />
+ <ADDITIONAL_INDENT_OPTIONS fileType="groovy">
+ <option name="INDENT_SIZE" value="2" />
+ <option name="CONTINUATION_INDENT_SIZE" value="8" />
+ <option name="TAB_SIZE" value="4" />
+ <option name="USE_TAB_CHARACTER" value="false" />
+ <option name="SMART_TABS" value="false" />
+ <option name="LABEL_INDENT_SIZE" value="0" />
+ <option name="LABEL_INDENT_ABSOLUTE" value="false" />
+ </ADDITIONAL_INDENT_OPTIONS>
+ <ADDITIONAL_INDENT_OPTIONS fileType="gsp">
+ <option name="INDENT_SIZE" value="2" />
+ <option name="CONTINUATION_INDENT_SIZE" value="8" />
+ <option name="TAB_SIZE" value="4" />
+ <option name="USE_TAB_CHARACTER" value="false" />
+ <option name="SMART_TABS" value="false" />
+ <option name="LABEL_INDENT_SIZE" value="0" />
+ <option name="LABEL_INDENT_ABSOLUTE" value="false" />
+ </ADDITIONAL_INDENT_OPTIONS>
<ADDITIONAL_INDENT_OPTIONS fileType="java">
<option name="INDENT_SIZE" value="4" />
<option name="CONTINUATION_INDENT_SIZE" value="8" />
Modified: libs/argparser/trunk/libs-argparser.iml
===================================================================
--- libs/argparser/trunk/libs-argparser.iml 2008-12-27 01:15:43 UTC (rev 741)
+++ libs/argparser/trunk/libs-argparser.iml 2008-12-27 02:40:38 UTC (rev 742)
@@ -12,7 +12,7 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root url="jar://$MODULE_DIR$/common/lib/junit.jar!/" />
+ <root url="jar://$MODULE_DIR$/common/lib/annotations.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
@@ -21,7 +21,7 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root url="jar://$MODULE_DIR$/common/lib/annotations.jar!/" />
+ <root url="jar://$MODULE_DIR$/common/lib/junit.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
Modified: libs/midi/trunk/midi.iml
===================================================================
--- libs/midi/trunk/midi.iml 2008-12-27 01:15:43 UTC (rev 741)
+++ libs/midi/trunk/midi.iml 2008-12-27 02:40:38 UTC (rev 742)
@@ -9,8 +9,24 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="library" name="annotations" level="project" />
- <orderEntry type="library" name="junit" level="project" />
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/common/lib/annotations.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/common/lib/junit.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
<orderEntry type="module" module-name="libs-swing-action" />
</component>
</module>
Modified: libs/net/trunk/libs-net.iml
===================================================================
--- libs/net/trunk/libs-net.iml 2008-12-27 01:15:43 UTC (rev 741)
+++ libs/net/trunk/libs-net.iml 2008-12-27 02:40:38 UTC (rev 742)
@@ -9,11 +9,10 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="module" module-name="libs-io" />
<orderEntry type="module-library">
<library>
<CLASSES>
- <root url="jar://$MODULE_DIR$/common/lib/junit.jar!/" />
+ <root url="jar://$MODULE_DIR$/common/lib/annotations.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
@@ -22,12 +21,13 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root url="jar://$MODULE_DIR$/common/lib/annotations.jar!/" />
+ <root url="jar://$MODULE_DIR$/common/lib/junit.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
+ <orderEntry type="module" module-name="libs-io" />
</component>
<component name="copyright">
<Base>
Modified: libs/registry/trunk/libs-registry.iml
===================================================================
--- libs/registry/trunk/libs-registry.iml 2008-12-27 01:15:43 UTC (rev 741)
+++ libs/registry/trunk/libs-registry.iml 2008-12-27 02:40:38 UTC (rev 742)
@@ -12,7 +12,7 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root url="jar://$MODULE_DIR$/common/lib/junit.jar!/" />
+ <root url="jar://$MODULE_DIR$/common/lib/annotations.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
@@ -21,7 +21,7 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root url="jar://$MODULE_DIR$/common/lib/annotations.jar!/" />
+ <root url="jar://$MODULE_DIR$/common/lib/junit.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
Modified: libs/swing-app/trunk/libs-swing-app.iml
===================================================================
--- libs/swing-app/trunk/libs-swing-app.iml 2008-12-27 01:15:43 UTC (rev 741)
+++ libs/swing-app/trunk/libs-swing-app.iml 2008-12-27 02:40:38 UTC (rev 742)
@@ -12,7 +12,7 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root url="jar://$MODULE_DIR$/common/lib/junit.jar!/" />
+ <root url="jar://$MODULE_DIR$/common/lib/annotations.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
@@ -21,7 +21,7 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root url="jar://$MODULE_DIR$/common/lib/annotations.jar!/" />
+ <root url="jar://$MODULE_DIR$/common/lib/junit.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
Modified: libs/swing-bookmarks/trunk/libs-swing-bookmarks.iml
===================================================================
--- libs/swing-bookmarks/trunk/libs-swing-bookmarks.iml 2008-12-27 01:15:43 UTC (rev 741)
+++ libs/swing-bookmarks/trunk/libs-swing-bookmarks.iml 2008-12-27 02:40:38 UTC (rev 742)
@@ -9,13 +9,10 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="module" module-name="libs-swing-action" />
- <orderEntry type="module" module-name="libs-util" />
- <orderEntry type="module" module-name="libs-swing-app" />
<orderEntry type="module-library">
<library>
<CLASSES>
- <root url="jar://$MODULE_DIR$/common/lib/junit.jar!/" />
+ <root url="jar://$MODULE_DIR$/common/lib/annotations.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
@@ -24,12 +21,15 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root url="jar://$MODULE_DIR$/common/lib/annotations.jar!/" />
+ <root url="jar://$MODULE_DIR$/common/lib/junit.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
+ <orderEntry type="module" module-name="libs-swing-action" />
+ <orderEntry type="module" module-name="libs-util" />
+ <orderEntry type="module" module-name="libs-swing-app" />
</component>
<component name="copyright">
<Base>
Modified: libs/swing-extlib/trunk/libs-swing-extlib.iml
===================================================================
--- libs/swing-extlib/trunk/libs-swing-extlib.iml 2008-12-27 01:15:43 UTC (rev 741)
+++ libs/swing-extlib/trunk/libs-swing-extlib.iml 2008-12-27 02:40:38 UTC (rev 742)
@@ -12,7 +12,7 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root url="jar://$MODULE_DIR$/common/lib/junit.jar!/" />
+ <root url="jar://$MODULE_DIR$/common/lib/annotations.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
@@ -21,7 +21,7 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root url="jar://$MODULE_DIR$/common/lib/annotations.jar!/" />
+ <root url="jar://$MODULE_DIR$/common/lib/junit.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
Modified: libs/swing-font/trunk/libs-swing-font.iml
===================================================================
--- libs/swing-font/trunk/libs-swing-font.iml 2008-12-27 01:15:43 UTC (rev 741)
+++ libs/swing-font/trunk/libs-swing-font.iml 2008-12-27 02:40:38 UTC (rev 742)
@@ -9,11 +9,10 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="module" module-name="libs-swing-action" />
<orderEntry type="module-library">
<library>
<CLASSES>
- <root url="jar://$MODULE_DIR$/common/lib/junit.jar!/" />
+ <root url="jar://$MODULE_DIR$/common/lib/annotations.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
@@ -22,12 +21,13 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root url="jar://$MODULE_DIR$/common/lib/annotations.jar!/" />
+ <root url="jar://$MODULE_DIR$/common/lib/junit.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
+ <orderEntry type="module" module-name="libs-swing-action" />
</component>
<component name="copyright">
<Base>
Modified: libs/swing-keyprefs/trunk/libs-swing-keyprefs.iml
===================================================================
--- libs/swing-keyprefs/trunk/libs-swing-keyprefs.iml 2008-12-27 01:15:43 UTC (rev 741)
+++ libs/swing-keyprefs/trunk/libs-swing-keyprefs.iml 2008-12-27 02:40:38 UTC (rev 742)
@@ -9,13 +9,10 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="module" module-name="libs-swing-action" />
- <orderEntry type="module" module-name="libs-swing-prefs" />
- <orderEntry type="module" module-name="libs-swing-treetable" />
<orderEntry type="module-library">
<library>
<CLASSES>
- <root url="jar://$MODULE_DIR$/common/lib/junit.jar!/" />
+ <root url="jar://$MODULE_DIR$/common/lib/annotations.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
@@ -24,12 +21,15 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root url="jar://$MODULE_DIR$/common/lib/annotations.jar!/" />
+ <root url="jar://$MODULE_DIR$/common/lib/junit.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
+ <orderEntry type="module" module-name="libs-swing-action" />
+ <orderEntry type="module" module-name="libs-swing-prefs" />
+ <orderEntry type="module" module-name="libs-swing-treetable" />
</component>
<component name="copyright">
<Base>
Modified: libs/swing-list/trunk/libs-swing-list.iml
===================================================================
--- libs/swing-list/trunk/libs-swing-list.iml 2008-12-27 01:15:43 UTC (rev 741)
+++ libs/swing-list/trunk/libs-swing-list.iml 2008-12-27 02:40:38 UTC (rev 742)
@@ -9,7 +9,6 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="module" module-name="libs-swing-action" />
<orderEntry type="module-library">
<library>
<CLASSES>
@@ -28,6 +27,7 @@
<SOURCES />
</library>
</orderEntry>
+ <orderEntry type="module" module-name="libs-swing-action" />
</component>
<component name="copyright">
<Base>
Modified: libs/swing-misc/trunk/libs-swing-misc.iml
===================================================================
--- libs/swing-misc/trunk/libs-swing-misc.iml 2008-12-27 01:15:43 UTC (rev 741)
+++ libs/swing-misc/trunk/libs-swing-misc.iml 2008-12-27 02:40:38 UTC (rev 742)
@@ -9,7 +9,6 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="module" module-name="libs-swing-action" />
<orderEntry type="module-library">
<library>
<CLASSES>
@@ -28,6 +27,7 @@
<SOURCES />
</library>
</orderEntry>
+ <orderEntry type="module" module-name="libs-swing-action" />
</component>
<component name="copyright">
<Base>
Modified: libs/swing-prefs/trunk/libs-swing-prefs.iml
===================================================================
--- libs/swing-prefs/trunk/libs-swing-prefs.iml 2008-12-27 01:15:43 UTC (rev 741)
+++ libs/swing-prefs/trunk/libs-swing-prefs.iml 2008-12-27 02:40:38 UTC (rev 742)
@@ -9,8 +9,6 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="module" module-name="libs-swing-action" />
- <orderEntry type="module" module-name="libs-swing-extlib" />
<orderEntry type="module-library">
<library>
<CLASSES>
@@ -29,6 +27,8 @@
<SOURCES />
</library>
</orderEntry>
+ <orderEntry type="module" module-name="libs-swing-action" />
+ <orderEntry type="module" module-name="libs-swing-extlib" />
</component>
<component name="copyright">
<Base>
Modified: libs/swing-proxyprefs/trunk/libs-swing-proxyprefs.iml
===================================================================
--- libs/swing-proxyprefs/trunk/libs-swing-proxyprefs.iml 2008-12-27 01:15:43 UTC (rev 741)
+++ libs/swing-proxyprefs/trunk/libs-swing-proxyprefs.iml 2008-12-27 02:40:38 UTC (rev 742)
@@ -9,12 +9,10 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="module" module-name="libs-swing-action" />
- <orderEntry type="module" module-name="libs-swing-prefs" />
<orderEntry type="module-library">
<library>
<CLASSES>
- <root url="jar://$MODULE_DIR$/common/lib/junit.jar!/" />
+ <root url="jar://$MODULE_DIR$/common/lib/annotations.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
@@ -23,12 +21,14 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root url="jar://$MODULE_DIR$/common/lib/annotations.jar!/" />
+ <root url="jar://$MODULE_DIR$/common/lib/junit.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
+ <orderEntry type="module" module-name="libs-swing-action" />
+ <orderEntry type="module" module-name="libs-swing-prefs" />
</component>
<component name="copyright">
<Base>
Modified: libs/swing-recent/trunk/libs-swing-recent.iml
===================================================================
--- libs/swing-recent/trunk/libs-swing-recent.iml 2008-12-27 01:15:43 UTC (rev 741)
+++ libs/swing-recent/trunk/libs-swing-recent.iml 2008-12-27 02:40:38 UTC (rev 742)
@@ -12,7 +12,7 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root url="jar://$MODULE_DIR$/common/lib/junit.jar!/" />
+ <root url="jar://$MODULE_DIR$/common/lib/annotations.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
@@ -21,7 +21,7 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root url="jar://$MODULE_DIR$/common/lib/annotations.jar!/" />
+ <root url="jar://$MODULE_DIR$/common/lib/junit.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
Modified: libs/swing-tod/trunk/libs-swing-tod.iml
===================================================================
--- libs/swing-tod/trunk/libs-swing-tod.iml 2008-12-27 01:15:43 UTC (rev 741)
+++ libs/swing-tod/trunk/libs-swing-tod.iml 2008-12-27 02:40:38 UTC (rev 742)
@@ -9,11 +9,10 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="module" module-name="libs-swing-action" />
<orderEntry type="module-library">
<library>
<CLASSES>
- <root url="jar://$MODULE_DIR$/common/lib/junit.jar!/" />
+ <root url="jar://$MODULE_DIR$/common/lib/annotations.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
@@ -22,12 +21,13 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root url="jar://$MODULE_DIR$/common/lib/annotations.jar!/" />
+ <root url="jar://$MODULE_DIR$/common/lib/junit.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
+ <orderEntry type="module" module-name="libs-swing-action" />
</component>
<component name="copyright">
<Base>
Modified: libs/swing-treetable/trunk/libs-swing-treetable.iml
===================================================================
--- libs/swing-treetable/trunk/libs-swing-treetable.iml 2008-12-27 01:15:43 UTC (rev 741)
+++ libs/swing-treetable/trunk/libs-swing-treetable.iml 2008-12-27 02:40:38 UTC (rev 742)
@@ -12,7 +12,7 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root url="jar://$MODULE_DIR$/common/lib/junit.jar!/" />
+ <root url="jar://$MODULE_DIR$/common/lib/annotations.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
@@ -21,7 +21,7 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root url="jar://$MODULE_DIR$/common/lib/annotations.jar!/" />
+ <root url="jar://$MODULE_DIR$/common/lib/junit.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
Modified: libs/taglets/trunk/libs-taglets.iml
===================================================================
--- libs/taglets/trunk/libs-taglets.iml 2008-12-27 01:15:43 UTC (rev 741)
+++ libs/taglets/trunk/libs-taglets.iml 2008-12-27 02:40:38 UTC (rev 742)
@@ -27,7 +27,6 @@
<SOURCES />
</library>
</orderEntry>
- <orderEntry type="library" name="tools" level="application" />
</component>
<component name="copyright">
<Base>
Deleted: libs/taglets/trunk/taglets.iml
===================================================================
--- libs/taglets/trunk/taglets.iml 2008-12-27 01:15:43 UTC (rev 741)
+++ libs/taglets/trunk/taglets.iml 2008-12-27 02:40:38 UTC (rev 742)
@@ -1,196 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module version="4" relativePaths="true" type="JAVA_MODULE">
- <component name="ModuleRootManager" />
- <component name="NewModuleRootManager" inherit-compiler-output="true">
- <exclude-output />
- <content url="file://$MODULE_DIR$">
- <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
- </content>
- <orderEntry type="inheritedJdk" />
- <orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MODULE_DIR$/../../../../../../Documents/Downloads/jdk1.6.0/lib/tools.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntryProperties />
- </component>
- <component name="copyright">
- <Base>
- <setting name="state" value="2" />
- </Base>
- <LanguageOptions name="$TEMPLATE$">
- <option name="templateOptions">
- <value>
- <option name="block" value="true" />
- <option name="separateBefore" value="false" />
- <option name="separateAfter" value="false" />
- <option name="prefixLines" value="true" />
- <option name="lenBefore" value="80" />
- <option name="lenAfter" value="80" />
- <option name="box" value="false" />
- <option name="filler" value=" " />
- </value>
- </option>
- <option name="notice" value="Copyright (c) &#36;today.year, Your Corporation. All Rights Reserved." />
- <option name="keyword" value="Copyright" />
- <option name="fileTypeOverride" value="4" />
- <option name="relativeBefore" value="true" />
- <option name="addBlankAfter" value="true" />
- <option name="fileLocation" value="1" />
- <option name="useAlternate" value="false" />
- </LanguageOptions>
- <LanguageOptions name="CSS">
- <option name="templateOptions">
- <value>
- <option name="block" value="true" />
- <option name="separateBefore" value="false" />
- <option name="separateAfter" value="false" />
- <option name="prefixLines" value="true" />
- <option name="lenBefore" value="80" />
- <option name="lenAfter" value="80" />
- <option name="box" value="false" />
- <option name="filler" value=" " />
- </value>
- </option>
- <option name="notice" value="Copyright (c) &#36;today.year, Your Corporation. All Rights Reserved." />
- <option name="keyword" value="Copyright" />
- <option name="fileTypeOverride" value="2" />
- <option name="relativeBefore" value="true" />
- <option name="addBlankAfter" value="true" />
- <option name="fileLocation" value="1" />
- <option name="useAlternate" value="false" />
- </LanguageOptions>
- <LanguageOptions name="HTML">
- <option name="templateOptions">
- <value>
- <option name="block" value="true" />
- <option name="separateBefore" value="false" />
- <option name="separateAfter" value="false" />
- <option name="prefixLines" value="true" />
- <option name="lenBefore" value="80" />
- <option name="lenAfter" value="80" />
- <option name="box" value="false" />
- <option name="filler" value=" " />
- </value>
- </option>
- <option name="notice" value="Copyright (c) &#36;today.year, Your Corporation. All Rights Reserved." />
- <option name="keyword" value="Copyright" />
- <option name="fileTypeOverride" value="2" />
- <option name="relativeBefore" value="true" />
- <option name="addBlankAfter" value="true" />
- <option name="fileLocation" value="1" />
- <option name="useAlternate" value="false" />
- </LanguageOptions>
- <LanguageOptions name="JAVA">
- <option name="templateOptions">
- <value>
- <option name="block" value="true" />
- <option name="separateBefore" value="false" />
- <option name="separateAfter" value="false" />
- <option name="prefixLines" value="true" />
- <option name="lenBefore" value="80" />
- <option name="lenAfter" value="80" />
- <option name="box" value="false" />
- <option name="filler" value=" " />
- </value>
- </option>
- <option name="notice" value="Copyright (c) &#36;today.year, Your Corporation. All Rights Reserved." />
- <option name="keyword" value="Copyright" />
- <option name="fileTypeOverride" value="2" />
- <option name="relativeBefore" value="true" />
- <option name="addBlankAfter" value="true" />
- <option name="fileLocation" value="1" />
- <option name="useAlternate" value="false" />
- </LanguageOptions>
- <LanguageOptions name="JSP">
- <option name="templateOptions">
- <value>
- <option name="block" value="true" />
- <option name="separateBefore" value="false" />
- <option name="separateAfter" value="false" />
- <option name="prefixLines" value="true" />
- <option name="lenBefore" value="80" />
- <option name="lenAfter" value="80" />
- <option name="box" value="false" />
- <option name="filler" value=" " />
- </value>
- </option>
- <option name="notice" value="Copyright (c) &#36;today.year, Your Corporation. All Rights Reserved." />
- <option name="keyword" value="Copyright" />
- <option name="fileTypeOverride" value="2" />
- <option name="relativeBefore" value="true" />
- <option name="addBlankAfter" value="true" />
- <option name="fileLocation" value="1" />
- <option name="useAlternate" value="false" />
- </LanguageOptions>
- <LanguageOptions name="JavaScript">
- <option name="templateOptions">
- <value>
- <option name="block" value="true" />
- <option name="separateBefore" value="false" />
- <option name="separateAfter" value="false" />
- <option name="prefixLines" value="true" />
- <option name="lenBefore" value="80" />
- <option name="lenAfter" value="80" />
- <option name="box" value="false" />
- <option name="filler" value=" " />
- </value>
- </option>
- <option name="notice" value="Copyright (c) &#36;today.year, Your Corporation. All Rights Reserved." />
- <option name="keyword" value="Copyright" />
- <option name="fileTypeOverride" value="2" />
- <option name="relativeBefore" value="true" />
- <option name="addBlankAfter" value="true" />
- <option name="fileLocation" value="1" />
- <option name="useAlternate" value="false" />
- </LanguageOptions>
- <LanguageOptions name="Properties">
- <option name="templateOptions">
- <value>
- <option name="block" value="true" />
- <option name="separateBefore" value="false" />
- <option name="separateAfter" value="false" />
- <option name="prefixLines" value="true" />
- <option name="lenBefore" value="80" />
- <option name="lenAfter" value="80" />
- <option name="box" value="false" />
- <option name="filler" value=" " />
- </value>
- </option>
- <option name="notice" value="Copyright (c) &#36;today.year, Your Corporation. All Rights Reserved." />
- <option name="keyword" value="Copyright" />
- <option name="fileTypeOverride" value="2" />
- <option name="relativeBefore" value="true" />
- <option name="addBlankAfter" value="true" />
- <option name="fileLocation" value="1" />
- <option name="useAlternate" value="false" />
- </LanguageOptions>
- <LanguageOptions name="XML">
- <option name="templateOptions">
- <value>
- <option name="block" value="true" />
- <option name="separateBefore" value="false" />
- <option name="separateAfter" value="false" />
- <option name="prefixLines" value="true" />
- <option name="lenBefore" value="80" />
- <option name="lenAfter" value="80" />
- <option name="box" value="false" />
- <option name="filler" value=" " />
- </value>
- </option>
- <option name="notice" value="Copyright (c) &#36;today.year, Your Corporation. All Rights Reserved." />
- <option name="keyword" value="Copyright" />
- <option name="fileTypeOverride" value="2" />
- <option name="relativeBefore" value="true" />
- <option name="addBlankAfter" value="true" />
- <option name="fileLocation" value="1" />
- <option name="useAlternate" value="false" />
- </LanguageOptions>
- </component>
-</module>
-
Modified: libs/util/trunk/libs-util.iml
===================================================================
--- libs/util/trunk/libs-util.iml 2008-12-27 01:15:43 UTC (rev 741)
+++ libs/util/trunk/libs-util.iml 2008-12-27 02:40:38 UTC (rev 742)
@@ -12,7 +12,7 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root url="jar://$MODULE_DIR$/common/lib/junit.jar!/" />
+ <root url="jar://$MODULE_DIR$/common/lib/annotations.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
@@ -21,7 +21,7 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root url="jar://$MODULE_DIR$/common/lib/annotations.jar!/" />
+ <root url="jar://$MODULE_DIR$/common/lib/junit.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
Modified: progs/batcher/trunk/Batcher.iml
===================================================================
--- progs/batcher/trunk/Batcher.iml 2008-12-27 01:15:43 UTC (rev 741)
+++ progs/batcher/trunk/Batcher.iml 2008-12-27 02:40:38 UTC (rev 742)
@@ -3,13 +3,39 @@
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
- <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
+ <sourceFolder url="file://$MODULE_DIR$/src/doc" isTestSource="false" />
+ <sourceFolder url="file://$MODULE_DIR$/src/prj" isTestSource="false" />
+ <sourceFolder url="file://$MODULE_DIR$/src/tst" isTestSource="true" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="library" name="annotations" level="project" />
- <orderEntry type="library" name="jlfgr-1_0" level="project" />
- <orderEntry type="library" name="junit" level="project" />
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/common/lib/annotations.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/common/lib/jlfgr-1_0.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/common/lib/junit.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
<orderEntry type="module" module-name="libs-swing-about" />
<orderEntry type="module" module-name="libs-swing-action" />
</component>
Property changes on: progs/batcher/trunk/src/prj/net
___________________________________________________________________
Added: svn:mergeinfo
+
Modified: progs/cardlearn/trunk/cardlearn.iml
===================================================================
--- progs/cardlearn/trunk/cardlearn.iml 2008-12-27 01:15:43 UTC (rev 741)
+++ progs/cardlearn/trunk/cardlearn.iml 2008-12-27 02:40:38 UTC (rev 742)
@@ -9,8 +9,24 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="library" name="annotations" level="project" />
- <orderEntry type="library" name="junit" level="project" />
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/common/lib/annotations.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/common/lib/junit.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
</component>
</module>
Modified: progs/jeduca/trunk/JEduca.iml
===================================================================
--- progs/jeduca/trunk/JEduca.iml 2008-12-27 01:15:43 UTC (rev 741)
+++ progs/jeduca/trunk/JEduca.iml 2008-12-27 02:40:38 UTC (rev 742)
@@ -9,17 +9,41 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/common/lib/annotations.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/common/lib/jlfgr-1_0.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/common/lib/junit.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
+ <orderEntry type="module" module-name="libs-swing-about" />
<orderEntry type="module" module-name="libs-swing-action" />
+ <orderEntry type="module" module-name="libs-swing-app" />
+ <orderEntry type="module" module-name="libs-swing-bookmarks" />
<orderEntry type="module" module-name="libs-swing-extlib" />
- <orderEntry type="module" module-name="libs-swing-bookmarks" />
- <orderEntry type="module" module-name="libs-swing-app" />
- <orderEntry type="module" module-name="libs-xml" />
- <orderEntry type="library" name="annotations" level="project" />
- <orderEntry type="library" name="jlfgr-1_0" level="project" />
- <orderEntry type="library" name="junit" level="project" />
- <orderEntry type="module" module-name="libs-swing-about" />
<orderEntry type="module" module-name="libs-swing-prefs" />
<orderEntry type="module" module-name="libs-swing-recent" />
+ <orderEntry type="module" module-name="libs-xml" />
</component>
<component name="copyright">
<Base>
Modified: progs/jhexedit/trunk/jhexedit.iml
===================================================================
--- progs/jhexedit/trunk/jhexedit.iml 2008-12-27 01:15:43 UTC (rev 741)
+++ progs/jhexedit/trunk/jhexedit.iml 2008-12-27 02:40:38 UTC (rev 742)
@@ -9,9 +9,25 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/common/lib/annotations.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/common/lib/junit.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
<orderEntry type="module" module-name="libs-argparser" />
- <orderEntry type="library" name="annotations" level="project" />
- <orderEntry type="library" name="junit" level="project" />
<orderEntry type="module" module-name="libs-swing-app" />
</component>
</module>
Modified: progs/jhexview/trunk/jhexview.iml
===================================================================
--- progs/jhexview/trunk/jhexview.iml 2008-12-27 01:15:43 UTC (rev 741)
+++ progs/jhexview/trunk/jhexview.iml 2008-12-27 02:40:38 UTC (rev 742)
@@ -9,8 +9,24 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="library" name="annotations" level="project" />
- <orderEntry type="library" name="junit" level="project" />
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/common/lib/annotations.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/common/lib/junit.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
<orderEntry type="module" module-name="libs-argparser" />
<orderEntry type="module" module-name="libs-swing-app" />
</component>
Modified: progs/jirus/trunk/jirus.iml
===================================================================
--- progs/jirus/trunk/jirus.iml 2008-12-27 01:15:43 UTC (rev 741)
+++ progs/jirus/trunk/jirus.iml 2008-12-27 02:40:38 UTC (rev 742)
@@ -9,10 +9,34 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/common/lib/annotations.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/common/lib/jlfgr-1_0.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/common/lib/junit.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
<orderEntry type="module" module-name="libs-argparser" />
- <orderEntry type="library" name="annotations" level="project" />
- <orderEntry type="library" name="junit" level="project" />
- <orderEntry type="library" name="jlfgr-1_0" level="project" />
<orderEntry type="module" module-name="midi" />
</component>
</module>
Modified: progs/jtype/trunk/jtype.iml
===================================================================
--- progs/jtype/trunk/jtype.iml 2008-12-27 01:15:43 UTC (rev 741)
+++ progs/jtype/trunk/jtype.iml 2008-12-27 02:40:38 UTC (rev 742)
@@ -9,8 +9,24 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="library" name="annotations" level="project" />
- <orderEntry type="library" name="junit" level="project" />
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/common/lib/annotations.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/common/lib/junit.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
<orderEntry type="module" module-name="libs-swing-action" />
</component>
</module>
Modified: progs/midilearn/trunk/midilearn.iml
===================================================================
--- progs/midilearn/trunk/midilearn.iml 2008-12-27 01:15:43 UTC (rev 741)
+++ progs/midilearn/trunk/midilearn.iml 2008-12-27 02:40:38 UTC (rev 742)
@@ -9,8 +9,24 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="library" name="annotations" level="project" />
- <orderEntry type="library" name="junit" level="project" />
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/common/lib/annotations.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/common/lib/junit.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
</component>
</module>
Modified: progs/textedit/trunk/textedit.iml
===================================================================
--- progs/textedit/trunk/textedit.iml 2008-12-27 01:15:43 UTC (rev 741)
+++ progs/textedit/trunk/textedit.iml 2008-12-27 02:40:38 UTC (rev 742)
@@ -9,8 +9,24 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="library" name="annotations" level="project" />
- <orderEntry type="library" name="junit" level="project" />
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/common/lib/annotations.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/common/lib/junit.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
<orderEntry type="module" module-name="libs-argparser" />
<orderEntry type="module" module-name="libs-swing-app" />
</component>
Modified: tools/archStat/trunk/archStat.iml
===================================================================
--- tools/archStat/trunk/archStat.iml 2008-12-27 01:15:43 UTC (rev 741)
+++ tools/archStat/trunk/archStat.iml 2008-12-27 02:40:38 UTC (rev 742)
@@ -9,8 +9,24 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="library" name="annotations" level="project" />
- <orderEntry type="library" name="junit" level="project" />
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/common/lib/annotations.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/common/lib/junit.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
<orderEntry type="module" module-name="libs-argparser" />
</component>
</module>
Modified: tools/cstyle/trunk/cstyle.iml
===================================================================
--- tools/cstyle/trunk/cstyle.iml 2008-12-27 01:15:43 UTC (rev 741)
+++ tools/cstyle/trunk/cstyle.iml 2008-12-27 02:40:38 UTC (rev 742)
@@ -12,7 +12,7 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root url="jar://$MODULE_DIR$/common/lib/junit.jar!/" />
+ <root url="jar://$MODULE_DIR$/common/lib/annotations.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
@@ -21,7 +21,7 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root url="jar://$MODULE_DIR$/common/lib/annotations.jar!/" />
+ <root url="jar://$MODULE_DIR$/common/lib/junit.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
Modified: tools/dircount/trunk/dircount.iml
===================================================================
--- tools/dircount/trunk/dircount.iml 2008-12-27 01:15:43 UTC (rev 741)
+++ tools/dircount/trunk/dircount.iml 2008-12-27 02:40:38 UTC (rev 742)
@@ -9,9 +9,25 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/common/lib/annotations.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/common/lib/junit.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
<orderEntry type="module" module-name="libs-argparser" />
- <orderEntry type="library" name="annotations" level="project" />
- <orderEntry type="library" name="junit" level="project" />
</component>
<component name="copyright">
<Base>
Modified: tools/findLongestPath/trunk/findLongestPath.iml
===================================================================
--- tools/findLongestPath/trunk/findLongestPath.iml 2008-12-27 01:15:43 UTC (rev 741)
+++ tools/findLongestPath/trunk/findLongestPath.iml 2008-12-27 02:40:38 UTC (rev 742)
@@ -12,7 +12,7 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root url="jar://$MODULE_DIR$/common/lib/junit.jar!/" />
+ <root url="jar://$MODULE_DIR$/common/lib/annotations.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
@@ -21,7 +21,7 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root url="jar://$MODULE_DIR$/common/lib/annotations.jar!/" />
+ <root url="jar://$MODULE_DIR$/common/lib/junit.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
Modified: tools/gdbControl/trunk/gdbControl.iml
===================================================================
--- tools/gdbControl/trunk/gdbControl.iml 2008-12-27 01:15:43 UTC (rev 741)
+++ tools/gdbControl/trunk/gdbControl.iml 2008-12-27 02:40:38 UTC (rev 742)
@@ -9,8 +9,24 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="library" name="annotations" level="project" />
- <orderEntry type="library" name="junit" level="project" />
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/common/lib/annotations.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/common/lib/junit.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
</component>
</module>
Modified: tools/jgrep/trunk/jgrep.iml
===================================================================
--- tools/jgrep/trunk/jgrep.iml 2008-12-27 01:15:43 UTC (rev 741)
+++ tools/jgrep/trunk/jgrep.iml 2008-12-27 02:40:38 UTC (rev 742)
@@ -9,8 +9,24 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="library" name="annotations" level="project" />
- <orderEntry type="library" name="junit" level="project" />
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/common/lib/annotations.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/common/lib/junit.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
<orderEntry type="module" module-name="libs-argparser" />
</component>
</module>
Modified: tools/mail/trunk/mail.iml
===================================================================
--- tools/mail/trunk/mail.iml 2008-12-27 01:15:43 UTC (rev 741)
+++ tools/mail/trunk/mail.iml 2008-12-27 02:40:38 UTC (rev 742)
@@ -9,8 +9,25 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/common/lib/annotations.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/common/lib/junit.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
<orderEntry type="module" module-name="libs-argparser" />
- <orderEntry type="library" name="annotations" level="project" />
</component>
</module>
Modified: tools/midiDeviceLister/trunk/midiDeviceLister.iml
===================================================================
--- tools/midiDeviceLister/trunk/midiDeviceLister.iml 2008-12-27 01:15:43 UTC (rev 741)
+++ tools/midiDeviceLister/trunk/midiDeviceLister.iml 2008-12-27 02:40:38 UTC (rev 742)
@@ -9,9 +9,25 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/common/lib/annotations.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/common/lib/junit.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
<orderEntry type="module" module-name="libs-argparser" />
- <orderEntry type="library" name="annotations" level="project" />
- <orderEntry type="library" name="junit" level="project" />
</component>
</module>
Modified: tools/midiMonitor/trunk/midiMonitor.iml
===================================================================
--- tools/midiMonitor/trunk/midiMonitor.iml 2008-12-27 01:15:43 UTC (rev 741)
+++ tools/midiMonitor/trunk/midiMonitor.iml 2008-12-27 02:40:38 UTC (rev 742)
@@ -9,9 +9,25 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/common/lib/annotations.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/common/lib/junit.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
<orderEntry type="module" module-name="libs-argparser" />
- <orderEntry type="library" name="annotations" level="project" />
- <orderEntry type="library" name="junit" level="project" />
<orderEntry type="module" module-name="midi" />
</component>
</module>
Modified: tools/replacer/trunk/replacer.iml
===================================================================
--- tools/replacer/trunk/replacer.iml 2008-12-27 01:15:43 UTC (rev 741)
+++ tools/replacer/trunk/replacer.iml 2008-12-27 02:40:38 UTC (rev 742)
@@ -9,8 +9,24 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="library" name="annotations" level="project" />
- <orderEntry type="library" name="junit" level="project" />
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/common/lib/annotations.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/common/lib/junit.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
<orderEntry type="module" module-name="libs-argparser" />
</component>
</module>
Modified: tools/scriptEngineLister/trunk/scriptEngineLister.iml
===================================================================
--- tools/scriptEngineLister/trunk/scriptEngineLister.iml 2008-12-27 01:15:43 UTC (rev 741)
+++ tools/scriptEngineLister/trunk/scriptEngineLister.iml 2008-12-27 02:40:38 UTC (rev 742)
@@ -9,8 +9,24 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="library" name="annotations" level="project" />
- <orderEntry type="library" name="junit" level="project" />
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/common/lib/annotations.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/common/lib/junit.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
<orderEntry type="module" module-name="libs-argparser" />
</component>
</module>
Modified: tools/scriptInterpreter/trunk/scriptInterpreter.iml
===================================================================
--- tools/scriptInterpreter/trunk/scriptInterpreter.iml 2008-12-27 01:15:43 UTC (rev 741)
+++ tools/scriptInterpreter/trunk/scriptInterpreter.iml 2008-12-27 02:40:38 UTC (rev 742)
@@ -9,8 +9,24 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="library" name="annotations" level="project" />
- <orderEntry type="library" name="junit" level="project" />
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/common/lib/annotations.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/common/lib/junit.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
<orderEntry type="module" module-name="libs-argparser" />
</component>
</module>
Modified: tools/string2bytes/trunk/string2bytes.iml
===================================================================
--- tools/string2bytes/trunk/string2bytes.iml 2008-12-27 01:15:43 UTC (rev 741)
+++ tools/string2bytes/trunk/string2bytes.iml 2008-12-27 02:40:38 UTC (rev 742)
@@ -9,10 +9,26 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/common/lib/annotations.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/common/lib/junit.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
<orderEntry type="module" module-name="libs-swing-action" />
<orderEntry type="module" module-name="libs-swing-about" />
- <orderEntry type="library" name="annotations" level="project" />
- <orderEntry type="library" name="junit" level="project" />
</component>
<component name="copyright">
<Base>
Modified: tools/todoScanner/trunk/todoScanner.iml
===================================================================
--- tools/todoScanner/trunk/todoScanner.iml 2008-12-27 01:15:43 UTC (rev 741)
+++ tools/todoScanner/trunk/todoScanner.iml 2008-12-27 02:40:38 UTC (rev 742)
@@ -9,9 +9,25 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/common/lib/annotations.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/common/lib/junit.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
<orderEntry type="module" module-name="libs-argparser" />
- <orderEntry type="library" name="annotations" level="project" />
- <orderEntry type="library" name="junit" level="project" />
</component>
</module>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|