Remove superfluous files
git-svn-id: https://svn.apache.org/repos/asf/velocity/tools/trunk@1834636 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/STATUS b/STATUS
deleted file mode 100644
index ce3ccd4..0000000
--- a/STATUS
+++ /dev/null
@@ -1,42 +0,0 @@
-S T A T U S
-===========
-$Id$
-
-
-Known Issues/Bugs:
-    - see http://issues.apache.org/jira/browse/VELTOOLS
-
-
-Documentation Wishlist:
-   - Complete user guide.
-   - Improve documention of the view tools (either xml/dvsl or javadoc)
-   - Create a developer's guide (how to write tools, tips on extending VVS, etc.)
-
-
-Proposed Features/Upgrades:
-    General:
-        - finish/fix/improve Maven2 build support
-        - add more automated testing of tools
-        
-    Generic tools:
-        - TableTool (VELTOOLS-102)
-        - Template debugging tool(s)/support
-        - Add support for ValueParser to use a properties file as a source
-
-    VelocityView:
-        - Tool pooling/cleanup support (use commons-pool probably)
-        - look into supporting arbitrary layout depth (sort of a "tiles lite")
-          for the VelocityLayoutServlet (cf. Niall's work with Simple)
-        - support for JSP tags
-        - develop Tiles2 compatible TilesTool
-
-    VelocityStruts:
-        - add a library of velocimacros for use with struts tools
-          (ideally these would be roughly parallel to struts tags to ease transition)
-        - move dynamic javascript generation from java (ValidatorTool) to templates
-          (this would probably work in concert with the velocimacro libraries)
-
-
-Example Ideas:
-   - a FooShop-type demo app (i.e. something closer to real-world use)
-
diff --git a/WHY_THREE_JARS.txt b/WHY_THREE_JARS.txt
deleted file mode 100644
index 0291ea8..0000000
--- a/WHY_THREE_JARS.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-WHY ARE THERE THREE VELOCITY-TOOLS JARS?  WHAT'S THE DIFFERENCE?
-
-velocity-tools-<version>.jar
-----------------
-  This jar contains the classes for all three velocity-tools 
-  subprojects--VelocityStruts, VelocityView, and the Generic 
-  Tools.
-
-velocity-tools-view-<version>.jar
-----------------
-  This jar contains only the classes that are part of the
-  VelocityView and Generic Tools subprojects.  Alls Struts-related
-  classes are excluded for those not interested in using Struts.
-
-
-velocity-tools-generic-<version>.jar
---------------------
-  This jar contains only the classes that are part of the
-  Generic Tools subproject.  It has no dependencies on the Servlet API 
-  or Struts.
-
-Please see the project documentation for more information.