From: Michael S. <sta...@us...> - 2005-10-20 16:52:05
|
Update of /cvsroot/archive-access/archive-access/projects/wayback In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21905 Modified Files: project.xml Log Message: * project.xml * xdocs/index.xml Minor description changes (mostly to see if wayback bundles are showing up on continuous build server). Index: project.xml =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/wayback/project.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** project.xml 20 Oct 2005 01:30:36 -0000 1.1 --- project.xml 20 Oct 2005 16:51:54 -0000 1.2 *************** *** 29,33 **** <!-- A short but descriptive name for the project --> ! <name>Internet Archive Wayback Machine</name> <!-- The version of the project under development, e.g. 1.1, 1.2, 2.0-SNAPSHOT --- 29,33 ---- <!-- A short but descriptive name for the project --> ! <name>Wayback</name> <!-- The version of the project under development, e.g. 1.1, 1.2, 2.0-SNAPSHOT *************** *** 54,62 **** <package>org.archive</package> <logo>/images/logo.gif</logo> ! <description>The Internet Archive's Wayback Machine. </description> <!-- a short description of what the project does --> ! <shortDescription> ! Internet Archive Wayback Machine. </shortDescription> --- 54,62 ---- <package>org.archive</package> <logo>/images/logo.gif</logo> ! <description>The wayback project is an open source implementation of the ! Internet Archive's Wayback Machine. </description> <!-- a short description of what the project does --> ! <shortDescription>Open source wayback machine. </shortDescription> |