Commit ea384d2b authored by Quality Assurance's avatar Quality Assurance Committed by qa

Some quick hacks to make the source build compile

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@7583 b35dd754-fafc-0310-a699-88a17e54d16e
parent ffbaa0f0
...@@ -750,6 +750,12 @@ ...@@ -750,6 +750,12 @@
</filterset> </filterset>
</copy> </copy>
<copy todir="${release.src.out.dir}/src/plugins/enterprise/lib" failonerror="false">
<fileset dir="${work.dir}/plugins-dev/enterprise/target/lib">
<include name="*-lib.jar" />
</fileset>
</copy>
<!-- Copy the i18n files to the resources dir. This way they won't be in the jar only --> <!-- Copy the i18n files to the resources dir. This way they won't be in the jar only -->
<copy todir="${release.src.out.dir}/resources/i18n"> <copy todir="${release.src.out.dir}/resources/i18n">
<fileset dir="${target.i18n.dir}" includes="*.properties"/> <fileset dir="${target.i18n.dir}" includes="*.properties"/>
...@@ -946,12 +952,13 @@ ...@@ -946,12 +952,13 @@
<fail if="install4j.not.ok" <fail if="install4j.not.ok"
message="Path to Install4j not set, see build.properties.template file."/> message="Path to Install4j not set, see build.properties.template file."/>
<antcall target="dist.src"/>
<antcall target="dist.bin"> <antcall target="dist.bin">
<!-- Don't need package for installer build --> <!-- Don't need package for installer build -->
<param name="no.package" value="true"/> <param name="no.package" value="true"/>
<!-- Already built javadoc with dist.src above --> </antcall>
<antcall target="dist.src">
<!-- Already built javadoc with dist.bin above -->
<param name="no.javadoc" value="true"/> <param name="no.javadoc" value="true"/>
</antcall> </antcall>
......
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