summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-07Add a null check on path.getFileName()HEADmasterFrancis Gagné
2015-02-24Remove excludes from Shade configurationFrancis Gagné
I added these excludes before I realized that reasm-commons defined the dependencies on JUnit and Hamcrest incorrectly (the scope=test attribute was missing). With the correct dependencies, these excludes are superfluous, because JUnit and Hamcrest are not included in the JAR at all.
2015-02-17Use the Maven Shade pluginFrancis Gagné
Use the Maven Shade plugin to build an uber-jar instead of the Maven Assembly plugin's jar-with-dependencies. The main reason for switching is that we must merge the services resource files (specifically, META-INF/resources/org.reasm.ArchitectureProvider, which is now provided by both reasm-m68k and reasm-z80).
2015-02-17Add reasm-z80 as an optional dependencyFrancis Gagné
2015-01-11Update copyrightFrancis Gagné
2014-10-04Configure assembly generationFrancis Gagné
Add the configuration to generate an assembly during the package phase in the POM.
2014-10-04Configure JAR's main classFrancis Gagné
2014-09-13Initial versionFrancis Gagné
2014-09-13Set up reasm-batch projectFrancis Gagné
2014-09-08Add .gitattributesFrancis Gagné
2014-09-08Initial versionFrancis Gagné
This is a Java project template for the Luna version of Eclipse JDT and Eclipse m2e. It also enables the FindBugs builder.