Commit Graph

5 Commits

Author SHA1 Message Date
Chris Beams 75443aaa13
Support running ethereumj-studio as executable jar
See updated ethereumj-studio/README.md for details. Note that this
commit removes the `build-post-package.xml` ant file (for now) to
simplify the Gradle arrangement. This functionality can be re-introduced
later and more simply using Gradle's native DSL. In the meantime, both
the -core and -studio projects can be run using `gradle run` or run as
executable jars by running `gradle shadowJar` followed by the usual
`java -jar` execution of the resulting `-all` jar file found in each
project's respective `build/libs` directory.
2014-12-27 01:44:25 +01:00
Chris Beams e5fcf5b48e
Strip trailing whitespace 2014-12-26 09:45:14 +01:00
romanman ef5558075b Update README.md 2014-09-10 09:10:39 +03:00
romanman e84ca3c48e Update README.md 2014-09-10 09:10:18 +03:00
romanman 22f75f0533 Create README.md 2014-09-10 08:44:39 +03:00