Changeset 2126
- Timestamp:
- Nov 8, 2013, 4:43:09 PM (9 years ago)
- Location:
- plugins/base1/se.lu.onk.VirtualArray/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/base1/se.lu.onk.VirtualArray/trunk/README
r996 r2126 8 8 are a descending integer sequence starting from -1. 9 9 10 `se.lu.onk.VirtualArray` is free software. See the file license.txt11 for copying conditions.10 `se.lu.onk.VirtualArray` is open source software. See the file 11 license.txt for copying conditions. 12 12 13 The package was created by Johan Enell and is currently maintained by 14 Jari Häkkinen. 13 The package was created by Johan Enell. 15 14 16 15 … … 24 23 == Installation and upgrade == 25 24 26 ''This plug-in is only tested in BASE 2.10through the27 Base1PluginExecuter but is expected towork also in BASE25 ''This plug-in is only tested in BASE through the 26 Base1PluginExecuter and may work also in BASE 28 27 1.2.17. Please report failure or success in BASE 1.2 through 29 28 http://baseplugins.thep.lu.se. These installation instructions only 30 29 describe how to get the plug-in to work with the Base1PluginExecuter 31 in the latest BASE version 2.''30 in the latest BASE version 3.2.x version.'' 32 31 33 32 If you downloaded a binary package you only need to follow these … … 64 63 /path/to/base/plugins/VirtualArray/run. How this string looks 65 64 like depends on your plug-in directory structure. 66 # Test the plug-ins and when you are satisfied, share it to your 67 users. 65 # Create a formula (not needed when you upgrade): 66 - Go to View -> Formulas page and click on the New button. 67 - In the popup window enter the following information: 68 Name: reporter 69 Expressions: rep('id') 70 Value type: Integer 71 Avg. method: None 72 // All other parameters can be left at their default values. 73 - Save. 74 # Test the plug-in and when you are satisfied, share the plug-in and 75 formula to your users. 68 76 }}} 69 77 … … 124 132 ---------------------------------------------------------------------- 125 133 {{{ 126 Copyright (C) 2008, 2009 Jari Häkkinen134 Copyright (C) 2008, 2009, 2013 Jari Häkkinen 127 135 128 136 This file is part of the se.lu.onk.VirtualArray plug-in for -
plugins/base1/se.lu.onk.VirtualArray/trunk/build.xml
r996 r2126 40 40 1.0, 1.1, 1.2pre 41 41 --> 42 <property name="version" value="1. 1" />42 <property name="version" value="1.2" /> 43 43 44 44 <property name="basefilejar" value="BaseFile" />
Note: See TracChangeset
for help on using the changeset viewer.