Modified:
branches/Dongle-1.1/Build.lua
Log:
* Updated build script to pull correct DongleUnitTests
Modified: branches/Dongle-1.1/Build.lua
==============================================================================
--- branches/Dongle-1.1/Build.lua (original)
+++ branches/Dongle-1.1/Build.lua Mon Nov 12 12:06:06 2007
@@ -98,7 +98,7 @@
end
print("* Exporting DongleUnitTests into the zipped copy")
-local err = os.execute("svn export
https://dongle.googlecode.com/svn/branches/DongleUnitTests " .. version .. "/DongleUnitTests")
+local err = os.execute("svn export
https://dongle.googlecode.com/svn/branches/DongleUnitTests-1.1 " .. version .. "/DongleUnitTests")
print("\n\nNow you should be able to import this tab by doing:")
print(string.format("svn import %s/
https://dongle.googlecode.com/svn/tags/%s/", version, version))