You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cf...@apache.org on 2012/05/29 17:35:15 UTC

svn commit: r1343781 [1/17] - in /incubator/flex/trunk/modules: ./ thirdparty/velocity/ thirdparty/velocity/build/ thirdparty/velocity/build/lib/ thirdparty/velocity/build/xsl/ thirdparty/velocity/src/java/org/apache/velocity/anakia/ thirdparty/velocit...

Author: cframpton
Date: Tue May 29 15:35:01 2012
New Revision: 1343781

URL: http://svn.apache.org/viewvc?rev=1343781&view=rev
Log:
Merge Flex changes to velocity with Velocity 1.4 (http://archive.apache.org/dist/velocity/engine/1.4/velocity-1.4.tar.gz) in preparation for forking and changing the package name.

Added:
    incubator/flex/trunk/modules/thirdparty/velocity/LICENSE   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/NOTICE   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/README.txt   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/build/jakarta.scm
    incubator/flex/trunk/modules/thirdparty/velocity/build/lib/
    incubator/flex/trunk/modules/thirdparty/velocity/build/lib/antlr-runtime.jar   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/build/lib/bcel-5.0rc1.jar   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/build/lib/commons-collections.jar   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/build/lib/fop-bin-0_17_0.jar   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/build/lib/jdom-b9.jar   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/build/lib/junit-3.7.jar   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/build/lib/log4j-1.1.3.jar   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/build/lib/log4j-core-1.1.3.jar   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/build/lib/logkit-1.0.1.jar   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/build/lib/oro.jar   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/build/lib/servlet.jar   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/build/lib/w3c.jar   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/build/lib/werken.xpath.jar   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/build/test.sh   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/build/testcases.xml   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/build/xsl/
    incubator/flex/trunk/modules/thirdparty/velocity/build/xsl/xml2pdf.xsl   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/build/xsl/xml2xml.xsl   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/anakia/
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/anakia/AnakiaElement.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/anakia/AnakiaJDOMFactory.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/anakia/AnakiaTask.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/anakia/Escape.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/anakia/NodeList.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/anakia/OutputWrapper.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/anakia/TreeWalker.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/anakia/XPathCache.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/anakia/XPathTool.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/app/FieldMethodizer.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/app/Velocity.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/app/event/
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/app/event/EventCartridge.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/app/event/EventHandler.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/app/event/MethodExceptionEventHandler.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/app/event/NullSetEventHandler.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/app/event/ReferenceInsertionEventHandler.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/app/tools/
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/app/tools/VelocityFormatter.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/context/
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/context/AbstractContext.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/context/Context.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/context/InternalContextAdapter.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/context/InternalContextAdapterImpl.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/context/InternalContextBase.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/context/InternalEventContext.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/context/InternalHousekeepingContext.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/context/InternalWrapperContext.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/context/VMContext.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/convert/
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/convert/WebMacro.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/exception/
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/exception/MethodInvocationException.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/exception/ParseErrorException.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/exception/ResourceNotFoundException.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/exception/VelocityException.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/io/
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/io/VelocityWriter.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/RuntimeLogger.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/compiler/
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/compiler/Compiler.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/configuration/
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/configuration/Configuration.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/defaults/
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/defaults/directive.properties   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/defaults/velocity.properties   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/directive/DirectiveConstants.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/directive/InputBase.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/directive/Literal.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/directive/MacroParseException.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/directive/Parse.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/directive/ParseDirectiveException.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/exception/
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/exception/NodeException.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/exception/ReferenceException.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/log/
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/log/AvalonLogSystem.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/log/Log4JLogSystem.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/log/LogManager.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/log/LogSystem.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/log/NullLogSystem.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/log/PrimordialLogSystem.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/log/SimpleLog4JLogSystem.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/log/VelocityFormatter.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/parser/BUILD_README.txt   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/parser/CharStream.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/parser/JJTParserState.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/parser/ParseException.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/parser/ParserConstants.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/parser/ParserTokenManager.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/parser/ParserTreeConstants.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/parser/TokenMgrError.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/parser/VelocityCharStream.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/parser/node/ASTAddNode.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/parser/node/ASTAndNode.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/parser/node/ASTAssignment.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/parser/node/ASTBlock.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/parser/node/ASTDivNode.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/parser/node/ASTEQNode.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/parser/node/ASTElseIfStatement.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/parser/node/ASTElseStatement.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/parser/node/ASTExpression.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/parser/node/ASTFalse.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/parser/node/ASTGENode.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/parser/node/ASTGTNode.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/parser/node/ASTIfStatement.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/parser/node/ASTIncludeStatement.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/parser/node/ASTIntegerRange.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/parser/node/ASTLENode.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/parser/node/ASTLTNode.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/parser/node/ASTModNode.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/parser/node/ASTMulNode.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/parser/node/ASTNENode.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/parser/node/ASTNotNode.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/parser/node/ASTObjectArray.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/parser/node/ASTOrNode.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/parser/node/ASTParameters.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/parser/node/ASTTrue.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/parser/node/ASTVariable.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/parser/node/ASTprocess.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/parser/node/AbstractExecutor.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/parser/node/BooleanPropertyExecutor.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/parser/node/GetExecutor.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/parser/node/NodeUtils.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/parser/node/ParserVisitor.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/parser/node/PropertyExecutor.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/resource/
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/resource/ContentResource.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/resource/Resource.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/resource/ResourceCache.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/resource/ResourceCacheImpl.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/resource/ResourceFactory.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/resource/ResourceManager.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/resource/ResourceManagerImpl.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/resource/loader/
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/resource/loader/ClasspathResourceLoader.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/resource/loader/DataSourceResourceLoader.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/resource/loader/FileResourceLoader.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/resource/loader/JarHolder.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/resource/loader/JarResourceLoader.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/resource/loader/ResourceLoader.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/resource/loader/ResourceLoaderFactory.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/visitor/
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/visitor/BaseVisitor.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/visitor/NodeViewMode.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/runtime/visitor/VMReferenceMungeVisitor.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/servlet/
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/servlet/VelocityServlet.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/test/
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/test/AnakiaTestCase.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/test/BaseTestCase.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/test/ClassloaderChangeTest.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/test/ClasspathResourceTest.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/test/CommonsExtPropTestCase.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/test/ConfigurationTestCase.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/test/ContextSafetyTestCase.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/test/EncodingTestCase.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/test/EventHandlingTestCase.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/test/ExternalLoggerTest.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/test/InlineScopeVMTestCase.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/test/IntrospectorTestCase.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/test/IntrospectorTestCase2.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/test/IntrospectorTestCase3.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/test/MethodInvocationExceptionTest.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/test/MiscTestCase.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/test/MultiLoaderTestCase.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/test/MultipleFileResourcePathTest.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/test/ParserTestCase.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/test/TemplateTestBase.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/test/TemplateTestCase.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/test/TemplateTestSuite.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/test/TexenClasspathTestCase.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/test/TexenTestCase.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/test/VelocimacroTestCase.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/test/VelocityAppTestCase.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/test/VelocityServletTest.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/test/misc/
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/test/misc/Test.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/test/provider/
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/test/provider/BoolObj.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/test/provider/Child.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/test/provider/Person.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/test/provider/TestProvider.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/test/view/
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/test/view/TemplateNodeView.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/texen/
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/texen/Generator.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/texen/ant/
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/texen/ant/TexenTask.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/texen/defaults/
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/texen/defaults/texen.properties   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/texen/util/
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/texen/util/FileUtil.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/texen/util/PropertiesUtil.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/util/ArrayIterator.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/util/EnumerationIterator.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/util/SimplePool.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/util/StringUtils.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/util/introspection/ClassMap.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/util/introspection/IntrospectionCacheData.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/util/introspection/Introspector.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/util/introspection/IntrospectorBase.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/util/introspection/MethodMap.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/util/introspection/Uberspect.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/util/introspection/UberspectImpl.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/util/introspection/UberspectLoggable.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/util/introspection/VelMethod.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/util/introspection/VelPropertyGet.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/velocity/util/introspection/VelPropertySet.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/
    incubator/flex/trunk/modules/thirdparty/velocity/test/anakia/
    incubator/flex/trunk/modules/thirdparty/velocity/test/anakia/compare/
    incubator/flex/trunk/modules/thirdparty/velocity/test/anakia/compare/index.html   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/anakia/xdocs/
    incubator/flex/trunk/modules/thirdparty/velocity/test/anakia/xdocs/index.xml   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/anakia/xdocs/stylesheets/
    incubator/flex/trunk/modules/thirdparty/velocity/test/anakia/xdocs/stylesheets/project.xml   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/anakia/xdocs/stylesheets/site.vsl   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/classloader/
    incubator/flex/trunk/modules/thirdparty/velocity/test/classloader/Foo.class   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/classloader/Foo.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/configuration/
    incubator/flex/trunk/modules/thirdparty/velocity/test/configuration/compare/
    incubator/flex/trunk/modules/thirdparty/velocity/test/configuration/compare/output.cmp
    incubator/flex/trunk/modules/thirdparty/velocity/test/configuration/include1.properties   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/configuration/include2.properties   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/configuration/test.config   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/cpload/
    incubator/flex/trunk/modules/thirdparty/velocity/test/cpload/compare/
    incubator/flex/trunk/modules/thirdparty/velocity/test/cpload/compare/test1.cmp
    incubator/flex/trunk/modules/thirdparty/velocity/test/cpload/compare/test2.cmp
    incubator/flex/trunk/modules/thirdparty/velocity/test/cpload/test1.jar   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/cpload/test2.jar   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/misc/
    incubator/flex/trunk/modules/thirdparty/velocity/test/misc/README.txt   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/misc/compile.sh   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/misc/dump.sh   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/misc/test.sh   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/multi/
    incubator/flex/trunk/modules/thirdparty/velocity/test/multi/compare/
    incubator/flex/trunk/modules/thirdparty/velocity/test/multi/compare/path1.cmp
    incubator/flex/trunk/modules/thirdparty/velocity/test/multi/compare/path2.cmp
    incubator/flex/trunk/modules/thirdparty/velocity/test/multi/path1/
    incubator/flex/trunk/modules/thirdparty/velocity/test/multi/path1/path1.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/multi/path2/
    incubator/flex/trunk/modules/thirdparty/velocity/test/multi/path2/path2.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/multiloader/
    incubator/flex/trunk/modules/thirdparty/velocity/test/multiloader/compare/
    incubator/flex/trunk/modules/thirdparty/velocity/test/multiloader/compare/path1.cmp
    incubator/flex/trunk/modules/thirdparty/velocity/test/multiloader/compare/test2.cmp
    incubator/flex/trunk/modules/thirdparty/velocity/test/multiloader/compare/test3.cmp
    incubator/flex/trunk/modules/thirdparty/velocity/test/multiloader/path1.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/multiloader/test1.jar   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/multiloader/test2.jar   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/VM_global_library.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/arithmetic.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/array.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/block.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/comment.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/compare/
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/compare/arithmetic.cmp
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/compare/array.cmp
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/compare/block.cmp
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/compare/comment.cmp
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/compare/context_safety1.cmp
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/compare/context_safety2.cmp
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/compare/diabolical.cmp
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/compare/directive.cmp
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/compare/encodingtest.cmp
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/compare/encodingtest2.cmp
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/compare/encodingtest3.cmp   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/compare/encodingtest_KOI8-R.cmp
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/compare/equality.cmp
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/compare/escape.cmp
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/compare/escape2.cmp
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/compare/foreach-array.cmp
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/compare/foreach-introspect.cmp
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/compare/foreach-map.cmp
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/compare/foreach-method.cmp
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/compare/foreach-type.cmp
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/compare/foreach-variable.cmp
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/compare/formal.cmp
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/compare/get.cmp
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/compare/if.cmp
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/compare/ifstatement.cmp
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/compare/include.cmp
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/compare/interpolation.cmp
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/compare/literal.cmp
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/compare/logical.cmp
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/compare/loop.cmp
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/compare/map.cmp
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/compare/math.cmp
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/compare/method.cmp
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/compare/parse.cmp
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/compare/pedantic.cmp
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/compare/quotes.cmp
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/compare/range.cmp
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/compare/reference.cmp
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/compare/sample.cmp
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/compare/settest.cmp
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/compare/shorthand.cmp
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/compare/string-interpolation.cmp
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/compare/subclass.cmp
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/compare/test.cmp
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/compare/velocimacro.cmp
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/compare/velocimacro2.cmp
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/compare/vm_test1.cmp
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/compare/vm_test2.cmp
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/context_safety.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/diabolical.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/encodingtest.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/encodingtest2.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/encodingtest3.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/encodingtest_KOI8-R.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/equality.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/escape.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/escape2.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/foreach-array.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/foreach-introspect.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/foreach-map.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/foreach-method.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/foreach-type.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/foreach-variable.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/formal.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/get.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/if.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/ifstatement.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/include.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/interpolation.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/literal.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/logical.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/loop.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/map.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/math.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/method.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/parse.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/parse1.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/parse2.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/pedantic.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/quotes.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/range.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/reference.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/sample.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/settest.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/shorthand.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/subclass.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/subdir/
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/subdir/test.txt   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/templates.properties   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/test.txt   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/test.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/velocimacro.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/velocimacro2.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/vm_test1.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/templates/vm_test2.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/texen/
    incubator/flex/trunk/modules/thirdparty/velocity/test/texen-classpath/
    incubator/flex/trunk/modules/thirdparty/velocity/test/texen-classpath/compare/
    incubator/flex/trunk/modules/thirdparty/velocity/test/texen-classpath/compare/Test.txt   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/texen-classpath/compare/TurbineWeather.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/texen-classpath/compare/TurbineWeatherService.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/texen-classpath/compare/WeatherService.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/texen-classpath/compare/book.txt   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/texen-classpath/jar-contents/
    incubator/flex/trunk/modules/thirdparty/velocity/test/texen-classpath/jar-contents/Control.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/texen-classpath/jar-contents/ServiceImplementation.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/texen-classpath/jar-contents/ServiceInterface.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/texen-classpath/jar-contents/ServiceStaticHelper.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/texen-classpath/jar-contents/Test.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/texen-classpath/jar-contents/book.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/texen-classpath/jar-contents/license.txt   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/texen-classpath/jar-contents/service.props   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/texen-classpath/jar-contents/test.props   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/texen-classpath/mkjar.sh   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/texen-classpath/results/
    incubator/flex/trunk/modules/thirdparty/velocity/test/texen-classpath/results/Test.txt   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/texen-classpath/results/TurbineWeather.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/texen-classpath/results/TurbineWeatherService.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/texen-classpath/results/WeatherService.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/texen-classpath/results/book.txt   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/texen-classpath/results/report   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/texen-classpath/test.jar   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/texen/additional.props   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/texen/compare/
    incubator/flex/trunk/modules/thirdparty/velocity/test/texen/compare/Test.txt   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/texen/compare/TurbineWeather.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/texen/compare/TurbineWeatherService.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/texen/compare/WeatherService.java   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/texen/compare/book.txt   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/texen/license.txt   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/texen/service.props   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/texen/templates/
    incubator/flex/trunk/modules/thirdparty/velocity/test/texen/templates/Control.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/texen/templates/ServiceImplementation.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/texen/templates/ServiceInterface.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/texen/templates/ServiceStaticHelper.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/texen/templates/Test.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/texen/templates/book.vm   (with props)
    incubator/flex/trunk/modules/thirdparty/velocity/test/texen/templates/test.props   (with props)
Modified:
    incubator/flex/trunk/modules/build.xml
    incubator/flex/trunk/modules/downloads.xml

Modified: incubator/flex/trunk/modules/build.xml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/build.xml?rev=1343781&r1=1343780&r2=1343781&view=diff
==============================================================================
--- incubator/flex/trunk/modules/build.xml (original)
+++ incubator/flex/trunk/modules/build.xml Tue May 29 15:35:01 2012
@@ -154,7 +154,7 @@
         <ant dir="${basedir}/thirdparty/xerces-patch"/>
     </target>
 	
-	<target name="batik" description="Full build of batik-all-flex.jar">
+	<target name="batik" description="Build batik-all-flex.jar">
 
 		<echo message="This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5."/>
 		
@@ -179,21 +179,26 @@
         <delete file="${FLEX_LIB}/batik-all-flex.jar"/>
 	</target>
 	
-    <target name="velocity" depends="velocity-clean" description="Full build of velocity-dep-1.4-flex.jar">
+    <target name="velocity" description="Build velocity-dep-1.4-flex.jar">
 		<echo message="This target should be run with Java 1.4.2_14. It doesn't work with Java 1.5."/>
 
-		<!-- Combine the distro sources with the sources changed by Flex -->
-        <ant antfile="${basedir}/downloads.xml" target="velocity-merge-sources" dir="${basedir}"/>
-
-		<ant dir="${basedir}/thirdparty/velocity/merged/build" target="jar-dep"/>
-		<copy file="${basedir}/thirdparty/velocity/merged/bin/velocity-dep-1.4.jar"
+		<ant dir="${basedir}/thirdparty/velocity/build" target="jar-dep"/>
+		<copy file="${basedir}/thirdparty/velocity/bin/velocity-dep-1.4.jar"
 			  tofile="${FLEX_LIB}/velocity-dep-1.4-flex.jar"/>
-		<ant dir="${basedir}/thirdparty/velocity/merged/build" target="clean"/>
+		<copy todir="${FLEX_LIB}">
+            <fileset dir="${basedir}/thirdparty/velocity">
+                <include name="LICENSE"/>
+                <include name="NOTICE"/>
+            </fileset>            
+            <globmapper from="*" to="velocity-*"/>
+        </copy>
 	</target>
 
     <target name="velocity-clean">
-        <delete dir="${basedir}/thirdparty/velocity/merged"/>
+		<ant dir="${basedir}/thirdparty/velocity/build" target="clean"/>
         <delete file="${FLEX_LIB}/velocity-dep-1.4-flex.jar"/>
+        <delete file="${FLEX_LIB}/velocity-LICENSE"/>
+        <delete file="${FLEX_LIB}/velocity-NOTICE"/>
     </target>
 
 </project>

Modified: incubator/flex/trunk/modules/downloads.xml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/downloads.xml?rev=1343781&r1=1343780&r2=1343781&view=diff
==============================================================================
--- incubator/flex/trunk/modules/downloads.xml (original)
+++ incubator/flex/trunk/modules/downloads.xml Tue May 29 15:35:01 2012
@@ -61,22 +61,19 @@
     
     <property name="xerces.dir" value="xerces-2_9_1"/>
         
-    <property name="velocity.src.dir" value="velocity-1.4"/>
-    <property name="velocity.dir" value="thirdparty/velocity"/>
-	
     <!-- 
         Because the downloads requires a network connection and the JARs don't change very often, 
         they are each downloaded only if they don't already exist. 
     -->
     
-	<target name="main" depends="blazeds-jar, commons-jars, javacc-jar, saxon9-jar, velocity-sources, xalan-jar, xerces-jars" 
+	<target name="main" depends="blazeds-jar, commons-jars, javacc-jar, saxon9-jar, xalan-jar, xerces-jars" 
 		description="Downloads all the required thirdparty JARs"/>
     
     <!--
 		Cleanup
 	-->
 	
-   <target name="clean" depends="velocity-sources-clean" description="Removes all thirdparty downloads.">
+   <target name="clean" description="Removes all thirdparty downloads.">
         <delete dir="${download.dir}" failonerror="false"/>
         <delete file="${FLEX_LIB}/commons-collections.jar"/>
         <delete file="${FLEX_LIB}/commons-discovery.jar"/>
@@ -391,56 +388,6 @@
             <fileset dir="${download.dir}/${saxon9.jar.dir}/notices" includes="**"/>
         </copy>
     </target>
-
-    <!--
-        velocity - templates to generate code for -keep option
-    -->
-    
-    <target name="velocity-sources-check" description="Checks if velocity build lib exists.">
-        <available file="${download.dir}/${velocity.src.dir}" type="dir" property="velocity.src.exists"/>
-    </target>
-    
-	<target name="velocity-sources" depends="velocity-sources-check" unless="velocity.src.exists" 
-        description="Downloads and copies the velocity build jars.">
-                
-        <antcall target="download-zip">
-            <param name="srcUrl" value="http://archive.apache.org/dist/velocity/engine/1.4"/>
-        	<param name="zipFile" value="${velocity.src.dir}.tar.gz"/>
-        	<param name="md5" value="f280fee7ddb5eac5b354f6dea39a2f51"/>
-        </antcall>
-    	        
-        <copy todir="${FLEX_LIB}">
-            <fileset dir="${download.dir}/${velocity.src.dir}">
-                <include name="LICENSE"/>
-                <include name="NOTICE"/>
-            </fileset>            
-            <globmapper from="*" to="velocity-*"/>
-        </copy>
-    </target>
-	
-    <target name="velocity-merge-sources" depends="velocity-sources-clean"
-        description="Merges the velocity files from the distro with the files changed by Flex.">
-
-        <copy todir="${velocity.dir}/merged" preservelastmodified="true">
-            <fileset dir="${download.dir}/${velocity.src.dir}">
-                <exclude name="convert/"/>
-                <exclude name="docs/"/>
-                <exclude name="examples/"/>
-                <exclude name="xdocs/"/>
-            </fileset>
-        </copy>
-        
-        <!-- 
-             There are files modified by Adobe.  See thirdparty/batik/README.flex.txt.            
-        -->
-        <copy todir="${velocity.dir}/merged" preservelastmodified="true">
-            <fileset dir="${velocity.dir}" excludes="merged/**"/>
-        </copy>
-    </target>
-
-    <target name="velocity-sources-clean" description="Removes the velocity sources.">
-        <delete dir="${velocity.dir}/merged"/>
-    </target>
     	
     <!--
         xalan - Java API for XML Processing

Added: incubator/flex/trunk/modules/thirdparty/velocity/LICENSE
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/LICENSE?rev=1343781&view=auto
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/LICENSE (added)
+++ incubator/flex/trunk/modules/thirdparty/velocity/LICENSE Tue May 29 15:35:01 2012
@@ -0,0 +1,202 @@
+                               Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   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.
+

Propchange: incubator/flex/trunk/modules/thirdparty/velocity/LICENSE
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/flex/trunk/modules/thirdparty/velocity/NOTICE
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/NOTICE?rev=1343781&view=auto
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/NOTICE (added)
+++ incubator/flex/trunk/modules/thirdparty/velocity/NOTICE Tue May 29 15:35:01 2012
@@ -0,0 +1,2 @@
+This product includes software developed by The Apache Software Foundation (http://www.apache.org/).
+

Propchange: incubator/flex/trunk/modules/thirdparty/velocity/NOTICE
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/flex/trunk/modules/thirdparty/velocity/README.txt
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/README.txt?rev=1343781&view=auto
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/README.txt (added)
+++ incubator/flex/trunk/modules/thirdparty/velocity/README.txt Tue May 29 15:35:01 2012
@@ -0,0 +1,102 @@
+--------
+Velocity
+--------
+
+Welcome to Velocity. Velocity is a general purpose template engine
+written in Java. For more information about Velocity, please look at the
+HTML documentation in the docs/ directory, as well as the Velocity
+web site
+
+  http://jakarta.apache.org/velocity/index.html
+
+Here is a description of what each of the top level directories
+contains. Please consult the documentation in each of the lower level
+directories for information that is specific to their contents.
+
+bin/        This is a temporary build directory.
+build/      This is where the build scripts live.
+docs/       This is where the documentation lives.
+examples/   This is where the examples live.
+src/        This is where all of the source code to Velocity lives.
+test/       This is where all of the tests live.
+xdocs/      This is the .xml files for building the .html files
+            related to the website and documentation.
+            
+REQUIREMENTS
+------------
+
+The Java 2 SDK is required to build Velocity.
+
+For users that wish to use Log4J as the logging
+system, version 1.1 or newer of Log4J is required.
+
+
+INCLUDED PRE-BUILT JARS
+-----------------------
+If you are using an offical Velocity release distribution, 
+you will find two pre-built Velocity jars in the top level 
+directory.
+
+PLEASE NOTE : Starting with the 1.2 release, we include two jars 
+ with the distribution.
+
+1) velocity-<version>.jar : The Velocity jar that does not include
+any external dependencies needed by Velocity, such as the 
+jakarta-commons-collection classes, Jakarta Avalon Logkit, or 
+Jakarta ORO. We do this to allow you to use whatever version of
+collections, logkit, etc that you wish w/o fear of collision.
+These jars are included in the distribution, in
+the build/lib directory, or at the respective project sites.
+
+2) velocity-dep-<version>.jar : This is a Velocity jar that includes
+all dependencies that were included with previous distribution
+jars.  It is intended as a convenience to allow you to drop
+this 1.3 (or later)  distribution in place of existing 1.1 or 1.2-dep
+ distributions.
+
+Please see the developers guide for more information.
+
+BUILDING VELOCITY
+-----------------
+
+In order to get started with Velocity, you may want to build it. 
+
+Building Velocity is easy.  All components necessary to build Velocity are
+included, except for the Java 2 SDK and the fabulous Ant build tool
+from the Jakarta project.
+
+http://jakarta.apache.org/ant/
+
+Note that you must use Ant version 1.4 or later.
+
+To build Velocity's jar, change directory into the build/ directory and 
+simply type :
+
+ant jar
+
+This will create a bin/ directory containing the Velocity .jar file. Be
+sure to update your classpath to include Velocity's .jar file, or when using a 
+modern servlet container, put it in the WEB-INF/lib directory.
+
+If you wish to build a Velocity jar that contains all dependencies, we have
+provided an optional build target for our convenience :
+
+ant jar-dep
+
+This will build a complete Velocity jar with dependencies included, and it can
+be found in the /bin directory as
+
+velocity-dep-<version>.jar
+
+TRYING THE EXAMPLES
+-------------------
+
+After building Velocity, you can also buld the examples that are included
+with the Velocity distribution.  These examples show how to use Velocity
+in your Java applications and Servlets.  There also are examples of
+how to use Anakia, a XML transformation engine and an example of a servlet-
+based forum application.
+
+For more information, please see the README.txt in the examples/ directory.
+
+-The Velocity Team

Propchange: incubator/flex/trunk/modules/thirdparty/velocity/README.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/flex/trunk/modules/thirdparty/velocity/build/jakarta.scm
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/build/jakarta.scm?rev=1343781&view=auto
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/build/jakarta.scm (added)
+++ incubator/flex/trunk/modules/thirdparty/velocity/build/jakarta.scm Tue May 29 15:35:01 2012
@@ -0,0 +1,66 @@
+; This is a little gimp script for creating the image
+; headers. You need to edit the last five lines of this
+; file to suit your needs. Need to add the image flatten,
+; index, and save as gif. Right now you have to do that
+; manually. Hopefully I can write something in java that
+; produce an image that looks as good as this one. For
+; now it's scheme ... Yuck!
+
+; move this to your /usr/share/gimp/scripts directory
+; or the equivalent on your machine.
+
+(define (color-highlight color)
+  (let ((r (car color))
+	(g (cadr color))
+	(b (caddr color)))
+    (set! r (+ r (* (- 255 r) 0.75)))
+    (set! g (+ g (* (- 255 g) 0.75)))
+    (set! b (+ b (* (- 255 b) 0.75)))
+    (list r g b)))
+
+(define (script-fu-jakarta-logo text size font bg-color text-color)
+  (let* ((img (car (gimp-image-new 256 256 RGB)))
+	 (text-layer (car (gimp-text img -1 0 0 text 10 TRUE size PIXELS "*" font "*" "*" "*" "*")))
+	 (width (car (gimp-drawable-width text-layer)))
+	 (height (car (gimp-drawable-height text-layer)))
+	 (bg-layer (car (gimp-layer-new img width height RGB_IMAGE "Background" 100 NORMAL)))
+	 (highlight-layer (car (gimp-layer-copy text-layer TRUE)))
+	 (shadow-layer (car (gimp-layer-new img width height RGBA_IMAGE "Shadow" 100 MULTIPLY)))
+	 (old-fg (car (gimp-palette-get-foreground)))
+	 (old-bg (car (gimp-palette-get-background))))
+    (gimp-image-disable-undo img)
+    (gimp-image-resize img width height 0 0)
+    (gimp-image-add-layer img bg-layer 1)
+    (gimp-image-add-layer img shadow-layer 1)
+    (gimp-palette-set-background text-color)
+    (gimp-layer-set-preserve-trans text-layer TRUE)
+    (gimp-edit-fill img text-layer)
+    (gimp-edit-clear img shadow-layer)
+    (gimp-palette-set-background (color-highlight text-color))
+    (gimp-palette-set-background bg-color)
+    (gimp-drawable-fill bg-layer BG-IMAGE-FILL)
+    (gimp-selection-layer-alpha img text-layer)
+    (gimp-palette-set-background '(0 0 0))
+    (gimp-selection-feather img 7.5)
+    (gimp-edit-fill img shadow-layer)
+    (gimp-selection-none img)
+    (gimp-palette-set-foreground '(255 255 255))
+    (gimp-layer-translate shadow-layer 3 3)
+    (gimp-layer-set-name text-layer text)
+    (gimp-palette-set-background old-bg)
+    (gimp-palette-set-foreground old-fg)
+    (gimp-image-enable-undo img)
+    (gimp-display-new img)))
+
+(script-fu-register "script-fu-jakarta-logo"
+		    "<Toolbox>/Xtns/Script-Fu/Logos/Jakarta"
+		    "Creates a simple Jakarta project header with a drop shadow"
+		    "Jason van Zyl"
+		    "Jason van Zyl"
+		    "2000"
+		    ""
+		    SF-VALUE "Text String" "\"Velocity\""
+		    SF-VALUE "Font Size (in pixels)" "90"
+		    SF-VALUE "Font" "\"officina_bold\""
+		    SF-COLOR "Background Color" '(255 255 255)
+		    SF-COLOR "Text Color" '(02 50 100))

Added: incubator/flex/trunk/modules/thirdparty/velocity/build/lib/antlr-runtime.jar
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/build/lib/antlr-runtime.jar?rev=1343781&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/flex/trunk/modules/thirdparty/velocity/build/lib/antlr-runtime.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/flex/trunk/modules/thirdparty/velocity/build/lib/bcel-5.0rc1.jar
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/build/lib/bcel-5.0rc1.jar?rev=1343781&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/flex/trunk/modules/thirdparty/velocity/build/lib/bcel-5.0rc1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/flex/trunk/modules/thirdparty/velocity/build/lib/commons-collections.jar
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/build/lib/commons-collections.jar?rev=1343781&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/flex/trunk/modules/thirdparty/velocity/build/lib/commons-collections.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/flex/trunk/modules/thirdparty/velocity/build/lib/fop-bin-0_17_0.jar
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/build/lib/fop-bin-0_17_0.jar?rev=1343781&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/flex/trunk/modules/thirdparty/velocity/build/lib/fop-bin-0_17_0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/flex/trunk/modules/thirdparty/velocity/build/lib/jdom-b9.jar
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/build/lib/jdom-b9.jar?rev=1343781&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/flex/trunk/modules/thirdparty/velocity/build/lib/jdom-b9.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/flex/trunk/modules/thirdparty/velocity/build/lib/junit-3.7.jar
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/build/lib/junit-3.7.jar?rev=1343781&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/flex/trunk/modules/thirdparty/velocity/build/lib/junit-3.7.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/flex/trunk/modules/thirdparty/velocity/build/lib/log4j-1.1.3.jar
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/build/lib/log4j-1.1.3.jar?rev=1343781&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/flex/trunk/modules/thirdparty/velocity/build/lib/log4j-1.1.3.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/flex/trunk/modules/thirdparty/velocity/build/lib/log4j-core-1.1.3.jar
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/build/lib/log4j-core-1.1.3.jar?rev=1343781&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/flex/trunk/modules/thirdparty/velocity/build/lib/log4j-core-1.1.3.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/flex/trunk/modules/thirdparty/velocity/build/lib/logkit-1.0.1.jar
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/build/lib/logkit-1.0.1.jar?rev=1343781&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/flex/trunk/modules/thirdparty/velocity/build/lib/logkit-1.0.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/flex/trunk/modules/thirdparty/velocity/build/lib/oro.jar
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/build/lib/oro.jar?rev=1343781&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/flex/trunk/modules/thirdparty/velocity/build/lib/oro.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/flex/trunk/modules/thirdparty/velocity/build/lib/servlet.jar
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/build/lib/servlet.jar?rev=1343781&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/flex/trunk/modules/thirdparty/velocity/build/lib/servlet.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/flex/trunk/modules/thirdparty/velocity/build/lib/w3c.jar
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/build/lib/w3c.jar?rev=1343781&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/flex/trunk/modules/thirdparty/velocity/build/lib/w3c.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/flex/trunk/modules/thirdparty/velocity/build/lib/werken.xpath.jar
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/build/lib/werken.xpath.jar?rev=1343781&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/flex/trunk/modules/thirdparty/velocity/build/lib/werken.xpath.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/flex/trunk/modules/thirdparty/velocity/build/test.sh
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/build/test.sh?rev=1343781&view=auto
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/build/test.sh (added)
+++ incubator/flex/trunk/modules/thirdparty/velocity/build/test.sh Tue May 29 15:35:01 2012
@@ -0,0 +1,11 @@
+#!/bin/sh
+#----------------------------------------------
+# Script for running individual velocity tests.
+#----------------------------------------------
+
+#-------------------------------------------------------------------
+
+#--------------------------------------------
+# No need to edit anything past here
+#--------------------------------------------
+ant -buildfile testcases.xml "$@"

Propchange: incubator/flex/trunk/modules/thirdparty/velocity/build/test.sh
------------------------------------------------------------------------------
    svn:eol-style = native