annotate src/portaudio_20140130/bindings/java/jportaudio/.classpath @ 160:cff480c41f97
Add some cross-platform Boost headers
| author |
Chris Cannam <cannam@all-day-breakfast.com> |
| date |
Sat, 16 Feb 2019 16:31:25 +0000 |
| parents |
e3d5853d5918 |
| children |
|
| rev |
line source |
|
cannam@124
|
1 <?xml version="1.0" encoding="UTF-8"?>
|
|
cannam@124
|
2 <classpath>
|
|
cannam@124
|
3 <classpathentry kind="src" path="src"/>
|
|
cannam@124
|
4 <classpathentry kind="src" path="jtests"/>
|
|
cannam@124
|
5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
|
cannam@124
|
6 <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
|
|
cannam@124
|
7 <classpathentry kind="output" path="bin"/>
|
|
cannam@124
|
8 </classpath>
|