debian/0000755000000000000000000000000011732670573007201 5ustar debian/maven.cleanIgnoreRules0000644000000000000000000000150111634371461013462 0ustar # Maven clean ignore rules - ignore some Maven dependencies and plugins # during the clean phase of a Maven build # Format of this file is: # [group] [artifact] [type] [version] [classifier] [scope] # where each element can be either # - the exact string, for example org.apache for the group, or 3.1 # for the version. In this case, the element is simply matched # and left as it is # - * (the star character, alone). In this case, anything will # match and be left as it is. For example, using * on the # position of the artifact field will match any artifact id # All elements much match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., this dependency is then removed # from the POM before mvn clean is called # junit junit jar s/3\\..*/3.x/ debian/velocity-doc.doc-base.10000644000000000000000000000063511634371461013337 0ustar Document: velocity1 Title: Programmer API for velocity Author: The Apache Velocity Development Team Abstract: This is the javadoc API of Velocity, a Java-based template engine. It permits anyone to use the simple yet powerful template language to reference objects defined in Java code. Section: Programming Format: HTML Index: /usr/share/doc/velocity/api/index.html Files: /usr/share/doc/velocity/api/*.html debian/README.source0000644000000000000000000000044011634371461011351 0ustar Information about velocity -------------------------- This package was debianized using the mh_make command from the maven-debian-helper package. The build system uses Maven but prevents it from downloading anything from the Internet, making the build compliant with the Debian policy. debian/watch0000644000000000000000000000023011634332356010220 0ustar version=3 opts=uversionmangle=s/-(alpha|beta)/~$1/ \ http://svn.apache.org/repos/asf/velocity/engine/tags/ \ ([1-9].*)/ debian debian/orig-tar.sh debian/maven.properties0000644000000000000000000000026511634417470012424 0ustar # Include here properties to pass to Maven during the build. # For example: # Maven support is not perfect in velocity 1.6.x but improves on newer # versions. maven.test.skip=true debian/velocity.poms0000644000000000000000000000277111732670147011743 0ustar # List of POM files for the package # Format of this file is: # [option]* # where option can be: # --ignore: ignore this POM and its artifact if any # --ignore-pom: don't install the POM with mh_install or mh_installpoms. To use with POM files that are created # temporarily for certain artifacts such as Javadoc jars. # --no-parent: remove the tag from the POM # --package=: an alternative package to use when installing this POM # and its artifact # --has-package-version: to indicate that the original version of the POM is the same as the upstream part # of the version for the package. # --keep-elements=: a list of XML elements to keep in the POM # during a clean operation with mh_cleanpom or mh_installpom # --artifact=: path to the build artifact associated with this POM, # it will be installed when using the command mh_install # --java-lib: install the jar into /usr/share/java to comply with Debian # packaging guidelines # --usj-name=: name to use when installing the library in /usr/share/java # --usj-version=: version to use when installing the library in /usr/share/java # --no-usj-versionless: don't install the versionless link in /usr/share/java # --dest-jar=: the destination for the real jar # it will be installed with mh_install. # --classifier=: Optional, the classifier for the jar. Empty by default. # pom.xml --no-parent --has-package-version --java-lib debian/BROKEN-velocity-doc.doc-base.20000644000000000000000000000062711634371461014317 0ustar Document: velocity2 Title: Documentation for velocity Author: The Apache Velocity Development Team Abstract: This is the manual of Velocity, a Java-based template engine. It permits anyone to use the simple yet powerful template language to reference objects defined in Java code. Section: Programming Format: HTML Index: /usr/share/doc/velocity-doc/index.html Files: /usr/share/doc/velocity-doc/*.html debian/rules0000755000000000000000000000056011674451010010246 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/maven.mk JAVA_HOME := /usr/lib/jvm/default-java # site plugin does not work yet, needs maven-project-info-reports-plugin #DEB_MAVEN_DOC_TARGET = javadoc:jar site:site get-orig-source: uscan --debug --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename debian/control0000644000000000000000000000433711724312123010574 0ustar Source: velocity Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Ludovic Claude , Brian Thomason Build-Depends: debhelper (>= 7.0.50~), cdbs, default-jdk, maven-debian-helper (>= 1.4) Build-Depends-Indep: libmaven-javadoc-plugin-java, ant, libcommons-collections3-java, libcommons-lang-java, libcommons-logging-java, libexcalibur-logger-java, libjdom1-java (>= 1.0), liblog4j1.2-java, liboro-java, libservlet2.5-java, libwerken.xpath-java, junit, libhsqldb-java, ant-doc, default-jdk-doc, libcommons-logging-java-doc, libjdom1-java-doc, liblog4j1.2-java-doc Standards-Version: 3.9.3 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/velocity Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/velocity Homepage: http://velocity.apache.org/ DM-Upload-Allowed: yes Package: velocity Architecture: all Depends: ${misc:Depends}, ${maven:Depends} Recommends: ${maven:OptionalDepends} Suggests: velocity-doc Description: Java-based template engine for web application Velocity is a Java-based template engine. It permits anyone to use the simple yet powerful template language to reference objects defined in Java code. When Velocity is used for web development, Web designers can work in parallel with Java programmers to develop web sites according to the Model-View-Controller (MVC) model, meaning that web page designers can focus solely on creating a site that looks good, and programmers can focus solely on writing top-notch code. Velocity separates Java code from the web pages, making the web site more maintainable over the long run and providing a viable alternative to Java Server Pages (JSPs) or PHP. Package: velocity-doc Architecture: all Section: doc Depends: ${misc:Depends}, ${maven:DocDepends} Recommends: ${maven:DocOptionalDepends} Suggests: velocity Description: Documentation for velocity Velocity is a Java-based template engine which is useful to develop Model-View-Controller (MVC) model web application. It permits anyone to use the simple yet powerful template language to reference objects defined in Java code. This package provides documents and examples for velocity. debian/maven.rules0000644000000000000000000000247111727670007011363 0ustar # Maven rules - transform Maven dependencies and plugins # Format of this file is: # [group] [artifact] [type] [version] [classifier] [scope] # where each element can be either # - the exact string, for example org.apache for the group, or 3.1 # for the version. In this case, the element is simply matched # and left as it is # - * (the star character, alone). In this case, anything will # match and be left as it is. For example, using * on the # position of the artifact field will match any artifact id # - a regular expression of the form s/match/replace/ # in this case, elements that match are transformed using # the regex rule. # All elements much match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., replacing the version with 3.x # junit junit jar s/3\\..*/3.x/ commons-collections commons-collections jar s/3\..*/3.x/ * * s/jdom/org.jdom/ jdom jar s/1\..*/debian/ * * junit junit jar s/3\..*/3.x/ * * log4j log4j jar s/1\.2\..*/1.2.x/ * * org.apache.velocity velocity jar s/.*/debian/ * * commons-logging s/commons-logging-api/commons-logging/ * s/.*/debian/ * * s/hsqldb/org.hsqldb/ hsqldb * s/.*/debian/ * * log4j log4j * s/1\.2\..*/1.2.x/ * * s/ant/org.apache.ant/ * * s/.*/debian/ * * javax.servlet servlet-api * s/.*/2.5/ * * debian/velocity-doc.install0000644000000000000000000000005511634371461013165 0ustar target/apidocs/* usr/share/doc/velocity/api debian/copyright0000644000000000000000000000706711634332356011141 0ustar This package was debianized by Takashi Okamoto on Wed, 15 Aug 2001 08:57:18 +0900. The new upstream release which changes the license to the Apache Software License, Version 2.0 was debianized by Wolfgang Baer on Sun, 20 Mar 2005 13:59:13 +0100. It was downloaded from Upstream Authors: Jason van Zyl jvanzyl@periapt.com Jon S. Stevens jon@latchkey.com Daniel L. dlr@collab.net Rall Dave Bryson dave@miceda-data.com Josh Lucas josh@stonecottage.com Bob McWhirter bob@werken.com Terence Parr parrt@jguru.com Geir Magnusson Jr. geirm@optonline.net John Castura jcastura@kw.igs.net Leon Messerschmidt leon@opticode.co.za Copyright: 2001-2009 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. The full text of the license can be found in '/usr/share/common-licenses/Apache-2.0'. The file xmleb.jar is Copyright (c) 2001 The Apache Software Foundation. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The end-user documentation included with the redistribution, if any, must include the following acknowlegement: "This product includes software developed by the Apache Software Foundation (http://www.apache.org/)." Alternately, this acknowlegement may appear in the software itself, if and wherever such third-party acknowlegements normally appear. 4. The names "The Jakarta Project", "Velocity", and "Apache Software Foundation" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact apache@apache.org. 5. Products derived from this software may not be called "Apache" nor may "Apache" appear in their names without prior written permission of the Apache Group. THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/compat0000644000000000000000000000000211633476613010376 0ustar 7 debian/maven.publishedRules0000644000000000000000000000164211634371461013221 0ustar # Maven published rules - additional rules to publish, to help # the packaging work of Debian maintainers using mh_make # Format of this file is: # [group] [artifact] [type] [version] [classifier] [scope] # where each element can be either # - the exact string, for example org.apache for the group, or 3.1 # for the version. In this case, the element is simply matched # and left as it is # - * (the star character, alone). In this case, anything will # match and be left as it is. For example, using * on the # position of the artifact field will match any artifact id # - a regular expression of the form s/match/replace/ # in this case, elements that match are transformed using # the regex rule. # All elements much match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., replacing the version with 3.x # junit junit jar s/3\\..*/3.x/ debian/source/0000755000000000000000000000000011732670474010501 5ustar debian/source/format0000644000000000000000000000001411634332356011702 0ustar 3.0 (quilt) debian/velocity.install0000644000000000000000000000012111634371461012414 0ustar src/java/org/apache/velocity/runtime/defaults/velocity.properties /etc/velocity/ debian/orig-tar.sh0000755000000000000000000000056011634332356011260 0ustar #!/bin/sh -e VERSION=$2 TAR=../velocity_$VERSION.orig.tar.gz DIR=velocity-$VERSION TAG=$2 svn export http://svn.apache.org/repos/asf/velocity/engine/tags/$TAG $DIR tar -c -z -f $TAR --exclude 'ivy*.jar' $DIR rm -rf $DIR ../$TAG # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then . .svn/deb-layout mv $TAR $origDir echo "moved $TAR to $origDir" fi debian/maven.ignoreRules0000644000000000000000000000207011634371461012521 0ustar # Maven ignore rules - ignore some Maven dependencies and plugins # Format of this file is: # [group] [artifact] [type] [version] [classifier] [scope] # where each element can be either # - the exact string, for example org.apache for the group, or 3.1 # for the version. In this case, the element is simply matched # and left as it is # - * (the star character, alone). In this case, anything will # match and be left as it is. For example, using * on the # position of the artifact field will match any artifact id # All elements much match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., this dependency is then removed # from the POM # junit junit jar s/3\\..*/3.x/ org.apache.maven.plugins maven-changelog-plugin * * * * org.apache.maven.plugins maven-changes-plugin * * * * org.apache.maven.plugins maven-jxr-plugin * * * * org.apache.maven.plugins maven-project-info-reports-plugin * * * * org.codehaus.mojo findbugs-maven-plugin * * * * org.codehaus.mojo taglist-maven-plugin * * * * debian/changelog0000644000000000000000000002027511732670460011054 0ustar velocity (1.7-4) unstable; urgency=low * Team upload. * Update d/velocity.poms to install JAR in /usr/share/java after maven-debian-helper behavior change. (Closes: #665076) -- tony mancill Thu, 22 Mar 2012 11:35:12 -0700 velocity (1.7-3) unstable; urgency=low * Team upload. * Update d/maven.rules for rebuild against libservlet2.5-java. - Thanks to Brian Thomason and Miguel Landaeta. (Closes: #662810) -- tony mancill Mon, 12 Mar 2012 20:51:51 -0700 velocity (1.7-2) unstable; urgency=low * Team upload. * Update libservlet dependency to libservlet2.5-java (Closes: #658806) * Bump Standards-Version to 3.9.3. No changes were required. -- tony mancill Sun, 04 Mar 2012 20:19:01 +0000 velocity (1.7-1) unstable; urgency=low * New upstream release. [Steffen Moeller] * Added Brian to uploaders. * Allowed DM-Upload-Allowed for Brian -- Brian Thomason Fri, 02 Dec 2011 20:36:38 +0000 velocity (1.6.4-1) unstable; urgency=low * Team upload * Newer but not newest upstream version. * Remove Arnaud and Wolfgang from Uploaders list. * Switch to debhelper level 7. * Update Standards-Version: 3.9.2. * Remove bundled ivy*.jar from orig tarball. * Switch to source format 3.0. * Mangle alpha and beta versions in debian/watch. * Document copyright and license of xmleb.jar. * Use Maven to build the package. Parts of the documentation that require the maven-site-plugin do not build yet. * Refresh remaining patch. -- Torsten Werner Thu, 15 Sep 2011 17:30:37 +0200 velocity (1.6.2-4) unstable; urgency=low [ Onkar Shinde ] * Replace build-dep openjdk-6-jdk with default-jdk. Adjust JAVA_HOME in rules file accordingly. * Replace openjdk-6-doc with default-jdk-doc. (Closes: #567293) * Replace build/runtime dep liblogkit-java with libexcalibur-logkit-java. Adjust DEB_JARS in rules file accordingly. * debian/patches/build.patch - Update to add 'Class-Path' attribute in manifest file with appropriate list of jar files. * debian/patches/fix_example_scripts.patch - New patch to fix shebang lines in example scripts. Fixes lintian warnings. -- Debian Java Maintainers Sun, 07 Mar 2010 16:00:47 +0530 velocity (1.6.2-3) unstable; urgency=low * Bump up Standards-Version to 3.8.3 - add debian/README.source * Add Build-Depends on openjdk-6-doc (Closes: #543106) -- Ludovic Claude Wed, 02 Sep 2009 22:34:33 +0100 velocity (1.6.2-2) unstable; urgency=low * Upload to unstable. -- Torsten Werner Sun, 09 Aug 2009 23:51:24 +0200 velocity (1.6.2-1) experimental; urgency=low * New upstream version, add myself to Uploaders * Change section to java, bump up Standards-Version to 3.8.2 * Bump up debhelper to 6 * Move debhelper and cdbs from Build-Depends-Indep to Build-Depends to clear Lintian error * Use openjdk-6-jdk instead of kaffe for the build * Use default-jre-headless | java1-runtime-headless | java2-runtime-headless instead of kaffe | java1-runtime | java2-runtime for velocity Depends: * Update from libjdom0-java to libjdom1-java (Closes: #500536) * Update from libcommons-collections-java to libcommons-collections3-java * Add quilt to Build-Depends and use it to patch build.xml file to avoid downloading jar files from the internet while building the documentation * Add a dependency on libcommons-lang-java, libcommons-logging-java, liboro-java * Update from libservlet2.3-java to libservlet2.5-java * Move liblogkit-java, liblog4j1.2-java, libservlet2.5-java, libwerken.xpath-java from Depends to Recommends * Move ant from Depends to Suggest (Closes: #532640) * Create a antlib definition for the tasks anakia and texen, and add the classpath information to the manifest in velocity.jar . This removes the need to install jar links under /usr/share/ant/lib, which have been removed. (Closes: #506018) * Add watch file * Remove all patches as they don't apply anymore and seem irrelevent now * Add the Maven POM to the package, * Add a Build-Depends-Indep dependency on maven-repo-helper * Use mh_installpom and mh_installjar to install the POM and the jar to the Maven repository * Disable the user docs as it requires the use of a Maven plugin to generate them. Put the old control files in debian/old folder * Remove the full text of the Apache 2.0 license * Fix some Lintian warnings: add ${misc:Depends}, add copyright notice. * Add Vcs-* fields and Homepage [ Emmanuel Bourg and Sylvestre Ledru] * Update of the URLs * Rename Jakarta Commons to Apache Commons -- Ludovic Claude Tue, 07 Jul 2009 13:24:03 +0100 velocity (1.4-5) unstable; urgency=low * Removed Takashi Okamoto from the uploaders (closes: #352993). -- Arnaud Vandyck Tue, 25 Apr 2006 23:01:27 +0200 velocity (1.4-4) unstable; urgency=low * kaffe compiler transition (closes: #350694) * (avdyk) I commented the test target because I have problems running the tests with kaffe on powerpc -- Wolfgang Baer Mon, 16 Jan 2006 15:10:48 +0100 velocity (1.4-3) unstable; urgency=low * Changed to depend on ant instead of libant1.6-java * Added ant-optional to build-deps due to ant reorganization * Registered javadoc api and manual with doc-base -- Wolfgang Baer Tue, 04 Oct 2005 20:11:51 +0200 velocity (1.4-2) unstable; urgency=low * Changed libant1.6-java build-dep to ant * Standards-Version: 3.6.2 (no changes required) * Changed libxerces-java dep to libxerces2-java * Removed libcrimson-java alternative * Upload sponsored by Arnaud Vandyck -- Wolfgang Baer Tue, 16 Aug 2005 22:17:07 +0200 velocity (1.4-1) unstable; urgency=low * New upstream release (closes: #245492) * Upstream license has changed to Apache Software License 2.0 * Build system changed to cdbs with kaffe, jikes, gjdoc * Move to main as werken.xpath is now in main * Enabled junit tests during build + patched VelocityServletTest to compile against libservlet2.3-java + patched testcases.xml ant build file for runtime libraries * Modified build.xml (04_buildxml.patch) + Set javac target=1.3 to support JDK 1.3 vm's + Excluded test files from jar and javadoc * Disabled compilation of examples - only ship source * Standards-Version: 3.6.1 (no changes required) -- Wolfgang Baer Tue, 19 Apr 2005 20:26:02 +0200 velocity (1.3.1-2) unstable; urgency=low * fixed FTBFS (Closes: #299301) * adjusted jdom dependency to libjdom0-java * changed maintainer to Debian Java Maintainers as requested by Takashi Okamoto for comaintaining * avdyk: added Wolfgang and myself as uploaders -- Wolfgang Baer Mon, 14 Mar 2005 19:50:14 +0100 velocity (1.3.1-1) unstable; urgency=low * New upstream release -- Takashi Okamoto Sat, 23 Aug 2003 22:36:32 +0900 velocity (1.3+1.3.1rc2-1) unstable; urgency=low * new upstread release. -- Takashi Okamoto Sat, 31 Aug 2002 10:45:41 +0900 velocity (1.2-2) unstable; urgency=low * fixed the documentation bug in control file.(Closes: #125454) -- Takashi Okamoto Wed, 19 Dec 2001 16:24:44 +0900 velocity (1.2-1) unstable; urgency=low * New upstream release -- Takashi Okamoto Thu, 13 Dec 2001 13:07:39 +0900 velocity (1.1.99rc3-1) unstable; urgency=low * New upstream release -- Takashi Okamoto Wed, 28 Nov 2001 23:52:23 +0900 velocity (1.1-3) unstable; urgency=low * add suggests. * add depend for avalon logkit. -- Takashi Okamoto Thu, 27 Sep 2001 20:05:57 +0900 velocity (1.1-2) unstable; urgency=low * uncompressed examples *.java * fixed dependency problem. * fixed and improved bugs (closes: #109567,#109563,#109588) -- Takashi Okamoto Thu, 23 Aug 2001 11:13:57 +0900 velocity (1.1-1) unstable; urgency=low * Initial Release. -- Takashi Okamoto Wed, 15 Aug 2001 08:57:18 +0900 Local variables: mode: debian-changelog End: debian/patches/0000755000000000000000000000000011732670474010630 5ustar debian/patches/0001-fix-example-scripts.patch0000644000000000000000000000443011634415302016120 0ustar From: Onkar Shinde Date: Thu, 15 Sep 2011 17:18:35 +0200 Subject: fix example scripts --- examples/app_example1/example.sh | 2 +- examples/app_example2/example2.sh | 2 +- examples/context_example/dbcontexttest.sh | 2 +- examples/logger_example/logger_example.sh | 2 +- examples/xmlapp_example/xmlapp_example.sh | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/app_example1/example.sh b/examples/app_example1/example.sh index 777224b..45c50f9 100755 --- a/examples/app_example1/example.sh +++ b/examples/app_example1/example.sh @@ -1,4 +1,4 @@ -# !/bin/sh +#!/bin/sh # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/examples/app_example2/example2.sh b/examples/app_example2/example2.sh index 8c154d9..e12694d 100755 --- a/examples/app_example2/example2.sh +++ b/examples/app_example2/example2.sh @@ -1,4 +1,4 @@ -# !/bin/sh +#!/bin/sh # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/examples/context_example/dbcontexttest.sh b/examples/context_example/dbcontexttest.sh index ab2e43a..cf9146f 100755 --- a/examples/context_example/dbcontexttest.sh +++ b/examples/context_example/dbcontexttest.sh @@ -1,4 +1,4 @@ -# !/bin/sh +#!/bin/sh # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/examples/logger_example/logger_example.sh b/examples/logger_example/logger_example.sh index 4cf2cf5..3a4c1d8 100755 --- a/examples/logger_example/logger_example.sh +++ b/examples/logger_example/logger_example.sh @@ -1,4 +1,4 @@ -# !/bin/sh +#!/bin/sh # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/examples/xmlapp_example/xmlapp_example.sh b/examples/xmlapp_example/xmlapp_example.sh index 5bacf41..8108237 100755 --- a/examples/xmlapp_example/xmlapp_example.sh +++ b/examples/xmlapp_example/xmlapp_example.sh @@ -1,4 +1,4 @@ -# !/bin/sh +#!/bin/sh # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file -- debian/patches/series0000644000000000000000000000003711634415302012031 0ustar 0001-fix-example-scripts.patch debian/velocity-doc.examples0000644000000000000000000000024011224750614013325 0ustar examples/README.txt examples/app_example1 examples/app_example2 examples/logger_example examples/xmlapp_example examples/event_example examples/context_example debian/README.Debian0000644000000000000000000000236211225153351011230 0ustar velocity for Debian ------------------- velocity.jar is installed to /usr/share/java. Please set CLASSPATH to following files: /usr/share/java/xercesImpl.jar /usr/share/java/jdom0.jar /usr/share/java/logkit.jar /usr/share/java/log4j-1.2.jar /usr/share/java/commons-collections.jar /usr/share/java/velocity.jar Their symlinks are created to /usr/share/ant/lib. -- Takashi Okamoto , Wed, 15 Aug 2001 08:57:18 +0900 velocity.jar provides the following Ant tasks: anakia and texen. Those Ant tasks are made available under the following Antlib namespace: xmlns:velocity="antlib:org.apache.velocity" The following project is an example using the anakia task: -- Ludovic Claude Tue, 07 Jul 2009 13:24:03 +0100 debian/velocity-doc.docs0000644000000000000000000000012511634371461012445 0ustar #target/docs/*.html #target/docs/*.css #target/docs/images #target/docs/translations