jicarilla-suf .cvsignore,NONE,1.1 build.xml,NONE,1.1 dependencies.list,NONE,1.1 jicarilla-suf.iml,NONE,1.1 jicarilla-suf.ipr,NONE,1.1 jicarilla-suf.iws,NONE,1.1 maven.xml,NONE,1.1 project.properties,NONE,1.1 project.xml,NONE,1.1

Leo Simons <[email protected]>
Newsgroups gmane.comp.java.jicarilla.cvs
Message-ID <[email protected]>
Update of /cvsroot/jicarilla/jicarilla-suf
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1767

Added Files:
	.cvsignore build.xml dependencies.list jicarilla-suf.iml 
	jicarilla-suf.ipr jicarilla-suf.iws maven.xml 
	project.properties project.xml 
Log Message:
make jicarilla-suf buildable using maven and ant

--- NEW FILE: .cvsignore ---
src
target
maven.log

--- NEW FILE: maven.xml ---
<?xml version="1.0"?>
<!-- 
Copyright 2004 Leo Simons

Licensed  under the  Apache License,  Version 2.0  (the "License");
you may not use  this file  except in  compliance with the License.
You may obtain a copy of the License at 

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed  under the  License is distributed on an "AS IS" BASIS,
WITHOUT  WARRANTIES OR CONDITIONS  OF ANY KIND, either  express  or
implied.

See the License for the specific language governing permissions and
limitations under the License.
-->
<project default="jar"
    xmlns:j="jelly:core"
    xmlns:ant="jelly:ant"
    xmlns:maven="jelly:maven">

    <goal name="consolidate">
        <echo>Merging all the subprojects into a single source tree...</echo>

        <mkdir dir="src/java"/>

        <copy todir="src/java">
            <fileset dir="."/>
            <mapper type="regexp"
                from="^(?:[^/\\]+(?:/|\\))+src(?:/|\\)java(?:/|\\)(.*)"
                to="\1"/>
        </copy>
       <echo>                                                     ...done!</echo>
    </goal>
    
    <preGoal name="java:compile">
      <attainGoal name="consolidate"/>
    </preGoal>
    
</project>
--- NEW FILE: jicarilla-suf.iws ---
<?xml version="1.0" encoding="UTF-8"?>
<project version="4" relativePaths="false">
  <component name="AspectsView" />
  <component name="BookmarkManager" />
  <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" />
  </component>
  <component name="Cvs2Configuration">
    <option name="ON_FILE_ADDING" value="0" />
    <option name="ON_FILE_REMOVING" value="0" />
    <option name="PRUNE_EMPTY_DIRECTORIES" value="true" />
    <option name="SHOW_UPDATE_OPTIONS" value="true" />
    <option name="SHOW_ADD_OPTIONS" value="true" />
    <option name="SHOW_REMOVE_OPTIONS" 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="SHOW_EDIT_DIALOG" value="true" />
    <option name="RESERVED_EDIT" value="false" />
    <option name="FILE_HISTORY_SPLITTER_PROPORTION" value="0.6" />
    <option name="SHOW_CHECKOUT_OPTIONS" value="true" />
    <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="SHOW_FILE_HISTORY_AS_TREE" value="false" />
    <option name="UPDATE_GROUP_BY_PACKAGES" value="false" />
    <option name="ADD_WATCH_INDEX" value="0" />
    <option name="REMOVE_WATCH_INDEX" value="0" />
    <option name="UPDATE_KEYWORD_SUBSTITUTION" />
    <option name="MAKE_NEW_FILES_READONLY" value="false" />
    <option name="PUT_FOCUS_INTO_COMMENT" value="false" />
    <option name="SHOW_CHECKIN_OPTIONS" value="true" />
    <option name="FORCE_NON_EMPTY_COMMENT" value="false" />
    <option name="LAST_COMMIT_MESSAGE" value="" />
    <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" />
  </component>
  <component name="DaemonCodeAnalyzer">
    <disable_hints />
  </component>
  <component name="DebuggerManager">
    <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="LOG_ENABLED" value="false" />
        <option name="LOG_EXPRESSION_ENABLED" value="false" />
        <option name="LOG_MESSAGE" value="" />
        <option name="COUNT_FILTER_ENABLED" value="false" />
        <option name="COUNT_FILTER" value="0" />
        <option name="CONDITION_ENABLED" value="false" />
        <option name="CONDITION" value="" />
        <option name="CLASS_FILTERS_ENABLED" value="false" />
        <option name="INSTANCE_FILTERS_ENABLED" value="false" />
      </breakpoint_any>
    </exception_breakpoints>
    <field_breakpoints />
    <method_breakpoints />
  </component>
  <component name="ErrorTreeViewConfiguration">
    <option name="IS_AUTOSCROLL_TO_SOURCE" value="false" />
    <option name="HIDE_WARNINGS" value="false" />
  </component>
  <component name="FileEditorManager" split-orientation="vertical" split-proportion="0.5">
    <first-group selected-file="file://$PROJECT_DIR$/project.properties">
      <entry file="file://$PROJECT_DIR$/project.xml" pinned="false">
        <provider selected="true" editor-type-id="text-editor">
          <state line="228" column="0" selection-start="1345" selection-end="6671" vertical-scroll-proportion="0.017199017">
            <folding />
          </state>
        </provider>
      </entry>
      <entry file="file://$PROJECT_DIR$/maven.xml" pinned="false">
        <provider selected="true" editor-type-id="text-editor">
          <state line="35" column="0" selection-start="730" selection-end="1135" vertical-scroll-proportion="0.6019656">
            <folding />
          </state>
        </provider>
      </entry>
      <entry file="file://$PROJECT_DIR$/build.xml" pinned="false">
        <provider selected="true" editor-type-id="text-editor">
          <state line="4" column="0" selection-start="139" selection-end="139" vertical-scroll-proportion="0.06879607">
            <folding />
          </state>
        </provider>
      </entry>
      <entry file="file://$PROJECT_DIR$/project.properties" pinned="false">
        <provider selected="true" editor-type-id="text-editor">
          <state line="6" column="0" selection-start="281" selection-end="281" vertical-scroll-proportion="0.10513142">
            <folding />
          </state>
        </provider>
      </entry>
      <entry file="file://$PROJECT_DIR$/dependencies.list" pinned="false">
        <provider selected="true" editor-type-id="text-editor">
          <state line="38" column="51" selection-start="1865" selection-end="1865" vertical-scroll-proportion="0.65356266">
            <folding />
          </state>
        </provider>
      </entry>
    </first-group>
    <second-group />
  </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" />
    <profile name="Default" />
  </component>
  <component name="J2EEProjectPane" />
  <component name="PackagesPane">
    <expanded_node url="org" module="jicarilla-suf" type="package" />
    <expanded_node url="" module="jicarilla-suf" type="module" />
    <expanded_node url="org.apache" module="jicarilla-suf" type="package" />
  </component>
  <component name="ProjectPane">
    <expanded_node url="file://$PROJECT_DIR$" module="jicarilla-suf" type="directory" />
    <expanded_node url="" module="jicarilla-suf" type="module" />
  </component>
  <component name="ProjectView">
    <navigator currentView="ProjectPane" splitterProportion="0.5">
      <flattenPackages />
      <showMembers />
      <showModules />
      <showLibraryContents />
      <hideEmptyPackages />
      <showStructure ProjectPane="false" />
      <autoscrollToSource />
    </navigator>
  </component>
  <component name="PropertiesComponent">
    <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="RunManager">
    <activeType name="Application" />
    <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$" />
      <module name="" />
    </configuration>
    <configuration name="&lt;template&gt;" type="Applet" default="true" selected="false">
      <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="/usr/local/IntelliJ-IDEA-977/bin/appletviewer.policy" />
      <option name="VM_PARAMETERS" />
    </configuration>
    <configuration name="&lt;template&gt;" type="JUnit" default="true" selected="false">
      <module name="" />
      <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" />
    </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">
      <module name="" />
      <WebServerIntegration name="" />
      <Host>localhost</Host>
      <Port>5050</Port>
      <LaunchServer>false</LaunchServer>
    </configuration>
    <configuration name="&lt;template&gt;" type="WebLogic Instance" default="true" selected="false">
      <setting name="WEBLOGIC_INSTANCE_CONFIGURATION_NAME" value="" />
    </configuration>
  </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="" />
    <option name="PUT_FOCUS_INTO_COMMENT" value="false" />
    <option name="SHOW_CHECKIN_OPTIONS" value="true" />
    <option name="FORCE_NON_EMPTY_COMMENT" value="false" />
    <option name="LAST_COMMIT_MESSAGE" value="" />
    <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" />
  </component>
  <component name="StructureViewFactory">
    <option name="SORT_MODE" value="0" />
    <option name="GROUP_INHERITED" value="true" />
    <option name="AUTOSCROLL_MODE" value="true" />
    <option name="SHOW_FIELDS" value="true" />
    <option name="AUTOSCROLL_FROM_SOURCE" value="false" />
    <option name="GROUP_GETTERS_AND_SETTERS" value="true" />
    <option name="SHOW_INHERITED" value="false" />
    <option name="HIDE_NOT_PUBLIC" value="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="ToolWindowManager">
    <frame x="-5" y="25" width="1290" height="979" extended-state="6" />
    <editor active="false" />
    <layout>
      <window_info id="CVS" active="false" anchor="bottom" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.33" order="7" />
      <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="docked" type="floating" visible="false" weight="0.43574765" order="9" x="1281" y="337" width="553" height="241" />
      <window_info id="Project" active="true" anchor="left" auto_hide="false" internal_type="docked" type="docked" visible="true" weight="0.23089172" order="1" x="225" y="87" width="416" height="624" />
      <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.32943925" order="1" />
      <window_info id="Structure" active="false" anchor="bottom" auto_hide="false" internal_type="docked" type="floating" visible="false" weight="0.235" order="12" x="1280" y="0" width="295" height="337" />
      <window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="docked" type="floating" visible="false" weight="0.3352804" order="8" x="1280" y="541" width="1025" height="227" />
      <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.4003322" order="5" />
      <window_info id="Ant Build" active="false" anchor="bottom" auto_hide="false" internal_type="docked" type="floating" visible="false" weight="0.24840765" order="10" x="1574" y="0" width="312" height="631" />
      <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="docked" type="floating" visible="false" weight="0.4135514" order="2" x="-147" y="245" width="727" height="562" />
      <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.25" order="0" />
      <window_info id="CVS File View" active="false" anchor="right" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.33" order="2" />
      <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="docked" type="floating" visible="false" weight="0.48831776" order="3" x="1385" y="46" width="726" height="556" />
      <window_info id="Commander" active="false" anchor="bottom" auto_hide="false" internal_type="sliding" type="sliding" visible="false" weight="0.4" order="11" />
      <window_info id="Web" active="false" anchor="left" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.25" order="0" />
      <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="Aspects" active="false" anchor="right" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.33" order="1" />
      <window_info id="EJB" active="false" anchor="bottom" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.25" order="4" />
      <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.25" order="6" />
    </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="true" />
  </component>
  <component name="VcsManagerConfiguration">
    <option name="ACTIVE_VCS_NAME" value="CVS" />
  </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>
    <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_ADD_OPTIONS" value="true" />
    <option name="VSS_IS_INITIALIZED" value="false" />
    <option name="SHOW_UNDOCHECKOUT_OPTIONS" value="true" />
    <option name="SHOW_DIFF_OPTIONS" value="true" />
    <option name="SHOW_GET_OPTIONS" value="true" />
    <option name="REUSE_LAST_COMMENT" value="false" />
    <option name="PUT_FOCUS_INTO_COMMENT" value="false" />
    <option name="SHOW_CHECKIN_OPTIONS" value="true" />
    <option name="FORCE_NON_EMPTY_COMMENT" value="false" />
    <option name="LAST_COMMIT_MESSAGE" value="" />
    <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" />
  </component>
  <component name="antWorkspaceConfiguration">
    <option name="IS_AUTOSCROLL_TO_SOURCE" value="false" />
    <option name="FILTER_TARGETS" value="false" />
  </component>
  <component name="editorHistoryManager">
    <entry file="file://$PROJECT_DIR$/suf-framework/project.xml">
      <provider selected="true" editor-type-id="text-editor">
        <state line="110" column="0" selection-start="0" selection-end="3540" vertical-scroll-proportion="0.8968059">
          <folding />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/maven.xml">
      <provider selected="true" editor-type-id="text-editor">
        <state line="35" column="0" selection-start="730" selection-end="1135" vertical-scroll-proportion="0.6019656">
          <folding />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/build.xml">
      <provider selected="true" editor-type-id="text-editor">
        <state line="4" column="0" selection-start="139" selection-end="139" vertical-scroll-proportion="0.06879607">
          <folding />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/project.properties">
      <provider selected="true" editor-type-id="text-editor">
        <state line="6" column="0" selection-start="281" selection-end="281" vertical-scroll-proportion="0.10513142">
          <folding />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/project.xml">
      <provider selected="true" editor-type-id="text-editor">
        <state line="228" column="0" selection-start="1345" selection-end="6671" vertical-scroll-proportion="0.017199017">
          <folding />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/dependencies.list">
      <provider selected="true" editor-type-id="text-editor">
        <state line="38" column="51" selection-start="1865" selection-end="1865" vertical-scroll-proportion="0.65356266">
          <folding />
        </state>
      </provider>
    </entry>
  </component>
</project>


--- NEW FILE: project.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<!-- 
Copyright 2004 The Apache Software Foundation
Licensed  under the  Apache License,  Version 2.0  (the "License");
you may not use  this file  except in  compliance with the License.
You may obtain a copy of the License at 

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed  under the  License is distributed on an "AS IS" BASIS,
WITHOUT  WARRANTIES OR CONDITIONS  OF ANY KIND, either  express  or
implied.

See the License for the specific language governing permissions and
limitations under the License.
-->
<project>
    <name>Jicarilla-SUF</name>
    <groupId>jicarilla-suf</groupId>
    <id>jicarilla-suf</id>
    <currentVersion>1.0</currentVersion>
    <inceptionYear>2000</inceptionYear>

    <organization>
        <name>The Apache Software Foundation</name>
        <url>http://www.apache.org/</url>
    </organization>

    <package>org.apache</package>
    <gumpRepositoryId>jicarilla</gumpRepositoryId>

    <url>http://jicarilla.sourceforge.net/</url>

    <repository>
        <connection>scm:cvs:pserver:[email protected]:/cvsroot/jicarilla:jicarilla-suf</connection>
        <url>http://cvs.sourceforge.net/viewcvs.py/jicarilla-suf/</url>
    </repository>

    <mailingLists>
    </mailingLists>

    <dependencies>
        <!--- xml -->
        <dependency>
            <id>xerces</id>
            <version>2.4.0</version>
        </dependency>
        <dependency>
            <id>xml-apis</id>
            <version>2.0.2</version>
        </dependency>
        <dependency>
            <id>jisp</id>
            <version>2.5.1</version>
        </dependency>
        <dependency>
            <id>xml-resolver</id>
            <version>1.1</version>
        </dependency>
        <dependency>
            <id>xalan</id>
            <version>2.4.1</version>
        </dependency>
        <dependency>
            <id>saxpath</id>
            <version>1.0-FCS</version>
        </dependency>
        <dependency>
            <id>jaxen</id>
            <version>1.0-FCS-full</version>
        </dependency>
        <dependency>
            <id>saxon</id>
            <version>6.5.3</version>
        </dependency>
        <!--<dependency>
            <artifactId>saxon7</artifactId>
            <groupId>saxon7</groupId>
            <version>7.9</version>
        </dependency>
        <dependency>
            <artifactId>saxon7-jdom</artifactId>
            <groupId>saxon7</groupId>
            <version>7.9</version>
        </dependency>
        <dependency>
            <artifactId>saxon7-sql</artifactId>
            <version>7.9</version>
            <groupId>saxon7</groupId>
        </dependency>-->
        <dependency>
            <id>isorelax</id>
            <version>20020414</version>
        </dependency>
        <dependency>
            <id>msv</id>
            <version>20020414</version>
        </dependency>
        <dependency>
            <id>xsdlib</id>
            <version>20030225</version>
        </dependency>
        <dependency>
            <id>relaxngDatatype</id>
            <version>20020414</version>
        </dependency>

        <!-- db -->
        <dependency>
            <id>mm-mysql</id>
            <version>2.0.13-bin</version>
        </dependency>
        <dependency>
            <id>hsqldb</id>
            <version>1.7.1</version>
        </dependency>

        <!-- system -->
        <dependency>
            <groupId>avalon-logkit</groupId>
            <artifactId>avalon-logkit</artifactId>
            <version>2.0</version>
        </dependency>
        <dependency>
            <id>log4j</id>
            <version>1.2.7</version>
        </dependency>
        <dependency>
            <id>commons-httpclient</id>
            <version>2.0-rc2</version>
        </dependency>
        <dependency>
            <id>commons-beanutils</id>
            <version>1.6.1</version>
        </dependency>
        <dependency>
            <id>commons-collections</id>
            <version>2.1</version>
        </dependency>
        <dependency>
            <id>concurrent</id>
            <version>1.3.1</version>
        </dependency>

        <!-- altrmi -->
        <dependency>
            <id>altrmi-common</id>
            <version>0.9.6</version>
            <groupId>altrmi</groupId>
        </dependency>
        <dependency>
            <id>altrmi-client-interfaces</id>
            <version>0.9.6</version>
            <groupId>altrmi</groupId>
        </dependency>
        <dependency>
            <id>altrmi-client-impl</id>
            <version>0.9.6</version>
            <groupId>altrmi</groupId>
        </dependency>
        <dependency>
            <id>altrmi-generator</id>
            <version>0.9.6</version>
            <groupId>altrmi</groupId>
        </dependency>
        <dependency>
            <id>altrmi-server-interfaces</id>
            <version>0.9.6</version>
            <groupId>altrmi</groupId>
        </dependency>
        <dependency>
            <id>altrmi-server-impl</id>
            <version>0.9.6</version>
            <groupId>altrmi</groupId>
        </dependency>
        <dependency>
            <groupId>altrmi</groupId>
            <artifactId>altrmi-common</artifactId>
            <version>0.9.6</version>
        </dependency>

        <!-- javax -->
        <dependency>
            <id>servletapi</id>
            <version>2.2</version>
        </dependency>
        <!--<dependency>
            <groupId>javamail</groupId>
            <artifactId>mailapi</artifactId>
            <version>1.3.1</version>
        </dependency>
        <dependency>
            <groupId>jms</groupId>
            <artifactId>jms</artifactId>
            <version>1.1</version>
        </dependency>
        <dependency>
            <id>jsse</id>
            <version>1.0.3_02</version>
        </dependency>-->

        <!-- tools -->
        <dependency>
            <id>qdox</id>
            <version>1.1</version>
        </dependency>
        <dependency>
            <groupId>junitperf</groupId>
            <artifactId>junitperf</artifactId>
            <version>1.8</version>
        </dependency>
        <dependency>
            <id>jtidy</id>
            <version>4aug2000r7-dev</version>
        </dependency>
        <dependency>
            <id>bcel</id>
            <version>5.1</version>
        </dependency>
        <dependency>
            <id>ant</id>
            <version>1.5</version>
        </dependency>
        <dependency>
            <id>junit</id>
            <version>3.8.1</version>
        </dependency>
    </dependencies>

    <build>
        <sourceDirectory>src/java</sourceDirectory>
        <unitTestSourceDirectory>src/test</unitTestSourceDirectory>

        <sourceModifications>
            <sourceModification>
                <className>net.sf.saxon.om.Item</className>
                <excludes>
                    <exclude>**/Saxon7*</exclude>
                </excludes>
            </sourceModification>
            <sourceModification>
                <className>javax.jms.Queue</className>
                <excludes>
                    <exclude>**/JMS*</exclude>
                </excludes>
            </sourceModification>
            <sourceModification>
                <className>javax.mail.Address</className>
                <excludes>
                    <exclude>**/SMTP*</exclude>
                </excludes>
            </sourceModification>
        </sourceModifications>

        <unitTest>
            <includes>
                <include>**/*TestCase.java</include>
            </includes>
            <excludes>
                <exclude>**/Abstract*</exclude>
            </excludes>
            <excludes>
                <exclude>**/JMS*</exclude>
            </excludes>
            <excludes>
                <exclude>**/SMTP*</exclude>
            </excludes>
        </unitTest>

        <!-- Resources that are packaged up inside the JAR file -->
        <resources>
            <includes>
                <include>*.conf</include>
                <include>*.resources</include>
                <include>*.properties</include>
            </includes>
        </resources>
    </build>
</project>

--- NEW FILE: dependencies.list ---
# Dependencies
#
# artifact-id version groupid repository gumpid gumpopts
#

### xml
xerces 2.4.0 - - xml-xerces runtime,inherit=runtime
xml-apis 2.0.2 - - xml-apis runtime,inherit=runtime
jisp 2.5.1 - - jisp runtime,inherit=runtime
xml-resolver 1.1 - - xml-commons-resolver runtime,inherit=runtime
xalan 2.4.1 - - xml-xalan2 runtime,inherit=runtime
saxpath 1.0-FCS - - saxpath runtime,inherit=runtime
jaxen 1.0-FCS-full - - jaxen runtime,inherit=runtime
saxon 6.5.3 - saxon6 runtime,inherit=runtime
saxon7 7.9.1 saxon7 http://jicarilla.sourceforge.net/jicarilla-maven-repository saxon runtime,inherit=runtime
saxon7-jdom 7.9.1 saxon7 http://jicarilla.sourceforge.net/jicarilla-maven-repository SKIP runtime,inherit=runtime
saxon7-sql 7.9.1 saxon7 http://jicarilla.sourceforge.net/jicarilla-maven-repository SKIP runtime,inherit=runtime
isorelax 20020414 - - iso-relax runtime,inherit=runtime
msv 20020414 - - msv runtime,inherit=runtime
xsdlib 20030225 - - SKIP runtime,inherit=runtime
relaxngDatatype 20020414 - - relaxng runtime,inherit=runtime

### db
mm-mysql 2.0.13-bin - - SKIP runtime,inherit=runtime
hsqldb 1.7.1 - - hsqldb runtime,inherit=runtime

### system
avalon-logkit 2.0 avalon-logkit http://www.apache.org/dist/java-repository avalon-logkit runtime,inherit=runtime
log4j 1.2.7 - - log4j runtime,inherit=runtime
commons-httpclient 2.0-rc2 - - commons-httpclient runtime,inherit=runtime
commons-beanutils 1.6.1 - - commons-beanutils runtime,inherit=runtime
commons-collections 2.1 - - commons-collections runtime,inherit=runtime
concurrent 1.3.1 - - concurrent runtime,inherit=runtime

### altrmi
altrmi-common 0.9.6 altrmi - incubator-altrmi runtime,inherit=runtime
altrmi-client-interfaces 0.9.6 altrmi - SKIP runtime,inherit=runtime
altrmi-client-impl 0.9.6 altrmi - SKIP runtime,inherit=runtime
altrmi-generator 0.9.6 altrmi - SKIP runtime,inherit=runtime
altrmi-server-interfaces 0.9.6 altrmi - SKIP runtime,inherit=runtime
altrmi-server-impl 0.9.6 altrmi - SKIP runtime,inherit=runtime
altrmi-common 0.9.6 altrmi - SKIP runtime,inherit=runtime

### javax
servletapi 2.2 - - jakarta-servletapi runtime,inherit=runtime
javamail 1.3 - - - javamail runtime,inherit=runtime
jms 1.0.2 - - jms runtime,inherit=runtime
jsse 1.0.3 - - jsse runtime,inherit=runtime

### tools
qdox 1.1 - - qdox runtime,inherit=runtime
junitperf 1.8 - - junitperf runtime,inherit=runtime
jtidy 4aug2000r7-dev - - jtidy runtime,inherit=runtime
bcel 5.1 - - jakarta-bcel runtime,inherit=runtime
ant 1.5 - - ant runtime,inherit=runtime
junit 3.8.1 - - junit runtime,inherit=runtime

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

<project default="jar:install-snapshot" name="jicarilla-suf" basedir=".">
    <property file="project.properties"/>
    <property name="jbs.home" value="${user.home}/.jbs"/>
    <import file="${jbs.home}/build-project.xml"/>
    
    <target name="jbs:init" depends="consolidate">
        <property name="jbs.home" value="${user.home}/.jbs"/>
        <property file="${jbs.home}/default.properties"/>

        <property name="jbs.home" value="${user.home}/.jbs"/>
        <property name="jbs.work" value="${jbs.home}/work"/>
        <property name="jbs.backup" value="${jbs.home}/backup"/>
        <property name="jbs.repository.local" value="${jbs.home}/repository"/>

        <property name="jbs.src.dir" value="${basedir}/src"/>
        <property name="jbs.build.dir" value="${basedir}/target"/>
        <property name="jbs.compile.debug" value="on"/>
        <property name="jbs.compile.optimize" value="off"/>
        <property name="jbs.compile.deprecation" value="off"/>
        <property name="jbs.junit.fork" value="yes"/>
        <property name="jbs.junit.dir" value="${basedir}"/>
        <property name="jbs.junit.usefile" value="true"/>

        <property name="jbs.repository.ibiblio" value="http://www.ibiblio.org/maven"/>
        <property name="jbs.repository.default" value="${jbs.repository.ibiblio}"/>

        <property name="project.name" value="some-nameless-jbs-built-component"/>
        <property name="project.copyright.name" value="Leo Simons"/>
        <property name="project.copyright.year" value="2004"/>

        <tstamp>
            <format property="project.version" pattern="yyyyMMdd"/>
        </tstamp>
        <condition property="project.name.set">
            <isset property="project.name"/>
        </condition>
        <antcall target="jbs:warn-project.name"/>

        <available file="${basedir}/src/java" property="java.src.present"/>
        <available file="${basedir}/src/test" property="test.src.present"/>
        <available file="${basedir}/src" property="src.dir.present"/>

        <condition property="no.sources.available">
                <and>
                    <not><isset property="java.src.present"/></not>
                    <not><isset property="test.src.present"/></not>
                </and>
        </condition>
        <condition property="no.source.dir">
            <not><isset property="src.dir.present"/></not>
        </condition>

        <antcall target="jbs:debug"/>
        <antcall target="jbs:warn-avail"/>
        <antcall target="jbs:init-repo"/>
    </target>

    <target name="consolidate">
        <echo>Merging all the subprojects into a single source tree...</echo>

        <delete dir="src/java"/>
        <mkdir dir="src/java"/>

        <copy todir="src/java">
            <fileset dir="."/>
            <mapper type="regexp"
                from="^(?:[^/\\]+(?:/|\\))+src(?:/|\\)java(?:/|\\)(.*)"
                to="\1"/>
        </copy>
       <echo>                                                     ...done!</echo>
    </target>
</project>

--- NEW FILE: project.properties ---
maven.repo.remote = http://www.dpml.net,http://www.apache.org/dist/avalon,http://www.apache.org/dist/java-repository/,http://www.ibiblio.org/maven

project.name=jicarilla-suf
project.version=1.0
project.package=org.apache
[email protected]

--- NEW FILE: jicarilla-suf.ipr ---
<?xml version="1.0" encoding="UTF-8"?>
<project version="4" relativePaths="false">
  <component name="AntConfiguration" />
  <component name="CodeStyleSettingsManager">
    <option name="PER_PROJECT_SETTINGS" />
    <option name="USE_PER_PROJECT_SETTINGS" value="false" />
  </component>
  <component name="CompilerConfiguration">
    <option name="DEFAULT_COMPILER" value="Javac" />
    <option name="CLEAR_OUTPUT_DIRECTORY" value="false" />
    <resourceExtensions>
      <entry name=".+\.(properties|xml|html|dtd|tld)" />
      <entry name=".+\.(gif|png|jpeg|jpg)" />
    </resourceExtensions>
  </component>
  <component name="DataSourceManager" />
  <component name="EntryPointsManager">
    <entry_points />
  </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="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="USE_GENERICS_COMPILER" value="false" />
  </component>
  <component name="JavadocGenerationManager">
    <option name="OUTPUT_DIRECTORY" />
    <option name="OPTION_SCOPE" value="protected" />
    <option name="OPTION_HIERARCHY" value="true" />
    <option name="OPTION_NAVIGATOR" value="true" />
    <option name="OPTION_INDEX" value="true" />
    <option name="OPTION_SEPARATE_INDEX" value="true" />
    <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="true" />
    <option name="OPTION_DEPRECATED_LIST" value="true" />
    <option name="OTHER_OPTIONS" value="" />
    <option name="HEAP_SIZE" />
    <option name="OPEN_IN_BROWSER" value="true" />
  </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="IS_EMACS_ERRORS_MODE" value="true" />
    <option name="ADDITIONAL_OPTIONS_STRING" value="" />
  </component>
  <component name="ProjectModuleManager">
    <modules>
      <module fileurl="file://$PROJECT_DIR$/jicarilla-suf.iml" filepath="$PROJECT_DIR$/jicarilla-suf.iml" />
    </modules>
  </component>
  <component name="ProjectRootManager" version="2" assert-keyword="false" project-jdk-name="sun jdk 1.4.2" />
  <component name="libraryTable" />
  <component name="uidesigner-configuration">
    <option name="INSTRUMENT_CLASSES" value="true" />
    <option name="COPY_FORMS_RUNTIME_TO_OUTPUT" value="true" />
  </component>
</project>


--- NEW FILE: jicarilla-suf.iml ---
<?xml version="1.0" encoding="UTF-8"?>
<module version="4" relativePaths="false">
  <component name="ModuleRootManager" />
  <component name="NewModuleRootManager">
    <output url="file://$MODULE_DIR$/target/classes" />
    <exclude-output />
    <content url="file://$MODULE_DIR$">
      <sourceFolder url="file://$MODULE_DIR$/suf-components/compatibility/src/java" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/suf-components/configuration/src/java" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/suf-components/datasource/src/java" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/suf-components/event/api/src/java" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/suf-components/event/impl/src/java" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/suf-components/i18n/src/java" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/suf-components/instrument-client/src/java" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/suf-components/instrument-manager/altrmi/src/java" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/suf-components/instrument-manager/http/src/java" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/suf-components/instrument-manager/impl/src/java" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/suf-components/instrument-manager/spi/src/java" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/suf-components/instrument/src/java" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/suf-components/lifecycle/api/src/java" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/suf-components/lifecycle/impl/src/java" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/suf-components/logger/src/java" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/suf-components/monitor/src/java" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/suf-components/pool/api/src/java" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/suf-components/pool/impl/src/java" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/suf-components/pool/instrumented/src/java" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/suf-components/sourceresolve/src/java" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/suf-components/store/src/java" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/suf-components/thread/api/src/java" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/suf-components/thread/impl/src/java" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/suf-components/thread/instrumented/src/java" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/suf-components/xmlutil/src/java" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/suf-container/api/src/java" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/suf-container/impl/src/java" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/suf-container/meta/src/java" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/suf-framework/api/src/java" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/suf-framework/impl/src/java" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/suf-old-container/src/java" isTestSource="false" />
    </content>
    <orderEntry type="inheritedJdk" />
    <orderEntry type="sourceFolder" forTests="false" />
  </component>
</module>




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
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.