Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

velocity-demo-1.7-slfo.1.2.3 RPM for noarch

From OpenSuSE Leap 16.0 for noarch

Name: velocity-demo Distribution: SUSE Linux Framework One
Version: 1.7 Vendor: SUSE LLC <https://www.suse.com/>
Release: slfo.1.2.3 Build date: Mon Aug 26 13:31:18 2024
Group: Development/Libraries/Java Build host: h01-ch3a
Size: 197064 Source RPM: velocity-1.7-slfo.1.2.3.src.rpm
Packager: https://www.suse.com/
Url: https://velocity.apache.org/
Summary: Demo for velocity
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.
Velocity's capabilities reach well beyond the realm of web sites; for
example, it can generate SQL and PostScript and XML (see Anakia for more
information on XML transformations) from templates. It can be used
either as a standalone utility for generating source code and reports,
or as an integrated component of other systems. Velocity also provides
template services for the Turbine web application framework.
Velocity+Turbine provides a template service that will allow web
applications to be developed according to a true MVC model.

Provides

Requires

License

Apache-2.0

Changelog

* Thu May 16 2024 dimstar@opensuse.org
  - Use %patch -P N instead of deprecated %patchN.
* Tue Feb 27 2024 fstrba@suse.com
  - Modified patches:
    * velocity-1.7-commons-lang3.patch
      + Use Java 8+ APIs instead of commons-lang3 ones whenever it is
      possible, i.e. StringBuilder instead of StrBuilder
    * velocity-build_xml.patch
      + In order to achieve Java 8 API compatibility, specify release
      8 in ant build whenever it is possible
* Wed Sep 27 2023 fstrba@suse.com
  - Reduce considerably the dependencies graph
  - Added patches:
    * velocity-1.7-commons-lang3.patch
      + port from apache-commons-lang to apache-commons-lang3
    * velocity-1.7-log-chute.patch
      + make JDK's own logging provider as default so that the others
      can be removed and dependencies on other logging frameworks
      with them
* Tue Mar 22 2022 fstrba@suse.com
  - Build with java source and target levels 8
* Tue Feb 22 2022 fstrba@suse.com
  - Do not build against the log4j12 packages, use the new reload4j
* Fri Mar 12 2021 fstrba@suse.com
  - Added patch:
    * velocity-1.7-CVE-2020-13936.patch
      + Backport fixes for bsc#1183360, CVE-2020-13936: arbitrary
      code execution when attacker is able to modify templates
* Tue Oct 01 2019 fstrba@suse.com
  - Build against the compatibility package log4j12
* Mon Apr 08 2019 fstrba@suse.com
  - Do not depend on the apache-parent, since we are not building
    using Maven.
* Thu Feb 14 2019 fstrba@suse.com
  - Build against the new plexus-classworlds package
* Mon Nov 05 2018 fstrba@suse.com
  - Add alias "velocity:velocity" to the maven artifact
* Tue Sep 19 2017 fstrba@suse.com
  - Fix buid with jdk9: specify java source and target level 1.6
* Fri May 19 2017 tchvatal@suse.com
  - Remove unneeded deps
* Fri May 19 2017 dziolkowski@suse.com
  - New build dependency: javapackages-local
* Wed Mar 18 2015 tchvatal@suse.com
  - Fix build with new javapackages-tools
* Fri Dec 05 2014 p.drouand@gmail.com
  - Update to version 1.7
    + No changelog available
  - Add requirement to commons-logging; new dependency
  - Remove java-devel >= 1.6.0 requirement; not needed anymore
  - Do not copy convert folder; doesn't exist anymore
* Fri Jun 27 2014 tchvatal@suse.com
  - Fix build on SLE11
* Wed Sep 11 2013 mvyskocil@suse.com
  - use add_maven_depmap from javapackages-tools
* Mon Sep 09 2013 tchvatal@suse.com
  - Move from jpackage-utils to javapackage-tools
* Mon Dec 17 2012 mvyskocil@suse.com
  - require avalon-logkit
    * drop excalibur from Factory
* Wed Jun 03 2009 mvyskocil@suse.cz
  - Initial SUSE packaging

Files

/usr/share/velocity
/usr/share/velocity/examples
/usr/share/velocity/examples/README.txt
/usr/share/velocity/examples/app_example1
/usr/share/velocity/examples/app_example1/Example.java
/usr/share/velocity/examples/app_example1/README.txt
/usr/share/velocity/examples/app_example1/appendVELCP.bat
/usr/share/velocity/examples/app_example1/example.bat
/usr/share/velocity/examples/app_example1/example.sh
/usr/share/velocity/examples/app_example1/example.vm
/usr/share/velocity/examples/app_example1/velocity.properties
/usr/share/velocity/examples/app_example2
/usr/share/velocity/examples/app_example2/Example2.java
/usr/share/velocity/examples/app_example2/README.txt
/usr/share/velocity/examples/app_example2/appendVELCP.bat
/usr/share/velocity/examples/app_example2/example2.bat
/usr/share/velocity/examples/app_example2/example2.sh
/usr/share/velocity/examples/app_example2/example2.vm
/usr/share/velocity/examples/context_example
/usr/share/velocity/examples/context_example/DBContext.java
/usr/share/velocity/examples/context_example/DBContextTest.java
/usr/share/velocity/examples/context_example/README.txt
/usr/share/velocity/examples/context_example/TreeMapContext.java
/usr/share/velocity/examples/context_example/dbcontexttest.sh
/usr/share/velocity/examples/context_example/dbtest.vm
/usr/share/velocity/examples/event_example
/usr/share/velocity/examples/event_example/EventExample.java
/usr/share/velocity/examples/event_example/README.txt
/usr/share/velocity/examples/logger_example
/usr/share/velocity/examples/logger_example/Log4jLoggerExample.java
/usr/share/velocity/examples/logger_example/LoggerExample.java
/usr/share/velocity/examples/logger_example/README.txt
/usr/share/velocity/examples/logger_example/appendVELCP.bat
/usr/share/velocity/examples/logger_example/logger_example.bat
/usr/share/velocity/examples/logger_example/logger_example.sh
/usr/share/velocity/examples/xmlapp_example
/usr/share/velocity/examples/xmlapp_example/README.txt
/usr/share/velocity/examples/xmlapp_example/XMLTest.java
/usr/share/velocity/examples/xmlapp_example/appendVELCP.bat
/usr/share/velocity/examples/xmlapp_example/test.xml
/usr/share/velocity/examples/xmlapp_example/xml.vm
/usr/share/velocity/examples/xmlapp_example/xmlapp_example.bat
/usr/share/velocity/examples/xmlapp_example/xmlapp_example.sh
/usr/share/velocity/test
/usr/share/velocity/test/absolute
/usr/share/velocity/test/absolute/absolute.vm
/usr/share/velocity/test/absolute/compare
/usr/share/velocity/test/absolute/compare/absolute.cmp
/usr/share/velocity/test/anakia
/usr/share/velocity/test/anakia/compare
/usr/share/velocity/test/anakia/compare/index.context.html
/usr/share/velocity/test/anakia/compare/index.html
/usr/share/velocity/test/anakia/velocity.properties
/usr/share/velocity/test/anakia/xdocs
/usr/share/velocity/test/anakia/xdocs/index.xml
/usr/share/velocity/test/anakia/xdocs/stylesheets
/usr/share/velocity/test/anakia/xdocs/stylesheets/customContext.xml
/usr/share/velocity/test/anakia/xdocs/stylesheets/project.xml
/usr/share/velocity/test/anakia/xdocs/stylesheets/site.vsl
/usr/share/velocity/test/anakia/xdocs/stylesheets/site_contexts.vsl
/usr/share/velocity/test/classloader
/usr/share/velocity/test/classloader/Foo.java
/usr/share/velocity/test/configuration
/usr/share/velocity/test/configuration/compare
/usr/share/velocity/test/configuration/compare/output.cmp
/usr/share/velocity/test/configuration/include1.properties
/usr/share/velocity/test/configuration/include2.properties
/usr/share/velocity/test/configuration/test-config.properties
/usr/share/velocity/test/cpload
/usr/share/velocity/test/cpload/compare
/usr/share/velocity/test/cpload/compare/test1.cmp
/usr/share/velocity/test/cpload/compare/test2.cmp
/usr/share/velocity/test/ds
/usr/share/velocity/test/ds/create-db.sql
/usr/share/velocity/test/ds/templates
/usr/share/velocity/test/ds/templates/testTemplate1.cmp
/usr/share/velocity/test/ds/templates/testTemplate2.cmp
/usr/share/velocity/test/ds/templates/testTemplate3.cmp
/usr/share/velocity/test/ds/templates/testTemplate4.cmp
/usr/share/velocity/test/evaluate
/usr/share/velocity/test/evaluate/compare
/usr/share/velocity/test/evaluate/compare/eval1.cmp
/usr/share/velocity/test/evaluate/compare/eval2.cmp
/usr/share/velocity/test/evaluate/compare/evalvmcontext.cmp
/usr/share/velocity/test/evaluate/eval1.vm
/usr/share/velocity/test/evaluate/eval2.vm
/usr/share/velocity/test/evaluate/evalvmcontext.vm
/usr/share/velocity/test/includeerror
/usr/share/velocity/test/includeerror/haserror.txt
/usr/share/velocity/test/includeerror/haserror2.txt
/usr/share/velocity/test/includeerror/missinginclude.vm
/usr/share/velocity/test/includeerror/missingparse.vm
/usr/share/velocity/test/includeerror/parsemain.vm
/usr/share/velocity/test/includeerror/parsemain2.vm
/usr/share/velocity/test/includeevent
/usr/share/velocity/test/includeevent/compare
/usr/share/velocity/test/includeevent/compare/test1.cmp
/usr/share/velocity/test/includeevent/compare/test2.cmp
/usr/share/velocity/test/includeevent/compare/test3.cmp
/usr/share/velocity/test/includeevent/compare/test4.cmp
/usr/share/velocity/test/includeevent/compare/test5.cmp
/usr/share/velocity/test/includeevent/compare/test6.cmp
/usr/share/velocity/test/includeevent/compare/test7.cmp
/usr/share/velocity/test/includeevent/include-a.vm
/usr/share/velocity/test/includeevent/include-b.vm
/usr/share/velocity/test/includeevent/include-c.vm
/usr/share/velocity/test/includeevent/include4.vm
/usr/share/velocity/test/includeevent/include5.vm
/usr/share/velocity/test/includeevent/macros.vm
/usr/share/velocity/test/includeevent/notfound.vm
/usr/share/velocity/test/includeevent/parse-a.vm
/usr/share/velocity/test/includeevent/parse-b.vm
/usr/share/velocity/test/includeevent/parse-c.vm
/usr/share/velocity/test/includeevent/subdir
/usr/share/velocity/test/includeevent/subdir/include-b.vm
/usr/share/velocity/test/includeevent/subdir/include-c.vm
/usr/share/velocity/test/includeevent/subdir/include4.vm
/usr/share/velocity/test/includeevent/subdir/include5.vm
/usr/share/velocity/test/includeevent/subdir/notfound.vm
/usr/share/velocity/test/includeevent/subdir/parse-b.vm
/usr/share/velocity/test/includeevent/subdir/parse-c.vm
/usr/share/velocity/test/includeevent/subdir/test2.vm
/usr/share/velocity/test/includeevent/test1.vm
/usr/share/velocity/test/includeevent/test3.vm
/usr/share/velocity/test/includeevent/test4.vm
/usr/share/velocity/test/includeevent/test5.vm
/usr/share/velocity/test/includeevent/test6.vm
/usr/share/velocity/test/includeevent/test7.vm
/usr/share/velocity/test/info
/usr/share/velocity/test/info/info1.vm
/usr/share/velocity/test/info/info2.vm
/usr/share/velocity/test/issues
/usr/share/velocity/test/issues/velocity-537
/usr/share/velocity/test/issues/velocity-537/compare
/usr/share/velocity/test/issues/velocity-537/compare/velocity537b.vm.cmp
/usr/share/velocity/test/issues/velocity-537/templates
/usr/share/velocity/test/issues/velocity-537/templates/velocity537.vm
/usr/share/velocity/test/issues/velocity-537/templates/velocity537b.vm
/usr/share/velocity/test/issues/velocity-580
/usr/share/velocity/test/issues/velocity-580/compare
/usr/share/velocity/test/issues/velocity-580/compare/velocity580.vm.cmp
/usr/share/velocity/test/issues/velocity-580/templates
/usr/share/velocity/test/issues/velocity-580/templates/velocity580.vm
/usr/share/velocity/test/macroforwarddefine
/usr/share/velocity/test/macroforwarddefine/compare
/usr/share/velocity/test/macroforwarddefine/compare/velocity.log.cmp
/usr/share/velocity/test/macroforwarddefine/macros.vm
/usr/share/velocity/test/macrolibs
/usr/share/velocity/test/macrolibs/compare
/usr/share/velocity/test/macrolibs/compare/vm_library.cmp
/usr/share/velocity/test/macrolibs/compare/vm_library_duplicate.cmp
/usr/share/velocity/test/macrolibs/compare/vm_library_global.cmp
/usr/share/velocity/test/macrolibs/compare/vm_library_local.cmp
/usr/share/velocity/test/macrolibs/vm_library.vm
/usr/share/velocity/test/macrolibs/vm_library1.vm
/usr/share/velocity/test/macrolibs/vm_library2.vm
/usr/share/velocity/test/macrolibs/vm_library_global.vm
/usr/share/velocity/test/macrolibs/vm_library_local.vm
/usr/share/velocity/test/methodoverloading
/usr/share/velocity/test/methodoverloading/compare
/usr/share/velocity/test/methodoverloading/compare/main.cmp
/usr/share/velocity/test/methodoverloading/compare/single.cmp
/usr/share/velocity/test/methodoverloading/main.vm
/usr/share/velocity/test/methodoverloading/single.vm
/usr/share/velocity/test/methodoverloading/sub.vm
/usr/share/velocity/test/misc
/usr/share/velocity/test/misc/README.txt
/usr/share/velocity/test/misc/compile.sh
/usr/share/velocity/test/misc/dump.sh
/usr/share/velocity/test/misc/test.sh
/usr/share/velocity/test/multi
/usr/share/velocity/test/multi/compare
/usr/share/velocity/test/multi/compare/path1.cmp
/usr/share/velocity/test/multi/compare/path2.cmp
/usr/share/velocity/test/multi/path1
/usr/share/velocity/test/multi/path1/path1.vm
/usr/share/velocity/test/multi/path2
/usr/share/velocity/test/multi/path2/path2.vm
/usr/share/velocity/test/multiloader
/usr/share/velocity/test/multiloader/compare
/usr/share/velocity/test/multiloader/compare/path1.cmp
/usr/share/velocity/test/multiloader/compare/test2.cmp
/usr/share/velocity/test/multiloader/compare/test3.cmp
/usr/share/velocity/test/multiloader/path1.vm
/usr/share/velocity/test/parseexception
/usr/share/velocity/test/parseexception/badtemplate.vm
/usr/share/velocity/test/parsemacros
/usr/share/velocity/test/parsemacros/compare
/usr/share/velocity/test/parsemacros/compare/parseMacro1_1.cmp
/usr/share/velocity/test/parsemacros/compare/parseMacro1_1b.cmp
/usr/share/velocity/test/parsemacros/compare/parseMacro1_2.cmp
/usr/share/velocity/test/parsemacros/compare/parseMacro1_2b.cmp
/usr/share/velocity/test/parsemacros/compare/parseMacro1_3.cmp
/usr/share/velocity/test/parsemacros/compare/parseMacro1_3b.cmp
/usr/share/velocity/test/parsemacros/compare/parseMacro1_4.cmp
/usr/share/velocity/test/parsemacros/compare/parseMacro1_4b.cmp
/usr/share/velocity/test/parsemacros/compare/parseMacro2.cmp
/usr/share/velocity/test/parsemacros/compare/parseMacro3.cmp
/usr/share/velocity/test/parsemacros/parseMacro1.vm
/usr/share/velocity/test/parsemacros/parseMacro2.vm
/usr/share/velocity/test/parsemacros/parseMacro3.vm
/usr/share/velocity/test/parsemacros/vm_library1.vm
/usr/share/velocity/test/parsemacros/vm_library2.vm
/usr/share/velocity/test/resourcecaching
/usr/share/velocity/test/resourcecaching/include
/usr/share/velocity/test/resourcecaching/include/include1.vm
/usr/share/velocity/test/resourcecaching/testincludeparse.vm
/usr/share/velocity/test/resourceexists
/usr/share/velocity/test/resourceexists/testfile.vm
/usr/share/velocity/test/resourceinstance
/usr/share/velocity/test/resourceinstance/compare
/usr/share/velocity/test/resourceinstance/compare/testfile.cmp
/usr/share/velocity/test/resourceinstance/testfile.vm
/usr/share/velocity/test/set
/usr/share/velocity/test/set/compare
/usr/share/velocity/test/set/compare/set1.cmp
/usr/share/velocity/test/set/compare/set2.cmp
/usr/share/velocity/test/set/set1.vm
/usr/share/velocity/test/set/set2.vm
/usr/share/velocity/test/stop
/usr/share/velocity/test/stop/parse.vm
/usr/share/velocity/test/stop/stop1.vm
/usr/share/velocity/test/stop/stop2.vm
/usr/share/velocity/test/stop/stop3.vm
/usr/share/velocity/test/stop/vmlib1.vm
/usr/share/velocity/test/stringloader
/usr/share/velocity/test/stringloader/compare
/usr/share/velocity/test/stringloader/compare/change1.cmp
/usr/share/velocity/test/stringloader/compare/change2.cmp
/usr/share/velocity/test/stringloader/compare/multi1.cmp
/usr/share/velocity/test/stringloader/compare/multi2.cmp
/usr/share/velocity/test/stringloader/compare/simpletemplate.cmp
/usr/share/velocity/test/templates
/usr/share/velocity/test/templates/VM_global_library.vm
/usr/share/velocity/test/templates/arithmetic.vm
/usr/share/velocity/test/templates/array.vm
/usr/share/velocity/test/templates/block.vm
/usr/share/velocity/test/templates/commas.vm
/usr/share/velocity/test/templates/comment-eof.vm
/usr/share/velocity/test/templates/comment.vm
/usr/share/velocity/test/templates/compare
/usr/share/velocity/test/templates/compare/arithmetic.cmp
/usr/share/velocity/test/templates/compare/array.cmp
/usr/share/velocity/test/templates/compare/block.cmp
/usr/share/velocity/test/templates/compare/commas.cmp
/usr/share/velocity/test/templates/compare/comment-eof.cmp
/usr/share/velocity/test/templates/compare/comment.cmp
/usr/share/velocity/test/templates/compare/context_safety1.cmp
/usr/share/velocity/test/templates/compare/context_safety2.cmp
/usr/share/velocity/test/templates/compare/curly-directive.cmp
/usr/share/velocity/test/templates/compare/diabolical.cmp
/usr/share/velocity/test/templates/compare/directive.cmp
/usr/share/velocity/test/templates/compare/encodingtest.cmp
/usr/share/velocity/test/templates/compare/encodingtest2.cmp
/usr/share/velocity/test/templates/compare/encodingtest3.cmp
/usr/share/velocity/test/templates/compare/encodingtest_KOI8-R.cmp
/usr/share/velocity/test/templates/compare/equality.cmp
/usr/share/velocity/test/templates/compare/escape.cmp
/usr/share/velocity/test/templates/compare/escape2.cmp
/usr/share/velocity/test/templates/compare/foreach-array.cmp
/usr/share/velocity/test/templates/compare/foreach-introspect.cmp
/usr/share/velocity/test/templates/compare/foreach-map.cmp
/usr/share/velocity/test/templates/compare/foreach-method.cmp
/usr/share/velocity/test/templates/compare/foreach-null-list.cmp
/usr/share/velocity/test/templates/compare/foreach-type.cmp
/usr/share/velocity/test/templates/compare/foreach-variable.cmp
/usr/share/velocity/test/templates/compare/formal.cmp
/usr/share/velocity/test/templates/compare/get.cmp
/usr/share/velocity/test/templates/compare/if.cmp
/usr/share/velocity/test/templates/compare/ifstatement.cmp
/usr/share/velocity/test/templates/compare/include.cmp
/usr/share/velocity/test/templates/compare/interpolation.cmp
/usr/share/velocity/test/templates/compare/literal.cmp
/usr/share/velocity/test/templates/compare/logical.cmp
/usr/share/velocity/test/templates/compare/logical2.cmp
/usr/share/velocity/test/templates/compare/loop.cmp
/usr/share/velocity/test/templates/compare/map.cmp
/usr/share/velocity/test/templates/compare/math.cmp
/usr/share/velocity/test/templates/compare/method.cmp
/usr/share/velocity/test/templates/compare/newline.cmp
/usr/share/velocity/test/templates/compare/parse.cmp
/usr/share/velocity/test/templates/compare/pedantic.cmp
/usr/share/velocity/test/templates/compare/quotes.cmp
/usr/share/velocity/test/templates/compare/range.cmp
/usr/share/velocity/test/templates/compare/reference.cmp
/usr/share/velocity/test/templates/compare/sample.cmp
/usr/share/velocity/test/templates/compare/settest.cmp
/usr/share/velocity/test/templates/compare/shorthand.cmp
/usr/share/velocity/test/templates/compare/stop1.cmp
/usr/share/velocity/test/templates/compare/stop2.cmp
/usr/share/velocity/test/templates/compare/stop3.cmp
/usr/share/velocity/test/templates/compare/string-interpolation.cmp
/usr/share/velocity/test/templates/compare/string.cmp
/usr/share/velocity/test/templates/compare/subclass.cmp
/usr/share/velocity/test/templates/compare/test.cmp
/usr/share/velocity/test/templates/compare/velocimacro.cmp
/usr/share/velocity/test/templates/compare/velocimacro2.cmp
/usr/share/velocity/test/templates/compare/vm_test1.cmp
/usr/share/velocity/test/templates/compare/vm_test2.cmp
/usr/share/velocity/test/templates/context_safety.vm
/usr/share/velocity/test/templates/curly-directive.vm
/usr/share/velocity/test/templates/diabolical.vm
/usr/share/velocity/test/templates/encodingtest.vm
/usr/share/velocity/test/templates/encodingtest2.vm
/usr/share/velocity/test/templates/encodingtest3.vm
/usr/share/velocity/test/templates/encodingtest_KOI8-R.vm
/usr/share/velocity/test/templates/equality.vm
/usr/share/velocity/test/templates/escape.vm
/usr/share/velocity/test/templates/escape2.vm
/usr/share/velocity/test/templates/foreach-array.vm
/usr/share/velocity/test/templates/foreach-introspect.vm
/usr/share/velocity/test/templates/foreach-map.vm
/usr/share/velocity/test/templates/foreach-method.vm
/usr/share/velocity/test/templates/foreach-null-list.vm
/usr/share/velocity/test/templates/foreach-type.vm
/usr/share/velocity/test/templates/foreach-variable.vm
/usr/share/velocity/test/templates/formal.vm
/usr/share/velocity/test/templates/get.vm
/usr/share/velocity/test/templates/if.vm
/usr/share/velocity/test/templates/ifstatement.vm
/usr/share/velocity/test/templates/include.vm
/usr/share/velocity/test/templates/interpolation.vm
/usr/share/velocity/test/templates/literal.vm
/usr/share/velocity/test/templates/logical.vm
/usr/share/velocity/test/templates/logical2.vm
/usr/share/velocity/test/templates/loop.vm
/usr/share/velocity/test/templates/map.vm
/usr/share/velocity/test/templates/math.vm
/usr/share/velocity/test/templates/method.vm
/usr/share/velocity/test/templates/newline.vm
/usr/share/velocity/test/templates/parse.vm
/usr/share/velocity/test/templates/parse1.vm
/usr/share/velocity/test/templates/parse2.vm
/usr/share/velocity/test/templates/pedantic.vm
/usr/share/velocity/test/templates/quotes.vm
/usr/share/velocity/test/templates/range.vm
/usr/share/velocity/test/templates/reference.vm
/usr/share/velocity/test/templates/sample.vm
/usr/share/velocity/test/templates/settest.vm
/usr/share/velocity/test/templates/shorthand.vm
/usr/share/velocity/test/templates/stop1.vm
/usr/share/velocity/test/templates/stop2.vm
/usr/share/velocity/test/templates/stop3-include.vm
/usr/share/velocity/test/templates/stop3.vm
/usr/share/velocity/test/templates/string.vm
/usr/share/velocity/test/templates/subclass.vm
/usr/share/velocity/test/templates/subdir
/usr/share/velocity/test/templates/subdir/test.txt
/usr/share/velocity/test/templates/templates.properties
/usr/share/velocity/test/templates/test.txt
/usr/share/velocity/test/templates/test.vm
/usr/share/velocity/test/templates/testCase644.vm
/usr/share/velocity/test/templates/velocimacro.vm
/usr/share/velocity/test/templates/velocimacro2.vm
/usr/share/velocity/test/templates/vm_test1.vm
/usr/share/velocity/test/templates/vm_test2.vm
/usr/share/velocity/test/texen
/usr/share/velocity/test/texen-classpath
/usr/share/velocity/test/texen-classpath/compare
/usr/share/velocity/test/texen-classpath/compare/Test.txt
/usr/share/velocity/test/texen-classpath/compare/TurbineWeather.java
/usr/share/velocity/test/texen-classpath/compare/TurbineWeatherService.java
/usr/share/velocity/test/texen-classpath/compare/WeatherService.java
/usr/share/velocity/test/texen-classpath/compare/book.txt
/usr/share/velocity/test/texen-classpath/jar-contents
/usr/share/velocity/test/texen-classpath/jar-contents/Control.vm
/usr/share/velocity/test/texen-classpath/jar-contents/ServiceImplementation.vm
/usr/share/velocity/test/texen-classpath/jar-contents/ServiceInterface.vm
/usr/share/velocity/test/texen-classpath/jar-contents/ServiceStaticHelper.vm
/usr/share/velocity/test/texen-classpath/jar-contents/Test.vm
/usr/share/velocity/test/texen-classpath/jar-contents/book.vm
/usr/share/velocity/test/texen-classpath/jar-contents/license.txt
/usr/share/velocity/test/texen-classpath/jar-contents/service.props
/usr/share/velocity/test/texen-classpath/jar-contents/test.props
/usr/share/velocity/test/texen-classpath/mkjar.sh
/usr/share/velocity/test/texen/additional.props
/usr/share/velocity/test/texen/compare
/usr/share/velocity/test/texen/compare/Test.txt
/usr/share/velocity/test/texen/compare/TurbineWeather.java
/usr/share/velocity/test/texen/compare/TurbineWeatherService.java
/usr/share/velocity/test/texen/compare/WeatherService.java
/usr/share/velocity/test/texen/compare/book.txt
/usr/share/velocity/test/texen/license.txt
/usr/share/velocity/test/texen/service.props
/usr/share/velocity/test/texen/templates
/usr/share/velocity/test/texen/templates/Control.vm
/usr/share/velocity/test/texen/templates/ServiceImplementation.vm
/usr/share/velocity/test/texen/templates/ServiceInterface.vm
/usr/share/velocity/test/texen/templates/ServiceStaticHelper.vm
/usr/share/velocity/test/texen/templates/Test.vm
/usr/share/velocity/test/texen/templates/book.vm
/usr/share/velocity/test/texen/templates/test.props


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Sep 15 23:57:16 2024