Skip to content

Commit

Permalink
added MANIFEST entry for Cocoon Blocks
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/cocoon/trunk/tools@472413 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Giacomo Pati committed Nov 8, 2006
1 parent 6d042fd commit a53c1e6
Showing 1 changed file with 12 additions and 0 deletions.
Expand Up @@ -62,6 +62,18 @@
<contextPath>/</contextPath>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.1</version>
<configuration>
<archive>
<manifestEntries>
<Cocoon-Block-Name>${pom.artifactId}</Cocoon-Block-Name>
</manifestEntries>
</archive>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
Expand Down

0 comments on commit a53c1e6

Please sign in to comment.