]> source.dussan.org Git - vaadin-framework.git/commitdiff
Removed testing and support mention for Weblogic 9 (#10045) 56/156/1
authorArtur Signell <artur@vaadin.com>
Wed, 24 Oct 2012 07:34:45 +0000 (10:34 +0300)
committerArtur Signell <artur@vaadin.com>
Wed, 24 Oct 2012 07:34:45 +0000 (10:34 +0300)
Change-Id: I6a7bdba2f9e3cc4eb199df341028a81259af441c

WebContent/release-notes.html
uitest/integration_tests.xml

index cefd29f66565616e49abb5eb2da3d3debc41a88e..313ed85a9ee864eb389f7c881147b46b6a616518 100644 (file)
 
       <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>
index 15c54830d3d8d523addb4888a8ba42fe5523614d..5587fe26b8aad17c787c77df083cb073adceb0b5 100644 (file)
                </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" />
                        <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" />