Skip to content

Commit

Permalink
HBX-1178 add parent for deploy option and remove manifest.mf add beca…
Browse files Browse the repository at this point in the history
…use of redundant manifest entries
  • Loading branch information
maxandersen committed Apr 10, 2011
1 parent 9e32dc5 commit 352b721
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.jboss</groupId>
<artifactId>jboss-parent</artifactId>
<version>5</version>
</parent>

<groupId>org.hibernate</groupId>
<artifactId>hibernate-tools</artifactId>
<version>3.4.0.CR2-SNAPSHOT</version>
Expand Down Expand Up @@ -345,15 +351,15 @@
<version>2.2</version>
<configuration>
<archive>
<manifestEntries>
<!-- <manifestEntries>
<Implementation-Title>${project.name}</Implementation-Title>
<Implementation-version>${project.version}</Implementation-version>
<Implementation-Vendor>hibernate.org</Implementation-Vendor>
<Implementation-Vendor-Id>hibernate.org
</Implementation-Vendor-Id>
<Implementation-URL>http://www.hibernate.org/subprojects/tools.html
</Implementation-URL>
</manifestEntries>
</Implementation-URL>
</manifestEntries> -->
</archive>
</configuration>
</plugin>
Expand Down
Empty file removed src/java/META-INF/MANIFEST.MF
Empty file.

0 comments on commit 352b721

Please sign in to comment.