File tree 3 files changed +31
-16
lines changed
3 files changed +31
-16
lines changed Original file line number Diff line number Diff line change 5
5
PackageName=graphviz-treevisualize
6
6
7
7
# Version (required)
8
- Version=2018.5 .13
8
+ Version=2022.4 .13
9
9
10
10
#Date (year-month-day)
11
- Date=2018-05 -13
11
+ Date=2022-04 -13
12
12
13
13
# Title (required)
14
14
Title=GraphViz visualization and export
@@ -29,7 +29,7 @@ License=GPL 3.0
29
29
Description=Allows visualization (and export) of trees (eg generated by J48) as generated by GraphViz.
30
30
31
31
# Package URL for obtaining the package archive (required)
32
- PackageURL=https://github.com/fracpete/graphviz-treevisualize-weka-package/releases/download/v2018.5 .13/graphviz-treevisualize-2018.5 .13.zip
32
+ PackageURL=https://github.com/fracpete/graphviz-treevisualize-weka-package/releases/download/v2022.4 .13/graphviz-treevisualize-2022.4 .13-3.9.x .zip
33
33
34
34
# URL for further information
35
35
URL=https://github.com/fracpete/graphviz-treevisualize-weka-package
@@ -41,7 +41,7 @@ Enhances=
41
41
Related=
42
42
43
43
# Dependencies (format: packageName (equality/inequality version_number)
44
- Depends=weka (>=3.9.1|>=3.8.1 )
44
+ Depends=weka (>=3.9.1)
45
45
46
46
# Message to display in installation. Can be used to provide
47
47
# special instructions (e.g. manual stuff needed to complete
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ Additional options for the executable can be specified with the
40
40
Explanation of parameters:
41
41
42
42
* ` Executable ` -- the path to the executable, if not on the system path
43
- * ` AdditionalOptions ` -- additional options to use, like output format
44
- * ` ImageExtension ` -- the image extension to use
43
+ * ` AdditionalOptions ` -- additional options to supply to the ` dot ` executable
44
+ * ` ImageExtension ` -- comma-separated list of image extensions to offer in the save dialog
45
45
* ` Debug ` -- whether to output debugging information
46
46
* ` CleanUpTempFiles ` -- whether to clean up temporary files
47
47
* ` DialogWidth ` -- the default width of the dialog displaying the graph
Original file line number Diff line number Diff line change @@ -10,29 +10,44 @@ Preparation
10
10
2017.3.3-SNAPSHOT
11
11
```
12
12
13
- * Update the version, date and URL in ` Description.props ` to reflect new
14
- version, e.g.:
13
+ * Update the version and date in ` Description.props ` to reflect new version:
15
14
16
15
```
17
16
Version=2017.3.3
18
17
Date=2017-03-03
19
- PackageURL=https://github.com/fracpete/graphviz-treevisualize-weka-package/releases/download/v2017.3.3/graphviz-treevisualize-2017.3.3.zip
20
18
```
21
19
22
20
Weka package
23
21
------------
24
22
25
23
* Commit/push all changes
26
24
27
- * Run the following command to generate the package archive for version ` 2017.3.3 ` :
28
-
29
- ```
30
- ant -f build_package.xml -Dpackage=graphviz-treevisualize-2017.3.3 clean make_package
31
- ```
25
+ * For both, 3.8 and 3.9, do:
26
+
27
+ * Update Weka version in ` Depends ` and ` PackageURL ` suffix (` -3.8.x ` or ` -3.9.x ` ):
28
+
29
+ ```
30
+ PackageURL=https://github.com/fracpete/graphviz-treevisualize-weka-package/releases/download/v2017.3.3/graphviz-treevisualize-2017.3.3-3.8.x.zip
31
+ Depends=weka (>=3.8.1)
32
+ ```
33
+
34
+ ```
35
+ PackageURL=https://github.com/fracpete/graphviz-treevisualize-weka-package/releases/download/v2017.3.3/graphviz-treevisualize-2017.3.3-3.9.x.zip
36
+ Depends=weka (>=3.9.1)
37
+ ```
38
+
39
+ * Run the following command to generate the package archive for version `2017.3.3`:
40
+
41
+ ```
42
+ ant -f build_package.xml -Dpackage=graphviz-treevisualize-2017.3.3 clean make_package
43
+ ```
44
+
45
+ * Collect `.zip` file from `dist` directory and add appropriate suffix (`-3.8.x` or `-3.9.x`)
32
46
33
47
* Create a release tag on github (v2017.3.3)
34
- * add release notes
35
- * upload package archive from ` dist `
48
+ * Add release notes
49
+ * Upload collected package archives for 3.8.x and 3.9.x
50
+ * Update download link in README.md
36
51
37
52
38
53
Maven
You can’t perform that action at this time.
0 commit comments