Skip to content

Commit

Permalink
first version of graph-jfreechart + frequency graph feature
Browse files Browse the repository at this point in the history
  • Loading branch information
gesande committed Mar 19, 2018
1 parent 2d2b854 commit 2ac11da
Show file tree
Hide file tree
Showing 39 changed files with 2,212 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ public class BuildPlugin implements Plugin<Project> {
'bytes-to-string:continous',
'as-expected:continous',
'statistics-valueprovider:continous',
'graph-jfreechart:continous',
'exportAntBuildFile',
'aggregateTestReport',
'aggregateJDependReport',
Expand Down Expand Up @@ -68,6 +69,7 @@ public class BuildPlugin implements Plugin<Project> {
'bytes-to-string:clean',
'as-expected:clean',
'statistics-valueprovider:clean',
'graph-jfreechart:clean',
'concurrent:release',
'stronglytyped-sortedbag:release',
'junit-utils:release',
Expand All @@ -87,6 +89,7 @@ public class BuildPlugin implements Plugin<Project> {
'bytes-to-string:release',
'as-expected:release',
'statistics-valueprovider:release',
'graph-jfreechart:release',
'makeDistributionPackage'
]

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ log4jVersion=1.2.16
junitVersion=4.10
commonsIoVersion=2.4
commonsCollectionsVersion=3.2.1

jfreechartVersion=1.5.0
1 change: 1 addition & 0 deletions graph-jfreechart/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/bin/
Loading

0 comments on commit 2ac11da

Please sign in to comment.