Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
BenAlvo1 committed Apr 25, 2024
1 parent 93f93cc commit b2e38ca
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion checkmarx-ast-eclipse-plugin/.classpath
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
Expand All @@ -22,4 +22,8 @@
<classpathentry exported="true" kind="lib" path="lib/org-eclipse-mylyn-commons-core.jar"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="target/classes"/>
<accessrules>
<accessrule kind="accessible" pattern="**/org.eclipse.e4.core.contexts/**"/>
<accessrule kind="accessible" pattern="**/org.eclipse.e4.ui.workbench/**"/>
</accessrules>
</classpath>

0 comments on commit b2e38ca

Please sign in to comment.