summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancis Gagné <fragag1@gmail.com>2014-09-13 21:49:08 -0400
committerFrancis Gagné <fragag1@gmail.com>2014-09-13 21:58:53 -0400
commit72bfd73989cd2d73863fc31146c7b173febfe879 (patch)
tree3306b91cade30802bf5a78488026fc02f3766726
parent12e6adf1802f9536819e5ac2e5111acd3df299c5 (diff)
Set up reasm-batch project
-rw-r--r--.project2
-rw-r--r--README.md3
-rw-r--r--pom.xml8
3 files changed, 6 insertions, 7 deletions
diff --git a/.project b/.project
index 326a70f..674952c 100644
--- a/.project
+++ b/.project
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>java-template</name>
+ <name>reasm-batch</name>
<comment></comment>
<projects>
</projects>
diff --git a/README.md b/README.md
index 4fb690f..6ffff1a 100644
--- a/README.md
+++ b/README.md
@@ -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**.
diff --git a/pom.xml b/pom.xml
index f712b52..3c6a858 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>