Skip to content

Commit

Permalink
upgrade java wrapper attempt #2
Browse files Browse the repository at this point in the history
  • Loading branch information
checkmarx-kobi-hagmi committed May 13, 2024
1 parent e59de9c commit 608dc17
Show file tree
Hide file tree
Showing 9 changed files with 109 additions and 3 deletions.
16 changes: 16 additions & 0 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

62 changes: 62 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion checkmarx-ast-eclipse-plugin/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<classpathentry exported="true" kind="lib" path="lib/jackson-annotations-2.12.4.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jackson-core-2.12.4.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-lang3-3.12.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/ast-cli-java-wrapper-1.0.64.jar"/>
<classpathentry exported="true" kind="lib" path="lib/ast-cli-java-wrapper-2.0.9.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jackson-databind-2.13.4.2.jar"/>
<classpathentry exported="true" kind="lib" path="lib/org.eclipse.mylyn.commons.ui_3.25.2.v20200813-0821.jar"/>
<classpathentry exported="true" kind="lib" path="lib/org.apache.commons.lang_2.6.0.v20220406-2305.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion checkmarx-ast-eclipse-plugin/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Bundle-ClassPath: lib/slf4j-simple-1.7.5.jar,
lib/jackson-annotations-2.12.4.jar,
lib/jackson-core-2.12.4.jar,
lib/commons-lang3-3.12.0.jar,
lib/ast-cli-java-wrapper-1.0.64.jar,
lib/ast-cli-java-wrapper-2.0.9.jar,
lib/jackson-databind-2.13.4.2.jar,
lib/org.eclipse.mylyn.commons.ui_3.25.2.v20200813-0821.jar,
lib/org.apache.commons.lang_2.6.0.v20220406-2305.jar,
Expand Down
2 changes: 1 addition & 1 deletion checkmarx-ast-eclipse-plugin/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ bin.includes = plugin.xml,\
lib/jackson-annotations-2.12.4.jar,\
lib/jackson-core-2.12.4.jar,\
lib/commons-lang3-3.12.0.jar,\
lib/ast-cli-java-wrapper-1.0.64.jar,\
lib/ast-cli-java-wrapper-2.0.9.jar,\
lib/jackson-databind-2.13.4.2.jar,\
lib/org.eclipse.mylyn.commons.ui_3.25.2.v20200813-0821.jar,\
.,\
Expand Down
Binary file not shown.

0 comments on commit 608dc17

Please sign in to comment.