Skip to content

Commit

Permalink
put activationclass into pom properties not manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
jernst committed May 29, 2015
1 parent 4cd41d6 commit 95eece3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions diet4j-examples-activate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@
<manifest>
<mainClass>org.diet4j.examples.activate.Main</mainClass>
</manifest>
<manifestEntries>
<diet4j-activation-class>org.diet4j.examples.activate.Activate</diet4j-activation-class>
</manifestEntries>
</archive>
</configuration>
</plugin>
Expand All @@ -44,5 +41,6 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<diet4j.activationclass>org.diet4j.examples.activate.Activate</diet4j.activationclass>
</properties>
</project>

0 comments on commit 95eece3

Please sign in to comment.