Commit 0045fc3f authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Plugins target is not placing generated plugins in wildfirehome/plugins folder.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@5808 b35dd754-fafc-0310-a699-88a17e54d16e
parent 1c7d5761
......@@ -106,7 +106,7 @@
<property name="plugin.src.dir" value="${src.dir}/plugins"/>
<property name="plugin.dev.dir" value=""/> <!-- Set by a developer as alt plugin location -->
<property name="plugin.dev.dest.dir" value="${target.dir}/plugins-dev"/>
<property name="plugin.dest.dir" value="${target.dir}/plugins"/>
<property name="plugin.dest.dir" value="${target.wildfireHome}/plugins"/>
<property name="nonrelease.plugin.dir" value="${basedir}/plugins-tmp"/>
<property name="webapp.dest.dir" value="${target.dir}/webapp"/>
<property name="war.name" value="wildfire.war"/>
......@@ -974,7 +974,7 @@
>
<property name="no.jspc" value="true"/>
</ant>
<mkdir dir="${plugin.dest.dir}" />
<!-- Get a list of subdirs of the main plugins dir. This tells us which plugins to make. -->
......
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