1.1 --- a/java/HrisniciSpameri/nbproject/build-impl.xml Mon Feb 23 15:44:05 2009 +0100
1.2 +++ b/java/HrisniciSpameri/nbproject/build-impl.xml Sat Feb 28 21:50:25 2009 +0100
1.3 @@ -503,13 +503,15 @@
1.4 <target depends="init,compile,compile-jsps,-pre-dist,-do-dist-with-manifest,-do-dist-without-manifest" name="do-dist"/>
1.5 <target depends="init" if="dist.ear.dir" name="library-inclusion-in-manifest">
1.6 <copyfiles files="${reference.SuperDAO.jar}" iftldtodir="${build.web.dir}/WEB-INF" manifestproperty="manifest.reference.SuperDAO.jar" todir="${dist.ear.dir}"/>
1.7 + <copyfiles files="${libs.cewolf.classpath}" iftldtodir="${build.web.dir}/WEB-INF" manifestproperty="manifest.libs.cewolf.classpath" todir="${dist.ear.dir}"/>
1.8 <mkdir dir="${build.web.dir}/META-INF"/>
1.9 <manifest file="${build.web.dir}/META-INF/MANIFEST.MF" mode="update">
1.10 - <attribute name="Class-Path" value="${manifest.reference.SuperDAO.jar} "/>
1.11 + <attribute name="Class-Path" value="${manifest.reference.SuperDAO.jar} ${manifest.libs.cewolf.classpath} "/>
1.12 </manifest>
1.13 </target>
1.14 <target depends="init" name="library-inclusion-in-archive" unless="dist.ear.dir">
1.15 <copyfiles files="${reference.SuperDAO.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
1.16 + <copyfiles files="${libs.cewolf.classpath}" todir="${build.web.dir}/WEB-INF/lib"/>
1.17 </target>
1.18 <target depends="init,compile,compile-jsps,-pre-dist,library-inclusion-in-manifest" name="do-ear-dist">
1.19 <dirname file="${dist.ear.war}" property="dist.jar.dir"/>