From: <cr...@us...> - 2009-09-09 15:23:32
|
Revision: 5667 http://jnode.svn.sourceforge.net/jnode/?rev=5667&view=rev Author: crawley Date: 2009-09-09 15:23:20 +0000 (Wed, 09 Sep 2009) Log Message: ----------- Merge changes from 'trunk' at r5663 (cli) Added Paths: ----------- branches/jikesRVM/cli/ branches/jikesRVM/cli/.classpath branches/jikesRVM/cli/.project branches/jikesRVM/cli/build-tests.xml branches/jikesRVM/cli/build.xml branches/jikesRVM/cli/cli.iml branches/jikesRVM/cli/coreutils/ branches/jikesRVM/cli/coreutils/descriptors/ branches/jikesRVM/cli/coreutils/src/ branches/jikesRVM/cli/coreutils/src/commands/ branches/jikesRVM/cli/coreutils/src/commands/org/ branches/jikesRVM/cli/coreutils/src/commands/org/jnode/ branches/jikesRVM/cli/coreutils/src/commands/org/jnode/command/ branches/jikesRVM/cli/coreutils/src/commands/org/jnode/command/net/ branches/jikesRVM/cli/descriptors/ branches/jikesRVM/cli/descriptors/org.apache.tools.archive.xml branches/jikesRVM/cli/descriptors/org.jnode.command.archive.xml branches/jikesRVM/cli/descriptors/org.jnode.command.argument.xml branches/jikesRVM/cli/descriptors/org.jnode.command.common.xml branches/jikesRVM/cli/descriptors/org.jnode.command.dev.ant.xml branches/jikesRVM/cli/descriptors/org.jnode.command.dev.xml branches/jikesRVM/cli/descriptors/org.jnode.command.file.xml branches/jikesRVM/cli/descriptors/org.jnode.command.net.xml branches/jikesRVM/cli/descriptors/org.jnode.command.system.xml branches/jikesRVM/cli/descriptors/org.jnode.command.util.xml branches/jikesRVM/cli/src/ branches/jikesRVM/cli/src/commands/ branches/jikesRVM/cli/src/commands/org/ branches/jikesRVM/cli/src/commands/org/jnode/ branches/jikesRVM/cli/src/commands/org/jnode/command/ branches/jikesRVM/cli/src/commands/org/jnode/command/archive/ branches/jikesRVM/cli/src/commands/org/jnode/command/archive/ArchiveCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/archive/BUnzipCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/archive/BZCatCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/archive/BZip.java branches/jikesRVM/cli/src/commands/org/jnode/command/archive/BZipCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/archive/GUnzipCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/archive/GZip.java branches/jikesRVM/cli/src/commands/org/jnode/command/archive/GZipCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/archive/TarCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/archive/UnzipCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/archive/ZCatCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/archive/Zip.java branches/jikesRVM/cli/src/commands/org/jnode/command/archive/ZipCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/argument/ branches/jikesRVM/cli/src/commands/org/jnode/command/argument/NumberListArgument.java branches/jikesRVM/cli/src/commands/org/jnode/command/common/ branches/jikesRVM/cli/src/commands/org/jnode/command/common/BasenameCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/common/DateCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/common/DirnameCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/common/EchoCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/common/EnvCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/common/ExitCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/common/ExprCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/common/FalseCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/common/HelpCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/common/HistoryCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/common/SleepCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/common/TimeCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/common/TrueCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/common/UnixTestCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/common/UptimeCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/dev/ branches/jikesRVM/cli/src/commands/org/jnode/command/dev/CompileCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/dev/DebugCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/dev/DefaultCompilerCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/dev/DisassembleCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/dev/RemoteOutputCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/dev/ant/ branches/jikesRVM/cli/src/commands/org/jnode/command/dev/ant/AntCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/file/ branches/jikesRVM/cli/src/commands/org/jnode/command/file/CatCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/file/CdCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/file/CpCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/file/CutCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/file/DFCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/file/DeleteCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/file/DirCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/file/DuCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/file/FindCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/file/GrepCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/file/HeadCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/file/HexdumpCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/file/Md5SumCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/file/MkdirCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/file/PasteCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/file/PwdCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/file/SortCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/file/TailCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/file/TeeCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/file/TouchCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/file/WcCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/net/ branches/jikesRVM/cli/src/commands/org/jnode/command/net/ArpCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/net/BootpCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/net/DhcpCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/net/IfconfigCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/net/NetstatCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/net/PingCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/net/ResolverCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/net/RouteCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/net/RpcInfoCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/net/TcpInoutCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/net/TftpCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/net/WLanCtlCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/net/WgetCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/system/ branches/jikesRVM/cli/src/commands/org/jnode/command/system/AliasCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/system/BindKeysCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/system/ClassCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/system/ClasspathCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/system/CpuIDCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/system/GcCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/system/HaltCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/system/IsolateCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/system/JavaCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/system/KdbCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/system/KillCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/system/LoadkeysCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/system/LocaleCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/system/Log4jCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/system/LsIRQCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/system/MemoryCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/system/NamespaceCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/system/OnHeapCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/system/PageCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/system/PluginCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/system/PrintEnvCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/system/RebootCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/system/RunCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/system/SetCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/system/SyntaxCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/system/TerminateCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/system/ThreadCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/system/VmInfoCommand.java branches/jikesRVM/cli/src/commands/org/jnode/command/util/ branches/jikesRVM/cli/src/commands/org/jnode/command/util/AbstractDirectoryWalker.java branches/jikesRVM/cli/src/commands/org/jnode/command/util/IOUtils.java branches/jikesRVM/cli/src/commands/org/jnode/command/util/NumberRange.java branches/jikesRVM/cli/src/test/ branches/jikesRVM/cli/src/test/org/ branches/jikesRVM/cli/src/test/org/jnode/ branches/jikesRVM/cli/src/test/org/jnode/test/ branches/jikesRVM/cli/src/test/org/jnode/test/command/ branches/jikesRVM/cli/src/test/org/jnode/test/command/all-tests.xml branches/jikesRVM/cli/src/test/org/jnode/test/command/argument/ branches/jikesRVM/cli/src/test/org/jnode/test/command/argument/all-argument-tests.xml branches/jikesRVM/cli/src/test/org/jnode/test/command/common/ branches/jikesRVM/cli/src/test/org/jnode/test/command/common/all-common-tests.xml branches/jikesRVM/cli/src/test/org/jnode/test/command/common/basename-command-tests.xml branches/jikesRVM/cli/src/test/org/jnode/test/command/common/dirname-command-tests.xml branches/jikesRVM/cli/src/test/org/jnode/test/command/common/posix-command-tests.xml branches/jikesRVM/cli/src/test/org/jnode/test/command/file/ branches/jikesRVM/cli/src/test/org/jnode/test/command/file/all-file-tests.xml branches/jikesRVM/cli/src/test/org/jnode/test/command/file/cat-command-tests.xml branches/jikesRVM/cli/src/test/org/jnode/test/command/file/cut-command-tests.xml branches/jikesRVM/cli/src/test/org/jnode/test/command/file/grep-command-tests.xml branches/jikesRVM/cli/src/test/org/jnode/test/command/file/grep-context-tests.xml branches/jikesRVM/cli/src/test/org/jnode/test/command/file/head-command-tests.xml branches/jikesRVM/cli/src/test/org/jnode/test/command/file/paste-command-tests.xml branches/jikesRVM/cli/src/test/org/jnode/test/command/file/sort-command-tests.xml branches/jikesRVM/cli/src/test/org/jnode/test/command/file/tail-command-tests.xml branches/jikesRVM/cli/src/test/org/jnode/test/command/file/tee-command-tests.xml branches/jikesRVM/cli/src/test/org/jnode/test/command/file/wc-command-tests.xml Added: branches/jikesRVM/cli/.classpath =================================================================== --- branches/jikesRVM/cli/.classpath (rev 0) +++ branches/jikesRVM/cli/.classpath 2009-09-09 15:23:20 UTC (rev 5667) @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src/commands"/> + <classpathentry kind="src" path="src/test"/> + <classpathentry combineaccessrules="false" kind="src" path="/shell"/> + <classpathentry combineaccessrules="false" kind="src" path="/core"/> + <classpathentry combineaccessrules="false" kind="src" path="/net"/> + <classpathentry combineaccessrules="false" kind="src" path="/fs"/> + <classpathentry kind="lib" path="/all/lib/classlib.jar" sourcepath="/all/lib/classlib-src.jar"/> + <classpathentry kind="output" path="build/classes"/> +</classpath> Added: branches/jikesRVM/cli/.project =================================================================== --- branches/jikesRVM/cli/.project (rev 0) +++ branches/jikesRVM/cli/.project 2009-09-09 15:23:20 UTC (rev 5667) @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>cli</name> + <comment></comment> + <projects> + <project>core</project> + <project>shell</project> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + </natures> +</projectDescription> Added: branches/jikesRVM/cli/build-tests.xml =================================================================== --- branches/jikesRVM/cli/build-tests.xml (rev 0) +++ branches/jikesRVM/cli/build-tests.xml 2009-09-09 15:23:20 UTC (rev 5667) @@ -0,0 +1,56 @@ +<project name="JNode-CLI-Tests" default="all" basedir="."> + + <import file="${basedir}/../all/build.xml"/> + + <target name="help" description="output target descriptions"> + <echo> +The main targets (tests) for this build are as follows: +all Runs all tests for the 'cli' project +all-junit Runs all JUnit tests for the 'cli' project +blackbox-common Runs all blackbox tests in the 'common' package of the 'cli' project +blackbox-file Runs all blackbox tests in the 'file' package of the 'cli' project +all-blackbox Runs all blackbox tests for the 'cli' project +help Output these messages + </echo> + </target> + + <target name="all-junit"> + <delete dir="${basedir}/reports/junit"/> + <mkdir dir="${basedir}/reports/junit"/> + <junit showoutput="on" printsummary="on" fork="on"> + <classpath refid="cp-test"/> + <test name="org.jnode.test.cli.CLITestSuite" todir="${basedir}/reports/junit"/> + </junit> + </target> + + <target name="blackbox-common"> + <java classpathref="cp-test" classname="org.jnode.test.shell.harness.TestHarness"> + <arg value="-E"/> + <arg value="-s"/> + <arg value="${root.dir}"/> + <arg value="${basedir}/src/test/org/jnode/test/command/common/all-common-tests.xml"/> + </java> + </target> + + <target name="blackbox-file"> + <java classpathref="cp-test" classname="org.jnode.test.shell.harness.TestHarness"> + <arg value="-E"/> + <arg value="-s"/> + <arg value="${root.dir}"/> + <arg value="${basedir}/src/test/org/jnode/test/command/file/all-file-tests.xml"/> + </java> + </target> + + <target name="all-blackbox"> + <java classpathref="cp-test" classname="org.jnode.test.shell.harness.TestHarness"> + <arg value="-E"/> + <arg value="-s"/> + <arg value="${root.dir}"/> + <arg value="${basedir}/src/test/org/jnode/test/command/all-tests.xml"/> + </java> + </target> + + <target name="all" depends="all-junit,all-blackbox"/> +</project> + + Added: branches/jikesRVM/cli/build.xml =================================================================== --- branches/jikesRVM/cli/build.xml (rev 0) +++ branches/jikesRVM/cli/build.xml 2009-09-09 15:23:20 UTC (rev 5667) @@ -0,0 +1,45 @@ +<project name="JNode-CoreUtils" default="all" basedir="."> + + <typedef file="${basedir}/../all/lib/jnode.xml"/> + + <property name="my-build.dir" value="${basedir}/build"/> + <property name="my-classes.dir" value="${my-build.dir}/classes"/> + <property name="my-src.dir" value="${basedir}/src"/> + <property name="my.jar" value="${jnode-cli.jar}"/> + <property name="my-report.dir" value="${my-build.dir}/report"/> + +<!-- Subproject specific classpath --> + <path id="my-cp"> + <pathelement location="${jnode-core.jar}"/> + <pathelement location="${jnode-fs.jar}"/> + <pathelement location="${jnode-shell.jar}"/> + <pathelement location="${jnode-net.jar}"/> + <path refid="cp"/> + </path> + +<!-- Initialize subproject directories --> + <target name="prepare"> + <mkdir dir="${my-classes.dir}"/> + <jnode.copy-descriptors/> + <copy todir="${my-classes.dir}"> + <fileset dir="${my-src.dir}/commands" excludes="**/*.java,**/package.html"/> + <fileset dir="${my-src.dir}/test" excludes="**/*.java,**/package.html"/> + </copy> + </target> + +<!-- Compile subproject --> + <target name="compile" depends="prepare"> + <jnode.compile> + <src path="${my-src.dir}/commands"/> + <classpath refid="my-cp"/> + </jnode.compile> + </target> + + <target name="assemble" depends="compile"/> + + <target name="all" depends="assemble"/> + + <target name="clean"> + <jnode.clean/> + </target> +</project> Added: branches/jikesRVM/cli/cli.iml =================================================================== --- branches/jikesRVM/cli/cli.iml (rev 0) +++ branches/jikesRVM/cli/cli.iml 2009-09-09 15:23:20 UTC (rev 5667) @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="UTF-8"?> +<module relativePaths="true" type="JAVA_MODULE" version="4"> + <component name="NewModuleRootManager" inherit-compiler-output="false"> + <output url="file://$MODULE_DIR$/build/classes" /> + <exclude-output /> + <content url="file://$MODULE_DIR$"> + <sourceFolder url="file://$MODULE_DIR$/src/commands" isTestSource="false" /> + </content> + <orderEntry type="inheritedJdk" /> + <orderEntry type="sourceFolder" forTests="false" /> + <orderEntry type="module" module-name="shell" /> + <orderEntry type="module" module-name="core" /> + <orderEntry type="module" module-name="net" /> + <orderEntry type="module-library"> + <library> + <CLASSES> + <root url="jar://$MODULE_DIR$/../core/lib/log4j-1.2.8.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES /> + </library> + </orderEntry> + <orderEntry type="module-library"> + <library> + <CLASSES> + <root url="jar://$MODULE_DIR$/../net/lib/oncrpc.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES /> + </library> + </orderEntry> + <orderEntry type="module" module-name="fs" /> + </component> +</module> + Added: branches/jikesRVM/cli/descriptors/org.apache.tools.archive.xml =================================================================== --- branches/jikesRVM/cli/descriptors/org.apache.tools.archive.xml (rev 0) +++ branches/jikesRVM/cli/descriptors/org.apache.tools.archive.xml 2009-09-09 15:23:20 UTC (rev 5667) @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plugin SYSTEM "jnode.dtd"> + +<plugin id="org.apache.tools.archive" + name="Ant archive tools" + version="1.7.1" + provider-name="Apache Ant" + provider-url="http://ant.apache.org" + license-name="apache2.0"> + + <runtime> + <library name="ant.jar"> + <export name="org.apache.tools.tar.*" /> + <export name="org.apache.tools.zip.*" /> + <export name="org.apache.tools.bzip2.*" /> + </library> + </runtime> + + <extension point="org.jnode.security.permissions"> + <permission class="java.io.FilePermission" name="<<ALL FILES>>" actions="read,write"/> + <permission class="java.lang.RuntimePermission" name="readFileDescriptor"/> + <permission class="java.lang.RuntimePermission" name="writeFileDescriptor"/> + <permission class="java.util.PropertyPermission" name="*" actions="read,write"/> + </extension> +</plugin> Added: branches/jikesRVM/cli/descriptors/org.jnode.command.archive.xml =================================================================== --- branches/jikesRVM/cli/descriptors/org.jnode.command.archive.xml (rev 0) +++ branches/jikesRVM/cli/descriptors/org.jnode.command.archive.xml 2009-09-09 15:23:20 UTC (rev 5667) @@ -0,0 +1,283 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plugin SYSTEM "jnode.dtd"> + +<plugin id="org.jnode.command.archive" + name="JNode archive commands" + version="@VERSION@" + provider-name="@PROVIDER@" + license-name="lgpl"> + + <requires> + <import plugin="org.apache.tools.archive" /> + <import plugin="org.jnode.shell" /> + <import plugin="org.jnode.shell.syntax" /> + <import plugin="org.jnode.command.util" /> + </requires> + + <runtime> + <library name="jnode-cli.jar"> + <export name="org.jnode.command.archive.*" /> + </library> + </runtime> + + <extension point="org.jnode.shell.aliases"> + <alias name="bzip2" class="org.jnode.command.archive.BZipCommand" /> + <alias name="bunzip2" class="org.jnode.command.archive.BUnzipCommand" /> + <alias name="bzcat" class="org.jnode.command.archive.BZCatCommand" /> + <alias name="gzip" class="org.jnode.command.archive.GZipCommand" /> + <alias name="gunzip" class="org.jnode.command.archive.GUnzipCommand" /> + <alias name="tar" class="org.jnode.command.archive.TarCommand" /> + <alias name="unzip" class="org.jnode.command.archive.UnzipCommand" /> + <alias name="zcat" class="org.jnode.command.archive.ZCatCommand" /> + <alias name="zip" class="org.jnode.command.archive.ZipCommand" /> + </extension> + + <extension point="org.jnode.shell.syntaxes"> + <syntax alias="bunzip2"> + <empty description="decompress stdin to stdout" /> + <sequence description="decompress files"> + <optionSet> + <!-- BZip --> + <option argLabel="compress" shortName="z" longName="compress"/> + <option argLabel="decompress" shortName="d" longName="decompress"/> + <option argLabel="test" shortName="t" longName="test" /> + <option argLabel="keep" shortName="k" longName="keep" /> + <option argLabel="small" shortName="s" longName="small" /> + <!-- ArchiveCommand --> + <option argLabel="stdout" shortName="c" longName="stdout" /> + <option argLabel="force" shortName="f" longName="force" /> + <option argLabel="verbose" shortName="v" longName="verbose" /> + <option argLabel="quiet" shortName="q" longName="quiet" /> + <option argLabel="debug" longName="debug" /> + </optionSet> + <repeat> + <argument argLabel="files" /> + </repeat> + </sequence> + </syntax> + <syntax alias="bzcat"> + <empty description="decompress stdin to stdout" /> + <sequence description="decompress files to stdout"> + <optionSet> + <option argLabel="small" shortName="s" longName="small" /> + </optionSet> + <repeat> + <argument argLabel="files" /> + </repeat> + </sequence> + </syntax> + <syntax alias="bzip2"> + <empty description="compress stdin to stdout" /> + <sequence description="compress files"> + <optionSet> + <!-- BZipCommand --> + <option argLabel="c1" shortName="1" longName="fast" /> + <option argLabel="c2" shortName="2" /> + <option argLabel="c3" shortName="3" /> + <option argLabel="c4" shortName="4" /> + <option argLabel="c5" shortName="5" /> + <option argLabel="c6" shortName="6" /> + <option argLabel="c7" shortName="7" /> + <option argLabel="c8" shortName="8" /> + <option argLabel="c9" shortName="9" longName="best" /> + <!-- BZip --> + <option argLabel="decompress" shortName="d" longName="decompress" /> + <option argLabel="compress" shortName="z" longName="compress" /> + <option argLabel="test" shortName="t" longName="test" /> + <option argLabel="keep" shortName="k" longName="keep" /> + <option argLabel="small" shortName="s" longName="small" /> + <!-- ArchiveCommand --> + <option argLabel="stdout" shortName="c" longName="stdout" /> + <option argLabel="force" shortName="f" longName="force" /> + <option argLabel="verbose" shortName="v" longName="verbose" /> + <option argLabel="quiet" shortName="q" longName="quiet" /> + <option argLabel="debug" longName="debug" /> + </optionSet> + <repeat> + <argument argLabel="files" /> + </repeat> + </sequence> + </syntax> + <syntax alias="gunzip"> + <empty description="decompress standard input to standard output" /> + <sequence description="decompress files"> + <optionSet> + <!-- GZip --> + <option argLabel="test" shortName="t" longName="test" /> + <option argLabel="list" shortName="l" longName="list" /> + <option argLabel="recurse" shortName="r" longName="recursive" /> + <option argLabel="noname" shortName="n" longName="no-name" /> + <option argLabel="name" shortName="N" longName="name" /> + <!-- ArchiveCommand --> + <option argLabel="stdout" shortName="c" longName="stdout" /> + <option argLabel="force" shortName="f" longName="force" /> + <option argLabel="quiet" shortName="q" longName="quiet" /> + <option argLabel="verbose" shortName="v" longName="verbose" /> + <option argLabel="debug" longName="debug" /> + </optionSet> + <optional eager="true"> + <option argLabel="suffix" shortName="S" longName="suffix" /> + </optional> + <repeat minCount="1"> + <argument argLabel="files" /> + </repeat> + </sequence> + </syntax> + <syntax alias="gzip"> + <empty description="compress standard input to standard output" /> + <sequence description="compress files"> + <optionSet> + <!-- GZipCommand --> + <option argLabel="c1" shortName="1" longName="fast" /> + <option argLabel="c9" shortName="9" longName="best" /> + <option argLabel="decompress" shortName="d" longName="decompress" /> + <!-- GZip --> + <option argLabel="test" shortName="t" longName="test" /> + <option argLabel="list" shortName="l" longName="list" /> + <option argLabel="recurse" shortName="r" longName="recursive" /> + <option argLabel="noname" shortName="n" longName="no-name" /> + <option argLabel="name" shortName="N" longName="name" /> + <!-- ArchiveCommand --> + <option argLabel="stdout" shortName="c" longName="stdout" /> + <option argLabel="force" shortName="f" longName="force" /> + <option argLabel="quiet" shortName="q" longName="quiet" /> + <option argLabel="verbose" shortName="v" longName="verbose" /> + <option argLabel="debug" longName="debug" /> + </optionSet> + <optional eager="true"> + <option argLabel="suffix" shortName="S" longName="suffix" /> + </optional> + <repeat minCount="1"> + <argument argLabel="files" /> + </repeat> + </sequence> + </syntax> + <syntax alias="tar"> + <sequence> + <optionSet description="tar options"> + <!-- Tar Operations --> + <option argLabel="doAppend" shortName="r" longName="append" /> + <option argLabel="doCreate" shortName="c" longName="create" /> + <option argLabel="doConcat" shortName="A" longName="concatenate" /> + <option argLabel="doDiff" shortName="d" longName="diff" /> + <option argLabel="doExtract" shortName="x" longName="extract" /> + <option argLabel="doList" shortName="t" longName="list" /> + <option argLabel="doUpdate" shortName="u" longName="update" /> + <option argLabel="doDelete" longName="delete" /> + <!-- Tar Global Options --> + <option argLabel="archive" shortName="f" longName="file" /> + <option argLabel="bzip" shortName="j" longName="bzip2" /> + <option argLabel="fileList" shortName="T" longName="files-from"/> + <option argLabel="gzip" shortName="z" longName="gzip" /> + <option argLabel="interact" shortName="w" longName="interactive" /> + <option argLabel="keep_old" shortName="k" longName="keep-old-files" /> + <option argLabel="verify" shortName="W" longName="verify" /> + <option argLabel="xfile" shortName="X" longName="exclude-from"/> + <option argLabel="backup" longName="backup" /> + <option argLabel="keep_new" longName="keep-newer-files" /> + <option argLabel="removeFiles" longName="remove-files" /> + <option argLabel="showTotals" longName="totals" /> + <option argLabel="suffix" longName="suffix" /> + <option argLabel="unlink" longName="unlink" /> + <!-- Tar Path Parser Options --> + <option argLabel="dir" shortName="C" longName="directory" /> + <option argLabel="exclude" longName="exclude" label="pattern" /> + <option argLabel="noRecurse" longName="no-recursion" /> + <option argLabel="recurse" longName="recursion" /> + <!-- ArchiveCommand --> + <option argLabel="verbose" shortName="v" longName="verbose" /> + <option argLabel="stdout" shortName="O" longName="to-stdout" /> + <option argLabel="debug" longName="debug" /> + <!-- + <option argLabel="minDate" shortName="N" longName="newer" /> + <option argLabel="minMTime" longName="newer-mtime" /> + --> + </optionSet> + <repeat> + <argument argLabel="paths"/> + </repeat> + </sequence> + </syntax> + <syntax alias="unzip"> + <sequence> + <optionSet> + <!-- UnzipCommand --> + <option argLabel="backup" shortName="B"/> + <option argLabel="ignore-case" shortName="C"/> + <option argLabel="keep" shortName="n"/> + <option argLabel="overwrite" shortName="o"/> + <!-- Zip --> + <option argLabel="no-path" shortName="j"/> + <!-- Zip Operations --> + <option argLabel="freshen" shortName="f"/> + <option argLabel="list" shortName="l"/> + <option argLabel="test" shortName="t"/> + <option argLabel="update" shortName="u"/> + <!-- ArchiveCommand --> + <option argLabel="stdout" shortName="p"/> + <option argLabel="verbose" shortName="v"/> + <option argLabel="quiet" shortName="q"/> + <option argLabel="debug" longName="debug"/> + </optionSet> + <argument argLabel="archive"/> + <repeat> + <argument argLabel="patterns"/> + </repeat> + <!-- TODO + <repeat> + <option argLabel="exclude" shortName="x"/> + </repeat> + <optional> + <option argLabel="extract-dir" shortName="d"/> + </optional> + --> + </sequence> + </syntax> + <syntax alias="zcat"> + <empty description="decompress standard input to standard output" /> + <repeat minCount="1"> + <argument argLabel="files" /> + </repeat> + </syntax> + <syntax alias="zip"> + <sequence> + <optionSet> + <!-- ZipCommand --> + <option argLabel="files-stdin" shortName="@"/> + <option argLabel="tmp-dir" shortName="b"/> + <option argLabel="no-dirs" shortName="D"/> + <option argLabel="no-compress" shortName="n"/> + <option argLabel="recurse" shortName="r"/> + <!--<option argLabel="recurse-cd" shortName="R"/>--> + <option argLabel="newer" shortName="t"/> + <option argLabel="older" longName="tt"/> + <!-- Zip --> + <option argLabel="no-path" shortName="j"/> + <!-- Zip Operations --> + <option argLabel="delete" shortName="d"/> + <option argLabel="freshen" shortName="f"/> + <option argLabel="move" shortName="m"/> + <option argLabel="update" shortName="u"/> + <!-- ArchiveCommand --> + <option argLabel="quiet" shortName="q"/> + <option argLabel="verbose" shortName="v"/> + <option argLabel="debug" longName="debug"/> + </optionSet> + <argument argLabel="archive"/> + <repeat> + <alternatives> + <option argLabel="exclude" shortName="x"/> + <option argLabel="include" shortName="i"/> + <argument argLabel="patterns"/> + </alternatives> + </repeat> + </sequence> + </syntax> + </extension> + + <extension point="org.jnode.security.permissions"> + <permission class="java.io.FilePermission" name="<<ALL FILES>>" actions="read,write,delete"/> + <permission class="java.util.PropertyPermission" name="user.dir" actions="read,write"/> + <permission class="java.util.PropertyPermission" name="*" actions="read,write"/> + </extension> +</plugin> Added: branches/jikesRVM/cli/descriptors/org.jnode.command.argument.xml =================================================================== --- branches/jikesRVM/cli/descriptors/org.jnode.command.argument.xml (rev 0) +++ branches/jikesRVM/cli/descriptors/org.jnode.command.argument.xml 2009-09-09 15:23:20 UTC (rev 5667) @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plugin SYSTEM "jnode.dtd"> + +<plugin id="org.jnode.command.argument" + name="JNode command arguments" + version="@VERSION@" + provider-name="@PROVIDER@" + license-name="lgpl"> + + <requires> + <import plugin="org.jnode.shell.syntax"/> + <import plugin="org.jnode.command.util"/> + </requires> + + <runtime> + <library name="jnode-cli.jar"> + <export name="org.jnode.command.argument.*"/> + </library> + </runtime> +</plugin> Added: branches/jikesRVM/cli/descriptors/org.jnode.command.common.xml =================================================================== --- branches/jikesRVM/cli/descriptors/org.jnode.command.common.xml (rev 0) +++ branches/jikesRVM/cli/descriptors/org.jnode.command.common.xml 2009-09-09 15:23:20 UTC (rev 5667) @@ -0,0 +1,107 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plugin SYSTEM "jnode.dtd"> + +<plugin id="org.jnode.command.common" + name="JNode common commands" + version="@VERSION@" + provider-name="@PROVIDER@" + license-name="lgpl"> + + <requires> + <import plugin="org.jnode.driver.console"/> + <import plugin="org.jnode.shell"/> + <import plugin="org.jnode.shell.help"/> + <import plugin="org.jnode.shell.syntax"/> + </requires> + + <runtime> + <library name="jnode-cli.jar"> + <export name="org.jnode.command.common.*"/> + </library> + </runtime> + + <extension point="org.jnode.shell.aliases"> + <alias name="basename" class="org.jnode.command.common.BasenameCommand"/> + <alias name="date" class="org.jnode.command.common.DateCommand"/> + <alias name="dirname" class="org.jnode.command.common.DirnameCommand"/> + <alias name="echo" class="org.jnode.command.common.EchoCommand"/> + <alias name="env" class="org.jnode.command.common.EnvCommand"/> + <alias name="exit" class="org.jnode.command.common.ExitCommand"/> + <alias name="expr" class="org.jnode.command.common.ExprCommand"/> + <alias name="false" class="org.jnode.command.common.FalseCommand"/> + <alias name="help" class="org.jnode.command.common.HelpCommand"/> + <alias name="history" class="org.jnode.command.common.HistoryCommand"/> + <alias name="man" class="org.jnode.command.common.HelpCommand"/> + <alias name="sleep" class="org.jnode.command.common.SleepCommand"/> + <alias name="test" class="org.jnode.command.common.UnixTestCommand"/> + <!-- is not getting FilePermission read --> + <alias name="time" class="org.jnode.command.common.TimeCommand"/> + <alias name="true" class="org.jnode.command.common.TrueCommand"/> + <alias name="uptime" class="org.jnode.command.common.UptimeCommand"/> + <alias name="[" class="org.jnode.command.common.UnixTestCommand"/> + </extension> + + <extension point="org.jnode.shell.syntaxes"> + <syntax alias="basename"> + <sequence description="strip the directory prefix from a filename, as well as an option suffix"> + <argument argLabel="name" /> + <optional><argument argLabel="suffix"/></optional> + </sequence> + </syntax> + <syntax alias="date" description="Print the current date"/> + <syntax alias="dirname"> + <argument argLabel="name"/> + </syntax> + <syntax alias="echo" description="Print the arguments"> + <repeat> + <argument argLabel="text"/> + </repeat> + </syntax> + <syntax alias="env"> + <empty description="Print the system properties"/> + <option argLabel="env" shortName="e" longName="env" + description="Print the system environment variables"/> + <option argLabel="shell" shortName="s" longName="shell" + description="Print the current shell properties"/> + </syntax> + <syntax alias="exit" description="Exit the current shell"/> + <syntax alias="false"> + <empty description="Set a non-zero return code"/> + </syntax> + <syntax alias="help"> + <empty description="Print help about 'help'"/> + <argument argLabel="alias" description="Print help about a command alias or class"/> + </syntax> + <syntax alias="history"> + <empty description="List history entries"/> + <sequence description="Run a history command"> + <alternatives><empty/><option argLabel="test" shortName="t" longName="test"/></alternatives> + <alternatives> + <argument argLabel="index"/> + <argument argLabel="prefix"/> + </alternatives> + </sequence> + </syntax> + <syntax alias="man"> + <empty description="Print help about 'man'"/> + <argument argLabel="alias" description="Print help about a command alias or class"/> + </syntax> + <syntax alias="sleep" description="Sleep for a given number of seconds"> + <argument argLabel="seconds"/> + </syntax> + <syntax alias="time" description="Measures command execution time"> + <sequence> + <argument argLabel="alias"/> + <repeat><argument argLabel="args"/></repeat> + </sequence> + </syntax> + <syntax alias="true"> + <empty description="Set a zero return code"/> + </syntax> + </extension> + + <extension point="org.jnode.security.permissions"> + <permission class="java.io.FilePermission" name="<<ALL FILES>>" actions="read"/> + <permission class="java.util.PropertyPermission" name="*" actions="read,write"/> + </extension> +</plugin> Added: branches/jikesRVM/cli/descriptors/org.jnode.command.dev.ant.xml =================================================================== --- branches/jikesRVM/cli/descriptors/org.jnode.command.dev.ant.xml (rev 0) +++ branches/jikesRVM/cli/descriptors/org.jnode.command.dev.ant.xml 2009-09-09 15:23:20 UTC (rev 5667) @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plugin SYSTEM "jnode.dtd"> + +<plugin id="org.jnode.command.dev.ant" + name="JNode Ant Commands" + version="@VERSION@" + license-name="lgpl" + provider-name="JNode.org"> + + <requires> + <import plugin="org.jnode.shell.help"/> + <import plugin="org.apache.tools.ant"/> + <import plugin="org.apache.tools.ant-launcher"/> + </requires> + + <runtime> + <library name="jnode-cli.jar"> + <export name="org.jnode.command.dev.ant.*"/> + </library> + </runtime> + + <extension point="org.jnode.shell.aliases"> + <alias name="ant" class="org.jnode.command.dev.ant.AntCommand"/> + </extension> + + <extension point="org.jnode.security.permissions"> + <permission class="java.io.FilePermission" name="<<ALL FILES>>" actions="read,write"/> + <permission class="java.lang.RuntimePermission" name="setSecurityManager" actions="*" /> + <permission class="java.lang.RuntimePermission" name="createClassLoader" actions="*" /> + <permission class="java.lang.RuntimePermission" name="setIO" actions="*" /> + <permission class="java.lang.RuntimePermission" name="exitVM" actions="*" /> + <permission class="org.jnode.security.JNodePermission" name="getVmClass" actions="*" /> + <permission class="java.util.PropertyPermission" name="*" actions="read,write"/> + </extension> + +</plugin> Added: branches/jikesRVM/cli/descriptors/org.jnode.command.dev.xml =================================================================== --- branches/jikesRVM/cli/descriptors/org.jnode.command.dev.xml (rev 0) +++ branches/jikesRVM/cli/descriptors/org.jnode.command.dev.xml 2009-09-09 15:23:20 UTC (rev 5667) @@ -0,0 +1,77 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plugin SYSTEM "jnode.dtd"> + +<plugin id="org.jnode.command.dev" + name="JNode developer commands" + version="@VERSION@" + provider-name="@PROVIDER@" + license-name="lgpl"> + + <requires> + <import plugin="org.jnode.debug"/> + <import plugin="org.classpath.ext.jdwp"/> + <import plugin="org.jnode.shell.syntax"/> + </requires> + + <runtime> + <library name="jnode-cli.jar"> + <export name="org.jnode.command.dev.*"/> + </library> + </runtime> + + <extension point="org.jnode.shell.aliases"> + <alias name="compile" class="org.jnode.command.dev.CompileCommand"/> + <alias name="debug" class="org.jnode.command.dev.DebugCommand"/> + <alias name="defaultCompiler" class="org.jnode.command.dev.DefaultCompilerCommand"/> + <alias name="disasm" class="org.jnode.command.dev.DisassembleCommand"/> + <alias name="netout" class="org.jnode.command.dev.RemoteOutputCommand"/> + </extension> + + <extension point="org.jnode.shell.syntaxes"> + <syntax alias="compile" description="Compile a class to native code"> + <sequence> + <optionSet> + <option argLabel="test" longName="test"/> + <option argLabel="level" longName="level"/> + </optionSet> + <argument argLabel="className"/> + </sequence> + </syntax> + <syntax alias="defaultCompiler" description="Set the default native compiler optimization level"> + <option argLabel="level" longName="level"/> + </syntax> + <syntax alias="disasm" description="Disassemble a native code class"> + <sequence> + <optionSet> + <option argLabel="test" longName="test"/> + <option argLabel="level" longName="level"/> + </optionSet> + <argument argLabel="className"/> + <optional> + <argument argLabel="methodName"/> + </optional> + </sequence> + </syntax> + <syntax alias="debug"> + <optional description="Run a JDWP listener to enable remote debugging"> + <option argLabel="port" shortName="p"/> + </optional> + </syntax> + <syntax alias="remoteout"> + <optionSet description="Redirect output and logging to a remote receiver"> + <option argLabel="host" shortName="h" longName="host"/> + <option argLabel="port" shortName="p" longName="port"/> + <option argLabel="udp" shortName="u" longName="udp"/> + </optionSet> + </syntax> + </extension> + + <extension point="org.jnode.security.permissions"> + <permission class="java.io.FilePermission" name="<<ALL FILES>>" actions="read,write"/> + <permission class="java.lang.RuntimePermission" name="modifyThreadGroup"/> + <permission class="java.lang.RuntimePermission" name="setIO"/> + <permission class="java.lang.RuntimePermission" name="exitVM"/> + <permission class="java.net.SocketPermission" name="*:1-" actions="resolve,listen,connect"/> + <permission class="java.util.PropertyPermission" name="*" actions="read,write"/> + </extension> +</plugin> Added: branches/jikesRVM/cli/descriptors/org.jnode.command.file.xml =================================================================== --- branches/jikesRVM/cli/descriptors/org.jnode.command.file.xml (rev 0) +++ branches/jikesRVM/cli/descriptors/org.jnode.command.file.xml 2009-09-09 15:23:20 UTC (rev 5667) @@ -0,0 +1,400 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plugin SYSTEM "jnode.dtd"> + +<plugin id="org.jnode.command.file" + name="JNode file commands" + version="@VERSION@" + provider-name="@PROVIDER@" + license-name="lgpl"> + + <requires> + <import plugin="org.jnode.command.argument"/> + <import plugin="org.jnode.command.util"/> + <import plugin="org.jnode.driver"/> + <import plugin="org.jnode.fs"/> + <import plugin="org.jnode.fs.service"/> + <import plugin="org.jnode.shell.syntax"/> + <import plugin="org.jnode.util"/> + </requires> + + <runtime> + <library name="jnode-cli.jar"> + <export name="org.jnode.command.file.*"/> + </library> + </runtime> + + <extension point="org.jnode.shell.aliases"> + <alias name="cat" class="org.jnode.command.file.CatCommand"/> + <alias name="cd" class="org.jnode.command.file.CdCommand" internal="yes"/> + <alias name="cp" class="org.jnode.command.file.CpCommand"/> + <alias name="cut" class="org.jnode.command.file.CutCommand"/> + <alias name="del" class="org.jnode.command.file.DeleteCommand"/> + <alias name="df" class="org.jnode.command.file.DFCommand"/> + <alias name="dir" class="org.jnode.command.file.DirCommand"/> + <alias name="du" class="org.jnode.command.file.DuCommand"/> + <alias name="find" class="org.jnode.command.file.FindCommand"/> + <alias name="grep" class="org.jnode.command.file.GrepCommand"/> + <alias name="head" class="org.jnode.command.file.HeadCommand"/> + <alias name="hexdump" class="org.jnode.command.file.HexdumpCommand"/> + <alias name="ls" class="org.jnode.command.file.DirCommand"/> + <alias name="md5sum" class="org.jnode.command.file.Md5SumCommand"/> + <alias name="mkdir" class="org.jnode.command.file.MkdirCommand"/> + <alias name="paste" class="org.jnode.command.file.PasteCommand"/> + <alias name="pwd" class="org.jnode.command.file.PwdCommand"/> + <alias name="rm" class="org.jnode.command.file.DeleteCommand"/> + <alias name="sort" class="org.jnode.command.file.SortCommand"/> + <alias name="tail" class="org.jnode.command.file.TailCommand"/> + <alias name="tee" class="org.jnode.command.file.TeeCommand"/> + <alias name="touch" class="org.jnode.command.file.TouchCommand"/> + <alias name="wc" class="org.jnode.command.file.WcCommand"/> + </extension> + + <extension point="org.jnode.shell.syntaxes"> + <syntax alias="cat"> + <empty description="copy standard input to standard output"/> + <sequence description="concatenate files to standard output"> + <optionSet> + <option argLabel="num-nonblank" shortName="b" longName="number-nonblank"/> + <option argLabel="num" shortName="n" longName="number"/> + <option argLabel="squeeze" shortName="s" longName="sqeeze-blank"/> + <option argLabel="show-ends" shortName="E" longName="show-ends"/> + </optionSet> + <repeat> + <argument argLabel="file"/> + </repeat> + </sequence> + <sequence description="fetch and concatenate urls to standard output"> + <option argLabel="urls" shortName="u" longName="urls"/> + <repeat minCount="1"> + <argument argLabel="url"/> + </repeat> + </sequence> + </syntax> + <syntax alias="cd"> + <empty description="change the current directory to the 'user.home' directory"/> + <argument argLabel="directory" description="change the current directory to 'directory'"/> + </syntax> + <syntax alias="cp"> + <sequence description="copy files or directories"> + <optionSet> + <option argLabel="force" shortName="f" longName="force"/> + <option argLabel="update" shortName="u" longName="update"/> + <option argLabel="interactive" shortName="i" longName="interactive"/> + <option argLabel="recursive" shortName="r" longName="recursive"/> + <option argLabel="verbose" shortName="v" longName="verbose"/> + </optionSet> + <repeat minCount="1"> + <argument argLabel="source"/> + </repeat> + <argument argLabel="target"/> + </sequence> + </syntax> + <syntax alias="cut"> + <sequence description="select parts of lines"> + <optionSet> + <option argLabel="byte-range" shortName="b" longName="bytes" /> + <option argLabel="char-range" shortName="c" longName="characters"/> + <option argLabel="field-range" shortName="f" longName="fields"/> + <option argLabel="in-delim" shortName="d" longName="delimiter"/> + <option argLabel="suppress" shortName="s" longName="only-delimited"/> + <option argLabel="complement" longName="complement"/> + <option argLabel="out-delim" longName="output-delimiter"/> + </optionSet> + <repeat> + <argument argLabel="files"/> + </repeat> + </sequence> + </syntax> + <syntax alias="del"> + <sequence description="delete files and directories"> + <optionSet> + <option argLabel="recursive" shortName="r" longName="recursive"/> + <option argLabel="force" shortName="f" longName="force" /> + <option argLabel="interactive" shortName="i" longName="interactive" /> + <option argLabel="verbose" shortName="v" longName="verbose" /> + <option argLabel="onefs" longName="one-file-system"/> + </optionSet> + <repeat minCount="1"> + <argument argLabel="paths"/> + </repeat> + </sequence> + </syntax> + <syntax alias="df"> + <sequence description="display disk usage for file systems"> + <optionSet> + <option argLabel="human-read-bin" shortName="h" longName="human-readable"/> + <option argLabel="human-read-dec" shortName="H" longName="si"/> + <option argLabel="show-all" shortName="a" longName="all"/> + <option argLabel="block-size" shortName="B" longName="block-size"/> + <option argLabel="block-size-1k" shortName="k"/> + <!-- + <option argLabel="posix" shortName="P" longName="portability"/> + <option argLabel="inodes" shortName="i" longName="inodes"/> + <option argLabel="local" shortName="l" longName="local"/> + <option argLabel="sync" longName="sync"/> + <option argLabel="no-sync" longName="no-sync"/> + <option argLabel="fs-type" shortName="t" longName="type"/> + <option argLabel="print-type" shortName="T" longName="print-type"/> + <option argLabel="ex-type" shortName="x" longName="exclude-type"/> + --> + </optionSet> + <optional> + <alternatives> + <argument argLabel="path"/> + <argument argLabel="device"/> + </alternatives> + </optional> + </sequence> + </syntax> + <syntax alias="dir"> + <empty description="list the current directory"/> + <argument argLabel="path" description="list a file or directory"/> + </syntax> + <syntax alias="du"> + <sequence description="print file sizes"> + <repeat minCount="0"> + <argument argLabel="directory" description="directory to start printing sizes recursively"/> + </repeat> + <optionSet> + <option argLabel="sum" shortName="s" longName="summarize"/> + <option argLabel="all" shortName="a" longName="all"/> + <option argLabel="human-readable" shortName="h" longName="human-readable"/> + </optionSet> + </sequence> + </syntax> + <syntax alias="find"> + <sequence description="find files or directories"> + <repeat minCount="0"> + <argument argLabel="directory"/> + </repeat> + <optionSet> + <option argLabel="type" shortName="t" longName="type"/> + <option argLabel="maxdepth" shortName="D" longName="maxdepth"/> + <option argLabel="mindepth" shortName="d" longName="mindepth"/> + <option argLabel="name" shortName="n" longName="name"/> + <option argLabel="iname" shortName="N" longName="iname"/> + </optionSet> + </sequence> + </syntax> + <syntax alias="grep"> + <!-- grep [Options] <pattern> [<file>...] or + grep [Options] (-e <pattern> | -f <file>)... [<file>...] --> + <sequence description="Search for lines that match a string or regex"> + <optionSet> + <!-- Matcher type --> + <option argLabel="matcher-fixed" shortName="F" longName="fixed-strings"/> + <option argLabel="matcher-ext" shortName="E" longName="extended-regexp"/> + <option argLabel="matcher-basic" shortName="G" longName="basic-regexp"/> + <option argLabel="matcher-perl" shortName="P" longName="perl-regexp"/> + <!-- Matching options --> + <option argLabel="ignore-case" shortName="i" longName="ignore-case"/> + <option argLabel="invert" shortName="v" longName="invert-match"/> + <option argLabel="word-match" shortName="w" longName="word-regexp"/> + <option argLabel="line-match" shortName="x" longName="line-regexp"/> + <!-- Output options --> + <option argLabel="show-count" shortName="c" longName="count"/> + <option argLabel="show-files-nomatch" shortName="L" longName="files-without-match"/> + <option argLabel="show-files-match" shortName="l" longName="files-with-match"/> + <option argLabel="show-only-match" shortName="o" longName="only-matching"/> + <option argLabel="max-matches" shortName="m" longName="max-count"/> + <option argLabel="quiet" shortName="q" longName="quiet"/> + <option argLabel="quiet" longName="silent"/> + <option argLabel="suppress" shortName="s" longName="no-messages"/> + <!-- Output prefix control --> + <option argLabel="prefix-byte" shortName="b" longName="byte-offset"/> + <option argLabel="prefix-file" shortName="H" longName="with-filename"/> + <option argLabel="prefix-nofile" shortName="h" longName="no-filename"/> + <option argLabel="prefix-label" longName="label"/> + <option argLabel="prefix-line" shortName="n" longName="line-number"/> + <option argLabel="prefix-tab" shortName="T" longName="initial-tab"/> + <option argLabel="prefix-null" shortName="Z" longName="null"/> + <!-- Context lines --> + <option argLabel="show-context-after" shortName="A" longName="after-context"/> + <option argLabel="show-context-before" shortName="B" longName="before-context"/> + <option argLabel="show-context-both" shortName="C" longName="context"/> + <!-- File/Directory selection --> + <option argLabel="mode-binary" longName="binary-files"/> + <option argLabel="mode-binary-text" shortName="a" longName="text"/> + <option argLabel="mode-binary-skip" shortName="I"/> + <option argLabel="mode-device" shortName="D" longName="devices"/> + <option argLabel="mode-dir" shortName="d" longName="directories"/> + <option argLabel="mode-dir-recurse" shortName="r" longName="recursive"/> + <option argLabel="mode-dir-recurse" shortName="R"/> + <option argLabel="pattern-exclude" longName="exclude"/> + <option argLabel="pattern-exclude-file" longName="exclude-from"/> + <option argLabel="pattern-exclude-dir" longName="exclude-dir"/> + <option argLabel="pattern-include" longName="include"/> + <!-- Other options --> + <option argLabel="null-term" shortName="z" longName="null-data"/> + <option argLabel="debug" longName="debug"/> + </optionSet> + <alternatives> + <repeat minCount="1"> + <alternatives> + <option argLabel="patterns" shortName="e"/> + <option argLabel="pattern-files" shortName="f"/> + </alternatives> + </repeat> + <argument argLabel="patterns"/> + </alternatives> + <repeat> + <argument argLabel="files"/> + </repeat> + </sequence> + </syntax> + <syntax alias="head"> + <sequence> + <optionSet> + <option argLabel="quiet" shortName="q" longName="quiet"/> + <option argLabel="quiet" longName="silent"/> + <option argLabel="verbose" shortName="v" longName="verbose"/> + <option argLabel="bytes" shortName="c" longName="bytes"/> + <option argLabel="lines" shortName="n" longName="lines"/> + </optionSet> + <repeat> + <argument argLabel="files" /> + </repeat> + </sequence> + </syntax> + <syntax alias="hexdump"> + <empty description="print a hex dump of standard input"/> + <argument argLabel="file" description="print a hex dump of a file"/> + <option argLabel="url" shortName="u" longName="url" description="print a hex dump of a URL"/> + </syntax> + <syntax alias="ls"> + <empty description="list the current directory"/> + <repeat> + <argument argLabel="path" description="list files or directories"/> + </repeat> + </syntax> + <syntax alias="md5sum"> + <empty description="Calculates the MD5 digest for standard input"/> + <option argLabel="checkfile" shortName="c" longName="check"/> + <sequence description="Calculates the MD5 digests for files"> + <optional eager="true"> + <option argLabel="recursive" shortName="r" longName="recursive"/> + </optional> + <repeat minCount="1"> + <argument argLabel="paths"/> + </repeat> + </sequence> + </syntax> + <syntax alias="mkdir"> + <argument argLabel="directory" description="create a new directory"/> + </syntax> + <syntax alias="paste"> + <empty /> + <sequence> + <optionSet> + <option argLabel="serial" shortName="s" longName="serial"/> + <option argLabel="delims" shortName="d" longName="delimiters"/> + </optionSet> + <repeat> + <argument argLabel="files"/> + </repeat> + </sequence> + </syntax> + <syntax alias="pwd"> + <empty description="show the pathname for the current directory"/> + </syntax> + <syntax alias="rm"> + <sequence description="delete files and directories"> + <optionSet> + <option argLabel="recursive" shortName="r" longName="recursiv... [truncated message content] |
From: <cr...@us...> - 2009-09-09 16:32:30
|
Revision: 5673 http://jnode.svn.sourceforge.net/jnode/?rev=5673&view=rev Author: crawley Date: 2009-09-09 16:32:22 +0000 (Wed, 09 Sep 2009) Log Message: ----------- Merge changes from 'trunk' at r5663 (sound) Added Paths: ----------- branches/jikesRVM/sound/ branches/jikesRVM/sound/.checkstyle branches/jikesRVM/sound/.classpath branches/jikesRVM/sound/.cvsignore branches/jikesRVM/sound/.project branches/jikesRVM/sound/.settings/ branches/jikesRVM/sound/build.xml branches/jikesRVM/sound/descriptors/ branches/jikesRVM/sound/lib/ branches/jikesRVM/sound/sound.iml branches/jikesRVM/sound/src/ branches/jikesRVM/sound/src/driver/ branches/jikesRVM/sound/src/sound/ branches/jikesRVM/sound/src/test/ Removed Paths: ------------- branches/jikesRVM/sound/.checkstyle branches/jikesRVM/sound/.classpath branches/jikesRVM/sound/.cvsignore branches/jikesRVM/sound/.project branches/jikesRVM/sound/.settings/ branches/jikesRVM/sound/build.xml branches/jikesRVM/sound/descriptors/ branches/jikesRVM/sound/lib/ branches/jikesRVM/sound/sound.iml branches/jikesRVM/sound/src/ branches/jikesRVM/sound/src/driver/ branches/jikesRVM/sound/src/sound/ branches/jikesRVM/sound/src/test/ Property changes on: branches/jikesRVM/sound ___________________________________________________________________ Added: svn:ignore + build Deleted: branches/jikesRVM/sound/.checkstyle =================================================================== --- trunk/sound/.checkstyle 2009-08-26 11:52:35 UTC (rev 5663) +++ branches/jikesRVM/sound/.checkstyle 2009-09-09 16:32:22 UTC (rev 5673) @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<fileset-config file-format-version="1.2.0" simple-config="true"> - <fileset name="tous" enabled="true" check-config-name="Sun Checks" local="false"> - <file-match-pattern match-pattern="." include-pattern="true"/> - </fileset> -</fileset-config> Copied: branches/jikesRVM/sound/.checkstyle (from rev 5663, trunk/sound/.checkstyle) =================================================================== --- branches/jikesRVM/sound/.checkstyle (rev 0) +++ branches/jikesRVM/sound/.checkstyle 2009-09-09 16:32:22 UTC (rev 5673) @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<fileset-config file-format-version="1.2.0" simple-config="true"> + <fileset name="tous" enabled="true" check-config-name="Sun Checks" local="false"> + <file-match-pattern match-pattern="." include-pattern="true"/> + </fileset> +</fileset-config> Deleted: branches/jikesRVM/sound/.classpath =================================================================== --- trunk/sound/.classpath 2009-08-26 11:52:35 UTC (rev 5663) +++ branches/jikesRVM/sound/.classpath 2009-09-09 16:32:22 UTC (rev 5673) @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<classpath> - <classpathentry kind="src" path="src"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> - <classpathentry kind="output" path="build/classes"/> -</classpath> Copied: branches/jikesRVM/sound/.classpath (from rev 5663, trunk/sound/.classpath) =================================================================== --- branches/jikesRVM/sound/.classpath (rev 0) +++ branches/jikesRVM/sound/.classpath 2009-09-09 16:32:22 UTC (rev 5673) @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="output" path="build/classes"/> +</classpath> Deleted: branches/jikesRVM/sound/.cvsignore =================================================================== --- trunk/sound/.cvsignore 2009-08-26 11:52:35 UTC (rev 5663) +++ branches/jikesRVM/sound/.cvsignore 2009-09-09 16:32:22 UTC (rev 5673) @@ -1 +0,0 @@ -build Copied: branches/jikesRVM/sound/.cvsignore (from rev 5663, trunk/sound/.cvsignore) =================================================================== --- branches/jikesRVM/sound/.cvsignore (rev 0) +++ branches/jikesRVM/sound/.cvsignore 2009-09-09 16:32:22 UTC (rev 5673) @@ -0,0 +1 @@ +build Deleted: branches/jikesRVM/sound/.project =================================================================== --- trunk/sound/.project 2009-08-26 11:52:35 UTC (rev 5663) +++ branches/jikesRVM/sound/.project 2009-09-09 16:32:22 UTC (rev 5673) @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<projectDescription> - <name>sound</name> - <comment></comment> - <projects> - </projects> - <buildSpec> - <buildCommand> - <name>org.eclipse.jdt.core.javabuilder</name> - <arguments> - </arguments> - </buildCommand> - </buildSpec> - <natures> - <nature>org.eclipse.jdt.core.javanature</nature> - </natures> -</projectDescription> Copied: branches/jikesRVM/sound/.project (from rev 5663, trunk/sound/.project) =================================================================== --- branches/jikesRVM/sound/.project (rev 0) +++ branches/jikesRVM/sound/.project 2009-09-09 16:32:22 UTC (rev 5673) @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>sound</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + </natures> +</projectDescription> Deleted: branches/jikesRVM/sound/build.xml =================================================================== --- trunk/sound/build.xml 2009-08-26 11:52:35 UTC (rev 5663) +++ branches/jikesRVM/sound/build.xml 2009-09-09 16:32:22 UTC (rev 5673) @@ -1,46 +0,0 @@ -<project name="JNode-Sound" default="all" basedir="."> - - <typedef file="${basedir}/../all/lib/jnode.xml"/> - - <property name="my-build.dir" value="${basedir}/build"/> - <property name="my-classes.dir" value="${my-build.dir}/classes"/> - <property name="my-src.dir" value="${basedir}/src"/> - <property name="my.jar" value="${jnode-sound.jar}"/> - -<!-- Subproject specific classpath --> - <path id="my-cp"> - <pathelement location="${jnode-core.jar}"/> - <path refid="cp"/> - </path> - -<!-- Initialize all subproject directories --> - <target name="prepare"> - <mkdir dir="${my-classes.dir}"/> - <jnode.copy-descriptors/> - <copy todir="${my-classes.dir}"> - <fileset dir="${my-src.dir}/sound" excludes="**/*.java,**/package.html"/> - </copy> - </target> - -<!-- Compile all subproject java files --> - <target name="compile" depends="prepare"> - <jnode.compile> - <src path="${my-src.dir}/driver"/> - <src path="${my-src.dir}/sound"/> - <src path="${my-src.dir}/test"/> - <classpath refid="my-cp"/> - </jnode.compile> - </target> - -<!-- Assemble the jarfile --> - <target name="assemble" depends="compile"/> - -<!-- Do it all --> - <target name="all" depends="assemble"/> - -<!-- Clean everything --> - <target name="clean"> - <jnode.clean/> - </target> - -</project> Copied: branches/jikesRVM/sound/build.xml (from rev 5663, trunk/sound/build.xml) =================================================================== --- branches/jikesRVM/sound/build.xml (rev 0) +++ branches/jikesRVM/sound/build.xml 2009-09-09 16:32:22 UTC (rev 5673) @@ -0,0 +1,46 @@ +<project name="JNode-Sound" default="all" basedir="."> + + <typedef file="${basedir}/../all/lib/jnode.xml"/> + + <property name="my-build.dir" value="${basedir}/build"/> + <property name="my-classes.dir" value="${my-build.dir}/classes"/> + <property name="my-src.dir" value="${basedir}/src"/> + <property name="my.jar" value="${jnode-sound.jar}"/> + +<!-- Subproject specific classpath --> + <path id="my-cp"> + <pathelement location="${jnode-core.jar}"/> + <path refid="cp"/> + </path> + +<!-- Initialize all subproject directories --> + <target name="prepare"> + <mkdir dir="${my-classes.dir}"/> + <jnode.copy-descriptors/> + <copy todir="${my-classes.dir}"> + <fileset dir="${my-src.dir}/sound" excludes="**/*.java,**/package.html"/> + </copy> + </target> + +<!-- Compile all subproject java files --> + <target name="compile" depends="prepare"> + <jnode.compile> + <src path="${my-src.dir}/driver"/> + <src path="${my-src.dir}/sound"/> + <src path="${my-src.dir}/test"/> + <classpath refid="my-cp"/> + </jnode.compile> + </target> + +<!-- Assemble the jarfile --> + <target name="assemble" depends="compile"/> + +<!-- Do it all --> + <target name="all" depends="assemble"/> + +<!-- Clean everything --> + <target name="clean"> + <jnode.clean/> + </target> + +</project> Deleted: branches/jikesRVM/sound/sound.iml =================================================================== --- trunk/sound/sound.iml 2009-08-26 11:52:35 UTC (rev 5663) +++ branches/jikesRVM/sound/sound.iml 2009-09-09 16:32:22 UTC (rev 5673) @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<module relativePaths="true" type="JAVA_MODULE" version="4"> - <component name="NewModuleRootManager" inherit-compiler-output="false"> - <output url="file://$MODULE_DIR$/build/classes" /> - <exclude-output /> - <content url="file://$MODULE_DIR$"> - <sourceFolder url="file://$MODULE_DIR$/src/driver" isTestSource="false" /> - <sourceFolder url="file://$MODULE_DIR$/src/sound" isTestSource="false" /> - <sourceFolder url="file://$MODULE_DIR$/src/test" isTestSource="false" /> - </content> - <orderEntry type="inheritedJdk" /> - <orderEntry type="sourceFolder" forTests="false" /> - </component> -</module> - Copied: branches/jikesRVM/sound/sound.iml (from rev 5663, trunk/sound/sound.iml) =================================================================== --- branches/jikesRVM/sound/sound.iml (rev 0) +++ branches/jikesRVM/sound/sound.iml 2009-09-09 16:32:22 UTC (rev 5673) @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<module relativePaths="true" type="JAVA_MODULE" version="4"> + <component name="NewModuleRootManager" inherit-compiler-output="false"> + <output url="file://$MODULE_DIR$/build/classes" /> + <exclude-output /> + <content url="file://$MODULE_DIR$"> + <sourceFolder url="file://$MODULE_DIR$/src/driver" isTestSource="false" /> + <sourceFolder url="file://$MODULE_DIR$/src/sound" isTestSource="false" /> + <sourceFolder url="file://$MODULE_DIR$/src/test" isTestSource="false" /> + </content> + <orderEntry type="inheritedJdk" /> + <orderEntry type="sourceFolder" forTests="false" /> + </component> +</module> + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cr...@us...> - 2009-09-10 12:53:35
|
Revision: 5676 http://jnode.svn.sourceforge.net/jnode/?rev=5676&view=rev Author: crawley Date: 2009-09-10 12:23:51 +0000 (Thu, 10 Sep 2009) Log Message: ----------- Merge changes from 'trunk' at r5663 (the rest) Modified Paths: -------------- branches/jikesRVM/JNode.ipr branches/jikesRVM/build.bat branches/jikesRVM/build.sh branches/jikesRVM/docs/.project branches/jikesRVM/jnode.iml branches/jikesRVM/jnode.properties.dist branches/jikesRVM/udpreceiver.bat branches/jikesRVM/udpreceiver.sh Added Paths: ----------- branches/jikesRVM/docs/.checkstyle branches/jikesRVM/docs/presentations/TheWayAhead.odp branches/jikesRVM/docs/presentations/TheWayAhead.pdf branches/jikesRVM/docs/presentations/fosdem09/ branches/jikesRVM/docs/presentations/fosdem09/slides.pdf branches/jikesRVM/jnode-eclipse-formatter-settings.xml branches/jikesRVM/test.sh Removed Paths: ------------- branches/jikesRVM/JNode.iws branches/jikesRVM/docs/presentations/fosdem09/slides.pdf Property Changed: ---------------- branches/jikesRVM/build.bat branches/jikesRVM/build.sh branches/jikesRVM/docs/ Modified: branches/jikesRVM/JNode.ipr =================================================================== --- branches/jikesRVM/JNode.ipr 2009-09-10 11:00:11 UTC (rev 5675) +++ branches/jikesRVM/JNode.ipr 2009-09-10 12:23:51 UTC (rev 5676) @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<project version="4" relativePaths="true"> +<project relativePaths="true" version="4"> <component name="AntConfiguration"> <defaultAnt bundledAnt="true" /> <buildFile url="file://$PROJECT_DIR$/all/build.xml"> @@ -7,16 +7,131 @@ <antReference projectDefault="true" /> <customJdkName value="" /> <maximumHeapSize value="128" /> + <maximumStackSize value="32" /> <properties /> </buildFile> </component> + <component name="BuildJarProjectSettings"> + <option name="BUILD_JARS_ON_MAKE" value="false" /> + </component> + <component name="CheckStyle-IDEA"> + <option name="configuration"> + <map> + <entry key="check-test-classes" value="true" /> + <entry key="config-file" value="$PROJECT_DIR$/all/jnode_checks.xml" /> + </map> + </option> + </component> + <component name="CodeStyleProjectProfileManger"> + <option name="PROJECT_PROFILE" /> + <option name="USE_PROJECT_LEVEL_SETTINGS" value="false" /> + </component> <component name="CodeStyleSettingsManager"> - <option name="PER_PROJECT_SETTINGS" /> - <option name="USE_PER_PROJECT_SETTINGS" value="false" /> + <option name="PER_PROJECT_SETTINGS"> + <value> + <option name="JAVA_INDENT_OPTIONS"> + <value> + <option name="INDENT_SIZE" value="4" /> + <option name="CONTINUATION_INDENT_SIZE" value="4" /> + <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="-4" /> + <option name="LABEL_INDENT_ABSOLUTE" value="false" /> + </value> + </option> + <option name="CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" value="100" /> + <option name="NAMES_COUNT_TO_USE_IMPORT_ON_DEMAND" value="100" /> + <option name="PACKAGES_TO_USE_IMPORT_ON_DEMAND"> + <value /> + </option> + <option name="IMPORT_LAYOUT_TABLE"> + <value> + <package name="" withSubpackages="true" /> + <emptyLine /> + <package name="javax" withSubpackages="false" /> + <package name="java" withSubpackages="false" /> + </value> + </option> + <option name="CALL_PARAMETERS_WRAP" value="1" /> + <option name="METHOD_PARAMETERS_WRAP" value="1" /> + <option name="THROWS_LIST_WRAP" value="1" /> + <option name="EXTENDS_KEYWORD_WRAP" value="1" /> + <option name="THROWS_KEYWORD_WRAP" value="1" /> + <option name="METHOD_CALL_CHAIN_WRAP" value="1" /> + <option name="BINARY_OPERATION_WRAP" value="1" /> + <option name="TERNARY_OPERATION_WRAP" value="1" /> + <option name="ARRAY_INITIALIZER_WRAP" value="1" /> + <option name="ASSIGNMENT_WRAP" value="1" /> + <ADDITIONAL_INDENT_OPTIONS fileType=""> + <option name="INDENT_SIZE" value="2" /> + <option name="CONTINUATION_INDENT_SIZE" value="8" /> + <option name="TAB_SIZE" value="2" /> + <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="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="4" /> + <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="-4" /> + <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" /> + <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="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" /> </component> <component name="CompilerConfiguration"> <option name="DEFAULT_COMPILER" value="Javac" /> - <option name="CLEAR_OUTPUT_DIRECTORY" value="false" /> <option name="DEPLOY_AFTER_MAKE" value="0" /> <resourceExtensions> <entry name=".+\.(properties|xml|html|dtd|tld)" /> @@ -34,26 +149,57 @@ <entry name="?*.jpg" /> </wildcardResourcePatterns> </component> - <component name="DataSourceManagerImpl" /> + <component name="CopyrightManager" default=""> + <module2copyright /> + </component> <component name="DependenciesAnalyzeManager"> <option name="myForwardDirection" value="false" /> </component> - <component name="DependencyValidationManager" /> + <component name="DependencyValidationManager"> + <option name="SKIP_IMPORT_STATEMENTS" value="false" /> + </component> + <component name="EclipseCompilerSettings"> + <option name="DEBUGGING_INFO" value="true" /> + <option name="GENERATE_NO_WARNINGS" value="true" /> + <option name="DEPRECATION" value="false" /> + <option name="ADDITIONAL_OPTIONS_STRING" value="" /> + <option name="MAXIMUM_HEAP_SIZE" value="128" /> + </component> + <component name="EclipseEmbeddedCompilerSettings"> + <option name="DEBUGGING_INFO" value="true" /> + <option name="GENERATE_NO_WARNINGS" value="true" /> + <option name="DEPRECATION" value="false" /> + <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 /> + <entry_points version="2.0" /> </component> <component name="ExportToHTMLSettings"> <option name="PRINT_LINE_NUMBERS" value="false" /> <option name="OPEN_IN_BROWSER" value="false" /> <option name="OUTPUT_DIRECTORY" /> </component> - <component name="GUI Designer component loader factory" /> + <component name="IdProvider" IDEtalkID="435AAC2234C36B0F2257FA7F02C447FB" /> + <component name="InspectionProjectProfileManager"> + <option name="PROJECT_PROFILE" value="Project Default" /> + <option name="USE_PROJECT_LEVEL_SETTINGS" value="false" /> + <scopes /> + <profiles> + <profile version="1.0" is_locked="false"> + <option name="myName" value="Project Default" /> + <option name="myLocal" value="false" /> + </profile> + </profiles> + <list size="0" /> + </component> <component name="JavacSettings"> <option name="DEBUGGING_INFO" value="true" /> <option name="GENERATE_NO_WARNINGS" value="false" /> <option name="DEPRECATION" value="true" /> <option name="ADDITIONAL_OPTIONS_STRING" value="" /> - <option name="MAXIMUM_HEAP_SIZE" value="128" /> + <option name="MAXIMUM_HEAP_SIZE" value="1024" /> </component> <component name="JavadocGenerationManager"> <option name="OUTPUT_DIRECTORY" /> @@ -69,6 +215,7 @@ <option name="OPTION_DEPRECATED_LIST" value="true" /> <option name="OTHER_OPTIONS" value="" /> <option name="HEAP_SIZE" /> + <option name="LOCALE" /> <option name="OPEN_IN_BROWSER" value="true" /> </component> <component name="JikesSettings"> @@ -81,112 +228,137 @@ </component> <component name="Palette2"> <group name="Swing"> - <item class="com.intellij.uiDesigner.HSpacer" tooltip-text="Horizontal Spacer" icon="/com/intellij/uiDesigner/icons/hspacer.png" removable="false"> + <item class="com.intellij.uiDesigner.HSpacer" tooltip-text="Horizontal Spacer" icon="/com/intellij/uiDesigner/icons/hspacer.png" removable="false" auto-create-binding="false" can-attach-label="false"> <default-constraints vsize-policy="1" hsize-policy="6" anchor="0" fill="1" /> </item> - <item class="com.intellij.uiDesigner.VSpacer" tooltip-text="Vertical Spacer" icon="/com/intellij/uiDesigner/icons/vspacer.png" removable="false"> + <item class="com.intellij.uiDesigner.VSpacer" tooltip-text="Vertical Spacer" icon="/com/intellij/uiDesigner/icons/vspacer.png" removable="false" auto-create-binding="false" can-attach-label="false"> <default-constraints vsize-policy="6" hsize-policy="1" anchor="0" fill="2" /> </item> - <item class="javax.swing.JPanel" icon="/com/intellij/uiDesigner/icons/panel.png" removable="false"> + <item class="javax.swing.JPanel" icon="/com/intellij/uiDesigner/icons/panel.png" removable="false" auto-create-binding="false" can-attach-label="false"> <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3" /> </item> - <item class="javax.swing.JScrollPane" icon="/com/intellij/uiDesigner/icons/scrollPane.png" removable="false"> + <item class="javax.swing.JScrollPane" icon="/com/intellij/uiDesigner/icons/scrollPane.png" removable="false" auto-create-binding="false" can-attach-label="true"> <default-constraints vsize-policy="7" hsize-policy="7" anchor="0" fill="3" /> </item> - <item class="javax.swing.JButton" icon="/com/intellij/uiDesigner/icons/button.png" removable="false"> + <item class="javax.swing.JButton" icon="/com/intellij/uiDesigner/icons/button.png" removable="false" auto-create-binding="true" can-attach-label="false"> <default-constraints vsize-policy="0" hsize-policy="3" anchor="0" fill="1" /> <initial-values> <property name="text" value="Button" /> </initial-values> </item> - <item class="javax.swing.JRadioButton" icon="/com/intellij/uiDesigner/icons/radioButton.png" removable="false"> + <item class="javax.swing.JRadioButton" icon="/com/intellij/uiDesigner/icons/radioButton.png" removable="false" auto-create-binding="true" can-attach-label="false"> <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" /> <initial-values> <property name="text" value="RadioButton" /> </initial-values> </item> - <item class="javax.swing.JCheckBox" icon="/com/intellij/uiDesigner/icons/checkBox.png" removable="false"> + <item class="javax.swing.JCheckBox" icon="/com/intellij/uiDesigner/icons/checkBox.png" removable="false" auto-create-binding="true" can-attach-label="false"> <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" /> <initial-values> <property name="text" value="CheckBox" /> </initial-values> </item> - <item class="javax.swing.JLabel" icon="/com/intellij/uiDesigner/icons/label.png" removable="false"> + <item class="javax.swing.JLabel" icon="/com/intellij/uiDesigner/icons/label.png" removable="false" auto-create-binding="false" can-attach-label="false"> <default-constraints vsize-policy="0" hsize-policy="0" anchor="8" fill="0" /> <initial-values> <property name="text" value="Label" /> </initial-values> </item> - <item class="javax.swing.JTextField" icon="/com/intellij/uiDesigner/icons/textField.png" removable="false"> + <item class="javax.swing.JTextField" icon="/com/intellij/uiDesigner/icons/textField.png" removable="false" auto-create-binding="true" can-attach-label="true"> <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1"> <preferred-size width="150" height="-1" /> </default-constraints> </item> - <item class="javax.swing.JPasswordField" icon="/com/intellij/uiDesigner/icons/passwordField.png" removable="false"> + <item class="javax.swing.JPasswordField" icon="/com/intellij/uiDesigner/icons/passwordField.png" removable="false" auto-create-binding="true" can-attach-label="true"> <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1"> <preferred-size width="150" height="-1" /> </default-constraints> </item> - <item class="javax.swing.JFormattedTextField" icon="/com/intellij/uiDesigner/icons/formattedTextField.png" removable="false"> + <item class="javax.swing.JFormattedTextField" icon="/com/intellij/uiDesigner/icons/formattedTextField.png" removable="false" auto-create-binding="true" can-attach-label="true"> <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1"> <preferred-size width="150" height="-1" /> </default-constraints> </item> - <item class="javax.swing.JTextArea" icon="/com/intellij/uiDesigner/icons/textArea.png" removable="false"> + <item class="javax.swing.JTextArea" icon="/com/intellij/uiDesigner/icons/textArea.png" removable="false" auto-create-binding="true" can-attach-label="true"> <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> <preferred-size width="150" height="50" /> </default-constraints> </item> - <item class="javax.swing.JTextPane" icon="/com/intellij/uiDesigner/icons/textPane.png" removable="false"> + <item class="javax.swing.JTextPane" icon="/com/intellij/uiDesigner/icons/textPane.png" removable="false" auto-create-binding="true" can-attach-label="true"> <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> <preferred-size width="150" height="50" /> </default-constraints> </item> - <item class="javax.swing.JEditorPane" icon="/com/intellij/uiDesigner/icons/editorPane.png" removable="false"> + <item class="javax.swing.JEditorPane" icon="/com/intellij/uiDesigner/icons/editorPane.png" removable="false" auto-create-binding="true" can-attach-label="true"> <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> <preferred-size width="150" height="50" /> </default-constraints> </item> - <item class="javax.swing.JComboBox" icon="/com/intellij/uiDesigner/icons/comboBox.png" removable="false"> + <item class="javax.swing.JComboBox" icon="/com/intellij/uiDesigner/icons/comboBox.png" removable="false" auto-create-binding="true" can-attach-label="true"> <default-constraints vsize-policy="0" hsize-policy="2" anchor="8" fill="1" /> </item> - <item class="javax.swing.JTable" icon="/com/intellij/uiDesigner/icons/table.png" removable="false"> + <item class="javax.swing.JTable" icon="/com/intellij/uiDesigner/icons/table.png" removable="false" auto-create-binding="true" can-attach-label="false"> <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> <preferred-size width="150" height="50" /> </default-constraints> </item> - <item class="javax.swing.JList" icon="/com/intellij/uiDesigner/icons/list.png" removable="false"> + <item class="javax.swing.JList" icon="/com/intellij/uiDesigner/icons/list.png" removable="false" auto-create-binding="true" can-attach-label="false"> <default-constraints vsize-policy="6" hsize-policy="2" anchor="0" fill="3"> <preferred-size width="150" height="50" /> </default-constraints> </item> - <item class="javax.swing.JTree" icon="/com/intellij/uiDesigner/icons/tree.png" removable="false"> + <item class="javax.swing.JTree" icon="/com/intellij/uiDesigner/icons/tree.png" removable="false" auto-create-binding="true" can-attach-label="false"> <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> <preferred-size width="150" height="50" /> </default-constraints> </item> - <item class="javax.swing.JTabbedPane" icon="/com/intellij/uiDesigner/icons/tabbedPane.png" removable="false"> + <item class="javax.swing.JTabbedPane" icon="/com/intellij/uiDesigner/icons/tabbedPane.png" removable="false" auto-create-binding="true" can-attach-label="false"> <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3"> <preferred-size width="200" height="200" /> </default-constraints> </item> - <item class="javax.swing.JSplitPane" icon="/com/intellij/uiDesigner/icons/splitPane.png" removable="false"> + <item class="javax.swing.JSplitPane" icon="/com/intellij/uiDesigner/icons/splitPane.png" removable="false" auto-create-binding="false" can-attach-label="false"> <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3"> <preferred-size width="200" height="200" /> </default-constraints> </item> - <item class="javax.swing.JSpinner" icon="/com/intellij/uiDesigner/icons/spinner.png" removable="false"> + <item class="javax.swing.JSpinner" icon="/com/intellij/uiDesigner/icons/spinner.png" removable="false" auto-create-binding="true" can-attach-label="true"> <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" /> </item> - <item class="javax.swing.JSlider" icon="/com/intellij/uiDesigner/icons/slider.png" removable="false"> + <item class="javax.swing.JSlider" icon="/com/intellij/uiDesigner/icons/slider.png" removable="false" auto-create-binding="true" can-attach-label="false"> <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" /> </item> + <item class="javax.swing.JSeparator" icon="/com/intellij/uiDesigner/icons/separator.png" removable="false" auto-create-binding="false" can-attach-label="false"> + <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3" /> + </item> + <item class="javax.swing.JProgressBar" icon="/com/intellij/uiDesigner/icons/progressbar.png" removable="false" auto-create-binding="true" can-attach-label="false"> + <default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1" /> + </item> + <item class="javax.swing.JToolBar" icon="/com/intellij/uiDesigner/icons/toolbar.png" removable="false" auto-create-binding="false" can-attach-label="false"> + <default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1"> + <preferred-size width="-1" height="20" /> + </default-constraints> + </item> + <item class="javax.swing.JToolBar$Separator" icon="/com/intellij/uiDesigner/icons/toolbarSeparator.png" removable="false" auto-create-binding="false" can-attach-label="false"> + <default-constraints vsize-policy="0" hsize-policy="0" anchor="0" fill="1" /> + </item> + <item class="javax.swing.JScrollBar" icon="/com/intellij/uiDesigner/icons/scrollbar.png" removable="false" auto-create-binding="true" can-attach-label="false"> + <default-constraints vsize-policy="6" hsize-policy="0" anchor="0" fill="2" /> + </item> </group> </component> + <component name="ProjectDetails"> + <option name="projectName" value="JNode" /> + </component> + <component name="ProjectFileVersion" converted="true" /> + <component name="ProjectKey"> + <option name="state" value="https://jnode.svn.sourceforge.net/svnroot/jnode/trunk/JNode.ipr" /> + </component> <component name="ProjectModuleManager"> <modules> <module fileurl="file://$PROJECT_DIR$/all/all.iml" filepath="$PROJECT_DIR$/all/all.iml" /> <module fileurl="file://$PROJECT_DIR$/builder/builder.iml" filepath="$PROJECT_DIR$/builder/builder.iml" /> + <module fileurl="file://$PROJECT_DIR$/cli/cli.iml" filepath="$PROJECT_DIR$/cli/cli.iml" /> <module fileurl="file://$PROJECT_DIR$/core/core.iml" filepath="$PROJECT_DIR$/core/core.iml" /> <module fileurl="file://$PROJECT_DIR$/distr/distr.iml" filepath="$PROJECT_DIR$/distr/distr.iml" /> <module fileurl="file://$PROJECT_DIR$/fs/fs.iml" filepath="$PROJECT_DIR$/fs/fs.iml" /> @@ -194,10 +366,18 @@ <module fileurl="file://$PROJECT_DIR$/jnode.iml" filepath="$PROJECT_DIR$/jnode.iml" /> <module fileurl="file://$PROJECT_DIR$/net/net.iml" filepath="$PROJECT_DIR$/net/net.iml" /> <module fileurl="file://$PROJECT_DIR$/shell/shell.iml" filepath="$PROJECT_DIR$/shell/shell.iml" /> + <module fileurl="file://$PROJECT_DIR$/sound/sound.iml" filepath="$PROJECT_DIR$/sound/sound.iml" /> <module fileurl="file://$PROJECT_DIR$/textui/textui.iml" filepath="$PROJECT_DIR$/textui/textui.iml" /> </modules> </component> - <component name="ProjectRootManager" version="2" assert-keyword="true" jdk-15="true" project-jdk-name="java version "1.5.0_02"" /> + <component name="ProjectRootManager" version="2" languageLevel="JDK_1_6" assert-keyword="true" jdk-15="true" project-jdk-name="1.6 - jnode" project-jdk-type="JavaSDK" /> + <component name="ResourceManagerContainer"> + <option name="myResourceBundles"> + <value> + <list size="0" /> + </value> + </option> + </component> <component name="RmicSettings"> <option name="IS_EANABLED" value="false" /> <option name="DEBUGGING_INFO" value="true" /> @@ -205,7 +385,31 @@ <option name="GENERATE_IIOP_STUBS" value="false" /> <option name="ADDITIONAL_OPTIONS_STRING" value="" /> </component> - <component name="WebServicesPlugin" /> + <component name="SvnBranchConfigurationManager"> + <option name="myConfigurationMap"> + <map> + <entry key="$PROJECT_DIR$"> + <value> + <SvnBranchConfiguration> + <option name="branchUrls"> + <list> + <option value="https://jnode.svn.sourceforge.net/svnroot/jnode/branches" /> + <option value="https://jnode.svn.sourceforge.net/svnroot/jnode/tags" /> + </list> + </option> + <option name="trunkUrl" value="https://jnode.svn.sourceforge.net/svnroot/jnode/trunk" /> + </SvnBranchConfiguration> + </value> + </entry> + </map> + </option> + <option name="myVersion" value="124" /> + <option name="mySupportsUserInfoFilter" value="true" /> + </component> + <component name="VcsDirectoryMappings"> + <mapping directory="" vcs="svn" /> + </component> + <component name="WebServicesPlugin" addRequiredLibraries="true" /> <component name="libraryTable"> <library name="core"> <CLASSES> @@ -236,11 +440,19 @@ <JAVADOC /> <SOURCES /> </library> + <library name="distr"> + <CLASSES> + <root url="file://$PROJECT_DIR$/distr/lib" /> + <root url="file://$PROJECT_DIR$/distr/lib" /> + <root url="file://$PROJECT_DIR$/distr/lib" /> + </CLASSES> + <JAVADOC /> + <SOURCES> + <root url="file://$PROJECT_DIR$/decompiled" /> + <root url="file://$PROJECT_DIR$/distr/decompiled" /> + </SOURCES> + <jarDirectory url="file://$PROJECT_DIR$/distr/lib" recursive="false" /> + </library> </component> - <component name="uidesigner-configuration"> - <option name="INSTRUMENT_CLASSES" value="true" /> - <option name="COPY_FORMS_RUNTIME_TO_OUTPUT" value="true" /> - </component> - <UsedPathMacros /> </project> Deleted: branches/jikesRVM/JNode.iws =================================================================== --- branches/jikesRVM/JNode.iws 2009-09-10 11:00:11 UTC (rev 5675) +++ branches/jikesRVM/JNode.iws 2009-09-10 12:23:51 UTC (rev 5676) @@ -1,658 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4" relativePaths="true"> - <component name="AspectsView" /> - <component name="BookmarkManager" /> - <component name="ChangeBrowserSettings"> - <option name="MAIN_SPLITTER_PROPORTION" value="0.3" /> - <option name="MESSAGES_SPLITTER_PROPORTION" value="0.8" /> - <option name="USE_DATE_BEFORE_FILTER" value="false" /> - <option name="USE_DATE_AFTER_FILTER" value="false" /> - <option name="USE_CHANGE_BEFORE_FILTER" value="false" /> - <option name="USE_CHANGE_AFTER_FILTER" value="false" /> - <option name="DATE_BEFORE" value="" /> - <option name="DATE_AFTER" value="" /> - <option name="CHANGE_BEFORE" value="" /> - <option name="CHANGE_AFTER" value="" /> - <option name="USE_USER_FILTER" value="false" /> - <option name="USER" value="" /> - </component> - <component name="CheckinPanelState" /> - <component name="Commander"> - <leftPanel /> - <rightPanel /> - <splitter proportion="0.5" /> - </component> - <component name="CompilerWorkspaceConfiguration"> - <option name="COMPILE_IN_BACKGROUND" value="false" /> - <option name="AUTO_SHOW_ERRORS_IN_EDITOR" value="true" /> - <option name="CLOSE_MESSAGE_VIEW_IF_SUCCESS" value="true" /> - <option name="COMPILE_DEPENDENT_FILES" value="false" /> - </component> - <component name="Cvs2Configuration"> - <option name="PRUNE_EMPTY_DIRECTORIES" value="true" /> - <option name="MERGING_MODE" value="0" /> - <option name="MERGE_WITH_BRANCH1_NAME" value="HEAD" /> - <option name="MERGE_WITH_BRANCH2_NAME" value="HEAD" /> - <option name="RESET_STICKY" value="false" /> - <option name="CREATE_NEW_DIRECTORIES" value="true" /> - <option name="DEFAULT_TEXT_FILE_SUBSTITUTION" value="kv" /> - <option name="PROCESS_UNKNOWN_FILES" value="false" /> - <option name="PROCESS_DELETED_FILES" value="false" /> - <option name="PROCESS_IGNORED_FILES" value="false" /> - <option name="RESERVED_EDIT" value="false" /> - <option name="CHECKOUT_DATE_OR_REVISION_SETTINGS"> - <value> - <option name="BRANCH" value="" /> - <option name="DATE" value="" /> - <option name="USE_BRANCH" value="false" /> - <option name="USE_DATE" value="false" /> - </value> - </option> - <option name="UPDATE_DATE_OR_REVISION_SETTINGS"> - <value> - <option name="BRANCH" value="" /> - <option name="DATE" value="" /> - <option name="USE_BRANCH" value="false" /> - <option name="USE_DATE" value="false" /> - </value> - </option> - <option name="SHOW_CHANGES_REVISION_SETTINGS"> - <value> - <option name="BRANCH" value="" /> - <option name="DATE" value="" /> - <option name="USE_BRANCH" value="false" /> - <option name="USE_DATE" value="false" /> - </value> - </option> - <option name="SHOW_OUTPUT" value="false" /> - <option name="ADD_WATCH_INDEX" value="0" /> - <option name="REMOVE_WATCH_INDEX" value="0" /> - <option name="UPDATE_KEYWORD_SUBSTITUTION" value="NONE" /> - <option name="MAKE_NEW_FILES_READONLY" value="false" /> - <option name="SHOW_CORRUPTED_PROJECT_FILES" value="0" /> - <option name="TAG_AFTER_PROJECT_COMMIT" value="false" /> - <option name="OVERRIDE_EXISTING_TAG_FOR_PROJECT" value="true" /> - <option name="TAG_AFTER_PROJECT_COMMIT_NAME" value="" /> - <option name="CLEAN_COPY" value="false" /> - </component> - <component name="CvsTabbedWindow" /> - <component name="DaemonCodeAnalyzer"> - <disable_hints /> - </component> - <component name="DebuggerManager"> - <breakpoint_any> - <breakpoint> - <option name="NOTIFY_CAUGHT" value="true" /> - <option name="NOTIFY_UNCAUGHT" value="true" /> - <option name="ENABLED" value="false" /> - <option name="SUSPEND_POLICY" value="SuspendAll" /> - <option name="LOG_ENABLED" value="false" /> - <option name="LOG_EXPRESSION_ENABLED" value="false" /> - <option name="COUNT_FILTER_ENABLED" value="false" /> - <option name="COUNT_FILTER" value="0" /> - <option name="CONDITION_ENABLED" value="false" /> - <option name="CLASS_FILTERS_ENABLED" value="false" /> - <option name="INSTANCE_FILTERS_ENABLED" value="false" /> - <option name="CONDITION" value="" /> - <option name="LOG_MESSAGE" value="" /> - </breakpoint> - <breakpoint> - <option name="NOTIFY_CAUGHT" value="true" /> - <option name="NOTIFY_UNCAUGHT" value="true" /> - <option name="ENABLED" value="false" /> - <option name="SUSPEND_POLICY" value="SuspendAll" /> - <option name="LOG_ENABLED" value="false" /> - <option name="LOG_EXPRESSION_ENABLED" value="false" /> - <option name="COUNT_FILTER_ENABLED" value="false" /> - <option name="COUNT_FILTER" value="0" /> - <option name="CONDITION_ENABLED" value="false" /> - <option name="CLASS_FILTERS_ENABLED" value="false" /> - <option name="INSTANCE_FILTERS_ENABLED" value="false" /> - <option name="CONDITION" value="" /> - <option name="LOG_MESSAGE" value="" /> - </breakpoint> - </breakpoint_any> - <breakpoint_rules /> - <ui_properties /> - </component> - <component name="ErrorTreeViewConfiguration"> - <option name="IS_AUTOSCROLL_TO_SOURCE" value="false" /> - <option name="HIDE_WARNINGS" value="false" /> - </component> - <component name="FavoritesViewImpl"> - <favorites_list name="JNode"> - <option name="IS_AUTOSCROLL_TO_SOURCE" value="false" /> - <option name="IS_SHOW_MEMBERS" value="false" /> - <option name="IS_STRUCTURE_VIEW" value="false" /> - <option name="IS_SHOW_MODULES" value="true" /> - <option name="IS_FLATTEN_PACKAGES" value="false" /> - <option name="IS_ABBREVIATION_PACKAGE_NAMES" value="false" /> - <option name="IS_HIDE_EMPTY_MIDDLE_PACKAGES" value="false" /> - <option name="IS_SHOW_LIBRARY_CONTENTS" value="true" /> - </favorites_list> - <option name="myCurrentFavoritesList" value="JNode" /> - </component> - <component name="FileEditorManager" /> - <component name="FindManager"> - <FindUsagesManager> - <setting name="OPEN_NEW_TAB" value="false" /> - </FindUsagesManager> - </component> - <component name="HierarchyBrowserManager"> - <option name="IS_AUTOSCROLL_TO_SOURCE" value="false" /> - <option name="SORT_ALPHABETICALLY" value="false" /> - <option name="HIDE_CLASSES_WHERE_METHOD_NOT_IMPLEMENTED" value="false" /> - </component> - <component name="InspectionManager"> - <option name="AUTOSCROLL_TO_SOURCE" value="false" /> - <option name="SPLITTER_PROPORTION" value="0.5" /> - <option name="GROUP_BY_SEVERITY" value="false" /> - <option name="ANALYZE_TEST_SOURCES" value="true" /> - <option name="SCOPE_TYPE" value="1" /> - <option name="CUSTOM_SCOPE_NAME" value="" /> - <profile name="Default" /> - </component> - <component name="J2EEProjectPane"> - <PATH> - <PATH_ELEMENT> - <option name="myItemId" value="JNode.ipr" /> - <option name="myItemType" value="com.intellij.j2ee.module.view.nodes.J2EEProjectNodeDescriptor" /> - </PATH_ELEMENT> - </PATH> - <setting name="SHOW_AS_DEPLOYMENT_VIEW" value="false" /> - </component> - <component name="KiwiScrap"> - <confirmations /> - <scraps /> - </component> - <component name="ModuleEditorState"> - <option name="LAST_EDITED_MODULE_NAME" value="jnode" /> - <option name="LAST_EDITED_TAB_NAME" value="Paths" /> - </component> - <component name="NamedScopeManager" /> - <component name="PackagesPane"> - <PATH> - <PATH_ELEMENT> - <option name="myItemId" value="JNode.ipr" /> - <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PackageViewProjectNode" /> - </PATH_ELEMENT> - </PATH> - </component> - <component name="PerforceChangeBrowserSettings"> - <option name="USE_CLIENT_FILTER" value="true" /> - <option name="CLIENT" value="" /> - </component> - <component name="PerforceDirect.Settings"> - <option name="useP4CONFIG" value="true" /> - <option name="port" value="<perforce_server>:1666" /> - <option name="client" value="" /> - <option name="user" value="" /> - <option name="passwd" value="" /> - <option name="showCmds" value="false" /> - <option name="useNativeApi" value="true" /> - <option name="pathToExec" value="p4" /> - <option name="useCustomPathToExec" value="false" /> - <option name="SYNC_FORCE" value="false" /> - <option name="SYNC_RUN_RESOLVE" value="true" /> - <option name="REVERT_UNCHANGED_FILES" value="true" /> - <option name="CHARSET" value="none" /> - <option name="SHOW_BRANCHES_HISTORY" value="true" /> - <option name="ENABLED" value="true" /> - <option name="USE_LOGIN" value="false" /> - <option name="LOGIN_SILENTLY" value="false" /> - <option name="INTEGRATE_BRANCH_NAME" /> - <option name="INTEGRATE_CHANGELIST_NUM" value="-1" /> - <option name="INTEGRATE_RUN_RESOLVE" value="true" /> - <option name="INTEGRATE_REVERT_UNCHANGED" value="true" /> - <option name="INTEGRATE_CHANGE_LIST_NUMBER" value="" /> - <option name="INTEGRATE_CHANGE_LIST" value="false" /> - <option name="INTEGRATE_REVERSE" value="false" /> - </component> - <component name="ProjectLevelVcsManager"> - <OptionsSetting value="true" id="Add" /> - <OptionsSetting value="true" id="Remove" /> - <OptionsSetting value="true" id="Checkin" /> - <OptionsSetting value="true" id="Checkout" /> - <OptionsSetting value="true" id="Update" /> - <OptionsSetting value="true" id="Status" /> - <OptionsSetting value="true" id="Edit" /> - <OptionsSetting value="true" id="Undo Check Out" /> - <OptionsSetting value="true" id="Compare with SourceSafe Version" /> - <OptionsSetting value="true" id="Get Latest Version" /> - <ConfirmationsSetting value="0" id="Add" /> - <ConfirmationsSetting value="0" id="Remove" /> - </component> - <component name="ProjectPane"> - <PATH> - <PATH_ELEMENT> - <option name="myItemId" value="JNode.ipr" /> - <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" /> - </PATH_ELEMENT> - </PATH> - <PATH> - <PATH_ELEMENT> - <option name="myItemId" value="JNode.ipr" /> - <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" /> - </PATH_ELEMENT> - <PATH_ELEMENT> - <option name="myItemId" value="jnode" /> - <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewModuleNode" /> - </PATH_ELEMENT> - </PATH> - <PATH> - <PATH_ELEMENT> - <option name="myItemId" value="JNode.ipr" /> - <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" /> - </PATH_ELEMENT> - <PATH_ELEMENT> - <option name="myItemId" value="jnode" /> - <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewModuleNode" /> - </PATH_ELEMENT> - <PATH_ELEMENT> - <option name="myItemId" value="PsiDirectory:C:\opensource\jnode" /> - <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> - </PATH_ELEMENT> - </PATH> - </component> - <component name="ProjectReloadState"> - <option name="STATE" value="0" /> - </component> - <component name="ProjectView"> - <navigator currentView="ProjectPane" splitterProportion="0.5"> - <flattenPackages /> - <showMembers /> - <showModules /> - <showLibraryContents /> - <hideEmptyPackages /> - <abbreviatePackageNames /> - <showStructure PackagesPane="false" ProjectPane="false" /> - <autoscrollToSource /> - <autoscrollFromSource /> - <sortByType /> - </navigator> - </component> - <component name="PropertiesComponent"> - <property name="vcs_file_view_treeWidth2" value="77" /> - <property name="vcs_file_view_treeOrder4" value="4" /> - <property name="cvs_file_history_treeWidth0" value="171" /> - <property name="cvs_file_history_treeOrder4" value="4" /> - <property name="cvs_file_history_flatWidth2" value="171" /> - <property name="cvs_file_history_flatOrder4" value="4" /> - <property name="cvs_file_history_flatOrder1" value="1" /> - <property name="vcs_file_view_flatWidth2" value="47" /> - <property name="cvs_file_history_flatWidth1" value="171" /> - <property name="vcs_file_view_flatWidth5" value="50" /> - <property name="vcs_file_view_flatOrder3" value="3" /> - <property name="cvs_file_history_flatOrder2" value="2" /> - <property name="MemberChooser.showClasses" value="true" /> - <property name="cvs_file_history_flatWidth4" value="170" /> - <property name="vcs_file_view_treeWidth0" value="77" /> - <property name="vcs_file_view_treeOrder0" value="0" /> - <property name="cvs_file_history_treeOrder5" value="5" /> - <property name="vcs_file_view_flatOrder4" value="4" /> - <property name="MemberChooser.sorted" value="false" /> - <property name="cvs_file_history_flatOrder0" value="0" /> - <property name="cvs_file_history_treeWidth4" value="170" /> - <property name="cvs_file_history_treeOrder3" value="3" /> - <property name="vcs_file_view_flatWidth4" value="51" /> - <property name="cvs_file_history_treeWidth6" value="170" /> - <property name="vcs_file_view_flatOrder2" value="2" /> - <property name="cvs_file_history_treeWidth3" value="171" /> - <property name="vcs_file_view_treeWidth4" value="77" /> - <property name="cvs_file_history_flatOrder6" value="6" /> - <property name="vcs_file_view_treeWidth3" value="78" /> - <property name="cvs_file_history_flatWidth3" value="171" /> - <property name="vcs_file_view_flatOrder0" value="0" /> - <property name="vcs_file_view_flatWidth0" value="147" /> - <property name="vcs_file_view_flatWidth1" value="45" /> - <property name="MemberChooser.copyJavadoc" value="false" /> - <property name="vcs_file_view_flatOrder1" value="1" /> - <property name="cvs_file_history_treeOrder1" value="1" /> - <property name="GoToFile.includeJavaFiles" value="false" /> - <property name="cvs_file_history_treeWidth1" value="171" /> - <property name="cvs_file_history_treeOrder6" value="6" /> - <property name="GoToClass.includeLibraries" value="false" /> - <property name="cvs_file_history_treeWidth2" value="171" /> - <property name="GoToClass.toSaveIncludeLibraries" value="false" /> - <property name="cvs_file_history_flatOrder3" value="3" /> - <property name="cvs_file_history_flatWidth6" value="170" /> - <property name="vcs_file_view_flatOrder5" value="5" /> - <property name="vcs_file_view_treeOrder3" value="3" /> - <property name="vcs_file_view_treeWidth1" value="78" /> - <property name="cvs_file_history_flatOrder5" value="5" /> - <property name="cvs_file_history_flatWidth5" value="171" /> - <property name="cvs_file_history_treeOrder2" value="2" /> - <property name="vcs_file_view_treeOrder2" value="2" /> - <property name="cvs_file_history_treeWidth5" value="171" /> - <property name="vcs_file_view_flatWidth3" value="47" /> - <property name="cvs_file_history_flatWidth0" value="171" /> - <property name="vcs_file_view_treeOrder1" value="1" /> - <property name="cvs_file_history_treeOrder0" value="0" /> - </component> - <component name="ReadonlyStatusHandler"> - <option name="SHOW_DIALOG" value="true" /> - </component> - <component name="RecentsManager" /> - <component name="RestoreUpdateTree" /> - <component name="RunManager"> - <activeType name="Application" /> - <configuration selected="false" default="true" type="Remote" factoryName="Remote"> - <option name="USE_SOCKET_TRANSPORT" value="true" /> - <option name="SERVER_MODE" value="false" /> - <option name="SHMEM_ADDRESS" value="javadebug" /> - <option name="HOST" value="localhost" /> - <option name="PORT" value="5005" /> - </configuration> - <configuration selected="false" default="true" type="Application" factoryName="Application"> - <option name="MAIN_CLASS_NAME" /> - <option name="VM_PARAMETERS" /> - <option name="PROGRAM_PARAMETERS" /> - <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" /> - <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" /> - <option name="ALTERNATIVE_JRE_PATH" /> - <module name="" /> - </configuration> - <configuration selected="false" default="true" type="Applet" factoryName="Applet"> - <module name="" /> - <option name="MAIN_CLASS_NAME" /> - <option name="HTML_FILE_NAME" /> - <option name="HTML_USED" value="false" /> - <option name="WIDTH" value="400" /> - <option name="HEIGHT" value="300" /> - <option name="POLICY_FILE" value="$APPLICATION_HOME_DIR$/bin/appletviewer.policy" /> - <option name="VM_PARAMETERS" /> - <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" /> - <option name="ALTERNATIVE_JRE_PATH" /> - </configuration> - <configuration selected="false" default="true" type="WebLogic Instance" factoryName="Local"> - <option name="WORKING_DIRECTORY" /> - <option name="HOST" value="localhost" /> - <option name="PORT" value="7001" /> - <option name="LOCAL" value="true" /> - <option name="OPEN_IN_BROWSER" value="true" /> - <option name="OPEN_IN_BROWSER_URL" value="/" /> - <option name="COMMON_VM_ARGUMENTS" value="" /> - <option name="DOMAIN_PATH" value="" /> - <option name="USER" value="weblogic" /> - <option name="PASSWORD" value="weblogic" /> - <option name="SERVER_NAME" value="myserver" /> - <option name="DOMAIN_NAME" value="mydomain" /> - </configuration> - <configuration selected="false" default="true" type="JUnit" factoryName="JUnit"> - <module name="" /> - <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" /> - <option name="ALTERNATIVE_JRE_PATH" /> - <option name="PACKAGE_NAME" /> - <option name="MAIN_CLASS_NAME" /> - <option name="METHOD_NAME" /> - <option name="TEST_OBJECT" value="class" /> - <option name="VM_PARAMETERS" /> - <option name="PARAMETERS" /> - <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" /> - <option name="ADDITIONAL_CLASS_PATH" /> - <option name="TEST_SEARCH_SCOPE"> - <value defaultName="wholeProject" /> - </option> - </configuration> - </component> - <component name="SQL"> - <general /> - <databases savePasswords="false" encodePasswords="true" /> - <queries projectClassLoader="false" save="false" /> - <results primaryKeyCols="true" saveTableConfig="false"> - <rowLimit enabled="true" value="1000" /> - <resizeColumns toHeader="true" toContent="true" /> - </results> - </component> - <component name="SelectInManager" /> - <component name="StarteamConfiguration"> - <option name="SERVER" value="" /> - <option name="PORT" value="49201" /> - <option name="USER" value="" /> - <option name="PASSWORD" value="" /> - <option name="PROJECT" value="" /> - <option name="VIEW" value="" /> - <option name="ALTERNATIVE_WORKING_PATH" value="" /> - </component> - <component name="StructuralSearchPlugin" /> - <component name="StructureViewFactory"> - <option name="AUTOSCROLL_MODE" value="true" /> - <option name="AUTOSCROLL_FROM_SOURCE" value="false" /> - <option name="ACTIVE_ACTIONS" value="" /> - </component> - <component name="SvnChangesBrowserSettings"> - <option name="USE_AUTHOR_FIELD" value="true" /> - <option name="AUTHOR" value="" /> - <option name="LOCATION" value="" /> - <option name="USE_PROJECT_SETTINGS" value="true" /> - <option name="USE_ALTERNATE_LOCATION" value="false" /> - </component> - <component name="SvnConfiguration"> - <option name="USER" value="" /> - <option name="PASSWORD" value="" /> - <option name="PROCESS_UNRESOLVED" value="false" /> - <configuration useDefault="false">C:\Documents and Settings\mh\Application Data\Subversion</configuration> - </component> - <component name="TodoView" selected-index="0"> - <todo-panel id="selected-file"> - <are-packages-shown value="false" /> - <are-modules-shown value="false" /> - <flatten-packages value="false" /> - <is-autoscroll-to-source value="true" /> - </todo-panel> - <todo-panel id="all"> - <are-packages-shown value="true" /> - <are-modules-shown value="false" /> - <flatten-packages value="false" /> - <is-autoscroll-to-source value="true" /> - </todo-panel> - </component> - <component name="ToolWindowManager"> - <frame x="1280" y="95" width="1278" height="764" extended-state="0" /> - <editor active="false" /> - <layout> - <window_info id="CVS" active="false" anchor="bottom" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.3291536" order="8" /> - <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.33" order="7" /> - <window_info id="Project" active="true" anchor="left" auto_hide="false" internal_type="docked" type="docked" visible="true" weight="0.33523655" order="0" /> - <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.33" order="1" /> - <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.17752443" order="1" /> - <window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.32970452" order="8" /> - <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.4" order="6" /> - <window_info id="Module Dependencies" active="false" anchor="right" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.33" order="-1" /> - <window_info id="Dependency Viewer" active="false" anchor="bottom" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.33" order="8" /> - <window_info id="Favorites" active="false" anchor="right" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.33" order="-1" /> - <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="docked" type="docked" visible="true" weight="0.32952693" order="1" /> - <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.33" order="2" /> - <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.25" order="2" /> - <window_info id="File View" active="false" anchor="right" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.33" order="-1" /> - <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.4" order="4" /> - <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="sliding" type="sliding" visible="false" weight="0.4" order="0" /> - <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.33" order="-1" /> - <window_info id="Web" active="false" anchor="left" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.25" order="2" /> - <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.33" order="0" /> - <window_info id="EJB" active="false" anchor="bottom" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.25" order="3" /> - <window_info id="Sequence" active="false" anchor="bottom" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.33" order="8" /> - <window_info id="IDE talk" active="false" anchor="right" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.33" order="3" /> - <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.25" order="5" /> - <window_info id="CVS File View" active="false" anchor="right" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.32980457" order="3" /> - <window_info id="simpleUML" active="false" anchor="left" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.32927817" order="3" /> - <window_info id="IDEtalk Messages" active="false" anchor="bottom" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.33" order="8" /> - </layout> - </component> - <component name="VCS.FileViewConfiguration"> - <option name="SELECTED_STATUSES" value="DEFAULT" /> - <option name="SELECTED_COLUMNS" value="DEFAULT" /> - <option name="SHOW_FILTERS" value="true" /> - <option name="CUSTOMIZE_VIEW" value="true" /> - <option name="SHOW_FILE_HISTORY_AS_TREE" value="false" /> - </component> - <component name="VcsManagerConfiguration"> - <option name="CHECK_CODE_SMELLS_BEFORE_PROJECT_COMMIT" value="true" /> - <option name="PUT_FOCUS_INTO_COMMENT" value="false" /> - <option name="FORCE_NON_EMPTY_COMMENT" value="false" /> - <option name="LAST_COMMIT_MESSAGE" /> - <option name="SAVE_LAST_COMMIT_MESSAGE" value="true" /> - <option name="CHECKIN_DIALOG_SPLITTER_PROPORTION" value="0.8" /> - <option name="OPTIMIZE_IMPORTS_BEFORE_PROJECT_COMMIT" value="false" /> - <option name="OPTIMIZE_IMPORTS_BEFORE_FILE_COMMIT" value="false" /> - <option name="REFORMAT_BEFORE_PROJECT_COMMIT" value="false" /> - <option name="REFORMAT_BEFORE_FILE_COMMIT" value="false" /> - <option name="FILE_HISTORY_DIALOG_COMMENTS_SPLITTER_PROPORTION" value="0.8" /> - <option name="FILE_HISTORY_DIALOG_SPLITTER_PROPORTION" value="0.5" /> - <option name="ERROR_OCCURED" value="false" /> - <option name="ACTIVE_VCS_NAME" value="svn" /> - <option name="UPDATE_GROUP_BY_PACKAGES" value="false" /> - <option name="SHOW_FILE_HISTORY_AS_TREE" value="false" /> - <option name="FILE_HISTORY_SPLITTER_PROPORTION" value="0.6" /> - </component> - <component name="VssConfiguration"> - <option name="CLIENT_PATH" value="" /> - <option name="SRCSAFEINI_PATH" value="" /> - <option name="USER_NAME" value="" /> - <option name="PWD" value="" /> - <option name="VSS_IS_INITIALIZED" value="true" /> - <CheckoutOptions> - <option name="COMMENT" value="" /> - <option name="DO_NOT_GET_LATEST_VERSION" value="false" /> - <option name="REPLACE_WRITABLE" value="false" /> - <option name="RECURSIVE" value="false" /> - </CheckoutOptions> - <CheckinOptions> - <option name="COMMENT" value="" /> - <option name="KEEP_CHECKED_OUT" value="false" /> - <option name="RECURSIVE" value="false" /> - </CheckinOptions> - <AddOptions> - <option name="COMMENT" value="" /> - <option name="STORE_ONLY_LATEST_VERSION" value="false" /> - <option name="CHECK_OUT_IMMEDIATELY" value="false" /> - <option name="FILE_TYPE" value="0" /> - </AddOptions> - <UndocheckoutOptions> - <option name="MAKE_WRITABLE" value="false" /> - <option name="REPLACE_LOCAL_COPY" value="0" /> - <option name="RECURSIVE" value="false" /> - </UndocheckoutOptions> - <GetOptions> - <option name="REPLACE_WRITABLE" value="0" /> - <option name="MAKE_WRITABLE" value="false" /> - <option name="RECURSIVE" value="false" /> - </GetOptions> - </component> - <component name="antWorkspaceConfiguration"> - <option name="IS_AUTOSCROLL_TO_SOURCE" value="false" /> - <option name="FILTER_TARGETS" value="false" /> - <buildFile url="file://$PROJECT_DIR$/all/build.xml"> - <antCommandLine value="" /> - <runInBackground value="false" /> - <targetFilters /> - <treeView value="true" /> - <verbose value="true" /> - <viewClosedWhenNoErrors value="false" /> - </buildFile> - </component> - <component name="editorHistoryManager"> - <entry file="file://$PROJECT_DIR$/all/build.xml"> - <provider selected="true" editor-type-id="text-editor"> - <state line="196" column="2" selection-start="9398" selection-end="9398" vertical-scroll-proportion="0.3327674"> - <folding /> - </state> - </provider> - </entry> - </component> - <component name="ideajad"> - <property name="annotate" value="false" /> - <property name="annotateFully" value="false" /> - <property name="braces" value="false" /> - <property name="clear" value="false" /> - <property name="confirmNavigationTriggeredDecompile" value="true" /> - <property name="dead" value="true" /> - <property name="defaultInitializers" value="false" /> - <property name="dissassemblerOnly" value="false" /> - <property name="fieldsFirst" value="true" /> - <property name="fileExtension" value="java" /> - <property name="fullyQualifiedNames" value="false" /> - <property name="indentation" value="4" /> - <property name="intRadix" value="10" /> - <property name="lineNumbersAsComments" value="true" /> - <property name="longRadix" value="10" /> - <property name="maxStringLength" value="64" /> - <property name="nocast" value="false" /> - <property name="noclass" value="false" /> - <property name="nocode" value="false" /> - <property name="noconv" value="false" /> - <property name="noctor" value="false" /> - <property name="nodos" value="false" /> - <property name="nofd" value="false" /> - <property name="noinner" value="false" /> - <property name="nolvt" value="false" /> - <property name="nonlb" value="false" /> - <property name="outputDirectory" value="" /> - <property name="packFields" value="3" /> - <property name="packImports" value="7" /> - <property name="prefixNumericalClasses" value="_cls" /> - <property name="prefixNumericalFields" value="_fld" /> - <property name="prefixNumericalLocals" value="_lcl" /> - <property name="prefixNumericalMethods" value="_mth" /> - <property name="prefixNumericalParameters" value="_prm" /> - <property name="prefixUnusedExceptions" value="_ex" /> - <property name="readonly" value="false" /> - <property name="safe" value="false" /> - <property name="sort" value="false" /> - <property name="spaceAfterKeyword" value="false" /> - <property name="splitStringsAtNewline" value="false" /> - <property name="useTabs" value="false" /> - </component> - <component name="simpleUML.DiagramSettingsWorkspace" /> - <component name="simpleUML.UMLToolWindowPlugin"> - <General> - <option name="birdViewUpdateDelay" value="2000" /> - <option name="defaultFileLocation" value="file://$PROJECT_DIR$" /> - </General> - <Classdiagram> - <option name="diagramTitleFont" value="SansSerif,1,12" /> - <option name="diagramFont" value="SansSerif,0,10" /> - <option name="defaultFieldsExpanded" value="false" /> - <option name="defaultContructorsExpanded" value="false" /> - <option name="defaultMethodsExpanded" value="false" /> - <option name="showParameters" value="true" /> - <option name="showTooltip" value="true" /> - <option name="showReturnValues" value="true" /> - <option name="longModifier" value="true" /> - <option name="implementsBehaviour" value="1" /> - <option name="extendsBehaviour" value="1" /> - <option name="compartmentBehaviour" value="1" /> - <option name="interfaceBackgroundColor" value="-6494306" /> - <option name="abstractClassBackgroundColor" value="-1580132" /> - <option name="classBackgroundColor" value="-6508057" /> - <option name="diagramBackgroundColor" value="-1" /> - <option name="useAntialiasedConnectors" value="true" /> - <option name="quickSourceLinkColor" value="-16776961" /> - <option name="quickDiagramLinkColor" value="-8454144" /> - <option name="drawDecorations" value="false" /> - <option name="hideFieldList" value="" /> - <option name="showFieldList" value="" /> - <option name="hideConstructorList" value="" /> - <option name="showConstructorList" value="" /> - <option name="hideMethodList" value="" /> - <option name="showMethodList" value="" /> - <option name="minimumFigureSize" value="0,0" /> - </Classdiagram> - <Dependencydiagram> - <option name="diagramTitleFont" value="SansSerif,1,12" /> - <option name="diagramFont" value="SansSerif,0,10" /> - <option name="diagramBackgroundColor" value="-1" /> - <option name="useAntialiasedConnectors" value="true" /> - <option name="packageNameCompressionLevel" value="0" /> - </Dependencydiagram> - <Packagediagram> - <option name="diagramTitleFont" value="SansSerif,0,12" /> - <option name="diagramFont" value="SansSerif,0,10" /> - <option name="packageBackgroundColor" value="-4144960" /... [truncated message content] |
From: <cr...@us...> - 2009-09-10 14:36:41
|
Revision: 5678 http://jnode.svn.sourceforge.net/jnode/?rev=5678&view=rev Author: crawley Date: 2009-09-10 14:36:30 +0000 (Thu, 10 Sep 2009) Log Message: ----------- The Eclipse project references and build paths were a bit confused which was causing intermittent build failures in Eclipse. Modified Paths: -------------- branches/jikesRVM/all/.classpath branches/jikesRVM/all/.project branches/jikesRVM/builder/.project branches/jikesRVM/cli/.project branches/jikesRVM/distr/.project branches/jikesRVM/fs/.project branches/jikesRVM/gui/.project branches/jikesRVM/net/.project branches/jikesRVM/shell/.project branches/jikesRVM/textui/.project Modified: branches/jikesRVM/all/.classpath =================================================================== --- branches/jikesRVM/all/.classpath 2009-09-10 13:32:36 UTC (rev 5677) +++ branches/jikesRVM/all/.classpath 2009-09-10 14:36:30 UTC (rev 5678) @@ -1,10 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry kind="src" path="/builder"/> - <classpathentry kind="src" path="/core"/> - <classpathentry kind="src" path="/fs"/> - <classpathentry kind="src" path="/gui"/> - <classpathentry kind="src" path="/net"/> - <classpathentry kind="src" path="/shell"/> <classpathentry kind="output" path="build"/> </classpath> Modified: branches/jikesRVM/all/.project =================================================================== --- branches/jikesRVM/all/.project 2009-09-10 13:32:36 UTC (rev 5677) +++ branches/jikesRVM/all/.project 2009-09-10 14:36:30 UTC (rev 5678) @@ -3,13 +3,6 @@ <name>all</name> <comment></comment> <projects> - <project>JNode-Builder</project> - <project>JNode-Core</project> - <project>JNode-Distr</project> - <project>JNode-FS</project> - <project>JNode-GUI</project> - <project>JNode-Net</project> - <project>JNode-Shell</project> </projects> <buildSpec> <buildCommand> Modified: branches/jikesRVM/builder/.project =================================================================== --- branches/jikesRVM/builder/.project 2009-09-10 13:32:36 UTC (rev 5677) +++ branches/jikesRVM/builder/.project 2009-09-10 14:36:30 UTC (rev 5678) @@ -3,9 +3,8 @@ <name>builder</name> <comment></comment> <projects> - <project>all</project> - <project>JNode-Core</project> - <project>JNode-FS</project> + <project>core</project> + <project>fs</project> </projects> <buildSpec> <buildCommand> Modified: branches/jikesRVM/cli/.project =================================================================== --- branches/jikesRVM/cli/.project 2009-09-10 13:32:36 UTC (rev 5677) +++ branches/jikesRVM/cli/.project 2009-09-10 14:36:30 UTC (rev 5678) @@ -4,6 +4,8 @@ <comment></comment> <projects> <project>core</project> + <project>fs</project> + <project>net</project> <project>shell</project> </projects> <buildSpec> Modified: branches/jikesRVM/distr/.project =================================================================== --- branches/jikesRVM/distr/.project 2009-09-10 13:32:36 UTC (rev 5677) +++ branches/jikesRVM/distr/.project 2009-09-10 14:36:30 UTC (rev 5678) @@ -4,9 +4,10 @@ <comment></comment> <projects> <project>all</project> - <project>JNode-Core</project> - <project>JNode-GUI</project> - <project>JNode-Shell</project> + <project>core</project> + <project>gui</project> + <project>shell</project> + <project>textui</project> </projects> <buildSpec> <buildCommand> Modified: branches/jikesRVM/fs/.project =================================================================== --- branches/jikesRVM/fs/.project 2009-09-10 13:32:36 UTC (rev 5677) +++ branches/jikesRVM/fs/.project 2009-09-10 14:36:30 UTC (rev 5678) @@ -4,8 +4,8 @@ <comment></comment> <projects> <project>all</project> - <project>JNode-Core</project> - <project>JNode-Shell</project> + <project>core</project> + <project>shell</project> </projects> <buildSpec> <buildCommand> Modified: branches/jikesRVM/gui/.project =================================================================== --- branches/jikesRVM/gui/.project 2009-09-10 13:32:36 UTC (rev 5677) +++ branches/jikesRVM/gui/.project 2009-09-10 14:36:30 UTC (rev 5678) @@ -4,8 +4,8 @@ <comment></comment> <projects> <project>all</project> - <project>JNode-Core</project> - <project>JNode-Shell</project> + <project>core</project> + <project>shell</project> </projects> <buildSpec> <buildCommand> Modified: branches/jikesRVM/net/.project =================================================================== --- branches/jikesRVM/net/.project 2009-09-10 13:32:36 UTC (rev 5677) +++ branches/jikesRVM/net/.project 2009-09-10 14:36:30 UTC (rev 5678) @@ -4,8 +4,8 @@ <comment></comment> <projects> <project>all</project> - <project>JNode-Core</project> - <project>JNode-Shell</project> + <project>core</project> + <project>shell</project> </projects> <buildSpec> <buildCommand> Modified: branches/jikesRVM/shell/.project =================================================================== --- branches/jikesRVM/shell/.project 2009-09-10 13:32:36 UTC (rev 5677) +++ branches/jikesRVM/shell/.project 2009-09-10 14:36:30 UTC (rev 5678) @@ -4,7 +4,7 @@ <comment></comment> <projects> <project>all</project> - <project>JNode-Core</project> + <project>core</project> </projects> <buildSpec> <buildCommand> Modified: branches/jikesRVM/textui/.project =================================================================== --- branches/jikesRVM/textui/.project 2009-09-10 13:32:36 UTC (rev 5677) +++ branches/jikesRVM/textui/.project 2009-09-10 14:36:30 UTC (rev 5678) @@ -4,8 +4,8 @@ <comment></comment> <projects> <project>all</project> - <project>JNode-Core</project> - <project>JNode-Shell</project> + <project>core</project> + <project>shell</project> </projects> <buildSpec> <buildCommand> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |