Changeset 28992
- Timestamp:
- 01/13/08 14:17:13 (11 months ago)
- Files:
-
- nuxeo-ep/branches/5.1/pom.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
nuxeo-ep/branches/5.1/pom.xml
r28603 r28992 533 533 <archive> 534 534 <manifestFile> 535 src/main/resources/META-INF/MANIFEST.MF535 ${project.build.directory}/classes/META-INF/MANIFEST.MF 536 536 </manifestFile> 537 537 </archive> … … 543 543 <configuration> 544 544 <archive> 545 <manifestFile> src/main/resources/META-INF/MANIFEST.MF</manifestFile>545 <manifestFile>${project.build.directory}/classes/META-INF/MANIFEST.MF</manifestFile> 546 546 </archive> 547 547 </configuration>
