From 10e1320dabd2ad615b033d533de63d815371a477 Mon Sep 17 00:00:00 2001 From: Grant Ingersoll Date: Mon, 27 Nov 2006 00:08:20 +0000 Subject: [PATCH] removing old site building tasks and libraries git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@479470 13f79535-47bb-0310-9956-ffa450edef68 --- site/README | 23 -------------- site/build.xml | 56 ----------------------------------- site/lib/jdom-b7.jar | 2 -- site/lib/velocity-1.3-dev.jar | 2 -- 4 files changed, 83 deletions(-) delete mode 100644 site/README delete mode 100644 site/build.xml delete mode 100644 site/lib/jdom-b7.jar delete mode 100644 site/lib/velocity-1.3-dev.jar diff --git a/site/README b/site/README deleted file mode 100644 index 43676145d79..00000000000 --- a/site/README +++ /dev/null @@ -1,23 +0,0 @@ -Building the website: ---------------------- - -All you need to do is cd into this directory and type: - - ant - -Modifying the website: ----------------------- - -To modify the website, all you need to do is edit the files in the xdocs -directory and then rebuild the website. The format of the files is fairly -straightforward. You should only add XHTML tags because the .xml files -need to be parsed by an XML parser. - -Changing the look and feel of the entire website is easy. Just modify the -site.vsl file located in the xdocs/stylesheets directory and rebuild. - -If you would like to add links to the left side navigation, simply edit -the project.xml file in the xdocs/stylesheets directory and rebuild. - -Place your images in the xdocs/images directory. When you rebuild, the -modified images will be copied over to the docs/images directory. diff --git a/site/build.xml b/site/build.xml deleted file mode 100644 index e8876623356..00000000000 --- a/site/build.xml +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - AnakiaTask is not present! Please check to make sure that - velocity.jar is in your classpath. - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/site/lib/jdom-b7.jar b/site/lib/jdom-b7.jar deleted file mode 100644 index ac5b958103f..00000000000 --- a/site/lib/jdom-b7.jar +++ /dev/null @@ -1,2 +0,0 @@ -AnyObjectId[6be1f2de7126b91b14a11a4b00326859a85e5981] was removed in git history. -Apache SVN contains full history. \ No newline at end of file diff --git a/site/lib/velocity-1.3-dev.jar b/site/lib/velocity-1.3-dev.jar deleted file mode 100644 index 8de7c104da1..00000000000 --- a/site/lib/velocity-1.3-dev.jar +++ /dev/null @@ -1,2 +0,0 @@ -AnyObjectId[db6fcb66bf6dea465ee6b42529b0fefbb502a3cc] was removed in git history. -Apache SVN contains full history. \ No newline at end of file