Skip to content

Commit

Permalink
Merge pull request #162 from lglowania/add_java11_support
Browse files Browse the repository at this point in the history
Add java11 support
  • Loading branch information
ivmarkov committed Sep 23, 2020
2 parents f791609 + 58c6e1a commit be4f2e1
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions com.github.sdbg.debug.core/.classpath
Expand Up @@ -5,5 +5,9 @@
<classpathentry kind="src" path="src/"/>
<classpathentry exported="true" kind="lib" path="lib/json.jar"/>
<classpathentry exported="true" kind="lib" path="lib/weberknecht-0.1.5.jar"/>
<classpathentry exported="true" kind="lib" path="lib/javax.activation-api-1.2.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jaxb-api-2.3.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jaxb-core-2.3.0.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jaxb-impl-2.3.2.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
6 changes: 5 additions & 1 deletion com.github.sdbg.debug.core/META-INF/MANIFEST.MF
Expand Up @@ -21,4 +21,8 @@ Export-Package: com.github.sdbg.core,
org.json
Bundle-ClassPath: .,
lib/json.jar,
lib/weberknecht-0.1.5.jar
lib/weberknecht-0.1.5.jar,
lib/javax.activation-api-1.2.0.jar,
lib/jaxb-api-2.3.1.jar,
lib/jaxb-core-2.3.0.1.jar,
lib/jaxb-impl-2.3.2.jar
4 changes: 4 additions & 0 deletions com.github.sdbg.debug.core/build.properties
Expand Up @@ -8,4 +8,8 @@ bin.includes = META-INF/,\
schema/,\
lib/weberknecht-0.1.5.jar,\
lib/json.jar,\
lib/javax.activation-api-1.2.0.jar,\
lib/jaxb-api-2.3.1.jar,\
lib/jaxb-core-2.3.0.1.jar,\
lib/jaxb-impl-2.3.2.jar,\
.options
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit be4f2e1

Please sign in to comment.