diff options
-rw-r--r-- | java/MANIFEST | 9 | ||||
-rw-r--r-- | java/README | 2 |
2 files changed, 11 insertions, 0 deletions
diff --git a/java/MANIFEST b/java/MANIFEST new file mode 100644 index 000000000..6e27b6615 --- /dev/null +++ b/java/MANIFEST @@ -0,0 +1,9 @@ +CurlGlue.h +CurlGlue.java +CurlWrite.java +define2java.pl +javacurl.c +Makefile +README +test.java +MANIFEST diff --git a/java/README b/java/README index 398900989..5274bb2fa 100644 --- a/java/README +++ b/java/README @@ -13,3 +13,5 @@ stuff supported. The interface is not set yet, bring your suggestions! Feel free to grab the source files in here and help out! + + The 'test.java' is the actual program that uses the curl stuff. |