From: Daniel Stenberg Date: Mon, 10 Sep 2001 12:15:17 +0000 (+0000) Subject: updated to allow separate packaging X-Git-Tag: curl-7_9~64 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b747408f9eec0e845d82ca670ea3ae9f0a0cc125;p=thirdparty%2Fcurl.git updated to allow separate packaging --- diff --git a/java/MANIFEST b/java/MANIFEST new file mode 100644 index 0000000000..6e27b66155 --- /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 3989009895..5274bb2fa0 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.