summaryrefslogtreecommitdiffstats
path: root/simple/PREBUILT
diff options
context:
space:
mode:
Diffstat (limited to 'simple/PREBUILT')
-rw-r--r--simple/PREBUILT11
1 files changed, 4 insertions, 7 deletions
diff --git a/simple/PREBUILT b/simple/PREBUILT
index f69b00b..884863e 100644
--- a/simple/PREBUILT
+++ b/simple/PREBUILT
@@ -1,8 +1,5 @@
-The objects in this prebuilt directory can be rebuilt
-using the archive
-
-http://www.simpleframework.org/download/download.php?version=6.0.1&package=simple-6.0.1.tar.gz
-
-An then doing:
+Prebuilts (simple-common-6.0.1.jar, simple-http-6.0.1.jar, simple-transport-6.0.1.jar) can be rebuilt by using the following command lines:
mvn install
-
+cp simple-http/target/simple-http-6.0.1.jar simple-http-6.0.1.jar
+cp simple-common/target/simple-common-6.0.1.jar simple-common-6.0.1.jar
+cp simple-transport/target/simple-transport-6.0.1.jar simple-transport-6.0.1.jar