NIHVIVO-119 Remove the ontologies/auth directory, remove vitroUsers.owl, remove the build step that modifies vitroUsers.own (both build.xml and product-build.xml).

This commit is contained in:
jeb228 2010-02-23 18:50:21 +00:00
parent bdb154935c
commit 6a13e272e7
3 changed files with 0 additions and 35 deletions

View file

@ -213,16 +213,6 @@ deploy - Deploy the application directly into the Tomcat webapps directory.
</filterchain> </filterchain>
</copy> </copy>
<!-- TODO: Have the Jena code read the userId directly from the deploy.properties -->
<copy file="${vitroCore.basedir}/ontologies/auth/example.vitroUsers.owl"
tofile="${build.dir}/war/WEB-INF/ontologies/auth/vitroUsers.owl"
filtering="true">
<filterchain>
<expandproperties />
</filterchain>
</copy>
<!-- TODO: Have the Jena code read the userId directly from the deploy.properties -->
<copy todir="${build.dir}/war/WEB-INF/classes"> <copy todir="${build.dir}/war/WEB-INF/classes">
<fileset file="${deploy.properties.file}" /> <fileset file="${deploy.properties.file}" />
</copy> </copy>

View file

@ -1,15 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:vitro="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#"
xmlns="http://vitro.mannlib.cornell.edu/ns/vitro/default#"
xml:base="http://vitro.mannlib.cornell.edu/ns/vitro/default">
<vitro:User rdf:about="#defaultAdminUser">
<vitro:username rdf:datatype="http://www.w3.org/2001/XMLSchema#string">${initialAdminUser}</vitro:username>
<vitro:md5password rdf:datatype="http://www.w3.org/2001/XMLSchema#string">22BA075EC8951A70960A0A95C0BC2294</vitro:md5password>
<vitro:roleURI rdf:datatype="http://www.w3.org/2001/XMLSchema#string">role:/50</vitro:roleURI>
</vitro:User>
</rdf:RDF>

View file

@ -122,16 +122,6 @@ deploy - Deploy the application directly into the Tomcat webapps directory.
<fileset dir="${product.themes.dir}" /> <fileset dir="${product.themes.dir}" />
</copy> </copy>
<!-- TODO: Have the Jena code read the userId directly from the deploy.properties -->
<copy file="config/vitroUsers.owl.template"
tofile="${build.dir}/war/WEB-INF/ontologies/auth/vitroUsers.owl"
filtering="true" overwrite="true">
<filterchain>
<expandproperties />
</filterchain>
</copy>
<!-- TODO: Have the Jena code read the userId directly from the deploy.properties -->
<copy todir="${build.dir}/war" overwrite="true"> <copy todir="${build.dir}/war" overwrite="true">
<fileset dir="${product.modifications.dir}" /> <fileset dir="${product.modifications.dir}" />
</copy> </copy>