diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..0fb79cf --- /dev/null +++ b/.classpath @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..731eb43 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/target/ +/.settings/ diff --git a/.project b/.project new file mode 100644 index 0000000..2acd4d0 --- /dev/null +++ b/.project @@ -0,0 +1,23 @@ + + + event-bus + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.m2e.core.maven2Builder + + + + + + org.eclipse.jdt.core.javanature + org.eclipse.m2e.core.maven2Nature + + diff --git a/LICENSE b/LICENSE index 204b93d..545bb42 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -MIT License Copyright (c) +MIT License Copyright (c) 2020 Kai S. K. Engelbart Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..1916afc --- /dev/null +++ b/pom.xml @@ -0,0 +1,19 @@ + + 4.0.0 + + dev.kske + event-bus + 0.0.1-SNAPSHOT + + Event Bus + https://git.kske.dev/zdm/event-bus + + + UTF-8 + UTF-8 + 11 + 11 + + \ No newline at end of file