]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
updated to allow separate packaging
authorDaniel Stenberg <daniel@haxx.se>
Mon, 10 Sep 2001 12:15:17 +0000 (12:15 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 10 Sep 2001 12:15:17 +0000 (12:15 +0000)
java/MANIFEST [new file with mode: 0644]
java/README

diff --git a/java/MANIFEST b/java/MANIFEST
new file mode 100644 (file)
index 0000000..6e27b66
--- /dev/null
@@ -0,0 +1,9 @@
+CurlGlue.h
+CurlGlue.java
+CurlWrite.java
+define2java.pl
+javacurl.c
+Makefile
+README
+test.java
+MANIFEST
index 3989009895a271ee564e096187f20f998225ab42..5274bb2fa08392259aebb7ab8370657080485a52 100644 (file)
@@ -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.