diff options
| author | bjculkin <bjculkin@WIT-136XG42.wvu-ad.wvu.edu> | 2017-04-05 10:06:24 -0400 |
|---|---|---|
| committer | bjculkin <bjculkin@WIT-136XG42.wvu-ad.wvu.edu> | 2017-04-05 10:06:24 -0400 |
| commit | 463e4e702bcdc312f5a081c85c7b00bbc0122265 (patch) | |
| tree | 817ad9c4aaf0516f712a8111169d5f6fd9f134c1 /pom.xml | |
| parent | 8259732a0e1d70284adcc6e7ef492603a3d59565 (diff) | |
Reorganize
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,7 +7,7 @@ <name>Inflexion</name> <description>Java based implementation of Damian Conway's Lingua::EN::Inflexion module for perl</description> <properties> - <main.class>bjc.dicelang.DiceLangConsole</main.class> + <main.class>bjc.inflexion.examples.InflexionTester</main.class> </properties> <licenses> <license> @@ -19,7 +19,7 @@ <scm> <connection>scm:git:https://github.com/bculkin2442/Inflexion.git</connection> - <url>https://github.com/atteo/Inflexion</url> + <url>https://github.com/bculkin2442/Inflexion</url> </scm> <build> |
