2006/unicorn .classpath,1.16,1.17 README.cvs,1.5,1.6 build.xml,1.12,NONE README,1.6,NONE COPYRIGHT.html,1.2,NONE Doxyfile,1.2,NONE

Update of /sources/public/2006/unicorn
In directory hutz:/tmp/cvs-serv1589

Modified Files:
	.classpath README.cvs 
Removed Files:
	build.xml README COPYRIGHT.html Doxyfile 
Log Message:
Code moved to Mercurial <http://dvcs.w3.org/hg/unicorn>

--- Doxyfile DELETED ---

--- build.xml DELETED ---

Index: .classpath
===================================================================
RCS file: /sources/public/2006/unicorn/.classpath,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- .classpath	20 Mar 2010 15:28:21 -0000	1.16
+++ .classpath	2 Jun 2010 12:06:53 -0000	1.17
@@ -1,37 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry kind="src" path="src"/>
 	<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v6.0"/>
-	<classpathentry kind="lib" path="WebContent/WEB-INF/lib/velocity-1.6.2.jar"/>
-	<classpathentry kind="lib" path="WebContent/WEB-INF/lib/log4j-1.2.15.jar"/>
-	<classpathentry kind="lib" path="WebContent/WEB-INF/lib/xbean.jar"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-	<classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-collections-3.2.1.jar"/>
-	<classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-lang-2.4.jar"/>
-	<classpathentry kind="lib" path="WebContent/WEB-INF/lib/activation.jar"/>
-	<classpathentry kind="lib" path="WebContent/WEB-INF/lib/resolver.jar"/>
-	<classpathentry kind="lib" path="WebContent/WEB-INF/lib/saxon8-dom.jar"/>
-	<classpathentry kind="lib" path="WebContent/WEB-INF/lib/saxon8-jdom.jar"/>
-	<classpathentry kind="lib" path="WebContent/WEB-INF/lib/saxon8-sql.jar"/>
-	<classpathentry kind="lib" path="WebContent/WEB-INF/lib/saxon8-xom.jar"/>
-	<classpathentry kind="lib" path="WebContent/WEB-INF/lib/saxon8-xpath.jar"/>
-	<classpathentry kind="lib" path="WebContent/WEB-INF/lib/saxon8.jar"/>
-	<classpathentry kind="lib" path="WebContent/WEB-INF/lib/xbean_xpath.jar"/>
-	<classpathentry kind="lib" path="WebContent/WEB-INF/lib/xercesImpl.jar"/>
-	<classpathentry kind="lib" path="WebContent/WEB-INF/lib/xmlbeans-qname.jar"/>
-	<classpathentry kind="lib" path="WebContent/WEB-INF/lib/xmlpublic.jar"/>
-	<classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-logging-1.1.1.jar"/>
-	<classpathentry kind="lib" path="WebContent/WEB-INF/lib/tasklist.jar"/>
-	<classpathentry kind="lib" path="WebContent/WEB-INF/lib/mail.jar"/>
-	<classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-fileupload-1.2.1.jar"/>
-	<classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-io-1.4.jar"/>
-	<classpathentry kind="lib" path="WebContent/WEB-INF/lib/slf4j-api-1.5.6.jar"/>
-	<classpathentry kind="lib" path="WebContent/WEB-INF/lib/slf4j-log4j12-1.5.6.jar"/>
-	<classpathentry kind="lib" path="WebContent/WEB-INF/lib/velocity-tools-generic-1.4.jar"/>
-	<classpathentry kind="lib" path="WebContent/WEB-INF/lib/observationresponse2.jar"/>
-	<classpathentry kind="lib" path="WebContent/WEB-INF/lib/observationresponse.jar"/>
-	<classpathentry kind="lib" path="WebContent/WEB-INF/lib/compactor.jar"/>
-	<classpathentry kind="lib" path="WebContent/WEB-INF/lib/servlet-api.jar"/>
-	<classpathentry kind="lib" path="WebContent/WEB-INF/lib/icu4j-4_4.jar"/>
 	<classpathentry kind="output" path="build/classes"/>
 </classpath>

--- README DELETED ---

Index: README.cvs
===================================================================
RCS file: /sources/public/2006/unicorn/README.cvs,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- README.cvs	6 Sep 2006 06:46:25 -0000	1.5
+++ README.cvs	2 Jun 2010 12:06:53 -0000	1.6
@@ -24,30 +24,4 @@
 </div>
 
 
-<p>Below is a view of the code repository for W3C's Unicorn Project, 
-aimed at creating the Web's Universal Conformance Checker.</p>
-
-<p>The project is currently entering <a href="http://qa-dev.w3.org/unicorn/"><strong>alpha testing</strong> stage</a>.</p>
-
-<h2 style='color:#005A9C'>Download and install</h2>
-
-<p>In order to get the latest development code:</p>
-
-          <pre>
-
-    bash$ <kbd>export CVSROOT=":pserver:anonymous@dev.w3.org:/sources/public"</kbd>
-    bash$ <kbd>cvs login</kbd>
-    (Logging in to anonymous@dev.w3.org)
-    CVS password: <kbd>anonymous</kbd>
-    bash$ <kbd>cvs get 2006/unicorn</kbd>
-    ...
-          </pre>
-
-<p>Read the README file for installation instructions (under Tomcat)</p>
-
-<h2 style='color:#005A9C'>Documentation</h2>
-
-<p>The principles and architecture of the tool are available in its
-<a href="http://www.w3.org/QA/2006/obs_framework/">online documentation</a>.
-The documentation also explains and shows the formats used to create plugins (observers)
-</p>
+<p>The code is now available through Mercurial at <a href="http://dvcs.w3.org/hg/unicorn">http://dvcs.w3.org/hg/unicorn</a></p>

--- COPYRIGHT.html DELETED ---

Received on Wednesday, 2 June 2010 12:07:30 UTC