[Japi-cvs] SF.net SVN: japi:[741] tools
Status: Beta
Brought to you by:
christianhujer
|
From: <chr...@us...> - 2008-12-27 01:15:50
|
Revision: 741
http://japi.svn.sourceforge.net/japi/?rev=741&view=rev
Author: christianhujer
Date: 2008-12-27 01:15:43 +0000 (Sat, 27 Dec 2008)
Log Message:
-----------
Update project so it is loadable without warnings in IntelliJ IDEA again.
Modified Paths:
--------------
common/trunk/common.iml
games/jmines/trunk/jmines.iml
historic/trunk/historic.iml
japi.ipr
libs/argparser/trunk/libs-argparser.iml
libs/finance/trunk/libs-finance.iml
libs/io/trunk/libs-io.iml
libs/lang/trunk/libs-lang.iml
libs/logging/trunk/libs-logging.iml
libs/midi/trunk/midi.iml
libs/net/trunk/libs-net.iml
libs/registry/trunk/libs-registry.iml
libs/swing-about/trunk/libs-swing-about.iml
libs/swing-action/trunk/libs-swing-action.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
libs/xml/trunk/libs-xml.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
site/trunk/site.iml
tools/archStat/trunk/archStat.iml
tools/cstyle/trunk/cstyle.iml
tools/dircount/trunk/dircount.iml
tools/findLongestPath/trunk/findLongestPath.iml
tools/fontbrowser/trunk/fontbrowser.iml
tools/gdbControl/trunk/gdbControl.iml
tools/jgrep/trunk/jgrep.iml
tools/jwget/trunk/jwget.iml
tools/keystrokes/trunk/keystrokes.iml
tools/mail/trunk/mail.iml
tools/midiDeviceLister/trunk/midiDeviceLister.iml
tools/midiMonitor/trunk/midiMonitor.iml
tools/prefsbrowser/trunk/prefsbrowser.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:
-----------
tools/scriptEngineLister/trunk/
Removed Paths:
-------------
tools/scriptEngineLister/trunkbak/
Modified: common/trunk/common.iml
===================================================================
--- common/trunk/common.iml 2008-12-26 18:26:50 UTC (rev 740)
+++ common/trunk/common.iml 2008-12-27 01:15:43 UTC (rev 741)
@@ -6,7 +6,6 @@
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="annotations" level="project" />
- <orderEntryProperties />
</component>
<component name="copyright">
<Base>
Modified: games/jmines/trunk/jmines.iml
===================================================================
--- games/jmines/trunk/jmines.iml 2008-12-26 18:26:50 UTC (rev 740)
+++ games/jmines/trunk/jmines.iml 2008-12-27 01:15:43 UTC (rev 741)
@@ -10,7 +10,6 @@
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="libs-swing-action" />
- <orderEntryProperties />
</component>
</module>
Modified: historic/trunk/historic.iml
===================================================================
--- historic/trunk/historic.iml 2008-12-26 18:26:50 UTC (rev 740)
+++ historic/trunk/historic.iml 2008-12-27 01:15:43 UTC (rev 741)
@@ -24,7 +24,6 @@
<orderEntry type="module" module-name="libs-swing-prefs" />
<orderEntry type="library" name="junit" level="project" />
<orderEntry type="module" module-name="libs-xml" />
- <orderEntryProperties />
</component>
<component name="copyright">
<Base>
Modified: japi.ipr
===================================================================
--- japi.ipr 2008-12-26 18:26:50 UTC (rev 740)
+++ japi.ipr 2008-12-27 01:15:43 UTC (rev 741)
@@ -63,6 +63,15 @@
<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="java">
+ <option name="INDENT_SIZE" value="4" />
+ <option name="CONTINUATION_INDENT_SIZE" value="8" />
+ <option name="TAB_SIZE" value="8" />
+ <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="js">
<option name="INDENT_SIZE" value="4" />
<option name="CONTINUATION_INDENT_SIZE" value="8" />
@@ -72,6 +81,24 @@
<option name="LABEL_INDENT_SIZE" value="0" />
<option name="LABEL_INDENT_ABSOLUTE" value="false" />
</ADDITIONAL_INDENT_OPTIONS>
+ <ADDITIONAL_INDENT_OPTIONS fileType="jsp">
+ <option name="INDENT_SIZE" value="4" />
+ <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="xml">
+ <option name="INDENT_SIZE" value="4" />
+ <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>
</value>
</option>
<option name="USE_PER_PROJECT_SETTINGS" value="true" />
@@ -118,6 +145,7 @@
<option name="ADDITIONAL_OPTIONS_STRING" value="" />
<option name="MAXIMUM_HEAP_SIZE" value="128" />
</component>
+ <component name="Encoding" useUTFGuessing="true" native2AsciiForPropertiesFiles="false" />
<component name="EntryPointsManager">
<entry_points version="2.0" />
</component>
@@ -204,9 +232,7 @@
<inspection_tool class="ClassNameDiffersFromFileName" level="WARNING" enabled="true" />
<inspection_tool class="ClassInTopLevelPackage" level="WARNING" enabled="true" />
<inspection_tool class="MissingDeprecatedAnnotation" level="WARNING" enabled="true" />
- <inspection_tool class="MissingOverrideAnnotation" level="WARNING" enabled="true">
- <option name="useJdk6Rules" value="false" />
- </inspection_tool>
+ <inspection_tool class="MissingOverrideAnnotation" level="WARNING" enabled="true" />
<inspection_tool class="CloneableImplementsClone" level="WARNING" enabled="true">
<option name="m_ignoreCloneableDueToInheritance" value="true" />
</inspection_tool>
@@ -232,6 +258,7 @@
</inspection_tool>
<inspection_tool class="TypeMayBeWeakened" level="WARNING" enabled="true">
<option name="useRighthandTypeAsWeakestTypeInAssignments" value="true" />
+ <option name="useParameterizedTypeForCollectionMethods" value="true" />
</inspection_tool>
<inspection_tool class="FinalMethodInFinalClass" level="WARNING" enabled="true" />
<inspection_tool class="MultipleTopLevelClassesInFile" level="WARNING" enabled="true" />
@@ -627,6 +654,9 @@
</item>
</group>
</component>
+ <component name="ProjectDetails">
+ <option name="projectName" value="japi" />
+ </component>
<component name="ProjectFileVersion" converted="true" />
<component name="ProjectModuleManager">
<modules>
@@ -641,7 +671,7 @@
<module fileurl="file://$PROJECT_DIR$/tools/fontbrowser/trunk/fontbrowser.iml" filepath="$PROJECT_DIR$/tools/fontbrowser/trunk/fontbrowser.iml" group="tools" />
<module fileurl="file://$PROJECT_DIR$/tools/gdbControl/trunk/gdbControl.iml" filepath="$PROJECT_DIR$/tools/gdbControl/trunk/gdbControl.iml" group="tools" />
<module fileurl="file://$PROJECT_DIR$/historic/trunk/historic.iml" filepath="$PROJECT_DIR$/historic/trunk/historic.iml" />
- <module fileurl="file://$PROJECT_DIR$/tools/jgrep/jgrep/jgrep.iml" filepath="$PROJECT_DIR$/tools/jgrep/jgrep/jgrep.iml" group="tools" />
+ <module fileurl="file://$PROJECT_DIR$/tools/jgrep/trunk/jgrep.iml" filepath="$PROJECT_DIR$/tools/jgrep/trunk/jgrep.iml" group="tools" />
<module fileurl="file://$PROJECT_DIR$/progs/jhexedit/trunk/jhexedit.iml" filepath="$PROJECT_DIR$/progs/jhexedit/trunk/jhexedit.iml" group="progs" />
<module fileurl="file://$PROJECT_DIR$/progs/jhexview/trunk/jhexview.iml" filepath="$PROJECT_DIR$/progs/jhexview/trunk/jhexview.iml" group="progs" />
<module fileurl="file://$PROJECT_DIR$/progs/jirus/trunk/jirus.iml" filepath="$PROJECT_DIR$/progs/jirus/trunk/jirus.iml" group="progs" />
@@ -688,11 +718,11 @@
<module fileurl="file://$PROJECT_DIR$/tools/todoScanner/trunk/todoScanner.iml" filepath="$PROJECT_DIR$/tools/todoScanner/trunk/todoScanner.iml" group="tools" />
</modules>
</component>
- <component name="ProjectRootManager" version="2" assert-keyword="true" jdk-15="true" project-jdk-name="latest" project-jdk-type="JavaSDK">
+ <component name="ProjectRootManager" version="2" languageLevel="JDK_1_5" assert-keyword="true" jdk-15="true" project-jdk-name="latest" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/classes" />
</component>
<component name="ProjectRunConfigurationManager">
- <configuration default="false" name="JEduca" type="Application" factoryName="Application" enabled="false" merge="false">
+ <configuration default="false" name="JEduca" type="Application" factoryName="Application" enabled="false" merge="false" runner="emma">
<option name="MAIN_CLASS_NAME" value="net.sf.japi.progs.jeduca.jtest.Main" />
<option name="VM_PARAMETERS" value="" />
<option name="PROGRAM_PARAMETERS" value="" />
@@ -725,6 +755,9 @@
<option name="GENERATE_IIOP_STUBS" value="false" />
<option name="ADDITIONAL_OPTIONS_STRING" value="" />
</component>
+ <component name="SvnBranchConfigurationManager">
+ <option name="myVersion" value="124" />
+ </component>
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="svn" />
</component>
Modified: libs/argparser/trunk/libs-argparser.iml
===================================================================
--- libs/argparser/trunk/libs-argparser.iml 2008-12-26 18:26:50 UTC (rev 740)
+++ libs/argparser/trunk/libs-argparser.iml 2008-12-27 01:15:43 UTC (rev 741)
@@ -27,7 +27,6 @@
<SOURCES />
</library>
</orderEntry>
- <orderEntryProperties />
</component>
<component name="copyright">
<Base>
Modified: libs/finance/trunk/libs-finance.iml
===================================================================
--- libs/finance/trunk/libs-finance.iml 2008-12-26 18:26:50 UTC (rev 740)
+++ libs/finance/trunk/libs-finance.iml 2008-12-27 01:15:43 UTC (rev 741)
@@ -27,7 +27,6 @@
<SOURCES />
</library>
</orderEntry>
- <orderEntryProperties />
</component>
<component name="copyright">
<Base>
Modified: libs/io/trunk/libs-io.iml
===================================================================
--- libs/io/trunk/libs-io.iml 2008-12-26 18:26:50 UTC (rev 740)
+++ libs/io/trunk/libs-io.iml 2008-12-27 01:15:43 UTC (rev 741)
@@ -27,7 +27,6 @@
<SOURCES />
</library>
</orderEntry>
- <orderEntryProperties />
</component>
<component name="copyright">
<Base>
Modified: libs/lang/trunk/libs-lang.iml
===================================================================
--- libs/lang/trunk/libs-lang.iml 2008-12-26 18:26:50 UTC (rev 740)
+++ libs/lang/trunk/libs-lang.iml 2008-12-27 01:15:43 UTC (rev 741)
@@ -27,7 +27,6 @@
<SOURCES />
</library>
</orderEntry>
- <orderEntryProperties />
</component>
<component name="copyright">
<Base>
Modified: libs/logging/trunk/libs-logging.iml
===================================================================
--- libs/logging/trunk/libs-logging.iml 2008-12-26 18:26:50 UTC (rev 740)
+++ libs/logging/trunk/libs-logging.iml 2008-12-27 01:15:43 UTC (rev 741)
@@ -27,7 +27,6 @@
<SOURCES />
</library>
</orderEntry>
- <orderEntryProperties />
</component>
<component name="copyright">
<Base>
Modified: libs/midi/trunk/midi.iml
===================================================================
--- libs/midi/trunk/midi.iml 2008-12-26 18:26:50 UTC (rev 740)
+++ libs/midi/trunk/midi.iml 2008-12-27 01:15:43 UTC (rev 741)
@@ -12,7 +12,6 @@
<orderEntry type="library" name="annotations" level="project" />
<orderEntry type="library" name="junit" level="project" />
<orderEntry type="module" module-name="libs-swing-action" />
- <orderEntryProperties />
</component>
</module>
Modified: libs/net/trunk/libs-net.iml
===================================================================
--- libs/net/trunk/libs-net.iml 2008-12-26 18:26:50 UTC (rev 740)
+++ libs/net/trunk/libs-net.iml 2008-12-27 01:15:43 UTC (rev 741)
@@ -28,7 +28,6 @@
<SOURCES />
</library>
</orderEntry>
- <orderEntryProperties />
</component>
<component name="copyright">
<Base>
Modified: libs/registry/trunk/libs-registry.iml
===================================================================
--- libs/registry/trunk/libs-registry.iml 2008-12-26 18:26:50 UTC (rev 740)
+++ libs/registry/trunk/libs-registry.iml 2008-12-27 01:15:43 UTC (rev 741)
@@ -27,7 +27,6 @@
<SOURCES />
</library>
</orderEntry>
- <orderEntryProperties />
</component>
<component name="copyright">
<Base>
Modified: libs/swing-about/trunk/libs-swing-about.iml
===================================================================
--- libs/swing-about/trunk/libs-swing-about.iml 2008-12-26 18:26:50 UTC (rev 740)
+++ libs/swing-about/trunk/libs-swing-about.iml 2008-12-27 01:15:43 UTC (rev 741)
@@ -28,7 +28,6 @@
<SOURCES />
</library>
</orderEntry>
- <orderEntryProperties />
</component>
<component name="copyright">
<Base>
Modified: libs/swing-action/trunk/libs-swing-action.iml
===================================================================
--- libs/swing-action/trunk/libs-swing-action.iml 2008-12-26 18:26:50 UTC (rev 740)
+++ libs/swing-action/trunk/libs-swing-action.iml 2008-12-27 01:15:43 UTC (rev 741)
@@ -28,7 +28,6 @@
<SOURCES />
</library>
</orderEntry>
- <orderEntryProperties />
</component>
<component name="copyright">
<Base>
Modified: libs/swing-app/trunk/libs-swing-app.iml
===================================================================
--- libs/swing-app/trunk/libs-swing-app.iml 2008-12-26 18:26:50 UTC (rev 740)
+++ libs/swing-app/trunk/libs-swing-app.iml 2008-12-27 01:15:43 UTC (rev 741)
@@ -32,7 +32,6 @@
<orderEntry type="module" module-name="libs-swing-about" />
<orderEntry type="module" module-name="libs-swing-extlib" />
<orderEntry type="module" module-name="libs-argparser" />
- <orderEntryProperties />
</component>
<component name="copyright">
<Base>
Modified: libs/swing-bookmarks/trunk/libs-swing-bookmarks.iml
===================================================================
--- libs/swing-bookmarks/trunk/libs-swing-bookmarks.iml 2008-12-26 18:26:50 UTC (rev 740)
+++ libs/swing-bookmarks/trunk/libs-swing-bookmarks.iml 2008-12-27 01:15:43 UTC (rev 741)
@@ -30,7 +30,6 @@
<SOURCES />
</library>
</orderEntry>
- <orderEntryProperties />
</component>
<component name="copyright">
<Base>
Modified: libs/swing-extlib/trunk/libs-swing-extlib.iml
===================================================================
--- libs/swing-extlib/trunk/libs-swing-extlib.iml 2008-12-26 18:26:50 UTC (rev 740)
+++ libs/swing-extlib/trunk/libs-swing-extlib.iml 2008-12-27 01:15:43 UTC (rev 741)
@@ -27,7 +27,6 @@
<SOURCES />
</library>
</orderEntry>
- <orderEntryProperties />
</component>
<component name="copyright">
<Base>
Modified: libs/swing-font/trunk/libs-swing-font.iml
===================================================================
--- libs/swing-font/trunk/libs-swing-font.iml 2008-12-26 18:26:50 UTC (rev 740)
+++ libs/swing-font/trunk/libs-swing-font.iml 2008-12-27 01:15:43 UTC (rev 741)
@@ -28,7 +28,6 @@
<SOURCES />
</library>
</orderEntry>
- <orderEntryProperties />
</component>
<component name="copyright">
<Base>
Modified: libs/swing-keyprefs/trunk/libs-swing-keyprefs.iml
===================================================================
--- libs/swing-keyprefs/trunk/libs-swing-keyprefs.iml 2008-12-26 18:26:50 UTC (rev 740)
+++ libs/swing-keyprefs/trunk/libs-swing-keyprefs.iml 2008-12-27 01:15:43 UTC (rev 741)
@@ -30,7 +30,6 @@
<SOURCES />
</library>
</orderEntry>
- <orderEntryProperties />
</component>
<component name="copyright">
<Base>
Modified: libs/swing-list/trunk/libs-swing-list.iml
===================================================================
--- libs/swing-list/trunk/libs-swing-list.iml 2008-12-26 18:26:50 UTC (rev 740)
+++ libs/swing-list/trunk/libs-swing-list.iml 2008-12-27 01:15:43 UTC (rev 741)
@@ -28,7 +28,6 @@
<SOURCES />
</library>
</orderEntry>
- <orderEntryProperties />
</component>
<component name="copyright">
<Base>
Modified: libs/swing-misc/trunk/libs-swing-misc.iml
===================================================================
--- libs/swing-misc/trunk/libs-swing-misc.iml 2008-12-26 18:26:50 UTC (rev 740)
+++ libs/swing-misc/trunk/libs-swing-misc.iml 2008-12-27 01:15:43 UTC (rev 741)
@@ -28,7 +28,6 @@
<SOURCES />
</library>
</orderEntry>
- <orderEntryProperties />
</component>
<component name="copyright">
<Base>
Modified: libs/swing-prefs/trunk/libs-swing-prefs.iml
===================================================================
--- libs/swing-prefs/trunk/libs-swing-prefs.iml 2008-12-26 18:26:50 UTC (rev 740)
+++ libs/swing-prefs/trunk/libs-swing-prefs.iml 2008-12-27 01:15:43 UTC (rev 741)
@@ -29,7 +29,6 @@
<SOURCES />
</library>
</orderEntry>
- <orderEntryProperties />
</component>
<component name="copyright">
<Base>
Modified: libs/swing-proxyprefs/trunk/libs-swing-proxyprefs.iml
===================================================================
--- libs/swing-proxyprefs/trunk/libs-swing-proxyprefs.iml 2008-12-26 18:26:50 UTC (rev 740)
+++ libs/swing-proxyprefs/trunk/libs-swing-proxyprefs.iml 2008-12-27 01:15:43 UTC (rev 741)
@@ -29,7 +29,6 @@
<SOURCES />
</library>
</orderEntry>
- <orderEntryProperties />
</component>
<component name="copyright">
<Base>
Modified: libs/swing-recent/trunk/libs-swing-recent.iml
===================================================================
--- libs/swing-recent/trunk/libs-swing-recent.iml 2008-12-26 18:26:50 UTC (rev 740)
+++ libs/swing-recent/trunk/libs-swing-recent.iml 2008-12-27 01:15:43 UTC (rev 741)
@@ -29,7 +29,6 @@
</orderEntry>
<orderEntry type="module" module-name="libs-swing-action" />
<orderEntry type="module" module-name="libs-swing-app" />
- <orderEntryProperties />
</component>
<component name="copyright">
<Base>
Modified: libs/swing-tod/trunk/libs-swing-tod.iml
===================================================================
--- libs/swing-tod/trunk/libs-swing-tod.iml 2008-12-26 18:26:50 UTC (rev 740)
+++ libs/swing-tod/trunk/libs-swing-tod.iml 2008-12-27 01:15:43 UTC (rev 741)
@@ -28,7 +28,6 @@
<SOURCES />
</library>
</orderEntry>
- <orderEntryProperties />
</component>
<component name="copyright">
<Base>
Modified: libs/swing-treetable/trunk/libs-swing-treetable.iml
===================================================================
--- libs/swing-treetable/trunk/libs-swing-treetable.iml 2008-12-26 18:26:50 UTC (rev 740)
+++ libs/swing-treetable/trunk/libs-swing-treetable.iml 2008-12-27 01:15:43 UTC (rev 741)
@@ -27,7 +27,6 @@
<SOURCES />
</library>
</orderEntry>
- <orderEntryProperties />
</component>
<component name="copyright">
<Base>
Modified: libs/taglets/trunk/libs-taglets.iml
===================================================================
--- libs/taglets/trunk/libs-taglets.iml 2008-12-26 18:26:50 UTC (rev 740)
+++ libs/taglets/trunk/libs-taglets.iml 2008-12-27 01:15:43 UTC (rev 741)
@@ -28,7 +28,6 @@
</library>
</orderEntry>
<orderEntry type="library" name="tools" level="application" />
- <orderEntryProperties />
</component>
<component name="copyright">
<Base>
Modified: libs/util/trunk/libs-util.iml
===================================================================
--- libs/util/trunk/libs-util.iml 2008-12-26 18:26:50 UTC (rev 740)
+++ libs/util/trunk/libs-util.iml 2008-12-27 01:15:43 UTC (rev 741)
@@ -27,7 +27,6 @@
<SOURCES />
</library>
</orderEntry>
- <orderEntryProperties />
</component>
<component name="copyright">
<Base>
Modified: libs/xml/trunk/libs-xml.iml
===================================================================
--- libs/xml/trunk/libs-xml.iml 2008-12-26 18:26:50 UTC (rev 740)
+++ libs/xml/trunk/libs-xml.iml 2008-12-27 01:15:43 UTC (rev 741)
@@ -27,7 +27,6 @@
<SOURCES />
</library>
</orderEntry>
- <orderEntryProperties />
</component>
<component name="copyright">
<Base>
Modified: progs/batcher/trunk/Batcher.iml
===================================================================
--- progs/batcher/trunk/Batcher.iml 2008-12-26 18:26:50 UTC (rev 740)
+++ progs/batcher/trunk/Batcher.iml 2008-12-27 01:15:43 UTC (rev 741)
@@ -12,7 +12,6 @@
<orderEntry type="library" name="junit" level="project" />
<orderEntry type="module" module-name="libs-swing-about" />
<orderEntry type="module" module-name="libs-swing-action" />
- <orderEntryProperties />
</component>
</module>
Modified: progs/cardlearn/trunk/cardlearn.iml
===================================================================
--- progs/cardlearn/trunk/cardlearn.iml 2008-12-26 18:26:50 UTC (rev 740)
+++ progs/cardlearn/trunk/cardlearn.iml 2008-12-27 01:15:43 UTC (rev 741)
@@ -11,7 +11,6 @@
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="annotations" level="project" />
<orderEntry type="library" name="junit" level="project" />
- <orderEntryProperties />
</component>
</module>
Modified: progs/jeduca/trunk/JEduca.iml
===================================================================
--- progs/jeduca/trunk/JEduca.iml 2008-12-26 18:26:50 UTC (rev 740)
+++ progs/jeduca/trunk/JEduca.iml 2008-12-27 01:15:43 UTC (rev 741)
@@ -20,7 +20,6 @@
<orderEntry type="module" module-name="libs-swing-about" />
<orderEntry type="module" module-name="libs-swing-prefs" />
<orderEntry type="module" module-name="libs-swing-recent" />
- <orderEntryProperties />
</component>
<component name="copyright">
<Base>
Modified: progs/jhexedit/trunk/jhexedit.iml
===================================================================
--- progs/jhexedit/trunk/jhexedit.iml 2008-12-26 18:26:50 UTC (rev 740)
+++ progs/jhexedit/trunk/jhexedit.iml 2008-12-27 01:15:43 UTC (rev 741)
@@ -13,7 +13,6 @@
<orderEntry type="library" name="annotations" level="project" />
<orderEntry type="library" name="junit" level="project" />
<orderEntry type="module" module-name="libs-swing-app" />
- <orderEntryProperties />
</component>
</module>
Modified: progs/jhexview/trunk/jhexview.iml
===================================================================
--- progs/jhexview/trunk/jhexview.iml 2008-12-26 18:26:50 UTC (rev 740)
+++ progs/jhexview/trunk/jhexview.iml 2008-12-27 01:15:43 UTC (rev 741)
@@ -13,7 +13,6 @@
<orderEntry type="library" name="junit" level="project" />
<orderEntry type="module" module-name="libs-argparser" />
<orderEntry type="module" module-name="libs-swing-app" />
- <orderEntryProperties />
</component>
</module>
Modified: progs/jirus/trunk/jirus.iml
===================================================================
--- progs/jirus/trunk/jirus.iml 2008-12-26 18:26:50 UTC (rev 740)
+++ progs/jirus/trunk/jirus.iml 2008-12-27 01:15:43 UTC (rev 741)
@@ -14,7 +14,6 @@
<orderEntry type="library" name="junit" level="project" />
<orderEntry type="library" name="jlfgr-1_0" level="project" />
<orderEntry type="module" module-name="midi" />
- <orderEntryProperties />
</component>
</module>
Modified: progs/jtype/trunk/jtype.iml
===================================================================
--- progs/jtype/trunk/jtype.iml 2008-12-26 18:26:50 UTC (rev 740)
+++ progs/jtype/trunk/jtype.iml 2008-12-27 01:15:43 UTC (rev 741)
@@ -12,7 +12,6 @@
<orderEntry type="library" name="annotations" level="project" />
<orderEntry type="library" name="junit" level="project" />
<orderEntry type="module" module-name="libs-swing-action" />
- <orderEntryProperties />
</component>
</module>
Modified: progs/midilearn/trunk/midilearn.iml
===================================================================
--- progs/midilearn/trunk/midilearn.iml 2008-12-26 18:26:50 UTC (rev 740)
+++ progs/midilearn/trunk/midilearn.iml 2008-12-27 01:15:43 UTC (rev 741)
@@ -11,7 +11,6 @@
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="annotations" level="project" />
<orderEntry type="library" name="junit" level="project" />
- <orderEntryProperties />
</component>
</module>
Modified: progs/textedit/trunk/textedit.iml
===================================================================
--- progs/textedit/trunk/textedit.iml 2008-12-26 18:26:50 UTC (rev 740)
+++ progs/textedit/trunk/textedit.iml 2008-12-27 01:15:43 UTC (rev 741)
@@ -13,7 +13,6 @@
<orderEntry type="library" name="junit" level="project" />
<orderEntry type="module" module-name="libs-argparser" />
<orderEntry type="module" module-name="libs-swing-app" />
- <orderEntryProperties />
</component>
</module>
Modified: site/trunk/site.iml
===================================================================
--- site/trunk/site.iml 2008-12-26 18:26:50 UTC (rev 740)
+++ site/trunk/site.iml 2008-12-27 01:15:43 UTC (rev 741)
@@ -8,7 +8,6 @@
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="annotations" level="project" />
- <orderEntryProperties />
</component>
<component name="copyright">
<Base>
Modified: tools/archStat/trunk/archStat.iml
===================================================================
--- tools/archStat/trunk/archStat.iml 2008-12-26 18:26:50 UTC (rev 740)
+++ tools/archStat/trunk/archStat.iml 2008-12-27 01:15:43 UTC (rev 741)
@@ -12,7 +12,6 @@
<orderEntry type="library" name="annotations" level="project" />
<orderEntry type="library" name="junit" level="project" />
<orderEntry type="module" module-name="libs-argparser" />
- <orderEntryProperties />
</component>
</module>
Modified: tools/cstyle/trunk/cstyle.iml
===================================================================
--- tools/cstyle/trunk/cstyle.iml 2008-12-26 18:26:50 UTC (rev 740)
+++ tools/cstyle/trunk/cstyle.iml 2008-12-27 01:15:43 UTC (rev 741)
@@ -28,7 +28,6 @@
</library>
</orderEntry>
<orderEntry type="module" module-name="libs-argparser" />
- <orderEntryProperties />
</component>
<component name="copyright">
<Base>
Modified: tools/dircount/trunk/dircount.iml
===================================================================
--- tools/dircount/trunk/dircount.iml 2008-12-26 18:26:50 UTC (rev 740)
+++ tools/dircount/trunk/dircount.iml 2008-12-27 01:15:43 UTC (rev 741)
@@ -12,7 +12,6 @@
<orderEntry type="module" module-name="libs-argparser" />
<orderEntry type="library" name="annotations" level="project" />
<orderEntry type="library" name="junit" level="project" />
- <orderEntryProperties />
</component>
<component name="copyright">
<Base>
Modified: tools/findLongestPath/trunk/findLongestPath.iml
===================================================================
--- tools/findLongestPath/trunk/findLongestPath.iml 2008-12-26 18:26:50 UTC (rev 740)
+++ tools/findLongestPath/trunk/findLongestPath.iml 2008-12-27 01:15:43 UTC (rev 741)
@@ -28,7 +28,6 @@
</library>
</orderEntry>
<orderEntry type="module" module-name="libs-argparser" />
- <orderEntryProperties />
</component>
<component name="copyright">
<Base>
Modified: tools/fontbrowser/trunk/fontbrowser.iml
===================================================================
--- tools/fontbrowser/trunk/fontbrowser.iml 2008-12-26 18:26:50 UTC (rev 740)
+++ tools/fontbrowser/trunk/fontbrowser.iml 2008-12-27 01:15:43 UTC (rev 741)
@@ -28,7 +28,6 @@
</library>
</orderEntry>
<orderEntry type="module" module-name="libs-swing-action" />
- <orderEntryProperties />
</component>
<component name="copyright">
<Base>
Modified: tools/gdbControl/trunk/gdbControl.iml
===================================================================
--- tools/gdbControl/trunk/gdbControl.iml 2008-12-26 18:26:50 UTC (rev 740)
+++ tools/gdbControl/trunk/gdbControl.iml 2008-12-27 01:15:43 UTC (rev 741)
@@ -11,7 +11,6 @@
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="annotations" level="project" />
<orderEntry type="library" name="junit" level="project" />
- <orderEntryProperties />
</component>
</module>
Modified: tools/jgrep/trunk/jgrep.iml
===================================================================
--- tools/jgrep/trunk/jgrep.iml 2008-12-26 18:26:50 UTC (rev 740)
+++ tools/jgrep/trunk/jgrep.iml 2008-12-27 01:15:43 UTC (rev 741)
@@ -2,17 +2,16 @@
<module relativePaths="true" type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
- <content url="file://$MODULE_DIR$/../trunk">
- <sourceFolder url="file://$MODULE_DIR$/../trunk/src/doc" isTestSource="false" />
- <sourceFolder url="file://$MODULE_DIR$/../trunk/src/prj" isTestSource="false" />
- <sourceFolder url="file://$MODULE_DIR$/../trunk/src/tst" isTestSource="true" />
+ <content url="file://$MODULE_DIR$">
+ <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="junit" level="project" />
<orderEntry type="module" module-name="libs-argparser" />
- <orderEntryProperties />
</component>
</module>
Modified: tools/jwget/trunk/jwget.iml
===================================================================
--- tools/jwget/trunk/jwget.iml 2008-12-26 18:26:50 UTC (rev 740)
+++ tools/jwget/trunk/jwget.iml 2008-12-27 01:15:43 UTC (rev 741)
@@ -28,7 +28,6 @@
</library>
</orderEntry>
<orderEntry type="module" module-name="libs-argparser" />
- <orderEntryProperties />
</component>
<component name="copyright">
<Base>
Modified: tools/keystrokes/trunk/keystrokes.iml
===================================================================
--- tools/keystrokes/trunk/keystrokes.iml 2008-12-26 18:26:50 UTC (rev 740)
+++ tools/keystrokes/trunk/keystrokes.iml 2008-12-27 01:15:43 UTC (rev 741)
@@ -28,7 +28,6 @@
</library>
</orderEntry>
<orderEntry type="module" module-name="libs-swing-action" />
- <orderEntryProperties />
</component>
<component name="copyright">
<Base>
Modified: tools/mail/trunk/mail.iml
===================================================================
--- tools/mail/trunk/mail.iml 2008-12-26 18:26:50 UTC (rev 740)
+++ tools/mail/trunk/mail.iml 2008-12-27 01:15:43 UTC (rev 741)
@@ -11,7 +11,6 @@
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="libs-argparser" />
<orderEntry type="library" name="annotations" level="project" />
- <orderEntryProperties />
</component>
</module>
Modified: tools/midiDeviceLister/trunk/midiDeviceLister.iml
===================================================================
--- tools/midiDeviceLister/trunk/midiDeviceLister.iml 2008-12-26 18:26:50 UTC (rev 740)
+++ tools/midiDeviceLister/trunk/midiDeviceLister.iml 2008-12-27 01:15:43 UTC (rev 741)
@@ -12,7 +12,6 @@
<orderEntry type="module" module-name="libs-argparser" />
<orderEntry type="library" name="annotations" level="project" />
<orderEntry type="library" name="junit" level="project" />
- <orderEntryProperties />
</component>
</module>
Modified: tools/midiMonitor/trunk/midiMonitor.iml
===================================================================
--- tools/midiMonitor/trunk/midiMonitor.iml 2008-12-26 18:26:50 UTC (rev 740)
+++ tools/midiMonitor/trunk/midiMonitor.iml 2008-12-27 01:15:43 UTC (rev 741)
@@ -13,7 +13,6 @@
<orderEntry type="library" name="annotations" level="project" />
<orderEntry type="library" name="junit" level="project" />
<orderEntry type="module" module-name="midi" />
- <orderEntryProperties />
</component>
</module>
Modified: tools/prefsbrowser/trunk/prefsbrowser.iml
===================================================================
--- tools/prefsbrowser/trunk/prefsbrowser.iml 2008-12-26 18:26:50 UTC (rev 740)
+++ tools/prefsbrowser/trunk/prefsbrowser.iml 2008-12-27 01:15:43 UTC (rev 741)
@@ -29,7 +29,6 @@
</orderEntry>
<orderEntry type="module" module-name="libs-swing-action" />
<orderEntry type="module" module-name="libs-swing-treetable" />
- <orderEntryProperties />
</component>
<component name="copyright">
<Base>
Modified: tools/replacer/trunk/replacer.iml
===================================================================
--- tools/replacer/trunk/replacer.iml 2008-12-26 18:26:50 UTC (rev 740)
+++ tools/replacer/trunk/replacer.iml 2008-12-27 01:15:43 UTC (rev 741)
@@ -12,7 +12,6 @@
<orderEntry type="library" name="annotations" level="project" />
<orderEntry type="library" name="junit" level="project" />
<orderEntry type="module" module-name="libs-argparser" />
- <orderEntryProperties />
</component>
</module>
Property changes on: tools/scriptEngineLister/trunk
___________________________________________________________________
Added: svn:mergeinfo
+
Modified: tools/scriptEngineLister/trunk/scriptEngineLister.iml
===================================================================
--- tools/scriptEngineLister/trunkbak/scriptEngineLister.iml 2008-12-26 14:43:17 UTC (rev 735)
+++ tools/scriptEngineLister/trunk/scriptEngineLister.iml 2008-12-27 01:15:43 UTC (rev 741)
@@ -12,7 +12,6 @@
<orderEntry type="library" name="annotations" level="project" />
<orderEntry type="library" name="junit" level="project" />
<orderEntry type="module" module-name="libs-argparser" />
- <orderEntryProperties />
</component>
</module>
Modified: tools/scriptInterpreter/trunk/scriptInterpreter.iml
===================================================================
--- tools/scriptInterpreter/trunk/scriptInterpreter.iml 2008-12-26 18:26:50 UTC (rev 740)
+++ tools/scriptInterpreter/trunk/scriptInterpreter.iml 2008-12-27 01:15:43 UTC (rev 741)
@@ -12,7 +12,6 @@
<orderEntry type="library" name="annotations" level="project" />
<orderEntry type="library" name="junit" level="project" />
<orderEntry type="module" module-name="libs-argparser" />
- <orderEntryProperties />
</component>
</module>
Modified: tools/string2bytes/trunk/string2bytes.iml
===================================================================
--- tools/string2bytes/trunk/string2bytes.iml 2008-12-26 18:26:50 UTC (rev 740)
+++ tools/string2bytes/trunk/string2bytes.iml 2008-12-27 01:15:43 UTC (rev 741)
@@ -13,7 +13,6 @@
<orderEntry type="module" module-name="libs-swing-about" />
<orderEntry type="library" name="annotations" level="project" />
<orderEntry type="library" name="junit" level="project" />
- <orderEntryProperties />
</component>
<component name="copyright">
<Base>
Modified: tools/todoScanner/trunk/todoScanner.iml
===================================================================
--- tools/todoScanner/trunk/todoScanner.iml 2008-12-26 18:26:50 UTC (rev 740)
+++ tools/todoScanner/trunk/todoScanner.iml 2008-12-27 01:15:43 UTC (rev 741)
@@ -12,7 +12,6 @@
<orderEntry type="module" module-name="libs-argparser" />
<orderEntry type="library" name="annotations" level="project" />
<orderEntry type="library" name="junit" level="project" />
- <orderEntryProperties />
</component>
</module>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|