Index: unk/.classpath
===================================================================
--- /trunk/.classpath	(revision 3)
+++ 	(revision )
@@ -1,10 +1,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<classpath>
-  <classpathentry excluding="" kind="src" path="src">
-  </classpathentry>
-  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
-  </classpathentry>
-  <classpathentry kind="output" path="target/classes">
-  </classpathentry>
-</classpath>
Index: unk/.cvsignore
===================================================================
--- /trunk/.cvsignore	(revision 3)
+++ 	(revision )
@@ -1,1 +1,0 @@
-target
Index: unk/.project
===================================================================
--- /trunk/.project	(revision 3)
+++ 	(revision )
@@ -1,18 +1,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<projectDescription>
-  <name>accesslib</name>
-  <comment>Abtracts away accessing things.</comment>
-  <projects>
-  </projects>
-  <buildSpec>
-    <buildCommand>
-      <name>org.eclipse.jdt.core.javabuilder</name>
-      <arguments>
-      </arguments>
-    </buildCommand>
-  </buildSpec>
-  <natures>
-    <nature>org.eclipse.jdt.core.javanature</nature>
-  </natures>
-</projectDescription>
Index: unk/project.xml
===================================================================
--- /trunk/project.xml	(revision 3)
+++ 	(revision )
@@ -1,61 +1,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- 
-/*
- * 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>
-  <pomVersion>3</pomVersion>
-  <id>accesslib</id>
-  <name>Accessor Library</name>
-  <!-- The version of the project under development, e.g.
-       1.1, 1.2, 2.0-SNAPSHOT -->
-  <currentVersion>1.0</currentVersion>
-  <!-- details about the organization that 'owns' the project -->
-  <organization>
-    <name>David Owen</name>
-    <url>http://www.fugue88.ws/</url>
-  </organization>
-  <inceptionYear>2005</inceptionYear>
-  <package>ws.fugue88.access</package>
-  <description>Abtracts away accessing things.</description>
-  <!-- the project home page -->
-  <url>http://maven.apache.org/reference/plugins/examples/</url>
-  <siteAddress>jakarta.apache.org</siteAddress>
-  <siteDirectory>/www/maven.apache.org/reference/plugins/examples/</siteDirectory>
-  <distributionDirectory>/www/maven.apache.org/builds/</distributionDirectory>
-  <!-- the version control repository and http url for online access
-       the connection element has the form:
-       scm:<system>:<system specific connection string> -->
-  <repository>
-    <connection>scm:cvs:ext:devel.home:/srv/cvs:accesslib</connection>
-    <!-- url>http://cvs.apache.org/viewcvs/maven-plugins/examples/</url -->
-  </repository>
-  <developers>
-    <developer>
-      <id>dsowen</id>
-      <name>David Owen</name>
-    </developer>
-  </developers>
-  <build>
-    <sourceDirectory>src</sourceDirectory>
-    <!-- unitTestSourceDirectory>testsrc</unitTestSourceDirectory>
-    <unitTest>
-      <includes>
-        <include>**/*Test.java</include>
-      </includes>
-    </unitTest -->
-  </build>
-</project>
