Update of /cvsroot/opengtoolkit/BEV
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv26847
Modified Files:
ogedit_birds_eye_view.spec
Log Message:
Fix app instance bug in LV >= 8.0x
Index: ogedit_birds_eye_view.spec
===================================================================
RCS file: /cvsroot/opengtoolkit/BEV/ogedit_birds_eye_view.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** ogedit_birds_eye_view.spec 21 Mar 2007 16:28:56 -0000 1.3
--- ogedit_birds_eye_view.spec 23 Mar 2007 06:17:15 -0000 1.4
***************
*** 1,81 ****
[Package Name]
-
Name=ogedit_birds_eye_view
-
Version=1.7
!
! Release=1
!
[Description]
-
Description="The Bird's Eye View utility allows panning and zooming of VIs block diagram and front panel."
-
Summary="Bird's Eye View"
-
License=LGPL
-
Copyright="2003 Philippe Guerit (pjm...@ya...)"
-
Distribution="OpenG Toolkit"
-
Icon=birdseyeview.bmp
-
Vendor=OpenG.org
-
URL=http://www.openg.org/tiki/tiki-index.php?page=Bird's+Eye+View
-
Packager="Philippe Guerit <pjm...@ya...>"
-
[Platform]
!
! Exclusive_LabVIEW_Version= ">=6.0"
!
! Exclusive_LabVIEW_System="All"
!
! Exclusive_OS="All"
!
!
! [Dependencies]
!
! Requires=""
!
! AutoReqProv=FALSE
!
[Script VIs]
!
PostInstall=PostInstall.vi
[Files]
-
Num File Groups=2
-
[File Group 0]
!
! Source Dir="built"
! Target Dir=<application>/resource/OpenG/Editor/
!
Replace Mode=Never
-
Num Files=3
!
! File 0=Bird's Eye View-1.6.0.llb
! File 1=Bird's Eye View-1.6.0.ini
! File 2=Bird's Eye View.txt
!
[File Group 1]
!
! Source Dir="built"
! Target Dir="<application>/project/OpenG Tools/"
!
Replace Mode=Never
!
! Num Files=1
!
! File 0=Bird's Eye View .vi
--- 1,56 ----
[Package Name]
Name=ogedit_birds_eye_view
Version=1.7
! Release=2
[Description]
Description="The Bird's Eye View utility allows panning and zooming of VIs block diagram and front panel."
Summary="Bird's Eye View"
License=LGPL
Copyright="2003 Philippe Guerit (pjm...@ya...)"
Distribution="OpenG Toolkit"
Icon=birdseyeview.bmp
Vendor=OpenG.org
URL=http://www.openg.org/tiki/tiki-index.php?page=Bird's+Eye+View
Packager="Philippe Guerit <pjm...@ya...>"
[Platform]
! Exclusive_LabVIEW_Version=>=6.0
! Exclusive_LabVIEW_System=All
! Exclusive_OS=All
[Script VIs]
! Source Dir=""
! PreInstall=""
PostInstall=PostInstall.vi
+ PreUninstall=""
+ PostUninstall=""
+ Verify=""
+ PreBuild=""
+ PostBuild=""
+ [Dependencies]
+ AutoReqProv=FALSE
+ Requires=""
+ Conflicts=""
[Files]
Num File Groups=2
[File Group 0]
! Source Dir=built
! Target Dir=<resource>/OpenG/Editor
Replace Mode=Never
Num Files=3
! File 0="Bird's Eye View-1.6.0.llb"
! File 1="Bird's Eye View-1.6.0.ini"
! File 2="Bird's Eye View.txt"
[File Group 1]
! Source Dir=built
! Target Dir="<project>/OpenG Tools"
Replace Mode=Never
! Num Files=2
! File 0="Bird's Eye View .vi"
! File 1="_BEV Stub.vi"
|