krysalis-impus .cvsignore,NONE,1.1 centibuild.xml,NONE,1.1 forrest.properties,NONE,1.1 impus.ipr,NONE,1.1 impus.iws,NONE,1.1 module.xml,NONE,1.1 properties.xml,NONE,1.1 status.xml,NONE,1.1

[email protected]
Newsgroups gmane.comp.krysalis.sandbox
Message-ID <[email protected]>
Update of /cvsroot/metamorphosis/krysalis-impus
In directory sc8-pr-cvs1:/tmp/cvs-serv2271

Added Files:
	.cvsignore centibuild.xml forrest.properties impus.ipr 
	impus.iws module.xml properties.xml status.xml 
Log Message:
Initial import of the impus project.

--- NEW FILE: .cvsignore ---
classes
build.number
build
dist
.classpath
.project

--- NEW FILE: centibuild.xml ---
<?xml version="1.0"?>
<project default="interactive" basedir="." name="Impus Test">
	
    <description>Impus</description>


    <taskdef resource="centipede"/>
    <centipede/> 
    
    <importcent name="antidote"/> 
    <importcent name="java"/>
    <!-- <importcent name="checkstyle"/> --> 
    <importcent name="forrest"/> 
    <importcent name="gump"/>
    <importcent name="javasrc"/> 
    <importcent name="junit"/>


    <!-- =================================================================== -->
    <!-- Basic build targets for the project                                 -->
    <!-- =================================================================== -->

    <!-- =================================================================== -->
    <!-- Interactive build                                                   -->
    <!-- =================================================================== -->
    <target name="interactive" description="Interactive Build">
        <echo>
        --------------------------------------------------------------

                      ${xgump.module.name}  [${YEAR}]

        --------------------------------------------------------------
         Using ${ant.version}
         Build file ${ant.file}
        --------------------------------------------------------------
         These are the most common build targets.
         You can also invoke them directly; see build.xml for more info.
         Builds will be in /build directory, distributions in /dist.

         all -------------- creates the jars and the site
         compile ---------- compiles the source code
         test ------------- performs the jUnit tests
         jar -------------- create the jar files
         docs ------------- generates the html docs - clean not needed
         javadocs --------- generates the API documentation
         site ------------- generates the html site (docs+reports)
         clean ------------ cleans the build directory
         dist ------------- creates src and bin distributions
        </echo>
        
          <input
             message="Please select a target "
             addproperty="input.selection"
          />
         <condition property="do.abort">
           <equals arg1="" arg2="input.selection" />
         </condition>
         <fail if="do.abort">Build aborted by user.</fail>

        <!-- temporarily disabled because missing from beta 3 --> 
        <!-- <antrun target="splash"/> -->
        <antrun target="${input.selection}"/>

    </target>
    
    <target name="all" depends="clean, code, docs, dist"/>
    	
    <target name="code" depends="compile,test,package"/>
    <!--<target name="metrics" depends="checkstyle, report"/>-->
    <target name="docs" depends="javasrc, javadocs, site"/>

    <!-- ================================== -->
    <!--        Target used by Gump         -->
    <!-- ================================== -->

    <target  name="gump" description="Target used by Gump">
    </target>


</project>



--- NEW FILE: forrest.properties ---
# Specifies name of Forrest skin to use
project.skin=krysalis-site
--- NEW FILE: impus.ipr ---
<?xml version="1.0" encoding="UTF-8"?>
<project version="3" relativePaths="false">
  <component name="ProjectRootManager" version="2">
    <jdk name="java version &quot;1.4.1&quot;" />
    <library name="JUnit" />
    <library name="BeanUtils" />
    <projectPath>
      <root type="composite">
        <root type="simple" url="file://$PROJECT_DIR$" />
      </root>
    </projectPath>
    <sourcePath>
      <root type="composite">
        <root type="jdk" rootType="sourcePath" name="java version &quot;1.4.1&quot;" />
        <root type="library" rootType="sourcePath" name="JUnit" />
        <root type="library" rootType="sourcePath" name="BeanUtils" />
        <root type="simple" url="file://$PROJECT_DIR$/src/java" />
        <root type="simple" url="file://$PROJECT_DIR$/src/test" />
      </root>
    </sourcePath>
    <classPath>
      <root type="composite">
        <root type="output" />
        <root type="simple" url="jar://C:/Products/antlr-2.7.2/antlr.jar!/" />
        <root type="jdk" rootType="classPath" name="java version &quot;1.4.1&quot;" />
        <root type="library" rootType="classPath" name="JUnit" />
        <root type="library" rootType="classPath" name="BeanUtils" />
      </root>
    </classPath>
    <excludePath>
      <root type="composite">
        <root type="excludedOutput" />
        <root type="simple" url="file://$PROJECT_DIR$/vfs_cache" />
      </root>
    </excludePath>
    <javadocPath>
      <root type="composite">
        <root type="jdk" rootType="javadocPath" name="java version &quot;1.4.1&quot;" />
        <root type="library" rootType="javadocPath" name="JUnit" />
        <root type="library" rootType="javadocPath" name="BeanUtils" />
      </root>
    </javadocPath>
    <assert_keyword enabled="no" />
    <exclude_output enabled="yes" />
  </component>
  <component name="CompilerConfiguration">
    <option name="DEFAULT_COMPILER" value="Javac" />
    <option name="SYNCHRONIZE_OUTPUT_DIRECTORY" value="false" />
    <option name="DEFAULT_OUTPUT_PATH" value="$PROJECT_DIR$/classes" />
    <option name="OUTPUT_MODE" value="single" />
    <resourceExtensions>
      <entry name=".+\.(properties|xml|html)" />
      <entry name=".+\.(gif|png|jpeg)" />
    </resourceExtensions>
  </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" />
  </component>
  <component name="JikesSettings">
    <option name="JIKES_PATH" value="" />
    <option name="DEBUGGING_INFO" value="true" />
    <option name="DEPRECATION" value="true" />
    <option name="GENERATE_NO_WARNINGS" value="false" />
    <option name="GENERATE_MAKE_FILE_DEPENDENCIES" value="false" />
    <option name="DO_FULL_DEPENDENCE_CHECK" value="false" />
    <option name="IS_EMACS_ERRORS_MODE" value="true" />
    <option name="ADDITIONAL_OPTIONS_STRING" value="" />
  </component>
  <component name="AntConfiguration">
    <option name="IS_AUTOSCROLL_TO_SOURCE" value="false" />
    <option name="FILTER_TARGETS" value="false" />
  </component>
  <component name="JavadocGenerationManager">
    <option name="OUTPUT_DIRECTORY" />
    <option name="OPTION_SCOPE" value="protected" />
    <option name="OPTION_HIERARCHY" value="false" />
    <option name="OPTION_NAVIGATOR" value="false" />
    <option name="OPTION_INDEX" value="false" />
    <option name="OPTION_SEPARATE_INDEX" value="false" />
    <option name="OPTION_DOCUMENT_TAG_USE" value="false" />
    <option name="OPTION_DOCUMENT_TAG_AUTHOR" value="false" />
    <option name="OPTION_DOCUMENT_TAG_VERSION" value="false" />
    <option name="OPTION_DOCUMENT_TAG_DEPRECATED" value="false" />
    <option name="OPTION_DEPRECATED_LIST" value="false" />
    <option name="OTHER_OPTIONS" />
    <option name="HEAP_SIZE" />
    <option name="OPEN_IN_BROWSER" value="false" />
  </component>
  <component name="WebManager">
    <option enabled="false" />
  </component>
  <component name="WebRootContainer" />
  <component name="EjbManager" enabled="false" />
  <component name="JUnitProjectSettings">
    <option name="TEST_RUNNER" value="Text" />
  </component>
  <component name="EntryPointsManager">
    <entry_points />
  </component>
  <component name="EjbActionsConfiguration">
    <option name="NEW_MESSAGE_BEAN_LAST_PACKAGE" value="" />
    <option name="NEW_ENTITY_BEAN_LAST_PACKAGE" value="" />
    <option name="NEW_SESSION_BEAN_LAST_PACKAGE" value="" />
  </component>
  <component name="CodeStyleManager">
    <option name="USE_DEFAULT_CODE_STYLE_SCHEME" value="true" />
    <option name="CODE_STYLE_SCHEME" value="" />
  </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="WebReferencesManager" />
  <component name="CaretSonar">
    <CaretSonar SonarWaves.drawer="XOR-circle-waves" SonarWaves.number="6" SonarWaves.spacing="30" SonarWaves.delay="10" SonarWaves.line.width="1" SonarWaves.Java2D.alphaStart="0.5" SonarWaves.Java2D.alphaEnd="0.5" SonarWaves.Java2D.antialias="false" SonarWaves.Color.R="0" SonarWaves.Color.G="255" SonarWaves.Color.B="0" />
  </component>
  <component name="Tabifier">
    <tabifier always_use_spaces="false" tab_qty="1" />
  </component>
  <component name="JUnitTestConfiguration">
    <option name="TEST_CLASS_PATTERN" value="test/$PACKAGE$/$CLASS$Test" />
    <option name="TESTED_CLASS_PATTERN" value="java/$PACKAGE$/$CLASS$" />
  </component>
</project>


--- NEW FILE: impus.iws ---
<?xml version="1.0" encoding="UTF-8"?>
<project version="3" relativePaths="false">
  <component name="WebReferencesConfigurable">
    <property name="CUSTOM_MAP_LOOKUP" type="list" />
    <property name="INTERFACE_POSTFIX" value="" type="string" />
    <property name="electric.home" value="c:/electric" type="string" />
    <property name="INTERFACE_PREFIX" value="I" type="string" />
    <property name="INCLUDE_SYSTEM_MAP" value="true" type="boolean" />
    <property name="THROW_EXCEPTIONS" value="false" type="boolean" />
    <property name="ENABLED" value="false" type="boolean" />
  </component>
  <component name="FileEditorManager">
    <history>
      <source-position-entry url="file://$PROJECT_DIR$/src/test/org/krysalis/impus/InitializerTest.java" line="55" column="24" vertical-scroll-proportion="0.45046923" horizontal-scroll-proportion="0.1985294" />
      <source-position-entry url="file://$PROJECT_DIR$/status.xml" line="5" column="70" vertical-scroll-proportion="0.13235295" horizontal-scroll-proportion="0.57429355" />
      <source-position-entry url="file://$PROJECT_DIR$/src/documentation/content/xdocs/book.xml" line="6" column="27" vertical-scroll-proportion="0.113089" horizontal-scroll-proportion="0.22151321" />
      <source-position-entry url="file://$PROJECT_DIR$/centibuild.xml" line="7" column="5" vertical-scroll-proportion="0.13138686" horizontal-scroll-proportion="0.041020967" />
      <source-position-entry url="file://$PROJECT_DIR$/src/java/org/krysalis/impus/ASTUtil.java" line="131" column="10" vertical-scroll-proportion="0.5119917" horizontal-scroll-proportion="0.082720585" />
      <source-position-entry url="file://$PROJECT_DIR$/src/java/org/krysalis/impus/Initializer.java" line="332" column="10" vertical-scroll-proportion="0.5119917" horizontal-scroll-proportion="0.082720585" />
      <source-position-entry url="file://$PROJECT_DIR$/src/java/org/krysalis/impus/Main.java" line="76" column="10" vertical-scroll-proportion="0.5119917" horizontal-scroll-proportion="0.082041934" />
      <source-position-entry url="file://$PROJECT_DIR$/src/test/org/krysalis/impus/A.java" line="252" column="10" vertical-scroll-proportion="0.5307612" horizontal-scroll-proportion="0.082720585" />
      <source-position-entry url="file://$PROJECT_DIR$/src/test/org/krysalis/impus/B.java" line="92" column="10" vertical-scroll-proportion="0.5307612" horizontal-scroll-proportion="0.082720585" />
      <source-position-entry url="file://$PROJECT_DIR$/src/test/org/krysalis/impus/C.java" line="59" column="41" vertical-scroll-proportion="0.47445256" horizontal-scroll-proportion="0.33637193" />
      <source-position-entry url="file://$PROJECT_DIR$/src/documentation/content/xdocs/index.xml" line="19" column="52" vertical-scroll-proportion="0.3581152" horizontal-scroll-proportion="0.42661804" />
      <source-position-entry url="file://$PROJECT_DIR$/src/java/org/krysalis/impus/ImpusTokenTypes.java" line="4" column="17" vertical-scroll-proportion="0.075078204" horizontal-scroll-proportion="0.13947129" />
      <source-position-entry url="file://$PROJECT_DIR$/src/java/org/krysalis/impus/parser.g" line="34" column="89" vertical-scroll-proportion="0.64083767" horizontal-scroll-proportion="0.7362132" />
      <source-position-entry url="file://$PROJECT_DIR$/module.xml" line="65" column="45" vertical-scroll-proportion="0.62408376" horizontal-scroll-proportion="0.3691887" />
      <source-position-entry url="file://$PROJECT_DIR$/properties.xml" line="11" column="41" vertical-scroll-proportion="0.20732984" horizontal-scroll-proportion="0.33637193" />
    </history>
    <open-files>
      <source-position-entry url="file://$PROJECT_DIR$/src/documentation/content/xdocs/index.xml" line="19" column="52" vertical-scroll-proportion="0.3581152" horizontal-scroll-proportion="0.42661804" />
      <source-position-entry url="file://$PROJECT_DIR$/properties.xml" line="11" column="41" vertical-scroll-proportion="0.20732984" horizontal-scroll-proportion="0.33637193" selected="true" />
      <source-position-entry url="file://$PROJECT_DIR$/src/java/org/krysalis/impus/parser.g" line="34" column="89" vertical-scroll-proportion="0.64083767" horizontal-scroll-proportion="0.7362132" />
      <source-position-entry url="file://$PROJECT_DIR$/module.xml" line="65" column="45" vertical-scroll-proportion="0.62408376" horizontal-scroll-proportion="0.3691887" />
      <source-position-entry url="file://$PROJECT_DIR$/src/documentation/content/xdocs/book.xml" line="6" column="27" vertical-scroll-proportion="0.113089" horizontal-scroll-proportion="0.22151321" />
    </open-files>
  </component>
  <component name="ToolWindowManager">
    <frame x="-4" y="-4" width="1608" height="1153" extended-state="6" />
    <editor active="true" />
    <layout>
      <window_info id="Tetris" active="false" anchor="left" auto_hide="true" internal_type="sliding" type="sliding" visible="false" weight="0.3301282" order="12" />
      <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="sliding" type="sliding" visible="false" weight="0.2503209" order="1" />
      <window_info id="PsiViewer" active="false" anchor="right" auto_hide="true" internal_type="sliding" type="sliding" visible="false" weight="0.33" order="4" />
      <window_info id="Scratchpad" active="false" anchor="left" auto_hide="true" internal_type="docked" type="floating" visible="false" weight="0.3301282" order="11" x="802" y="59" width="760" height="994" />
      <window_info id="Tailed Logs" active="false" anchor="bottom" auto_hide="true" internal_type="docked" type="docked" visible="false" weight="0.33" order="3" />
      <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.2701652" order="1" />
      <window_info id="Hierarchy" active="false" anchor="left" auto_hide="false" internal_type="sliding" type="sliding" visible="false" weight="0.2503209" order="6" />
      <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.33" order="0" />
      <window_info id="Commander" active="false" anchor="left" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.3621795" order="1" />
      <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="docked" type="docked" visible="true" weight="0.24294871" order="0" />
      <window_info id="Connect4" active="false" anchor="left" auto_hide="true" internal_type="sliding" type="sliding" visible="false" weight="0.33" order="12" />
      <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.4" order="2" />
      <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.24935897" order="5" />
      <window_info id="Find" active="false" anchor="left" auto_hide="false" internal_type="sliding" type="sliding" visible="false" weight="0.33076924" order="3" />
      <window_info id="Messages" active="false" anchor="top" auto_hide="true" internal_type="sliding" type="sliding" visible="false" weight="0.31688055" order="0" />
      <window_info id="Inspection" active="false" anchor="left" auto_hide="false" internal_type="sliding" type="sliding" visible="false" weight="0.4" order="10" />
      <window_info id="Web" active="false" anchor="left" auto_hide="false" internal_type="sliding" type="sliding" visible="false" weight="0.25064102" order="7" />
      <window_info id="SQLViewer" active="false" anchor="right" auto_hide="true" internal_type="sliding" type="sliding" visible="false" weight="0.33" order="0" />
      <window_info id="Message" active="false" anchor="left" auto_hide="false" internal_type="sliding" type="sliding" visible="false" weight="0.33" order="2" />
      <window_info id="EJB" active="false" anchor="right" auto_hide="false" internal_type="docked" type="docked" visible="true" weight="0.2792041" order="3" />
      <window_info id="AntExplorer" active="false" anchor="left" auto_hide="false" internal_type="sliding" type="sliding" visible="false" weight="0.25" order="4" />
      <window_info id="Cvs" active="false" anchor="left" auto_hide="false" internal_type="sliding" type="sliding" visible="false" weight="0.2503209" order="9" />
      <window_info id="Ejb" active="false" anchor="left" auto_hide="false" internal_type="sliding" type="sliding" visible="false" weight="0.25" order="8" />
      <window_info id="sUML" active="false" anchor="right" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.3653846" order="2" />
    </layout>
  </component>
  <component name="Debugger">
    <line_breakpoints />
    <exception_breakpoints>
      <breakpoint_any>
        <option name="NOTIFY_CAUGHT" value="true" />
        <option name="NOTIFY_UNCAUGHT" value="true" />
        <option name="ENABLED" value="false" />
        <option name="SUSPEND_VM" value="true" />
        <option name="COUNT_FILTER_ENABLED" value="false" />
        <option name="COUNT_FILTER" value="0" />
        <option name="CONDITION_ENABLED" value="false" />
        <option name="CONDITION" />
        <option name="LOG_ENABLED" value="false" />
        <option name="LOG_EXPRESSION_ENABLED" value="false" />
        <option name="LOG_MESSAGE" />
        <option name="CLASS_FILTERS_ENABLED" value="false" />
        <option name="INVERSE_CLASS_FILLTERS" value="false" />
        <option name="SUSPEND_POLICY" value="SuspendAll" />
      </breakpoint_any>
      <breakpoint class_name="java.lang.IllegalArgumentException">
        <option name="NOTIFY_CAUGHT" value="true" />
        <option name="NOTIFY_UNCAUGHT" value="true" />
        <option name="ENABLED" value="false" />
        <option name="SUSPEND_VM" value="true" />
        <option name="COUNT_FILTER_ENABLED" value="false" />
        <option name="COUNT_FILTER" value="0" />
        <option name="CONDITION_ENABLED" value="false" />
        <option name="CONDITION" />
        <option name="LOG_ENABLED" value="false" />
        <option name="LOG_EXPRESSION_ENABLED" value="false" />
        <option name="LOG_MESSAGE" />
        <option name="CLASS_FILTERS_ENABLED" value="false" />
        <option name="INVERSE_CLASS_FILLTERS" value="false" />
        <option name="SUSPEND_POLICY" value="SuspendAll" />
      </breakpoint>
    </exception_breakpoints>
    <field_breakpoints />
    <method_breakpoints />
  </component>
  <component name="DebuggerManager" />
  <component name="DebuggerSettings">
    <option name="TRACING_FILTERS_ENABLED" value="true" />
    <option name="TOSTRING_CLASSES_ENABLED" value="false" />
    <option name="VALUE_LOOKUP_DELAY" value="700" />
    <option name="DEBUGGER_TRANSPORT" value="0" />
    <option name="FORCE_CLASSIC_VM" value="true" />
    <option name="HIDE_DEBUGGER_ON_PROCESS_TERMINATION" value="false" />
    <option name="SKIP_SYNTHETIC_METHODS" value="true" />
    <option name="SKIP_CONSTRUCTORS" value="false" />
    <option name="STEP_THREAD_SUSPEND_POLICY" value="SuspendThread" />
    <option name="EVALUATION_TIMEOUT" value="1000" />
    <default_breakpoint_settings>
      <option name="NOTIFY_CAUGHT" value="true" />
      <option name="NOTIFY_UNCAUGHT" value="true" />
      <option name="WATCH_MODIFICATION" value="true" />
      <option name="WATCH_ACCESS" value="true" />
      <option name="WATCH_ENTRY" value="true" />
      <option name="WATCH_EXIT" value="true" />
      <option name="ENABLED" value="true" />
      <option name="SUSPEND_VM" value="true" />
      <option name="COUNT_FILTER_ENABLED" value="false" />
      <option name="COUNT_FILTER" value="0" />
      <option name="CONDITION_ENABLED" value="false" />
      <option name="CONDITION" />
      <option name="LOG_ENABLED" value="false" />
      <option name="LOG_EXPRESSION_ENABLED" value="false" />
      <option name="LOG_MESSAGE" />
      <option name="CLASS_FILTERS_ENABLED" value="false" />
      <option name="INVERSE_CLASS_FILLTERS" value="false" />
      <option name="SUSPEND_POLICY" value="SuspendAll" />
    </default_breakpoint_settings>
    <filter>
      <option name="PATTERN" value="com.sun.*" />
      <option name="ENABLED" value="true" />
    </filter>
    <filter>
      <option name="PATTERN" value="java.*" />
      <option name="ENABLED" value="true" />
    </filter>
    <filter>
      <option name="PATTERN" value="javax.*" />
      <option name="ENABLED" value="true" />
    </filter>
    <filter>
      <option name="PATTERN" value="org.omg.*" />
      <option name="ENABLED" value="true" />
    </filter>
    <filter>
      <option name="PATTERN" value="sun.*" />
      <option name="ENABLED" value="true" />
    </filter>
    <filter>
      <option name="PATTERN" value="junit.*" />
      <option name="ENABLED" value="true" />
    </filter>
  </component>
  <component name="CompilerWorkspaceConfiguration">
    <option name="COMPILE_IN_BACKGROUND" value="false" />
    <option name="AUTO_SHOW_ERRORS_IN_EDITOR" value="true" />
  </component>
  <component name="ErrorTreeViewConfiguration">
    <option name="IS_AUTOSCROLL_TO_SOURCE" value="false" />
    <option name="HIDE_WARNINGS" value="false" />
  </component>
  <component name="DaemonCodeAnalyzer">
    <disable_hints />
  </component>
  <component name="StructureViewFactory">
    <option name="SORT_MODE" value="0" />
    <option name="GROUP_OVERRIDINGS" value="true" />
    <option name="GROUP_IMPLEMENTINGS" value="true" />
    <option name="AUTOSCROLL_MODE" value="true" />
    <option name="SHOW_METHODS" value="true" />
    <option name="SHOW_FIELDS" value="true" />
    <option name="AUTOSCROLL_FROM_SOURCE" value="false" />
    <option name="GROUP_GETTERS_AND_SETTERS" value="true" />
  </component>
  <component name="CvsConfiguration">
    <Checkout>
      <option name="DATE_TAG" value="" />
      <option name="REVISION_TAG" value="" />
      <option name="PRUNE_EMPTY_DIRS" value="true" />
      <option name="RESET_STICKY_TAGS" value="false" />
      <option name="NON_RECURSIVE" value="false" />
      <option name="CREATE_WORKING_DIR" value="" />
      <option name="ADDITIONAL_OPTIONS" value="" />
    </Checkout>
    <Update>
      <option name="DATE_TAG" value="" />
      <option name="REVISION_TAG" value="" />
      <option name="PRUNE_EMPTY_DIRS" value="true" />
      <option name="RESET_STICKY_TAGS" value="false" />
      <option name="NON_RECURSIVE" value="false" />
      <option name="CREATE_MISSING_DIRECTORIES" value="true" />
      <option name="DONT_CHANGE_FILES" value="false" />
      <option name="QUIET_MODE" value="false" />
      <option name="ADDITIONAL_OPTIONS" value="" />
    </Update>
    <Commit>
      <option name="NON_RECURSIVE" value="false" />
      <option name="REVISION_TAG" />
      <option name="LOG_MESSAGE" />
      <option name="ADDITIONAL_OPTIONS" />
    </Commit>
    <Diff>
      <option name="REVISION_TAG" value="HEAD" />
      <option name="DATE_TAG" value="" />
      <option name="IGNORE_WHITESPACE" value="false" />
    </Diff>
    <Add>
      <option name="ADD_AS_BINARY" value="false" />
      <option name="LOG_MESSAGE" />
    </Add>
    <Status>
      <option name="NON_RECURSIVE" value="false" />
      <option name="INCLUDE_TAGS" value="false" />
    </Status>
    <Edit>
      <option name="NON_RECURSIVE" value="false" />
      <option name="FORCE_RECURSIVE" value="false" />
      <option name="EDIT" value="false" />
      <option name="UNEDIT" value="false" />
      <option name="COMMIT" value="false" />
      <option name="ALL" value="true" />
      <option name="NONE" value="false" />
    </Edit>
    <Remove>
      <option name="NON_RECURSIVE" value="false" />
      <option name="FORCE_RECURSIVE" value="false" />
      <option name="DELETE_FILE" value="false" />
    </Remove>
    <Log>
      <option name="DEFAULT_BRANCH" value="false" />
      <option name="NON_RECURSIVE" value="false" />
      <option name="QUIET_MODE" value="true" />
      <option name="ADDITIONAL_OPTIONS" value="" />
    </Log>
    <Editors>
      <option name="NON_RECURSIVE" value="false" />
      <option name="FORCE_RECURSIVE" value="false" />
    </Editors>
    <option name="CLIENT_PATH" value="" />
    <option name="EXTERNAL_DIFF_PATH" />
    <option name="USE_EXTERNAL_DIFF" value="false" />
    <option name="WORKING_FILES_READONLY" value="false" />
    <option name="COMPRESSION_LEVEL" value="0" />
    <option name="ADDITIONAL_OPTIONS" value="" />
    <option name="BINARY_FILES_EXTENSIONS" />
    <option name="REUSE_LAST_LOG_MESSAGE" value="false" />
    <option name="PUT_FOCUS_INTO_LOG_MESSAGE" value="false" />
    <option name="SHOW_UPDATE_OPTIONS" value="true" />
    <option name="SHOW_COMMIT_OPTIONS" value="true" />
    <option name="SHOW_DIFF_OPTIONS" value="true" />
    <option name="SHOW_ADD_OPTIONS" value="true" />
    <option name="SHOW_STATUS_OPTIONS" value="true" />
    <option name="SHOW_EDIT_OPTIONS" value="true" />
    <option name="SHOW_UNEDIT_OPTIONS" value="true" />
    <option name="SHOW_REMOVE_OPTIONS" value="true" />
    <option name="SHOW_LOG_OPTIONS" value="true" />
    <option name="SHOW_EDITORS_OPTIONS" value="true" />
    <option name="HIDE_UNKNOWN_FILES" value="false" />
    <option name="HIDE_MISSING_FILES" value="false" />
    <option name="HIDE_UP_TO_DATE_FILES" value="false" />
  </component>
  <component name="CvsVcs">
    <expanded_paths />
  </component>
  <component name="ProjectViewSettings">
    <navigator currentView="ProjectPane" flattenPackages="true" showMembers="false" showStructure="true" autoscrollToSource="false" splitterProportion="0.5" />
    <view id="ProjectPane">
      <expanded_node type="directory" url="file://$PROJECT_DIR$/src/java/org/krysalis/impus" />
      <expanded_node type="directory" url="file://$PROJECT_DIR$/src/documentation/override" />
      <expanded_node type="directory" url="file://$PROJECT_DIR$/src/documentation/content/xdocs" />
      <expanded_node type="directory" url="file://$PROJECT_DIR$/src/documentation/resources" />
      <expanded_node type="directory" url="file://$PROJECT_DIR$/src/documentation/content" />
      <expanded_node type="directory" url="file://$PROJECT_DIR$/src" />
      <expanded_node type="directory" url="file://$PROJECT_DIR$/src/documentation" />
      <expanded_node type="directory" url="file://$PROJECT_DIR$" />
      <expanded_node type="directory" url="file://$PROJECT_DIR$/src/java" />
      <expanded_node type="directory" url="file://$PROJECT_DIR$/src/documentation/resources/images" />
    </view>
    <view id="SourcepathPane" />
    <view id="ClasspathPane" />
  </component>
  <component name="RunManager">
    <option name="SHOW_SETTINGS_BEFORE_RUNNING" value="false" />
    <option name="COMPILE_BEFORE_RUNNING" value="true" />
    <activeType name="JUnit" />
    <configuration name="&lt;template&gt;" type="Application" default="true" selected="false">
      <option name="MAIN_CLASS_NAME" />
      <option name="VM_PARAMETERS" />
      <option name="PROGRAM_PARAMETERS" />
      <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
    </configuration>
    <configuration name="&lt;template&gt;" type="Applet" default="true" selected="false">
      <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$/config/appletviewer.policy" />
      <option name="VM_PARAMETERS" />
    </configuration>
    <configuration name="&lt;template&gt;" type="JUnit" default="true" selected="false">
      <option name="PACKAGE_NAME" />
      <option name="MAIN_CLASS_NAME" />
      <option name="METHOD_NAME" />
      <option name="TEST_OBJECT" />
      <option name="VM_PARAMETERS" />
      <option name="PARAMETERS" />
      <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
    </configuration>
    <configuration name="&lt;template&gt;" type="Remote" default="true" selected="false">
      <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 name="&lt;template&gt;" type="WebApp" default="true" selected="false">
      <WebServerIntegration name="" />
      <Host>localhost</Host>
      <Port>5050</Port>
      <LaunchServer>false</LaunchServer>
    </configuration>
    <configuration name="Main" type="Application" default="false" selected="true">
      <option name="MAIN_CLASS_NAME" value="org.krysalis.impus.Main" />
      <option name="VM_PARAMETERS" />
      <option name="PROGRAM_PARAMETERS" />
      <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
    </configuration>
    <configuration name="au.com.trinexus.initializer" type="JUnit" default="false" selected="true">
      <option name="PACKAGE_NAME" value="au.com.trinexus.initializer" />
      <option name="MAIN_CLASS_NAME" />
      <option name="METHOD_NAME" />
      <option name="TEST_OBJECT" value="package" />
      <option name="VM_PARAMETERS" />
      <option name="PARAMETERS" />
      <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
    </configuration>
    <configuration name="InitializerTest" type="JUnit" default="false" selected="false">
      <option name="PACKAGE_NAME" />
      <option name="MAIN_CLASS_NAME" value="org.krysalis.impus.InitializerTest" />
      <option name="METHOD_NAME" />
      <option name="TEST_OBJECT" value="class" />
      <option name="VM_PARAMETERS" />
      <option name="PARAMETERS" />
      <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
    </configuration>
  </component>
  <component name="BookmarkManager">
    <editor_bookmark url="file://$PROJECT_DIR$/src/java/org/krysalis/impus/Initializer.java" line="229" number="1" />
  </component>
  <component name="Commander">
    <leftPanel view="Project" url="file://$PROJECT_DIR$/src" />
    <rightPanel view="Project" url="file://$PROJECT_DIR$/src/test/org/krysalis/impus" />
    <splitter proportion="0.5" />
  </component>
  <component name="PropertiesComponent">
    <property name="GoToClass.includeJavaFiles" value="false" />
    <property name="MemberChooser.copyJavadoc" value="false" />
    <property name="GoToClass.includeLibraries" value="false" />
    <property name="MemberChooser.showClasses" value="true" />
    <property name="MemberChooser.sorted" value="false" />
    <property name="GoToFile.includeJavaFiles" value="false" />
    <property name="GoToClass.toSaveIncludeLibraries" value="false" />
  </component>
  <component name="SelectInManager">
    <target name="Project" />
    <target name="Source" />
    <target name="File Structure" />
    <target name="EJB View" />
    <target name="Classpath View" />
    <target name="Commander" />
  </component>
  <component name="VssConfiguration">
    <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>
    <DiffOptions>
      <option name="IGNORE_WHITE_SPACE" value="false" />
      <option name="IGNORE_CASE" value="false" />
    </DiffOptions>
    <GetOptions>
      <option name="REPLACE_WRITABLE" value="0" />
      <option name="MAKE_WRITABLE" value="false" />
      <option name="RECURSIVE" value="false" />
    </GetOptions>
    <option name="CLIENT_PATH" value="" />
    <option name="SRCSAFEINI_PATH" value="" />
    <option name="USER_NAME" value="" />
    <option name="PWD" value="" />
    <option name="SHOW_CHECKOUT_OPTIONS" value="true" />
    <option name="SHOW_CHECKIN_OPTIONS" value="true" />
    <option name="SHOW_ADD_OPTIONS" value="true" />
    <option name="SHOW_UNDOCHECKOUT_OPTIONS" value="true" />
    <option name="SHOW_DIFF_OPTIONS" value="true" />
    <option name="SHOW_GET_OPTIONS" value="true" />
    <option name="USE_EXTERNAL_DIFF" value="false" />
    <option name="EXTERNAL_DIFF_PATH" value="" />
    <option name="REUSE_LAST_COMMENT" value="false" />
    <option name="PUT_FOCUS_INTO_COMMENT" value="false" />
  </component>
  <component name="HierarchyBrowserManager">
    <option name="SHOW_PACKAGES" value="false" />
    <option name="IS_AUTOSCROLL_TO_SOURCE" value="false" />
    <option name="SORT_ALPHABETICALLY" value="false" />
  </component>
  <component name="WebViewSettings">
    <webview flattenPackages="false" showMembers="false" autoscrollToSource="false" />
  </component>
  <component name="EjbViewSettings">
    <EjbView showMembers="false" autoscrollToSource="false" />
  </component>
  <component name="LvcsConfiguration">
    <option name="LOCAL_VCS_ENABLED" value="true" />
    <option name="LOCAL_VCS_PURGING_PERIOD" value="259200000" />
    <option name="ADD_LABEL_ON_PROJECT_OPEN" value="true" />
    <option name="ADD_LABEL_ON_PROJECT_COMPILATION" value="true" />
    <option name="ADD_LABEL_ON_FILE_PACKAGE_COMPILATION" value="true" />
    <option name="ADD_LABEL_ON_PROJECT_MAKE" value="true" />
    <option name="ADD_LABEL_ON_RUNNING" value="true" />
    <option name="ADD_LABEL_ON_DEBUGGING" value="true" />
    <option name="ADD_LABEL_ON_UNIT_TEST" value="true" />
    <option name="MARK_EXTERNAL_CHANGES_AS_UP_TO_DATE" value="true" />
  </component>
  <component name="InspectionManager">
    <option name="AUTOSCROLL_TO_SOURCE" value="false" />
    <option name="SPLITTER_PROPORTION" value="0.5" />
    <inspection_tool class="Unused declaration" enabled="false">
      <option name="ADD_MAINS_TO_ENTRIES" value="true" />
      <option name="ADD_JUNIT_TO_ENTRIES" value="true" />
      <option name="ADD_EJB_TO_ENTRIES" value="true" />
      <option name="ADD_APPLET_TO_ENTRIES" value="true" />
      <option name="ADD_SERVLET_TO_ENTRIES" value="true" />
      <option name="ADD_NONJAVA_TO_ENTRIES" value="true" />
    </inspection_tool>
    <inspection_tool class="Declaration access can be weaker" enabled="true">
      <option name="SUGGEST_PACKAGE_LOCAL_FOR_MEMBERS" value="true" />
      <option name="SUGGEST_PACKAGE_LOCAL_FOR_TOP_CLASSES" value="true" />
      <option name="SUGGEST_PRIVATE_FOR_INNERS" value="false" />
    </inspection_tool>
    <inspection_tool class="Declaration can have static modifier" enabled="true" />
    <inspection_tool class="Declaration can have final modifier" enabled="true">
      <option name="REPORT_CLASSES" value="false" />
      <option name="REPORT_METHODS" value="false" />
      <option name="REPORT_FIELDS" value="true" />
    </inspection_tool>
    <inspection_tool class="Unused method parameters" enabled="true" />
    <inspection_tool class="Actual method parameter is the same constant" enabled="false" />
    <inspection_tool class="Unused method return value" enabled="false" />
    <inspection_tool class="Method returns the same value" enabled="false" />
    <inspection_tool class="Empty method" enabled="false" />
    <inspection_tool class="Redundant throws clause" enabled="false" />
    <inspection_tool class="Constant conditions &amp; exceptions" enabled="false" />
    <inspection_tool class="Unused assignment" enabled="false" />
    <inspection_tool class="Redundant type cast" enabled="false" />
    <inspection_tool class="Local variable or parameter can be final" enabled="false">
      <option name="REPORT_VARIABLES" value="true" />
      <option name="REPORT_PARAMETERS" value="true" />
    </inspection_tool>
    <inspection_tool class="Declaration has javadoc problems" enabled="true">
      <option name="TOP_LEVEL_CLASS_OPTIONS">
        <value>
          <option name="ACCESS_JAVADOC_REQUIRED_FOR" value="public" />
          <option name="REQUIRED_TAGS" value="" />
        </value>
      </option>
      <option name="INNER_CLASS_OPTIONS">
        <value>
          <option name="ACCESS_JAVADOC_REQUIRED_FOR" value="protected" />
          <option name="REQUIRED_TAGS" value="" />
        </value>
      </option>
      <option name="METHOD_OPTIONS">
        <value>
          <option name="ACCESS_JAVADOC_REQUIRED_FOR" value="protected" />
          <option name="REQUIRED_TAGS" value="@return@param@throws or @exception" />
        </value>
      </option>
      <option name="FIELD_OPTIONS">
        <value>
          <option name="ACCESS_JAVADOC_REQUIRED_FOR" value="protected" />
          <option name="REQUIRED_TAGS" value="" />
        </value>
      </option>
    </inspection_tool>
    <inspection_tool class="Deprecated API usage" enabled="false" />
    <inspection_tool class="equals() and hashCode() not paired" enabled="false" />
  </component>
  <component name="TodoView" selected-index="0">
    <todo-panel id="selected-file">
      <are-packages-shown value="false" />
      <flatten-packages value="false" />
      <is-autoscroll-to-source value="true" />
    </todo-panel>
    <todo-panel id="all">
      <are-packages-shown value="true" />
      <flatten-packages value="false" />
      <is-autoscroll-to-source value="true" />
    </todo-panel>
  </component>
  <component name="VcsManagerConfiguration">
    <option name="ACTIVE_VCS_NAME" value="" />
  </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="dead" value="false" />
    <property name="defaultInitializers" value="false" />
    <property name="dissassemblerOnly" value="false" />
    <property name="fieldsFirst" value="false" />
    <property name="fileExtension" value="java" />
    <property name="fullyQualifiedNames" value="false" />
    <property name="indentation" value="4" />
    <property name="intRadix" value="10" />
    <property name="lineNumbersAsComments" value="false" />
    <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="true" />
    <property name="outputDirectory" value="&quot;C:\Projects\initializer\src\java&quot;" />
    <property name="safe" value="false" />
    <property name="spaceAfterKeyword" value="false" />
    <property name="splitStringsAtNewline" value="false" />
    <property name="useTabs" value="false" />
  </component>
  <component name="LogTailer.LogTailerPlugin">
    <logtailer-options font-name="Monospaced" font-size="11" buffer-size="500" />
  </component>
  <component name="PsiViewer.ProjectComponent">
    <option name="HIGHLIGHT" value="false" />
    <option name="FILTER_WHITESPACE" value="false" />
    <option name="SHOW_PROPERTIES" value="true" />
    <option name="SPLIT_DIVIDER_POSITION" value="300" />
    <option name="AUTOSCROLL_TO_SOURCE" value="false" />
    <option name="AUTOSCROLL_FROM_SOURCE" value="false" />
  </component>
  <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>
</project>


--- NEW FILE: module.xml ---
<?xml version="1.0"?>

<module name="impus" fullname="The Impus Project">


<!--    <url href="http://www.krysalis.org/templates/krysalis-project"/>-->

<!--    <site hostname="krysalis.sourceforge.net"-->
<!--        remotedir="/home/groups/k/kr/krysalis/htdocs/templates/krysalis-project"/>-->
<!---->
<!---->
<!--    <cvs repository="sourceforge"-->
<!--        host-prefix="cvs.krysalis"-->
<!--        dir="krysalis-project"-->
<!--        module="krysalis-template"-->
<!--        href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/krysalis/krysalis-template/krysalis-project"/>-->

    <jars repository="maven" 
          href="http://www.ibiblio.org/maven/"/>
      
    <description>
      The bean impus... TODO.
    </description>

    <detailed>
       TODO
    </detailed>

    <what>
        <goal>TODO</goal>
           
    </what>

    <why>
      TODO
    </why>

    <vendor>Krysalis</vendor>

    <licence legal="./legal">TODO</licence>

    <credits>
        <credit>This software includes software developed by the Apache Software Foundation
                (http://www.apache.org/).
        </credit>
    </credits>

    <project name="impus" fullname="The Impus Project">

        <version major="0"
            minor="0"
            fix  ="2"
            tag="HEAD"/>

        <package>org.krysalis.impus</package>

        <ant target="gump" vm="1.2"/>

        <depend project="commons-beanutils" version="1.6"/>
	    <depend project="commons-collections" version="2.0"/>
        <depend project="antlr" version="supplied"/>

        <!-- Work dirs to be included in classpath  -->
        <work nested="build/classes"/>

        <home nested="build"/>

        <code type="java/plain" dir="src/java"/>
        <test type="test/junit" dir="src/test"/>
        <documentation type="xml/forrest" dir="src/documentation"/>
          
    </project>

    
   
</module>





--- NEW FILE: properties.xml ---
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl"
	href="tools/antipede/resources/stylesheets/properties.xsl"?>
<!-- Build properties - these override any property specified in the build -->
<properties>
	<forrest>
		<cent>
			<project skin="krysalis-site"/>
		</cent>
	</forrest>
</properties>

--- NEW FILE: status.xml ---
<?xml version="1.0"?>
<status>

  <developers>
    <!-- in strict id alphabetical order -->
    <person name="Glen Stampoultzis"  id="glens" email="[email protected]"/>
  </developers>
  
  <todo>
   <actions priority="high">
    <action context="code" assigned-to="all">
      Implment assertion checking.
    </action>   
   </actions>   
  </todo>

  <changes>
   <release version="0.1" date="20030314">
    <description>Initial release</description>
    <action dev="glens" type="add">
      Assign functionality
    </action>				
   </release>
  </changes>  

</status>





-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.