diff options
| author | Benjamin Culkin <bjculkin@focalor.home> | 2024-01-17 20:12:21 -0500 |
|---|---|---|
| committer | Benjamin Culkin <bjculkin@focalor.home> | 2024-01-17 20:12:21 -0500 |
| commit | 5ededf0d64c4b7994fb51db05c3e59ccbf905753 (patch) | |
| tree | 103e1d963b226dbf5d89dc486519b8272fd27438 /.classpath | |
Initial commit
Diffstat (limited to '.classpath')
| -rw-r--r-- | .classpath | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..4e4b2d8 --- /dev/null +++ b/.classpath @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="Sources"/> + <classpathentry combineaccessrules="false" kind="con" path="WOFramework/ERRest"/> + <classpathentry combineaccessrules="false" kind="con" path="WOFramework/ERExtensions"/> + <classpathentry combineaccessrules="false" kind="con" path="WOFramework/ERJars"/> + <classpathentry combineaccessrules="false" kind="con" path="WOFramework/ERPrototypes"/> + <classpathentry combineaccessrules="false" kind="con" path="WOFramework/ERAttributeExtension"/> + <classpathentry combineaccessrules="false" kind="con" path="WOFramework/JavaWOExtensions"/> + <classpathentry combineaccessrules="false" kind="con" path="WOFramework/WOOgnl"/> + <classpathentry combineaccessrules="false" kind="con" path="WOFramework/JavaEOAccess"/> + <classpathentry combineaccessrules="false" kind="con" path="WOFramework/JavaEOControl"/> + <classpathentry combineaccessrules="false" kind="con" path="WOFramework/JavaFoundation"/> + <classpathentry combineaccessrules="false" kind="con" path="WOFramework/JavaJDBCAdaptor"/> + <classpathentry combineaccessrules="false" kind="con" path="WOFramework/JavaWebObjects"/> + <classpathentry combineaccessrules="false" kind="con" path="WOFramework/JavaXML"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/> + <classpathentry kind="output" path="bin"/> +</classpath> |
