mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
Initial commit with new directory structure.
This commit is contained in:
15
.classpath
Normal file
15
.classpath
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="src" path="ui"/>
|
||||
<classpathentry kind="src" path="i18n"/>
|
||||
<classpathentry kind="src" path="test"/>
|
||||
<classpathentry kind="src" path="api"/>
|
||||
<classpathentry kind="src" path="components"/>
|
||||
<classpathentry kind="src" path="util"/>
|
||||
<classpathentry kind="src" path="installer"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
|
||||
<classpathentry kind="lib" path="lib/h2small-1.3.154.jar"/>
|
||||
<classpathentry kind="lib" path="lib/guice-3.0-no_aop.jar"/>
|
||||
<classpathentry kind="lib" path="lib/javax.inject-1.jar"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
||||
Reference in New Issue
Block a user