Skip to content

Commit

Permalink
remove non-core ontologies
Browse files Browse the repository at this point in the history
  • Loading branch information
acoburn committed Sep 28, 2015
1 parent 0698b0f commit 2dc711a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 320 deletions.
2 changes: 0 additions & 2 deletions README
@@ -1,8 +1,6 @@
v4 Ontology for Fedora Commons.

http://fedora.info/definitions/v4/repository
http://fedora.info/definitions/v4/oai-pmh
http://fedora.info/definitions/v4/indexing

To generate HTML versions of the ontologies:

Expand Down
80 changes: 0 additions & 80 deletions audit.rdf

This file was deleted.

1 change: 0 additions & 1 deletion index.xml
@@ -1,4 +1,3 @@
<index title="Fedora Ontologies">
<page id="repository"/>
<page id="indexing"/>
</index>
33 changes: 0 additions & 33 deletions indexing.rdf

This file was deleted.

38 changes: 0 additions & 38 deletions oai-pmh.rdf

This file was deleted.

23 changes: 7 additions & 16 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@

<parent>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo</artifactId>
<artifactId>fcrepo-parent</artifactId>
<version>4.3.1-SNAPSHOT</version>
</parent>

Expand All @@ -13,6 +13,11 @@
<description>Fedora Ontology</description>
<packaging>pom</packaging>

<properties>
<project_name>ontology</project_name>
<project_organization>fcrepo4</project_organization>
</properties>

<build>
<pluginManagement>
<plugins>
Expand Down Expand Up @@ -42,20 +47,6 @@
</fileMapper>
</fileMappers>
</transformationSet>
<transformationSet>
<dir>.</dir>
<includes>
<include>indexing.rdf</include>
</includes>
<stylesheet>rdfs2html.xsl</stylesheet>
<outputDir>${project.build.directory}/html</outputDir>
<fileMappers>
<fileMapper implementation="org.codehaus.plexus.components.io.filemappers.RegExpFileMapper">
<pattern>\.rdf$</pattern>
<replacement>/index.html</replacement>
</fileMapper>
</fileMappers>
</transformationSet>
<transformationSet>
<dir>.</dir>
<includes>
Expand All @@ -76,7 +67,7 @@
</plugins>
</pluginManagement>
</build>

<repositories>
<repository>
<id>snapshots-repo</id>
Expand Down
150 changes: 0 additions & 150 deletions rdfs2html.xsl

This file was deleted.

0 comments on commit 2dc711a

Please sign in to comment.