You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by he...@apache.org on 2007/01/18 16:59:15 UTC

svn commit: r497471 - in /velocity/docbook/trunk: README.velocity build-docbook.xml build.xml src/css/html/stylesheet.css src/docbook/userguide/VelocityUsersGuide.xml src/images/logo.png src/styles/html/custom.xsl src/styles/pdf/custom.xsl

Author: henning
Date: Thu Jan 18 07:59:15 2007
New Revision: 497471

URL: http://svn.apache.org/viewvc?view=rev&rev=497471
Log:
Remove custom stuff out of docbook itself.


Removed:
    velocity/docbook/trunk/README.velocity
    velocity/docbook/trunk/build.xml
    velocity/docbook/trunk/src/css/html/stylesheet.css
    velocity/docbook/trunk/src/docbook/userguide/VelocityUsersGuide.xml
    velocity/docbook/trunk/src/images/logo.png
    velocity/docbook/trunk/src/styles/html/custom.xsl
    velocity/docbook/trunk/src/styles/pdf/custom.xsl
Modified:
    velocity/docbook/trunk/build-docbook.xml

Modified: velocity/docbook/trunk/build-docbook.xml
URL: http://svn.apache.org/viewvc/velocity/docbook/trunk/build-docbook.xml?view=diff&rev=497471&r1=497470&r2=497471
==============================================================================
--- velocity/docbook/trunk/build-docbook.xml (original)
+++ velocity/docbook/trunk/build-docbook.xml Thu Jan 18 07:59:15 2007
@@ -16,7 +16,7 @@
  limitations under the License.
 -->
 
-<project name="velocity-docbook" default="all" basedir=".">
+<project name="docbook" default="all" basedir=".">
 
   <!-- Load our properties -->
   <property file="project.properties"/>