Changeset 28992

Show
Ignore:
Timestamp:
01/13/08 14:17:13 (11 months ago)
Author:
sfermigier
Message:

Simplify POMs.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • nuxeo-ep/branches/5.1/pom.xml

    r28603 r28992  
    533533            <archive> 
    534534              <manifestFile> 
    535                 src/main/resources/META-INF/MANIFEST.MF 
     535                ${project.build.directory}/classes/META-INF/MANIFEST.MF 
    536536              </manifestFile> 
    537537            </archive> 
     
    543543          <configuration> 
    544544            <archive> 
    545               <manifestFile>src/main/resources/META-INF/MANIFEST.MF</manifestFile> 
     545              <manifestFile>${project.build.directory}/classes/META-INF/MANIFEST.MF</manifestFile> 
    546546            </archive> 
    547547          </configuration>