Skip to content

Commit

Permalink
WIP 4
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler committed Aug 12, 2024
1 parent debae62 commit b2d4343
Show file tree
Hide file tree
Showing 43 changed files with 36 additions and 2,176 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/groovy/hale.library-conventions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jar {
)

if (project.hale.activator) {
bnd('Bundle-Activator': activator)
bnd('Bundle-Activator': project.hale.activator)
}
if (project.hale.lazyActivation) {
bnd(
Expand Down
4 changes: 4 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ xmlbeans = {module = "org.apache.xmlbeans:xmlbeans", version = "5.1.1"}
commons-io = {module = "commons-io:commons-io", version = "2.14.0"}
commons-lang = {module = "commons-lang:commons-lang", version = "2.6"}

igd-eclipse-util = {module = "eu.esdihumboldt.unpuzzled:de.fhg.igd.eclipse.util", version = "1.0.0.201407081822"}

eclipse-core-runtime = {module = "eu.esdihumboldt.unpuzzled:org.eclipse.core.runtime", version = "3.17.100.v20200203-0917"}

spring-core = {module = "org.springframework:spring-core", version.ref = "spring"}
Expand All @@ -35,5 +37,7 @@ tinkerpop-blueprints-orient = {module = "com.tinkerpop.blueprints:blueprints-ori

orientdb-core = {module = "com.orientechnologies:orientdb-core", version.ref = "orientdb"}

snakeyaml = {module = "org.yaml:snakeyaml", version = "2.2"}

[bundles]
slf4jplus = ['slf4jplus-api', 'slf4jplus-logback', 'slf4jplus-logback-appender', 'slf4jplus-logback-observer']
12 changes: 0 additions & 12 deletions util/plugins/eu.esdihumboldt.util.cli/.classpath

This file was deleted.

29 changes: 0 additions & 29 deletions util/plugins/eu.esdihumboldt.util.cli/.project

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit b2d4343

Please sign in to comment.