Changeset 1733

Show
Ignore:
Timestamp:
2008-03-19 13:59:07 (5 months ago)
Author:
th-schwarz
Message:

added manifest

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor.Java/branches/2.4/pom.xml

    r1728 r1733  
    196196                                        </execution> 
    197197                                </executions> 
     198                        </plugin> 
     199                        <plugin> 
     200                                <groupId>org.apache.maven.plugins</groupId> 
     201                                <artifactId>maven-jar-plugin</artifactId> 
     202                                <version>2.2</version> 
     203                                <configuration> 
     204                                        <archive> 
     205                                                <manifestEntries> 
     206                                                        <Implementation-Title>${pom.name}</Implementation-Title> 
     207                                                        <Implementation-Version>${pom.version}</Implementation-Version> 
     208                                                        <url>${pom.url}</url> 
     209                                                        <Built-By>The FCKeditor Team</Built-By> 
     210                                                </manifestEntries> 
     211                                        </archive> 
     212                                </configuration> 
    198213                        </plugin> 
    199214                </plugins>