i18n-feature based on kellans proposal implemented. the resource-bundles are located...
[mir.git] / build.xml
index 11c97f7..2b325ec 100755 (executable)
--- a/build.xml
+++ b/build.xml
@@ -71,6 +71,9 @@
         <exclude name="xerces.jar"/>
       </fileset>
     </copy>
+    <copy todir="${deploy.home}/WEB-INF/classes">
+      <fileset dir="bundles"/>
+    </copy>
     <mkdir  dir="${javadoc.home}"/>
     <mkdir  dir="${deploy.home}/log"/>