Merged 5.2.N (5.2.1) to trunk (5.2)

125451 amorarasu: Merged 5.1.N (5.1.2) to 5.2.N (5.2.1)
      125344 rneamtu: Merged 5.1.1 (5.1.1) to 5.1.N (5.1.2)
         125267 slanglois: MNT-16094 Remove ROOT.war from the Alfresco One EAR


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/services/full-installer/trunk@127630 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alan Davis
2016-06-03 13:11:22 +00:00
parent 9157daf317
commit d0ba492e3f
2 changed files with 0 additions and 17 deletions

View File

@@ -36,12 +36,6 @@
<version>${alfresco.share.version}</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-server-root</artifactId>
<version>${alfresco.platform.version}</version>
<type>war</type>
</dependency>
<!-- Provided dependencies, unpacked -->
<!-- Distribution zip -->
@@ -192,11 +186,6 @@
<artifactId>share</artifactId>
<bundleFileName>share.war</bundleFileName>
</webModule>
<webModule>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-server-root</artifactId>
<bundleFileName>ROOT.war</bundleFileName>
</webModule>
</modules>
</configuration>
</plugin>

View File

@@ -14,10 +14,4 @@
<context-root>/share</context-root>
</web>
</module>
<module>
<web>
<web-uri>ROOT.war</web-uri>
<context-root>/</context-root>
</web>
</module>
</application>