Author: dandre Date: Wed Nov 20 22:55:07 2013 New Revision: 4674 Log: Update Apache velocity libraries to latest stable version
Added: trunk/AncestrisCore/libs.apache.velocity/release/modules/ext/velocity-1.7.jar (contents, props changed) trunk/AncestrisCore/libs.apache.velocity/release/modules/ext/velocity-tools-generic-2.0.jar (contents, props changed) Modified: trunk/AncestrisCore/libs.apache.velocity/manifest.mf trunk/AncestrisCore/libs.apache.velocity/nbproject/genfiles.properties trunk/AncestrisCore/libs.apache.velocity/nbproject/project.properties trunk/AncestrisCore/libs.apache.velocity/nbproject/project.xml Modified: trunk/AncestrisCore/libs.apache.velocity/manifest.mf ============================================================================== --- trunk/AncestrisCore/libs.apache.velocity/manifest.mf (original) +++ trunk/AncestrisCore/libs.apache.velocity/manifest.mf Wed Nov 20 22:55:07 2013 @@ -1,5 +1,5 @@ Manifest-Version: 1.0 OpenIDE-Module: ancestris.libs.apache.velocity OpenIDE-Module-Localizing-Bundle: ancestris/libs/apache/velocity/Bundle.properties -OpenIDE-Module-Specification-Version: 1.6.2 +OpenIDE-Module-Specification-Version: 1.7.0 Modified: trunk/AncestrisCore/libs.apache.velocity/nbproject/genfiles.properties ============================================================================== --- trunk/AncestrisCore/libs.apache.velocity/nbproject/genfiles.properties (original) +++ trunk/AncestrisCore/libs.apache.velocity/nbproject/genfiles.properties Wed Nov 20 22:55:07 2013 @@ -3,6 +3,6 @@ [email protected] # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. -nbproject/build-impl.xml.data.CRC32=3d93e632 +nbproject/build-impl.xml.data.CRC32=676c1105 nbproject/build-impl.xml.script.CRC32=e497b000 nbproject/[email protected] Modified: trunk/AncestrisCore/libs.apache.velocity/nbproject/project.properties ============================================================================== --- trunk/AncestrisCore/libs.apache.velocity/nbproject/project.properties (original) +++ trunk/AncestrisCore/libs.apache.velocity/nbproject/project.properties Wed Nov 20 22:55:07 2013 @@ -1 +1,4 @@ +file.reference.commons-collections-3.2.1.jar=release/modules/ext/commons-collections-3.2.1.jar +file.reference.commons-lang-2.4.jar=release/modules/ext/commons-lang-2.4.jar +file.reference.oro-2.0.8.jar=release/modules/ext/oro-2.0.8.jar is.autoload=true Modified: trunk/AncestrisCore/libs.apache.velocity/nbproject/project.xml ============================================================================== --- trunk/AncestrisCore/libs.apache.velocity/nbproject/project.xml (original) +++ trunk/AncestrisCore/libs.apache.velocity/nbproject/project.xml Wed Nov 20 22:55:07 2013 @@ -56,6 +56,8 @@ <package>org.apache.velocity.texen</package> <package>org.apache.velocity.texen.ant</package> <package>org.apache.velocity.texen.util</package> + <package>org.apache.velocity.tools</package> + <package>org.apache.velocity.tools.config</package> <package>org.apache.velocity.tools.generic</package> <package>org.apache.velocity.tools.generic.log</package> <package>org.apache.velocity.util</package> @@ -70,16 +72,16 @@ <binary-origin>release/modules/ext/commons-collections-3.2.1.jar</binary-origin> </class-path-extension> <class-path-extension> - <runtime-relative-path>ext/velocity-1.6.2.jar</runtime-relative-path> - <binary-origin>release/modules/ext/velocity-1.6.2.jar</binary-origin> - </class-path-extension> - <class-path-extension> <runtime-relative-path>ext/commons-lang-2.4.jar</runtime-relative-path> <binary-origin>release/modules/ext/commons-lang-2.4.jar</binary-origin> </class-path-extension> <class-path-extension> - <runtime-relative-path>ext/velocity-tools-generic-1.4.jar</runtime-relative-path> - <binary-origin>release/modules/ext/velocity-tools-generic-1.4.jar</binary-origin> + <runtime-relative-path>ext/velocity-1.7.jar</runtime-relative-path> + <binary-origin>release/modules/ext/velocity-1.7.jar</binary-origin> + </class-path-extension> + <class-path-extension> + <runtime-relative-path>ext/velocity-tools-generic-2.0.jar</runtime-relative-path> + <binary-origin>release/modules/ext/velocity-tools-generic-2.0.jar</binary-origin> </class-path-extension> </data> </configuration> Added: trunk/AncestrisCore/libs.apache.velocity/release/modules/ext/velocity-1.7.jar ============================================================================== Binary file. No diff available. Added: trunk/AncestrisCore/libs.apache.velocity/release/modules/ext/velocity-tools-generic-2.0.jar ============================================================================== Binary file. No diff available. --------------------------------------------------------------------- Site Web Ancestris : http://www.ancestris.org <*> Pour vous desinscrire de cette liste, envoyez un mail a : [email protected] <*> Pour obtenir de l'aide sur les commandes de la liste : [email protected] Pour obtenir tous les messages lies a ce fil de discussion, cliquez sur le lien ci-dessous, cela ouvrira votre logiciel de messagerie. Il vous suffira d'envoyer le message : [email protected]
