From: Jim K. <jk...@us...> - 2007-02-17 02:19:03
|
Update of /cvsroot/opengtoolkit/rename_folder_of_vis/build rules In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv20126/build rules Modified Files: build.ogbld package.ogpb Added Files: revision.ini Log Message: cleaned up Index: build.ogbld =================================================================== RCS file: /cvsroot/opengtoolkit/rename_folder_of_vis/build rules/build.ogbld,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** build.ogbld 16 Feb 2007 23:07:28 -0000 1.1 --- build.ogbld 17 Feb 2007 02:18:54 -0000 1.2 *************** *** 1,9 **** [General] ! Namespace=RenameFolderOfVIs Build Root=built/LLB Overwrite Existing Files=TRUE File Format Version=1.0.2 ! Project Root=".." ! Source Root="source" Log Dir="" Log File="" --- 1,9 ---- [General] ! Namespace=RFOV Build Root=built/LLB Overwrite Existing Files=TRUE File Format Version=1.0.2 ! Project Root=.. ! Source Root=source Log Dir="" Log File="" *************** *** 22,28 **** Call Pre-Build VI="" Call Post-Build VI="" ! Revision File="" ! Version VI Name="" ! Version Ctrl Name="" Apply New Password="" RemovePolyVIsAndTypedefs=FALSE --- 22,28 ---- Call Pre-Build VI="" Call Post-Build VI="" ! Revision File="build rules/revision.ini" ! Version VI Name=RFOVIs--GetVersion.vi ! Version Ctrl Name="Version Info" Apply New Password="" RemovePolyVIsAndTypedefs=FALSE *************** *** 36,39 **** --- 36,40 ---- [Dynamic VIs] + DynVI 1=support/RFOVIs--GetVersion.vi [Exclude Lib Dirs from Build] *************** *** 42,47 **** [Destination 1] Source Dir="" ! Target Dir=rename_folder_of_vis.llb ! Convert Target to LLB=TRUE Convert Target to EXE=FALSE Save Level=0 --- 43,59 ---- [Destination 1] Source Dir="" ! Target Dir="" ! Convert Target to LLB=FALSE ! Convert Target to EXE=FALSE ! Save Level=0 ! Default Destination=FALSE ! Apply New Password="" ! Namespace="" ! Debug Level=0 ! ! [Destination 2] ! Source Dir=support ! Target Dir=_rename_folder_of_vis ! Convert Target to LLB=FALSE Convert Target to EXE=FALSE Save Level=0 *************** *** 51,52 **** --- 63,69 ---- Debug Level=0 + [VI Property - Rename_Folder_of_VIs.vi] + Save Level=-1 + FP.Title="Rename Folder of VIs" + Exec.RunOnOpen=True + Index: package.ogpb =================================================================== RCS file: /cvsroot/opengtoolkit/rename_folder_of_vis/build rules/package.ogpb,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** package.ogpb 16 Feb 2007 23:10:54 -0000 1.2 --- package.ogpb 17 Feb 2007 02:18:54 -0000 1.3 *************** *** 40,50 **** [Files] ! Num File Groups=1 [File Group 0] ! Source Dir=../built/LLB ! Target Dir=<application>/wizard Replace Mode=Always --- 40,65 ---- [Files] ! Num File Groups=2 [File Group 0] ! Source Dir="../built/LLB" ! Target Dir="<application>/wizard" ! ! Replace Mode=Always ! ! Num Files=2 ! ! File 0="*" ! File 1="_rename_folder_of_vis/*" ! ! ! [File Group 1] ! ! Exclusive_LabVIEW_Version=>=8.0 ! ! Source Dir="../source 8.x" ! Target Dir="<application>/wizard/_rename_folder_of_vis" Replace Mode=Always *************** *** 52,54 **** Num Files=1 ! File 0=rename_folder_of_vis.llb --- 67,69 ---- Num Files=1 ! File 0="Open Application Reference__RFOV.vi" --- NEW FILE: revision.ini --- [build.ogbld] Version=1.6 Build_Number=17 Build_Date="2/16/2007 4:53:11 PM" Status=OK Warnings=0 Log_File="/D/Projects/OpenG/opengtoolkit/CVS_Folders/rename_folder_of_vis/build rules/build.log" |