summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjetil Ørbekk <kjetil.orbekk@gmail.com>2012-03-06 13:40:43 +0100
committerKjetil Ørbekk <kjetil.orbekk@gmail.com>2012-03-06 13:40:43 +0100
commitdc77d2f9d684d2d1d960dcdcb9681ddbc0db38a9 (patch)
treef75006e572eff7e6bba9b3d2b9fca44761ac7027
parent1e15feea55e359bd1bdc3b776cea6b50cd001ede (diff)
Set correct main class in directory project.
-rw-r--r--directory/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/directory/pom.xml b/directory/pom.xml
index b8d11f2..c594b16 100644
--- a/directory/pom.xml
+++ b/directory/pom.xml
@@ -94,7 +94,7 @@
<configuration>
<archive>
<manifest>
- <mainClass>com.orbekk.same.App</mainClass>
+ <mainClass>com.orbekk.same.directory.DirectoryApp</mainClass>
</manifest>
</archive>
<descriptorRefs>