diff options
author | Matěj Cepl <mcepl@redhat.com> | 2008-09-29 16:47:09 +0200 |
---|---|---|
committer | Matej Cepl <mcepl@redhat.com> | 2008-09-29 16:47:09 +0200 |
commit | 77e92ffc31479022f2ab7c138f5f0e949f279d6a (patch) | |
tree | 4a851d4e46ac51abbd5143a5e72856e64094672f | |
parent | ae6521930778b376ea061f44771580a4e8890289 (diff) | |
download | imapArch-77e92ffc31479022f2ab7c138f5f0e949f279d6a.tar.gz |
Make @INC to Eclipse
-rw-r--r-- | .includepath | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/.includepath b/.includepath index 6dc9943..b0aa2aa 100644 --- a/.includepath +++ b/.includepath @@ -1,3 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> -<includepath /> +<includepath> + <includepathentry path="/usr/lib/perl5/5.10.0/i386-linux-thread-multi" /> + <includepathentry path="/usr/lib/perl5/5.10.0" /> + <includepathentry path="/usr/local/lib/perl5/site_perl/5.10.0/i386-linux-thread-multi" /> + <includepathentry path="/usr/local/lib/perl5/site_perl/5.10.0" /> + <includepathentry path="/usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi" /> + <includepathentry path="/usr/lib/perl5/vendor_perl/5.10.0" /> + <includepathentry path="/usr/lib/perl5/vendor_perl" /> + <includepathentry path="/usr/local/lib/perl5/site_perl" /> + <includepathentry path="/usr/lib/perl5/site_perl" /> + <includepathentry path="." /> +</includepath> |