Skip to content

Commit

Permalink
WIP 1
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler committed Aug 12, 2024
1 parent 0f3d340 commit 6557889
Show file tree
Hide file tree
Showing 2,066 changed files with 291 additions and 226,093 deletions.
13 changes: 13 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# EditorConfig is awesome: http://EditorConfig.org

root = true

[*]
end_of_line = lf
trim_trailing_whitespace = true
charset = utf-8
insert_final_newline = true

[*.gradle]
indent_style = space
indent_size = 2
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,5 @@ Thumbs.db
#.gitignore
*.hprof
*.tycho-consumer-pom.xml

/.gradle/
8 changes: 8 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
allprojects {
group = 'eu.esdihumboldt.hale'
}

tasks.wrapper {
distributionType = Wrapper.DistributionType.ALL
gradleVersion = '8.9'
}
6 changes: 0 additions & 6 deletions build/.gitignore

This file was deleted.

7 changes: 0 additions & 7 deletions build/.project

This file was deleted.

674 changes: 0 additions & 674 deletions build/COPYING

This file was deleted.

127 changes: 0 additions & 127 deletions build/README.md

This file was deleted.

Binary file removed build/ant/ant-contrib.jar
Binary file not shown.
Binary file removed build/ant/asm-9.4.jar
Binary file not shown.
Binary file removed build/ant/asm-commons-9.4.jar
Binary file not shown.
Binary file removed build/ant/asm-tree-9.4.jar
Binary file not shown.
Binary file removed build/ant/asm-util-9.4.jar
Binary file not shown.
Loading

0 comments on commit 6557889

Please sign in to comment.