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" />
|
||||
</fileset>
|
||||
<fileset dir="${appbase.dir}">
|
||||
<include name="themes/**/*" />
|
||||
</fileset>
|
||||
</copy>
|
||||
|
||||
<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 file="${appbase.dir}/context.xml" tofile="${war.dir}/META-INF/context.xml" />
|
||||
|
||||
</target>
|
||||
|
||||
<!-- =================================
|
||||
|
|
|
@ -102,6 +102,10 @@
|
|||
<optionalDir primary="./test" />
|
||||
</copy>
|
||||
|
||||
<copy todir="${appbase.dir}/themes">
|
||||
<optionalDir primary="./themes" />
|
||||
</copy>
|
||||
|
||||
<copy tofile="${appbase.dir}/context.xml" file="${inner.basedir}/context.xml" />
|
||||
</target>
|
||||
<!-- =================================
|
||||
|
|
Loading…
Add table
Reference in a new issue