summaryrefslogtreecommitdiff
path: root/pom.xml
AgeCommit message (Collapse)Author
2019-01-17Refactor AffixListerBenjamin J. Culkin
AffixLister got refactored some more, in preparation for adding the ability to load things that aren't affixes.
2019-01-05Convert to Maven IIBenjamin J. Culkin
This gets the main script working, and the pom compiling things. To get it working right, two options were added for outputting normal & error outputs to files instead of the standard streams (System.out & System.err)
2019-01-05Begin maven conversionBenjamin J. Culkin
Begin converting the project to use maven for compiling/running java so as to allow easier splitting of AffixLister.java into its constituent classes without having to continuously tweak the script files