Commit f58cb649 authored by Thiago Camargo's avatar Thiago Camargo Committed by thiago

JSTUN lib should be in merge dir

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@6606 b35dd754-fafc-0310-a699-88a17e54d16e
parent 63617f73
...@@ -149,7 +149,7 @@ ...@@ -149,7 +149,7 @@
<fileset dir="${lib.build.dir}" includes="*.jar" excludes="junit.jar"/> <fileset dir="${lib.build.dir}" includes="*.jar" excludes="junit.jar"/>
<fileset dir="${lib.merge.dir}" includes="*.jar"/> <fileset dir="${lib.merge.dir}" includes="*.jar"/>
<fileset dir="${lib.dist.dir}" <fileset dir="${lib.dist.dir}"
includes="servlet.jar, mail.jar, activation.jar, jdic.jar, bouncycastle.jar, jstun-0.6.1.jar"/> includes="servlet.jar, mail.jar, activation.jar, jdic.jar, bouncycastle.jar"/>
</path> </path>
<path id="compile.dependencies"> <path id="compile.dependencies">
...@@ -783,7 +783,7 @@ ...@@ -783,7 +783,7 @@
<for param="jar"> <for param="jar">
<path> <path>
<fileset dir="${release.out.dir}/lib" includes="*.jar" <fileset dir="${release.out.dir}/lib" includes="*.jar"
excludes="startup.jar,jdic.jar,mail.jar,activation.jar,bouncycastle.jar,jstun-0.6.1.jar"/> excludes="startup.jar,jdic.jar,mail.jar,activation.jar,bouncycastle.jar"/>
</path> </path>
<sequential> <sequential>
<delete file="@{jar}.pack"/> <delete file="@{jar}.pack"/>
...@@ -800,7 +800,7 @@ ...@@ -800,7 +800,7 @@
<for param="jar"> <for param="jar">
<path> <path>
<fileset dir="${release.out.dir}/plugins/admin/webapp/WEB-INF/lib" includes="*.jar" <fileset dir="${release.out.dir}/plugins/admin/webapp/WEB-INF/lib" includes="*.jar"
excludes="startup.jar,jdic.jar,mail.jar,activation.jar,bouncycastle.jar,jstun-0.6.1.jar"/> excludes="startup.jar,jdic.jar,mail.jar,activation.jar,bouncycastle.jar"/>
</path> </path>
<sequential> <sequential>
<delete file="@{jar}.pack"/> <delete file="@{jar}.pack"/>
...@@ -1198,7 +1198,7 @@ ...@@ -1198,7 +1198,7 @@
be manually added to this list. be manually added to this list.
--> -->
<property name="pack200.excludes" <property name="pack200.excludes"
value="gnujaxp.jar,mail.jar,activation.jar,bouncycastle.jar,jstun-0.6.1.jar"/> value="gnujaxp.jar,mail.jar,activation.jar,bouncycastle.jar"/>
<for param="jar"> <for param="jar">
<path> <path>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment