Maven migration (first draft)
This commit is contained in:
parent
da79ac3e1d
commit
fee48b0b50
1711 changed files with 662 additions and 0 deletions
|
@ -0,0 +1,68 @@
|
|||
|
||||
bin
|
||||
utilities/ISF-transition/obsoleteUris
|
||||
|
||||
*.GIF
|
||||
*.as
|
||||
*.class
|
||||
*.fla
|
||||
*.gif
|
||||
*.gz
|
||||
*.ico
|
||||
*.jar
|
||||
*.jpg
|
||||
*.psd
|
||||
*.png
|
||||
*.swf
|
||||
*.war
|
||||
*.zip
|
||||
|
||||
**/.*
|
||||
|
||||
#
|
||||
# first_pass: no excluded files. everything was duplicated in the .bin directory, and
|
||||
# probably in the .build directory also. Ran against the repository, so VIVO
|
||||
# only.
|
||||
#
|
||||
# 7498 89730 2277668 first_pass.output
|
||||
#
|
||||
|
||||
productMods/WEB-INF/ontologies/update/oldVersion/vivo-event-1.5.owl
|
||||
productMods/WEB-INF/ontologies/update/oldAnnotations/vivo-core-1.5-annotations.rdf
|
||||
productMods/WEB-INF/ontologies/update/diff.tab.txt
|
||||
|
||||
#
|
||||
# second_pass: excluded these nasty files. Ran against a clean distro, with VIVO and
|
||||
# Vitro, but no .bin or .build
|
||||
#
|
||||
# 1798 5159 170092 second_pass.output
|
||||
#
|
||||
|
||||
productMods/WEB-INF/ontologies/update/oldVersion/vivo-foaf-1.5.owl
|
||||
productMods/WEB-INF/ontologies/update/oldVersion/vivo-core-1.5.owl
|
||||
productMods/WEB-INF/ontologies/update/oldVersion/vivo-bibo-1.5.owl
|
||||
productMods/WEB-INF/ontologies/update/oldVersion/scires-1.5.owl
|
||||
productMods/WEB-INF/ontologies/update/oldVersion/vivo-dcterms-1.5.owl
|
||||
productMods/WEB-INF/ontologies/update/oldVersion/vivo-dcelements-1.5.owl
|
||||
|
||||
#
|
||||
# Exclude old performance tests
|
||||
#
|
||||
utilities/LoadTesting/distros/release1.4/deploy.properties.template
|
||||
|
||||
#
|
||||
# Exclude the migration code itself
|
||||
#
|
||||
productMods/WEB-INF/ontologies/update/**/*
|
||||
|
||||
#
|
||||
# This is commented out.
|
||||
#
|
||||
src/edu/cornell/mannlib/vitro/webapp/visualization/utilities/UtilitiesRequestHandler.java
|
||||
|
||||
#
|
||||
# The URI is obsolete, but it has been replaced by another URI with the same localname.
|
||||
# http://purl.org/dc/terms/publisher http://vivoweb.org/ontology/core#publisher
|
||||
# How to catch this?
|
||||
#
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue