diff options
author | Francis Gagné <fragag1@gmail.com> | 2014-09-13 21:49:08 -0400 |
---|---|---|
committer | Francis Gagné <fragag1@gmail.com> | 2014-09-13 21:58:53 -0400 |
commit | 72bfd73989cd2d73863fc31146c7b173febfe879 (patch) | |
tree | 3306b91cade30802bf5a78488026fc02f3766726 | |
parent | 12e6adf1802f9536819e5ac2e5111acd3df299c5 (diff) |
Set up reasm-batch project
-rw-r--r-- | .project | 2 | ||||
-rw-r--r-- | README.md | 3 | ||||
-rw-r--r-- | pom.xml | 8 |
3 files changed, 6 insertions, 7 deletions
@@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <projectDescription> - <name>java-template</name> + <name>reasm-batch</name> <comment></comment> <projects> </projects> @@ -1,2 +1 @@ -This is a Java project template for the Luna version of Eclipse JDT and -Eclipse m2e. It also enables the FindBugs builder. +**reasm-batch** is the standard command-line interface to **reasm-core**. @@ -2,13 +2,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - <groupId>ca.fragag</groupId> - <artifactId>java-template</artifactId> + <groupId>org.reasm</groupId> + <artifactId>reasm-batch</artifactId> <version>0.0.1-SNAPSHOT</version> <packaging>jar</packaging> - <name>java-template</name> - <url>https://github.com/FraGag/java-template</url> + <name>reasm-batch</name> + <url>https://github.com/reasm/reasm-batch</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |