public
Description: Git repository of IzPack by its maintainer.
Homepage: http://izpack.org/
Clone URL: git://github.com/jponge/izpack.git
Click here to lend your support to: izpack and make a donation at www.pledgie.com !
jponge (author)
Fri Nov 06 01:05:01 -0800 2009
commit  b27f837fa0602c2322726c4fcdb838dba8e8bcda
tree    7a7589a74b19e93eeb369c6ebe6a0b2a93557606
parent  6780fb6b60c79d5629aadcd549dc5ed8e5d7b64c
izpack / .classpath
100644 30 lines (29 sloc) 0.977 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
    <classpathentry kind="src" path="src/lib">
        <attributes>
        </attributes>
    </classpathentry>
    <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
        <attributes>
        </attributes>
    </classpathentry>
    <classpathentry kind="lib" path="lib/jakarta-regexp-1.3.jar">
        <attributes>
        </attributes>
    </classpathentry>
    <classpathentry kind="lib" path="lib/ant.jar">
        <attributes>
        </attributes>
    </classpathentry>
    <classpathentry kind="src" path="src/tests">
        <attributes>
        </attributes>
    </classpathentry>
    <classpathentry sourcepath="ECLIPSE_HOME/plugins/org.eclipse.jdt.source_3.0.0/src/org.junit_3.8.1/junitsrc.zip"
                    kind="var" path="JUNIT_HOME/junit.jar">
        <attributes>
        </attributes>
    </classpathentry>
    <classpathentry kind="output" path="eclipse-bin"/>
</classpath>