Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update matching alignment with gid712 #10

Merged
merged 10 commits into from
May 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ gradle.properties
*.rej

/logs/
/workspace/

transformations-override.yaml
results/
2 changes: 1 addition & 1 deletion adv-alignments
Submodule adv-alignments updated 755 files
14 changes: 7 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ buildscript {
maven {
url 'https://artifactory.wetransform.to/artifactory/libs-release-local'
}
maven {
url 'https://artifactory.wetransform.to/artifactory/libs-snapshot-local'
}
}
dependencies {
classpath 'to.wetransform.hale:gradle-hale-plugin:1.1.3'
classpath 'to.wetransform.hale:gradle-hale-plugin:2.0.0'
}
}

Expand Down Expand Up @@ -54,7 +57,7 @@ task('dbMatching', type: hale.cli()) {
'generate',
'postnas-matching',
'--reference-schema',
advAlignmentsPath + '/schemas/NAS_6.0.1/schema/aaa.xsd',
'https://repository.gdi-de.org/schemas/adv/nas/7.1/aaa.xsd',
'--target-schema',
'database/schema.hsd',
'--target',
Expand Down Expand Up @@ -848,9 +851,6 @@ gradle.addListener( (TaskExecutionListener) reporter)
gradle.addListener( (BuildListener) reporter)


/*
* Gradle wrapper
*/
task wrapper(type: Wrapper) {
gradleVersion = '4.8'
wrapper {
gradleVersion = '8.6'
}
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ repositories {
}

dependencies {
compile 'org.yaml:snakeyaml:1.18'
implementation 'org.yaml:snakeyaml:1.18'
}
10 changes: 5 additions & 5 deletions database/matching.halex
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<hale-project version="3.4.0.SNAPSHOT">
<hale-project version="4.0.0.release">
<name>Generated schema-to-schema mapping</name>
<author>Generated</author>
<modified>2017-08-24T08:33:41.050+02:00</modified>
<modified>2024-04-16T13:45:58.252+02:00</modified>
<save-config provider-id="eu.esdihumboldt.hale.io.project.hale25.xml.writer">
<setting name="charset">UTF-8</setting>
<setting name="projectFiles.separate">false</setting>
<setting name="target">file:/home/simon/repos/rlp-inspire-alignments/database/matching.halex</setting>
<setting name="target">file:/C:/Users/AnnaTamm/gitRepos/postnas-inspire-alignments/database/matching.halex</setting>
</save-config>
<resource action-id="eu.esdihumboldt.hale.io.schema.read.source" provider-id="eu.esdihumboldt.hale.io.xsd.reader">
<setting name="charset">UTF-8</setting>
<setting name="source">file:/home/simon/repos/rlp-inspire-alignments/adv-alignments/schemas/NAS_6.0.1/schema/aaa.xsd</setting>
<setting name="source">https://repository.gdi-de.org/schemas/adv/nas/7.1/aaa.xsd</setting>
<setting name="contentType">eu.esdihumboldt.hale.io.xsd</setting>
</resource>
<resource action-id="eu.esdihumboldt.hale.io.schema.read.target" provider-id="eu.esdihumboldt.hale.common.schema.persist.hsd.read">
<setting name="charset">UTF-8</setting>
<setting name="source">file:/home/simon/repos/rlp-inspire-alignments/database/schema.hsd</setting>
<setting name="source">file:/C:/Users/AnnaTamm/gitRepos/postnas-inspire-alignments/database/schema.hsd</setting>
<setting name="contentType">eu.esdihumboldt.hale.common.schema.hsd</setting>
</resource>
<file name="alignment.xml" location="matching.halex.alignment.xml"/>
Expand Down
107,969 changes: 61,985 additions & 45,984 deletions database/matching.halex.alignment.xml

Large diffs are not rendered by default.

Loading
Loading