|
From: <jk...@us...> - 2009-07-11 18:59:34
|
Revision: 984
http://opengtoolkit.svn.sourceforge.net/opengtoolkit/?rev=984&view=rev
Author: jkring
Date: 2009-07-11 18:59:31 +0000 (Sat, 11 Jul 2009)
Log Message:
-----------
Renamed exclused_vis.txt to excluded_vis.txt; changed package version to 3.0.0; re-enabled running of tests before build; changed SVN command-line call to be more flexible in how it invokes the svn command-line; removed 7.x VIs since these are now part of main sources.
Modified Paths:
--------------
trunk/array/build rules/package.ogpb
trunk/array/build support/Pre Build Utility - Run Unit Tests.vi
trunk/array/build support/Pre-Post Build.vi
trunk/array/build support/Update OpenG Tags.llb
Added Paths:
-----------
trunk/array/tests/excluded_vis.txt
Removed Paths:
-------------
trunk/array/source 7.x/
trunk/array/tests/exclused_vis.txt
Modified: trunk/array/build rules/package.ogpb
===================================================================
--- trunk/array/build rules/package.ogpb 2009-07-02 19:11:42 UTC (rev 983)
+++ trunk/array/build rules/package.ogpb 2009-07-11 18:59:31 UTC (rev 984)
@@ -2,7 +2,7 @@
Name=oglib_array
-Version=2.7
+Version=3.0.0
Release=1
@@ -37,7 +37,7 @@
[Platform]
-Exclusive_LabVIEW_Version=>=6.1
+Exclusive_LabVIEW_Version=>=8.2
Exclusive_LabVIEW_System=All
@@ -46,7 +46,7 @@
[Files]
-Num File Groups=6
+Num File Groups=5
[File Group 0]
@@ -64,21 +64,6 @@
[File Group 1]
-Exclusive_LabVIEW_Version=>=7.0
-
-Source Dir="../source 7.x"
-
-Target Dir="<OpenG.lib>/array/array.llb/"
-
-Replace Mode=Always
-
-Num Files=1
-
-File 0=*
-
-
-[File Group 2]
-
Source Dir="../source"
Target Dir="<user.lib>/_dynamicpalette_dirs/arrclust"
@@ -90,7 +75,7 @@
File 0=oglib_array.mnu
-[File Group 3]
+[File Group 2]
Source Dir="../source"
@@ -103,7 +88,7 @@
File 0=oglib_array.mnu
-[File Group 4]
+[File Group 3]
Source Dir=../built/help
@@ -116,7 +101,7 @@
File 0=*.*
-[File Group 5]
+[File Group 4]
Source Dir=../examples
Target Dir=<application>/examples/OpenG/array
Modified: trunk/array/build support/Pre Build Utility - Run Unit Tests.vi
===================================================================
(Binary files differ)
Modified: trunk/array/build support/Pre-Post Build.vi
===================================================================
(Binary files differ)
Modified: trunk/array/build support/Update OpenG Tags.llb
===================================================================
(Binary files differ)
Copied: trunk/array/tests/excluded_vis.txt (from rev 983, trunk/array/tests/exclused_vis.txt)
===================================================================
--- trunk/array/tests/excluded_vis.txt (rev 0)
+++ trunk/array/tests/excluded_vis.txt 2009-07-11 18:59:31 UTC (rev 984)
@@ -0,0 +1,3 @@
+VI Tree - array.vi
+VI Tree - xxx- Files.vi
+Sort 2D Array.vi
\ No newline at end of file
Deleted: trunk/array/tests/exclused_vis.txt
===================================================================
--- trunk/array/tests/exclused_vis.txt 2009-07-02 19:11:42 UTC (rev 983)
+++ trunk/array/tests/exclused_vis.txt 2009-07-11 18:59:31 UTC (rev 984)
@@ -1,2 +0,0 @@
-VI Tree - array.vi
-Sort 2D Array.vi
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|