You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by fm...@apache.org on 2014/05/11 15:47:17 UTC

svn commit: r1593788 - in /chemistry/opencmis/trunk: ./ chemistry-opencmis-server/chemistry-opencmis-server-archetype/src/main/resources/archetype-resources/ chemistry-opencmis-server/chemistry-opencmis-server-bindings-war/src/main/webapp/WEB-INF/websp...

Author: fmui
Date: Sun May 11 13:47:17 2014
New Revision: 1593788

URL: http://svn.apache.org/r1593788
Log:
OpenCMIS server: removed native Websphere support because it is broken

Removed:
    chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings-war/src/main/webapp/WEB-INF/websphere/
Modified:
    chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-archetype/src/main/resources/archetype-resources/pom.xml
    chemistry/opencmis/trunk/pom.xml

Modified: chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-archetype/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-archetype/src/main/resources/archetype-resources/pom.xml?rev=1593788&r1=1593787&r2=1593788&view=diff
==============================================================================
--- chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-archetype/src/main/resources/archetype-resources/pom.xml (original)
+++ chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-archetype/src/main/resources/archetype-resources/pom.xml Sun May 11 13:47:17 2014
@@ -44,7 +44,6 @@
                                 <exclude>web/**</exclude> <!-- sample JavaScript application -->
                                 <exclude>WEB-INF/classes/sample-repository.properties</exclude> <!-- sample server properties file -->
                                 <exclude>WEB-INF/token/**</exclude> <!-- sample Browser Binding token implementation -->
-                                <exclude>WEB-INF/websphere/**</exclude> <!-- WebSphere specfic files -->
                             </excludes>
                             <includes>
                                 <include>**</include>
@@ -52,6 +51,11 @@
                             </includes>
                         </overlay>
                     </overlays>
+                    <archive>
+                        <manifestEntries>
+                            <DisableIBMJAXWSEngine>true</DisableIBMJAXWSEngine>
+                        </manifestEntries>
+                    </archive>
                 </configuration>
             </plugin>
             <plugin>

Modified: chemistry/opencmis/trunk/pom.xml
URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/pom.xml?rev=1593788&r1=1593787&r2=1593788&view=diff
==============================================================================
--- chemistry/opencmis/trunk/pom.xml (original)
+++ chemistry/opencmis/trunk/pom.xml Sun May 11 13:47:17 2014
@@ -267,6 +267,13 @@
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-war-plugin</artifactId>
                     <version>2.3</version>
+                    <configuration>
+                        <archive>
+                            <manifestEntries>
+                                <DisableIBMJAXWSEngine>true</DisableIBMJAXWSEngine>
+                            </manifestEntries>
+                        </archive>
+                    </configuration>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>