Repository: cxf
Updated Branches:
  refs/heads/master 0ff6a3c86 -> 3948f2f0b


Remove duplicate entries from manifest and fix the manifest


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/3948f2f0
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/3948f2f0
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/3948f2f0

Branch: refs/heads/master
Commit: 3948f2f0b08f40bdffc8c829429bf33b52ac26e5
Parents: 0ff6a3c
Author: Daniel Kulp <dk...@apache.org>
Authored: Thu Jul 16 12:38:37 2015 -0400
Committer: Daniel Kulp <dk...@apache.org>
Committed: Thu Jul 16 12:38:37 2015 -0400

----------------------------------------------------------------------
 distribution/manifest/pom.xml | 8 --------
 1 file changed, 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/3948f2f0/distribution/manifest/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/manifest/pom.xml b/distribution/manifest/pom.xml
index bf36851..adb967a 100644
--- a/distribution/manifest/pom.xml
+++ b/distribution/manifest/pom.xml
@@ -378,14 +378,6 @@
                         <manifest>
                             <addClasspath>true</addClasspath>
                         </manifest>
-                        <manifestEntries>
-                            <!-- Add an entry for the renamed bundle jar in 
the distro -->
-                            <!-- Add entries for the stuff that needs to be 
endorsed on Java6, but not on java5 -->
-                            <!-- Stick both versions of jaxb xjc/impl on 
classpath to make it easier to flip back and forth -->
-                            <Class-Path>
-                          cxf-${project.version}.jar {cxf.jaxb.version}.jar 
jaxb-impl-${cxf.jaxb.impl.version}.jar jaxb-core-${cxf.jaxb.core.version}.jar
-                            </Class-Path>
-                        </manifestEntries>
                     </archive>
                 </configuration>
             </plugin>

Reply via email to