[Poet-commit] SF.net SVN: poet:[53] trunk/starkit
Brought to you by:
mercurio
|
From: <mer...@us...> - 2008-11-16 23:15:20
|
Revision: 53
http://poet.svn.sourceforge.net/poet/?rev=53&view=rev
Author: mercurio
Date: 2008-11-16 23:15:17 +0000 (Sun, 16 Nov 2008)
Log Message:
-----------
Fixed version in starkit
Modified Paths:
--------------
trunk/starkit/Poet.kit
trunk/starkit/main.tcl
Modified: trunk/starkit/Poet.kit
===================================================================
(Binary files differ)
Modified: trunk/starkit/main.tcl
===================================================================
--- trunk/starkit/main.tcl 2008-11-16 22:52:04 UTC (rev 52)
+++ trunk/starkit/main.tcl 2008-11-16 23:15:17 UTC (rev 53)
@@ -7,12 +7,13 @@
# unless POET_TIER is already set. We also run the demo.
# If run standalone, not only do we demo but we also install!
# PJM 2008-01-03 Updated for Poet2.1
+# PJM 2008-11-16 Updated for Poet2.2
#
package require starkit
set sk [starkit::startup]
-starkit::autoextend [file join $starkit::topdir poet2.1]
-set ::env(POET_BINARY) [file join $starkit::topdir poet2.1]
-set ::env(POET_LIBRARY) [file join $starkit::topdir poet2.1]
+starkit::autoextend [file join $starkit::topdir poet2.2]
+set ::env(POET_BINARY) [file join $starkit::topdir poet2.2]
+set ::env(POET_LIBRARY) [file join $starkit::topdir poet2.2]
switch $sk {
starkit -
@@ -53,8 +54,8 @@
source [file join $::instmiscDir installer.tcl]
# This looks wrong, but Configure finds the right .dll/.so files
::PoetInstaller::Configure $::Poet::library \
- [file join $::Poet::library Poet21] \
- [file join $::Poet::library libPoet2.1] \
+ [file join $::Poet::library Poet22] \
+ [file join $::Poet::library libPoet2.2] \
[file join $starkit::topdir html] \
$::instmiscDir
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|