mirror of
https://github.com/zxing/zxing.git
synced 2025-01-15 05:07:26 -08:00
11 lines
439 B
Plaintext
11 lines
439 B
Plaintext
|
<?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="lib" path="gwt-user.jar"/>
|
||
|
<classpathentry kind="lib" path="gwt.jar"/>
|
||
|
<classpathentry kind="var" path="JUNIT_HOME/junit.jar"/>
|
||
|
<classpathentry kind="lib" path="libs/gwt-incubator.jar"/>
|
||
|
<classpathentry kind="output" path="bin"/>
|
||
|
</classpath>
|