Put back the variable NSC_RELEASE_NAME in the wscript; it is read by the download script in allinone.
authorGustavo J. A. M. Carneiro <gjc@inescporto.pt>
Mon, 12 Jan 2009 11:25:51 +0000
changeset 4078 af7080be99d4
parent 4077 d2e461e575f4
child 4080 03e024533100
Put back the variable NSC_RELEASE_NAME in the wscript; it is read by the download script in allinone.
src/internet-stack/wscript
--- a/src/internet-stack/wscript	Sun Jan 11 23:26:34 2009 +0000
+++ b/src/internet-stack/wscript	Mon Jan 12 11:25:51 2009 +0000
@@ -7,6 +7,10 @@
 import Utils
 import Task
 
+# Required NSC version
+NSC_RELEASE_NAME = "nsc-0.5.0"
+
+
 def set_options(opt):
     opt.add_option('--with-nsc',
                    help=('Use Network Simulation Cradle, given by the indicated path,'