diff options
author | Julian T <julian@jtle.dk> | 2020-09-15 18:51:31 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2020-09-15 18:51:31 +0200 |
commit | 4bfbc29c7ea0b711f96346deb25dde0b2298ecde (patch) | |
tree | a2df2df4da19fe2ffe6527efc2c3917e009f4d3a /sem5/oop/m4/shapes/.classpath | |
parent | 8cc618ebc9fa9dbcf04b17a9d8e23ba1281b419e (diff) |
Added more oop assignments
Diffstat (limited to 'sem5/oop/m4/shapes/.classpath')
-rw-r--r-- | sem5/oop/m4/shapes/.classpath | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sem5/oop/m4/shapes/.classpath b/sem5/oop/m4/shapes/.classpath new file mode 100644 index 0000000..fb50116 --- /dev/null +++ b/sem5/oop/m4/shapes/.classpath @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="output" path="bin"/> +</classpath> |