Skip to content

Commit

Permalink
update generated MANIFEST file : remove classpath declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
mifmif committed Dec 10, 2014
1 parent de1fca2 commit 23d5e44
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.mifmif</groupId>
<artifactId>generex</artifactId>
<version>0.0.2</version>
<version>0.0.3-SNAPSHOT</version>
<name>Generex</name>
<url>https://github.com/mifmif/Generex/tree/master</url>
<description>Generex A Java Library for regex to Strings generation</description>
Expand Down Expand Up @@ -142,11 +142,11 @@
</excludes>
<archive>
<manifest>
<addClasspath>true</addClasspath>
<addClasspath>false</addClasspath>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
<addExtensions>true</addExtensions>
<classpathLayoutType>repository</classpathLayoutType>
<addExtensions>false</addExtensions>
<classpathLayoutType>simple</classpathLayoutType>
</manifest>
</archive>
</configuration>
Expand Down

0 comments on commit 23d5e44

Please sign in to comment.