submodels directory has been replaced by the filegraphs directory.

This commit is contained in:
j2blake 2011-07-18 13:51:18 +00:00
parent 5ea59e58c4
commit 479c7b6e6e

View file

@ -155,12 +155,12 @@ deploy - Deploy the application directly into the Tomcat webapps directory.
<fileset file="${webapp.dir}/config/dwr.xml" />
</copy>
<!-- copy the ontologies and the submodels into the war directory. -->
<!-- copy the ontologies and the filegraphs into the war directory. -->
<copy todir="${war-webinf.dir}">
<fileset dir="${webapp.dir}" includes="ontologies" />
<fileset dir="${webapp.dir}" includes="ontologies/**/*" />
<fileset dir="${webapp.dir}" includes="submodels" />
<fileset dir="${webapp.dir}" includes="submodels/**/*" />
<fileset dir="${webapp.dir}" includes="filegraph" />
<fileset dir="${webapp.dir}" includes="filegraph/**/*" />
</copy>
<!-- use the production Log4J properties, unless a debug version exists. -->