Browse Source

Removed testing and support mention for Weblogic 9 (#10045)

Change-Id: I6a7bdba2f9e3cc4eb199df341028a81259af441c
tags/7.0.0.beta6
Artur Signell 11 years ago
parent
commit
deeeea3e2f
2 changed files with 1 additions and 10 deletions
  1. 1
    1
      WebContent/release-notes.html
  2. 0
    9
      uitest/integration_tests.xml

+ 1
- 1
WebContent/release-notes.html View File

@@ -418,7 +418,7 @@

<ul>
<li>Apache Tomcat, version 5.0 or newer</li>
<li>Oracle WebLogic&reg; Server, version 9.2 or newer</li>
<li>Oracle WebLogic&reg; Server, version 10.3 or newer</li>
<li>IBM WebSphere&reg; Application Server, version 6.1 or newer</li>
<li>JBoss Application Server, 4.0.0 or newer</li>
<li>Jetty, version 5.0 or newer</li>

+ 0
- 9
uitest/integration_tests.xml View File

@@ -236,14 +236,6 @@
</antcall>
</target>

<target name="integration-test-weblogic9">
<antcall target="run-generic-integration-test">
<param name="startDelay" value="600" />
<param name="target-port" value="7001" />
<param name="target-server" value="weblogic9" />
</antcall>
</target>

<target name="integration-test-websphere8">
<antcall target="run-generic-integration-test">
<param name="startDelay" value="600" />
@@ -317,7 +309,6 @@
<antcall target="integration-test-exo3" />
<antcall target="integration-test-weblogicPortal" />
<antcall target="integration-test-liferay5" />
<antcall target="integration-test-weblogic9" />
<antcall target="integration-test-weblogic10" />
<antcall target="integration-test-weblogic12" />
<antcall target="integration-test-gatein3" />

Loading…
Cancel
Save