Skip to content

Commit

Permalink
use velocity-dep-1.5.jar instead of velocity-dep-1.4.jar
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Rollo committed Aug 17, 2010
1 parent c51bcef commit c280be9
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ant-scripts/build-dependencies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
<fileset id="svn-java-high-level.lib" file="${project.root}/reporting/dashboard/lib/buildtime/svnjavahl.jar"/>
<fileset id="twitter4j.lib" file="${project.root}/main/lib/twitter4j-1.1.4.jar"/>
<fileset id="velocity.lib" file="${project.root}/main/lib/velocity-1.5.jar"/>
<fileset id="velocity-dep.lib" file="${project.root}/reporting/dashboard/lib/velocity-dep-1.4.jar"/>
<fileset id="velocity-dep.lib" file="${project.root}/main/lib/velocity-dep-1.5.jar"/>
<fileset id="velocity-tools-view.lib" file="${project.root}/reporting/dashboard/lib/velocity-tools-view-1.2.jar"/>
<fileset id="vizant.lib" file="${project.root}/main/lib/ant/vizant.jar"/>
<fileset id="webwork.lib" file="${project.root}/reporting/jsp/lib/webwork-2.1.7.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
<classpathentry kind="lib" path="reporting/dashboard/lib/spring-web.jar"/>
<classpathentry kind="lib" path="reporting/dashboard/lib/spring-webmvc.jar"/>
<classpathentry kind="lib" path="reporting/dashboard/lib/velocity-1.5.jar"/>
<classpathentry kind="lib" path="reporting/dashboard/lib/velocity-dep-1.4.jar"/>
<classpathentry kind="lib" path="main/lib/velocity-dep-1.5.jar"/>
<classpathentry kind="lib" path="reporting/dashboard/lib/velocity-tools-view-1.2.jar"/>
<classpathentry kind="lib" path="reporting/dashboard/lib/xercesImpl-2.8.1.jar"/>
<classpathentry kind="lib" path="reporting/dashboard/lib/xml-apis-1.3.03.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion reporting/dashboard/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<classpathentry kind="lib" path="lib/spring-web.jar" sourcepath="/home/khu/lib_source/spring-framework-2.0.4"/>
<classpathentry kind="lib" path="lib/spring-webmvc.jar" sourcepath="D:/java/spring-framework-2.0.6/src"/>
<classpathentry kind="lib" path="lib/velocity-1.5.jar"/>
<classpathentry kind="lib" path="lib/velocity-dep-1.4.jar"/>
<classpathentry kind="lib" path="lib/velocity-dep-1.5.jar"/>
<classpathentry kind="lib" path="lib/velocity-tools-view-1.2.jar"/>
<classpathentry kind="lib" path="lib/xml-apis-1.3.03.jar"/>
<classpathentry kind="lib" path="lib/mx4j.jar"/>
Expand Down
Binary file removed reporting/dashboard/lib/velocity-dep-1.4.jar
Binary file not shown.
Binary file added reporting/dashboard/lib/velocity-dep-1.5.jar
Binary file not shown.

0 comments on commit c280be9

Please sign in to comment.