Revision 6
Added by Willibald K. about 9 years ago
.classpath | ||
---|---|---|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
<classpath> |
|
3 |
<classpathentry kind="src" path="src"/> |
|
4 |
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> |
|
5 |
<classpathentry kind="lib" path="libraries/antlr-3.4-complete.jar"/> |
|
6 |
<classpathentry kind="lib" path="libraries/protobuf.jar"/> |
|
7 |
<classpathentry kind="lib" path="libraries/jna-4.0.0.jar"/> |
|
8 |
<classpathentry kind="lib" path="libraries/jna-platform-4.0.0.jar"/> |
|
9 |
<classpathentry kind="lib" path="libraries/ecj-4.4.2.jar"/> |
|
10 |
<classpathentry kind="output" path="bin"/> |
|
11 |
</classpath> |
|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
<classpath> |
|
3 |
<classpathentry kind="src" path="src"/> |
|
4 |
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> |
|
5 |
<classpathentry kind="lib" path="libraries/antlr-3.4-complete.jar"/> |
|
6 |
<classpathentry kind="lib" path="libraries/protobuf.jar"/> |
|
7 |
<classpathentry kind="lib" path="libraries/jna-4.0.0.jar"/> |
|
8 |
<classpathentry kind="lib" path="libraries/jna-platform-4.0.0.jar"/> |
|
9 |
<classpathentry kind="lib" path="libraries/ecj-4.5.jar"/> |
|
10 |
<classpathentry kind="output" path="bin"/> |
|
11 |
</classpath> |
Also available in: Unified diff
adding methods to query types for their number of elements, fixing an issue with the ActionPrinter