annotate SampleProject/.classpath @ 21:e1a9127a7d57

add sample code for writing into LDAP
author Dirk Olmes <dirk.olmes@codedo.de>
date Tue, 25 Oct 2016 14:56:08 +0000
parents 0724916c0d6c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
0724916c0d6c added sample java project
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
0724916c0d6c added sample java project
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
2 <classpath>
0724916c0d6c added sample java project
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
3 <classpathentry kind="src" path="src"/>
0724916c0d6c added sample java project
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
0724916c0d6c added sample java project
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
5 <classpathentry kind="output" path="classes"/>
0724916c0d6c added sample java project
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
6 </classpath>