NIHVIVO-2811 getting closer - themes work - revision info is busted for 2nd-level, and of course no 3rd-level stuff works.
This commit is contained in:
parent
ca18b10cc1
commit
19dfde675c
2 changed files with 8 additions and 0 deletions
|
@ -140,6 +140,9 @@ deploy - Deploy the application directly into the Tomcat webapps directory.
|
||||||
-->
|
-->
|
||||||
<exclude name="themes/**/*" if="skip.core.themes" />
|
<exclude name="themes/**/*" if="skip.core.themes" />
|
||||||
</fileset>
|
</fileset>
|
||||||
|
<fileset dir="${appbase.dir}">
|
||||||
|
<include name="themes/**/*" />
|
||||||
|
</fileset>
|
||||||
</copy>
|
</copy>
|
||||||
|
|
||||||
<copy todir="${war-webinf.dir}">
|
<copy todir="${war-webinf.dir}">
|
||||||
|
@ -175,6 +178,7 @@ deploy - Deploy the application directly into the Tomcat webapps directory.
|
||||||
|
|
||||||
<!-- copy the context file into the war directory -->
|
<!-- copy the context file into the war directory -->
|
||||||
<copy file="${appbase.dir}/context.xml" tofile="${war.dir}/META-INF/context.xml" />
|
<copy file="${appbase.dir}/context.xml" tofile="${war.dir}/META-INF/context.xml" />
|
||||||
|
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<!-- =================================
|
<!-- =================================
|
||||||
|
|
|
@ -102,6 +102,10 @@
|
||||||
<optionalDir primary="./test" />
|
<optionalDir primary="./test" />
|
||||||
</copy>
|
</copy>
|
||||||
|
|
||||||
|
<copy todir="${appbase.dir}/themes">
|
||||||
|
<optionalDir primary="./themes" />
|
||||||
|
</copy>
|
||||||
|
|
||||||
<copy tofile="${appbase.dir}/context.xml" file="${inner.basedir}/context.xml" />
|
<copy tofile="${appbase.dir}/context.xml" file="${inner.basedir}/context.xml" />
|
||||||
</target>
|
</target>
|
||||||
<!-- =================================
|
<!-- =================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue