From: Jim K. <jk...@us...> - 2005-11-08 19:38:42
|
Update of /cvsroot/opengtoolkit/array In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11715 Modified Files: array.ogbld array.spec build array.vi Log Message: relinked to new package builder API Index: build array.vi =================================================================== RCS file: /cvsroot/opengtoolkit/array/build array.vi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsSHG3Qt and /tmp/cvseqljVN differ Index: array.spec =================================================================== RCS file: /cvsroot/opengtoolkit/array/array.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** array.spec 3 Feb 2005 17:29:52 -0000 1.6 --- array.spec 8 Nov 2005 19:38:34 -0000 1.7 *************** *** 1,59 **** [Package Name] - Name=oglib_array ! ! Version=2.4alpha ! Release=1 - [Description] - Description="The array package contains several routines for operating on array data." - Summary="OpenG Array Tools" - License=LGPL ! ! Copyright="2002 Cal-Bay Systems, Inc., Jim Kring" ! Distribution="OpenG Toolkit" - Icon=array.bmp - Vendor=OpenG.org - URL=http://opengtoolkit.sourceforge.net/array - Packager="Jim Kring <ji...@ji...>" - - [Dependencies] - - Requires="ogrsc_dynamicpalette >= 2.0, oglib_error >= 2.0, oglib_string >= 2.0, oglib_lvdata >= 2.0" - - AutoReqProv=FALSE - - [Platform] ! ! Exclusive_LabVIEW_Version= >=6.0 ! Exclusive_LabVIEW_System=All - Exclusive_OS=All ! [Files] ! ! Num File Groups=2 [File Group 0] ! ! Source Dir="built/array" ! ! Target Dir=<user.lib>/_OpenG.lib/array ! Replace Mode=Always --- 1,44 ---- [Package Name] Name=oglib_array ! Version=2.5alpha Release=1 [Description] Description="The array package contains several routines for operating on array data." Summary="OpenG Array Tools" License=LGPL ! Copyright="2002-2005 Cal-Bay Systems, Inc., Jim Kring" Distribution="OpenG Toolkit" Icon=array.bmp Vendor=OpenG.org URL=http://opengtoolkit.sourceforge.net/array Packager="Jim Kring <ji...@ji...>" [Platform] ! Exclusive_LabVIEW_Version=>=6.1 Exclusive_LabVIEW_System=All Exclusive_OS=All + [Script VIs] + Source Dir="" + PreInstall="" + PostInstall="" + PreUninstall="" + PostUninstall="" + Verify="" + PreBuild="" + PostBuild="" ! [Dependencies] ! AutoReqProv=FALSE ! Requires=ogrsc_dynamicpalette>=2.0,oglib_error>=2.0,oglib_string>=2.0,oglib_lvdata>=2.0 ! Conflicts="" + [Files] + Num File Groups=3 [File Group 0] ! Source Dir=built/array ! Target Dir=<OpenG.lib>/array Replace Mode=Always *************** *** 183,194 **** [File Group 1] - Source Dir="Dynamic Palette MNUs" ! ! Target Dir="<user.lib>/_dynamicpalette_dirs/arrclust" ! Replace Mode=Always - Num Files=1 ! File 0=oglib_array.mnu \ No newline at end of file --- 168,181 ---- [File Group 1] Source Dir="Dynamic Palette MNUs" ! Target Dir=<user.lib>/_dynamicpalette_dirs/arrclust Replace Mode=Always Num Files=1 + File 0=oglib_array.mnu ! [File Group 2] ! Source Dir="Dynamic Palette MNUs" ! Target Dir=<user.lib>/_dynamicpalette_dirs/OpenG ! Replace Mode=Always ! Num Files=1 ! File 0=oglib_array.mnu Index: array.ogbld =================================================================== RCS file: /cvsroot/opengtoolkit/array/array.ogbld,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** array.ogbld 3 Feb 2005 02:10:56 -0000 1.1 --- array.ogbld 8 Nov 2005 19:38:34 -0000 1.2 *************** *** 11,15 **** # an absolute path, or a path relative to the Project Root="" Source Root=source - # Overwrite Existing Files specifies whether to overwrite="" # files in the build location. This is an optional. If it="" --- 11,14 ---- *************** *** 31,35 **** # any keyname for Top Level VIs. Keynames for this section="" # are arbitrary.="" ! File Format Version=1.0.0-alpha4 Log Dir=build_support Log File="" --- 30,34 ---- # any keyname for Top Level VIs. Keynames for this section="" # are arbitrary.="" ! File Format Version=1.0.1 Log Dir=build_support Log File="" *************** *** 54,57 **** --- 53,58 ---- RemovePolyVIsAndTypedefs=FALSE Allow CBVI & Build Hierarchy Overlap=FALSE + Namespace Convention=0 + Call-Back VI 1="build_support/Call-Back VI - Rem namespace from Window Title.vi" [Top Level VIs] ###########################################################="" *************** *** 75,79 **** Convert Target to LLB=FALSE Convert Target to EXE=FALSE ! Remove Diagrams=FALSE Default Destination=FALSE Apply New Password="" --- 76,80 ---- Convert Target to LLB=FALSE Convert Target to EXE=FALSE ! Save Level=0 Default Destination=FALSE Apply New Password="" |