You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2006/02/23 22:33:51 UTC

svn commit: r380230 - in /maven/sandbox/proficio: ./ proficio-stores/ proficio-stores/proficio-store-memory/ proficio-stores/proficio-store-xstream/ proficio-stores/proficio-store-xstream/src/ proficio-stores/proficio-store-xstream/src/main/ proficio-s...

Author: jvanzyl
Date: Thu Feb 23 13:33:48 2006
New Revision: 380230

URL: http://svn.apache.org/viewcvs?rev=380230&view=rev
Log: (empty)

Added:
    maven/sandbox/proficio/proficio-stores/proficio-store-xstream/
    maven/sandbox/proficio/proficio-stores/proficio-store-xstream/pom.xml   (with props)
    maven/sandbox/proficio/proficio-stores/proficio-store-xstream/proficio-store-xstream.iml
    maven/sandbox/proficio/proficio-stores/proficio-store-xstream/proficio-store-xstream.ipr
    maven/sandbox/proficio/proficio-stores/proficio-store-xstream/proficio-store-xstream.iws
    maven/sandbox/proficio/proficio-stores/proficio-store-xstream/src/
    maven/sandbox/proficio/proficio-stores/proficio-store-xstream/src/main/
    maven/sandbox/proficio/proficio-stores/proficio-store-xstream/src/main/java/
    maven/sandbox/proficio/proficio-stores/proficio-store-xstream/src/main/java/org/
    maven/sandbox/proficio/proficio-stores/proficio-store-xstream/src/main/java/org/apache/
    maven/sandbox/proficio/proficio-stores/proficio-store-xstream/src/main/java/org/apache/maven/
    maven/sandbox/proficio/proficio-stores/proficio-store-xstream/src/main/java/org/apache/maven/proficio/
    maven/sandbox/proficio/proficio-stores/proficio-store-xstream/src/main/java/org/apache/maven/proficio/store/
    maven/sandbox/proficio/proficio-stores/proficio-store-xstream/src/main/java/org/apache/maven/proficio/store/xstream/
    maven/sandbox/proficio/proficio-stores/proficio-store-xstream/src/test/
    maven/sandbox/proficio/proficio-stores/proficio-store-xstream/src/test/java/
    maven/sandbox/proficio/proficio-stores/proficio-store-xstream/src/test/java/org/
    maven/sandbox/proficio/proficio-stores/proficio-store-xstream/src/test/java/org/apache/
    maven/sandbox/proficio/proficio-stores/proficio-store-xstream/src/test/java/org/apache/maven/
    maven/sandbox/proficio/proficio-stores/proficio-store-xstream/src/test/java/org/apache/maven/proficio/
    maven/sandbox/proficio/proficio-stores/proficio-store-xstream/src/test/java/org/apache/maven/proficio/AppTest.java   (with props)
    maven/sandbox/proficio/proficio-stores/proficio-store-xstream/src/test/java/org/apache/maven/proficio/store/
    maven/sandbox/proficio/proficio-stores/proficio-store-xstream/src/test/java/org/apache/maven/proficio/store/memory/
    maven/sandbox/proficio/proficio-stores/proficio-store-xstream/src/test/java/org/apache/maven/proficio/store/memory/AppTest.java   (with props)
Modified:
    maven/sandbox/proficio/   (props changed)
    maven/sandbox/proficio/proficio-stores/pom.xml
    maven/sandbox/proficio/proficio-stores/proficio-store-memory/pom.xml

Propchange: maven/sandbox/proficio/
------------------------------------------------------------------------------
--- snv:ignore (added)
+++ snv:ignore Thu Feb 23 13:33:48 2006
@@ -0,0 +1,5 @@
+*~
+*.ipr
+*.iws
+*.iml
+target

Modified: maven/sandbox/proficio/proficio-stores/pom.xml
URL: http://svn.apache.org/viewcvs/maven/sandbox/proficio/proficio-stores/pom.xml?rev=380230&r1=380229&r2=380230&view=diff
==============================================================================
--- maven/sandbox/proficio/proficio-stores/pom.xml (original)
+++ maven/sandbox/proficio/proficio-stores/pom.xml Thu Feb 23 13:33:48 2006
@@ -8,15 +8,14 @@
   <artifactId>proficio-stores</artifactId>
   <name>Maven Proficio Stores</name>
   <packaging>pom</packaging>
-  <dependencyManagement>
-    <dependencies>
-      <dependency>
-        <groupId>org.apache.maven.proficio</groupId>
-        <artifactId>proficio-api</artifactId>
-      </dependency>
-    </dependencies>       
-  </dependencyManagement>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.maven.proficio</groupId>
+      <artifactId>proficio-api</artifactId>
+    </dependency>
+  </dependencies>
   <modules>
     <module>proficio-store-memory</module>
+    <module>proficio-store-xstream</module>    
   </modules>
 </project>

Modified: maven/sandbox/proficio/proficio-stores/proficio-store-memory/pom.xml
URL: http://svn.apache.org/viewcvs/maven/sandbox/proficio/proficio-stores/proficio-store-memory/pom.xml?rev=380230&r1=380229&r2=380230&view=diff
==============================================================================
--- maven/sandbox/proficio/proficio-stores/proficio-store-memory/pom.xml (original)
+++ maven/sandbox/proficio/proficio-stores/proficio-store-memory/pom.xml Thu Feb 23 13:33:48 2006
@@ -7,10 +7,4 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>proficio-store-memory</artifactId>
   <name>Maven Proficio Memory Store</name>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven.proficio</groupId>
-      <artifactId>proficio-api</artifactId>
-    </dependency>
-  </dependencies>
 </project>

Added: maven/sandbox/proficio/proficio-stores/proficio-store-xstream/pom.xml
URL: http://svn.apache.org/viewcvs/maven/sandbox/proficio/proficio-stores/proficio-store-xstream/pom.xml?rev=380230&view=auto
==============================================================================
--- maven/sandbox/proficio/proficio-stores/proficio-store-xstream/pom.xml (added)
+++ maven/sandbox/proficio/proficio-stores/proficio-store-xstream/pom.xml Thu Feb 23 13:33:48 2006
@@ -0,0 +1,10 @@
+<project>
+  <parent>
+    <groupId>org.apache.maven.proficio</groupId>
+    <artifactId>proficio-stores</artifactId>
+    <version>1.0-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>proficio-store-xstream</artifactId>
+  <name>Maven Proficio XStream Store</name>
+</project>

Propchange: maven/sandbox/proficio/proficio-stores/proficio-store-xstream/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/sandbox/proficio/proficio-stores/proficio-store-xstream/pom.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Added: maven/sandbox/proficio/proficio-stores/proficio-store-xstream/proficio-store-xstream.iml
URL: http://svn.apache.org/viewcvs/maven/sandbox/proficio/proficio-stores/proficio-store-xstream/proficio-store-xstream.iml?rev=380230&view=auto
==============================================================================
--- maven/sandbox/proficio/proficio-stores/proficio-store-xstream/proficio-store-xstream.iml (added)
+++ maven/sandbox/proficio/proficio-stores/proficio-store-xstream/proficio-store-xstream.iml Thu Feb 23 13:33:48 2006
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module version="4" relativePaths="false" type="JAVA_MODULE">
+  <component name="ModuleRootManager" />
+  <component name="NewModuleRootManager">
+    <output url="file://$MODULE_DIR$/target/classes" />
+    <exclude-output />
+    <output-test url="file://$MODULE_DIR$/target/test-classes" />
+    <content url="file://$MODULE_DIR$">
+      <sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
+      <sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
+    </content>
+    <orderEntry type="inheritedJdk" />
+    <orderEntry type="sourceFolder" forTests="false" />
+    <orderEntry type="module-library">
+      <library name="junit">
+        <CLASSES>
+          <root url="jar:///home/jvanzyl/maven-repo-local/junit/junit/3.8.1/junit-3.8.1.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES />
+      </library>
+    </orderEntry>
+    <orderEntry type="module-library">
+      <library name="proficio-api">
+        <CLASSES>
+          <root url="jar:///home/jvanzyl/maven-repo-local/org/apache/maven/proficio/proficio-api/1.0-SNAPSHOT/proficio-api-1.0-SNAPSHOT.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES />
+      </library>
+    </orderEntry>
+    <orderEntry type="module-library">
+      <library name="proficio-model">
+        <CLASSES>
+          <root url="jar:///home/jvanzyl/maven-repo-local/org/apache/maven/proficio/proficio-model/1.0-SNAPSHOT/proficio-model-1.0-SNAPSHOT.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES />
+      </library>
+    </orderEntry>
+    <orderEntryProperties />
+  </component>
+</module>
+

Added: maven/sandbox/proficio/proficio-stores/proficio-store-xstream/proficio-store-xstream.ipr
URL: http://svn.apache.org/viewcvs/maven/sandbox/proficio/proficio-stores/proficio-store-xstream/proficio-store-xstream.ipr?rev=380230&view=auto
==============================================================================
--- maven/sandbox/proficio/proficio-stores/proficio-store-xstream/proficio-store-xstream.ipr (added)
+++ maven/sandbox/proficio/proficio-stores/proficio-store-xstream/proficio-store-xstream.ipr Thu Feb 23 13:33:48 2006
@@ -0,0 +1,78 @@
+<project relativePaths="false" version="4">
+  <component assert-keyword="false" project-jdk-name="java version 1.4.2_09" name="ProjectRootManager" version="2"></component>
+  <component name="CodeStyleManager">
+    <option value="true" name="USE_DEFAULT_CODE_STYLE_SCHEME"></option>
+    <option value="" name="CODE_STYLE_SCHEME"></option>
+  </component>
+  <component name="libraryTable"></component>
+  <component name="CompilerConfiguration">
+    <option value="Javac" name="DEFAULT_COMPILER"></option>
+    <option value="false" name="CLEAR_OUTPUT_DIRECTORY"></option>
+    <resourceExtensions>
+      <entry name=".+\.(properties|xml|html)"></entry>
+      <entry name=".+\.(gif|png|jpeg)"></entry>
+    </resourceExtensions>
+  </component>
+  <component name="JavacSettings">
+    <option value="true" name="DEBUGGING_INFO"></option>
+    <option value="false" name="GENERATE_NO_WARNINGS"></option>
+    <option value="true" name="DEPRECATION"></option>
+    <option value="" name="ADDITIONAL_OPTIONS_STRING"></option>
+    <option value="128" name="MAXIMUM_HEAP_SIZE"></option>
+    <option value="false" name="USE_GENERICS_COMPILER"></option>
+  </component>
+  <component name="JikesSettings">
+    <option value="true" name="DEBUGGING_INFO"></option>
+    <option value="true" name="DEPRECATION"></option>
+    <option value="false" name="GENERATE_NO_WARNINGS"></option>
+    <option value="false" name="GENERATE_MAKE_FILE_DEPENDENCIES"></option>
+    <option value="false" name="DO_FULL_DEPENDENCE_CHECK"></option>
+    <option value="false" name="IS_INCREMENTAL_MODE"></option>
+    <option value="true" name="IS_EMACS_ERRORS_MODE"></option>
+    <option value="" name="ADDITIONAL_OPTIONS_STRING"></option>
+    <option value="128" name="MAXIMUM_HEAP_SIZE"></option>
+  </component>
+  <component name="AntConfiguration">
+    <option value="false" name="IS_AUTOSCROLL_TO_SOURCE"></option>
+    <option value="false" name="FILTER_TARGETS"></option>
+  </component>
+  <component name="JavadocGenerationManager">
+    <option name="OUTPUT_DIRECTORY"></option>
+    <option value="protected" name="OPTION_SCOPE"></option>
+    <option value="false" name="OPTION_HIERARCHY"></option>
+    <option value="false" name="OPTION_NAVIGATOR"></option>
+    <option value="false" name="OPTION_INDEX"></option>
+    <option value="false" name="OPTION_SEPARATE_INDEX"></option>
+    <option value="false" name="OPTION_USE_1_1"></option>
+    <option value="false" name="OPTION_DOCUMENT_TAG_USE"></option>
+    <option value="false" name="OPTION_DOCUMENT_TAG_AUTHOR"></option>
+    <option value="false" name="OPTION_DOCUMENT_TAG_VERSION"></option>
+    <option value="false" name="OPTION_DOCUMENT_TAG_DEPRECATED"></option>
+    <option value="false" name="OPTION_DEPRECATED_LIST"></option>
+    <option name="OTHER_OPTIONS"></option>
+    <option name="HEAP_SIZE"></option>
+    <option value="false" name="OPEN_IN_BROWSER"></option>
+  </component>
+  <component name="JUnitProjectSettings">
+    <option value="UI" name="TEST_RUNNER"></option>
+  </component>
+  <component name="EntryPointsManager">
+    <entry_points></entry_points>
+  </component>
+  <component name="DataSourceManager"></component>
+  <component name="ExportToHTMLSettings">
+    <option value="false" name="PRINT_LINE_NUMBERS"></option>
+    <option value="false" name="OPEN_IN_BROWSER"></option>
+    <option name="OUTPUT_DIRECTORY"></option>
+  </component>
+  <component name="ImportConfiguration">
+    <option name="VENDOR"></option>
+    <option name="RELEASE_TAG"></option>
+    <option name="LOG_MESSAGE"></option>
+    <option value="true" name="CHECKOUT_AFTER_IMPORT"></option>
+  </component>
+  <component name="ProjectModuleManager">
+    <modules>
+      <module filepath="$PROJECT_DIR$/proficio-store-xstream.iml"/></modules>
+  </component>
+</project>
\ No newline at end of file

Added: maven/sandbox/proficio/proficio-stores/proficio-store-xstream/proficio-store-xstream.iws
URL: http://svn.apache.org/viewcvs/maven/sandbox/proficio/proficio-stores/proficio-store-xstream/proficio-store-xstream.iws?rev=380230&view=auto
==============================================================================
--- maven/sandbox/proficio/proficio-stores/proficio-store-xstream/proficio-store-xstream.iws (added)
+++ maven/sandbox/proficio/proficio-stores/proficio-store-xstream/proficio-store-xstream.iws Thu Feb 23 13:33:48 2006
@@ -0,0 +1,317 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+/*
+ * Copyright 2001-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 version="4" relativePaths="false">
+  <component name="LvcsProjectConfiguration">
+    <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_PASSED" value="true"/>
+    <option name="ADD_LABEL_ON_UNIT_TEST_FAILED" value="true"/>
+  </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="ToolWindowManager">
+    <frame x="-4" y="-4" width="1032" height="746" 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="-1"/>
+      <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="false" anchor="left" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.25" 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.25" order="1"/>
+      <window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.33" order="-1"/>
+      <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="Aspects" 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="false" weight="0.25" 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="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="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="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.25" order="5"/>
+    </layout>
+  </component>
+  <component name="ErrorTreeViewConfiguration">
+    <option name="IS_AUTOSCROLL_TO_SOURCE" value="false"/>
+    <option name="HIDE_WARNINGS" value="false"/>
+  </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="ProjectViewSettings">
+    <navigator currentView="ProjectPane" flattenPackages="false" showMembers="false" showStructure="false" autoscrollToSource="false" splitterProportion="0.5"/>
+    <view id="ProjectPane">
+      <expanded_node type="directory" url="file://$PROJECT_DIR$"/>
+    </view>
+    <view id="SourcepathPane"/>
+    <view id="ClasspathPane"/>
+  </component>
+  <component name="Commander">
+    <leftPanel view="Project"/>
+    <rightPanel view="Project"/>
+    <splitter proportion="0.5"/>
+  </component>
+  <component name="AspectsView"/>
+  <component name="SelectInManager"/>
+  <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="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="editorManager"/>
+  <component name="editorHistoryManager"/>
+  <component name="DaemonCodeAnalyzer">
+    <disable_hints/>
+  </component>
+  <component name="InspectionManager">
+    <option name="AUTOSCROLL_TO_SOURCE" value="false"/>
+    <option name="SPLITTER_PROPORTION" value="0.5"/>
+    <profile name="Default"/>
+  </component>
+  <component name="BookmarkManager"/>
+  <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="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>
+    </exception_breakpoints>
+    <field_breakpoints/>
+    <method_breakpoints/>
+  </component>
+  <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"/>
+    <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="RunManager">
+    <option name="SHOW_SETTINGS_BEFORE_RUNNING" value="true"/>
+    <option name="COMPILE_BEFORE_RUNNING" value="true"/>
+    <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$"/>
+    </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$/bin/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$"/>
+      <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">
+      <WebServerIntegration name=""/>
+      <Host>localhost</Host>
+      <Port>5050</Port>
+      <LaunchServer>false</LaunchServer>
+    </configuration>
+  </component>
+  <component name="VcsManagerConfiguration">
+    <option name="ACTIVE_VCS_NAME" value=""/> <!-- TODO: CVS value -->
+  </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_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"/>
+    <option name="SHOW_CHECKIN_OPTIONS" value="true"/>
+    <option name="LAST_COMMIT_MESSAGE" value=""/>
+    <option name="CHECKIN_DIALOG_SPLITTER_PROPORTION" value="0.8"/>
+  </component>
+  <component name="CheckinPanelState"/>
+  <component name="WebViewSettings">
+    <webview flattenPackages="false" showMembers="false" autoscrollToSource="false"/>
+  </component>
+  <component name="EjbViewSettings">
+    <EjbView showMembers="false" autoscrollToSource="false"/>
+  </component>
+  <component name="AppServerRunManager"/>
+  <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="LAST_COMMIT_MESSAGE" value=""/>
+    <option name="CHECKIN_DIALOG_SPLITTER_PROPORTION" value="0.8"/>
+  </component>
+</project>

Added: maven/sandbox/proficio/proficio-stores/proficio-store-xstream/src/test/java/org/apache/maven/proficio/AppTest.java
URL: http://svn.apache.org/viewcvs/maven/sandbox/proficio/proficio-stores/proficio-store-xstream/src/test/java/org/apache/maven/proficio/AppTest.java?rev=380230&view=auto
==============================================================================
--- maven/sandbox/proficio/proficio-stores/proficio-store-xstream/src/test/java/org/apache/maven/proficio/AppTest.java (added)
+++ maven/sandbox/proficio/proficio-stores/proficio-store-xstream/src/test/java/org/apache/maven/proficio/AppTest.java Thu Feb 23 13:33:48 2006
@@ -0,0 +1,38 @@
+package org.apache.maven.proficio;
+
+import junit.framework.Test;
+import junit.framework.TestCase;
+import junit.framework.TestSuite;
+
+/**
+ * Unit test for simple App.
+ */
+public class AppTest 
+    extends TestCase
+{
+    /**
+     * Create the test case
+     *
+     * @param testName name of the test case
+     */
+    public AppTest( String testName )
+    {
+        super( testName );
+    }
+
+    /**
+     * @return the suite of tests being tested
+     */
+    public static Test suite()
+    {
+        return new TestSuite( AppTest.class );
+    }
+
+    /**
+     * Rigourous Test :-)
+     */
+    public void testApp()
+    {
+        assertTrue( true );
+    }
+}

Propchange: maven/sandbox/proficio/proficio-stores/proficio-store-xstream/src/test/java/org/apache/maven/proficio/AppTest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/sandbox/proficio/proficio-stores/proficio-store-xstream/src/test/java/org/apache/maven/proficio/AppTest.java
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Added: maven/sandbox/proficio/proficio-stores/proficio-store-xstream/src/test/java/org/apache/maven/proficio/store/memory/AppTest.java
URL: http://svn.apache.org/viewcvs/maven/sandbox/proficio/proficio-stores/proficio-store-xstream/src/test/java/org/apache/maven/proficio/store/memory/AppTest.java?rev=380230&view=auto
==============================================================================
--- maven/sandbox/proficio/proficio-stores/proficio-store-xstream/src/test/java/org/apache/maven/proficio/store/memory/AppTest.java (added)
+++ maven/sandbox/proficio/proficio-stores/proficio-store-xstream/src/test/java/org/apache/maven/proficio/store/memory/AppTest.java Thu Feb 23 13:33:48 2006
@@ -0,0 +1,38 @@
+package org.apache.maven.proficio;
+
+import junit.framework.Test;
+import junit.framework.TestCase;
+import junit.framework.TestSuite;
+
+/**
+ * Unit test for simple App.
+ */
+public class AppTest 
+    extends TestCase
+{
+    /**
+     * Create the test case
+     *
+     * @param testName name of the test case
+     */
+    public AppTest( String testName )
+    {
+        super( testName );
+    }
+
+    /**
+     * @return the suite of tests being tested
+     */
+    public static Test suite()
+    {
+        return new TestSuite( AppTest.class );
+    }
+
+    /**
+     * Rigourous Test :-)
+     */
+    public void testApp()
+    {
+        assertTrue( true );
+    }
+}

Propchange: maven/sandbox/proficio/proficio-stores/proficio-store-xstream/src/test/java/org/apache/maven/proficio/store/memory/AppTest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/sandbox/proficio/proficio-stores/proficio-store-xstream/src/test/java/org/apache/maven/proficio/store/memory/AppTest.java
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"