Author: dgolovin
Date: 2007-07-02 13:58:27 -0400 (Mon, 02 Jul 2007)
New Revision: 2245
Removed:
trunk/common/tests/org.jboss.tools.common.kb.test/plugin.xml
trunk/common/tests/org.jboss.tools.common.kb.test/test.xml
trunk/common/tests/org.jboss.tools.common.model.test/plugin.xml
trunk/common/tests/org.jboss.tools.common.model.test/test.xml
trunk/common/tests/org.jboss.tools.common.verification.test/test.xml
trunk/jsf/tests/org.jboss.tools.jsf.test/plugin.xml
trunk/jsf/tests/org.jboss.tools.jsf.test/test.xml
trunk/jsf/tests/org.jboss.tools.jsf.text.ext.test/test.xml
trunk/jsf/tests/org.jboss.tools.jsf.verification.test/plugin.xml
trunk/jsf/tests/org.jboss.tools.jsf.verification.test/test.xml
trunk/seam/tests/org.jboss.tools.seam.core.test/plugin.properties
trunk/seam/tests/org.jboss.tools.seam.core.test/plugin.xml
trunk/seam/tests/org.jboss.tools.seam.core.test/test.xml
Modified:
trunk/common/tests/org.jboss.tools.common.kb.test/META-INF/MANIFEST.MF
trunk/common/tests/org.jboss.tools.common.kb.test/build.properties
trunk/common/tests/org.jboss.tools.common.model.test/META-INF/MANIFEST.MF
trunk/common/tests/org.jboss.tools.common.test/META-INF/MANIFEST.MF
trunk/common/tests/org.jboss.tools.common.test/build.properties
trunk/common/tests/org.jboss.tools.common.verification.test/META-INF/MANIFEST.MF
trunk/common/tests/org.jboss.tools.common.verification.test/build.properties
trunk/jsf/tests/org.jboss.tools.jsf.test/META-INF/MANIFEST.MF
trunk/jsf/tests/org.jboss.tools.jsf.text.ext.test/META-INF/MANIFEST.MF
trunk/jsf/tests/org.jboss.tools.jsf.verification.test/META-INF/MANIFEST.MF
trunk/jst/tests/org.jboss.tools.jst.web.test/META-INF/MANIFEST.MF
trunk/jst/tests/org.jboss.tools.jst.web.ui.test/META-INF/MANIFEST.MF
trunk/jst/tests/org.jboss.tools.jst.web.ui.test/build.properties
trunk/seam/tests/org.jboss.tools.seam.core.test/META-INF/MANIFEST.MF
trunk/seam/tests/org.jboss.tools.seam.core.test/build.properties
trunk/seam/tests/org.jboss.tools.seam.ui.test/META-INF/MANIFEST.MF
trunk/seam/tests/org.jboss.tools.seam.ui.test/build.properties
trunk/tests/tests/org.jboss.ide.eclipse.core.test/META-INF/MANIFEST.MF
trunk/tests/tests/org.jboss.tools.test/META-INF/MANIFEST.MF
trunk/vpe/tests/org.jboss.tools.vpe.mozilla.test/META-INF/MANIFEST.MF
trunk/vpe/tests/org.jboss.tools.vpe.mozilla.test/src/org/jboss/tools/vpe/mozilla/tests/MozillaBrowserTest.java
trunk/vpe/tests/org.jboss.tools.vpe.test/META-INF/MANIFEST.MF
trunk/vpe/tests/org.jboss.tools.vpe.test/build.properties
Log:
http://jira.jboss.org/jira/browse/EXIN-13
clean up the warnings in plug-in's manifests
Modified: trunk/common/tests/org.jboss.tools.common.kb.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/common/tests/org.jboss.tools.common.kb.test/META-INF/MANIFEST.MF 2007-07-02
16:53:26 UTC (rev 2244)
+++ trunk/common/tests/org.jboss.tools.common.kb.test/META-INF/MANIFEST.MF 2007-07-02
17:58:27 UTC (rev 2245)
@@ -5,7 +5,6 @@
Bundle-Version: 2.0.0
Bundle-ClassPath: common-kb-tests.jar
Bundle-Vendor: Red Hat, Inc.
-Bundle-Localization: plugin
Export-Package: org.jboss.tools.common.kb.test,
org.jboss.tools.common.kb.test.resources
Require-Bundle: org.jboss.tools.common,
Modified: trunk/common/tests/org.jboss.tools.common.kb.test/build.properties
===================================================================
--- trunk/common/tests/org.jboss.tools.common.kb.test/build.properties 2007-07-02 16:53:26
UTC (rev 2244)
+++ trunk/common/tests/org.jboss.tools.common.kb.test/build.properties 2007-07-02 17:58:27
UTC (rev 2245)
@@ -1,6 +1,6 @@
bin.includes = plugin.xml,\
META-INF/,\
- kb-tests.jar
+ common-kb-tests.jar
src.includes = META-INF/,\
build.properties,\
plugin.xml,\
Deleted: trunk/common/tests/org.jboss.tools.common.kb.test/plugin.xml
===================================================================
--- trunk/common/tests/org.jboss.tools.common.kb.test/plugin.xml 2007-07-02 16:53:26 UTC
(rev 2244)
+++ trunk/common/tests/org.jboss.tools.common.kb.test/plugin.xml 2007-07-02 17:58:27 UTC
(rev 2245)
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.0"?>
-<plugin>
-</plugin>
\ No newline at end of file
Deleted: trunk/common/tests/org.jboss.tools.common.kb.test/test.xml
===================================================================
--- trunk/common/tests/org.jboss.tools.common.kb.test/test.xml 2007-07-02 16:53:26 UTC
(rev 2244)
+++ trunk/common/tests/org.jboss.tools.common.kb.test/test.xml 2007-07-02 17:58:27 UTC
(rev 2245)
@@ -1,30 +0,0 @@
-<?xml version="1.0"?>
-
-<project name="testsuite" default="run" basedir=".">
- <property name="eclipse-home" value="${basedir}/../.."/>
- <property name="plugin-name"
value="org.jboss.tools.common.kb.test"/>
- <property name="library-file"
- value="${eclipse-home}/plugins/org.eclipse.test/library.xml"/>
-
- <target name="init">
- <tstamp/>
- <delete>
- <fileset dir="${eclipse-home}" includes="org*.xml"/>
- </delete>
- </target>
-
- <target name="suite">
- <ant target="core-test" antfile="${library-file}"
dir="${eclipse-home}">
- <property name="data-dir" value="data-folder"/>
- <property name="plugin-name"
value="org.jboss.ide.prompting.knowledgebase.tests"/>
- <property name="classname"
value="org.jboss.ide.prompting.knowledgebase.tests.CommonKbAllTests"/>
- </ant>
- </target>
-
- <target name="run" depends="init,suite">
- <ant target="collect" antfile="${library-file}"
dir="${eclipse-home}">
- <property name="includes" value="org*.xml"/>
- <property name="output-file"
value="${plugin-name}.xml"/>
- </ant>
- </target>
-</project>
\ No newline at end of file
Modified: trunk/common/tests/org.jboss.tools.common.model.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/common/tests/org.jboss.tools.common.model.test/META-INF/MANIFEST.MF 2007-07-02
16:53:26 UTC (rev 2244)
+++ trunk/common/tests/org.jboss.tools.common.model.test/META-INF/MANIFEST.MF 2007-07-02
17:58:27 UTC (rev 2245)
@@ -5,7 +5,6 @@
Bundle-Version: 2.0.0
Bundle-ClassPath: common-model-tests.jar
Bundle-Vendor: Red Hat, Inc.
-Bundle-Localization: plugin
Export-Package: org.jboss.tools.common.model.test
Require-Bundle:
org.junit,
Deleted: trunk/common/tests/org.jboss.tools.common.model.test/plugin.xml
===================================================================
--- trunk/common/tests/org.jboss.tools.common.model.test/plugin.xml 2007-07-02 16:53:26
UTC (rev 2244)
+++ trunk/common/tests/org.jboss.tools.common.model.test/plugin.xml 2007-07-02 17:58:27
UTC (rev 2245)
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.0"?>
-<plugin>
-
-</plugin>
Deleted: trunk/common/tests/org.jboss.tools.common.model.test/test.xml
===================================================================
--- trunk/common/tests/org.jboss.tools.common.model.test/test.xml 2007-07-02 16:53:26 UTC
(rev 2244)
+++ trunk/common/tests/org.jboss.tools.common.model.test/test.xml 2007-07-02 17:58:27 UTC
(rev 2245)
@@ -1,30 +0,0 @@
-<?xml version="1.0"?>
-
-<project name="testsuite" default="run" basedir=".">
- <property name="eclipse-home" value="${basedir}/../.."/>
- <property name="plugin-name"
value="org.jboss.ide.model.tests"/>
- <property name="library-file"
- value="${eclipse-home}/plugins/org.eclipse.test/library.xml"/>
- <!-- -->
- <target name="init">
- <tstamp/>
- <delete>
- <fileset dir="${eclipse-home}" includes="org*.xml"/>
- </delete>
- </target>
- <!-- -->
- <target name="suite">
- <ant target="core-test" antfile="${library-file}"
dir="${eclipse-home}">
- <property name="data-dir" value="data-folder"/>
- <property name="plugin-name"
value="org.jboss.ide.model.tests"/>
- <property name="classname"
value="org.jboss.ide.model.tests.CommonModelAllTests"/>
- </ant>
- </target>
- <!-- -->
- <target name="run" depends="init,suite">
- <ant target="collect" antfile="${library-file}"
dir="${eclipse-home}">
- <property name="includes" value="org*.xml"/>
- <property name="output-file"
value="${plugin-name}.xml"/>
- </ant>
- </target>
-</project>
\ No newline at end of file
Modified: trunk/common/tests/org.jboss.tools.common.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/common/tests/org.jboss.tools.common.test/META-INF/MANIFEST.MF 2007-07-02
16:53:26 UTC (rev 2244)
+++ trunk/common/tests/org.jboss.tools.common.test/META-INF/MANIFEST.MF 2007-07-02
17:58:27 UTC (rev 2245)
@@ -4,7 +4,6 @@
Bundle-SymbolicName: org.jboss.tools.common.test
Bundle-Version: 2.0.0
Bundle-Vendor: Red Hat, Inc.
-Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.core.resources,
@@ -16,5 +15,4 @@
org.jboss.tools.common.test.util,
org.jboss.tools.common.util.test,
org.jboss.tools.common.xml.test
-Bundle-ClassPath: common-tests.jar,
- .
+Bundle-ClassPath: common-tests.jar
Modified: trunk/common/tests/org.jboss.tools.common.test/build.properties
===================================================================
--- trunk/common/tests/org.jboss.tools.common.test/build.properties 2007-07-02 16:53:26
UTC (rev 2244)
+++ trunk/common/tests/org.jboss.tools.common.test/build.properties 2007-07-02 17:58:27
UTC (rev 2245)
@@ -4,4 +4,3 @@
build.properties,\
META-INF/
source.common-tests.jar = src/
-jars.compile.order =
Modified:
trunk/common/tests/org.jboss.tools.common.verification.test/META-INF/MANIFEST.MF
===================================================================
---
trunk/common/tests/org.jboss.tools.common.verification.test/META-INF/MANIFEST.MF 2007-07-02
16:53:26 UTC (rev 2244)
+++
trunk/common/tests/org.jboss.tools.common.verification.test/META-INF/MANIFEST.MF 2007-07-02
17:58:27 UTC (rev 2245)
@@ -3,10 +3,8 @@
Bundle-Name: JSF Tests Plug-in
Bundle-SymbolicName: org.jboss.tools.common.verification.test;singleton:=true
Bundle-Version: 2.0.0
-Bundle-ClassPath: lib/xmlunit1.0.jar,
- common-verification-tests.jar
+Bundle-ClassPath: common-verification-tests.jar
Bundle-Vendor: Red Hat, Inc.
-Bundle-Localization: plugin
Export-Package: org.jboss.tools.common.verification.test
Require-Bundle:
org.junit,
Modified: trunk/common/tests/org.jboss.tools.common.verification.test/build.properties
===================================================================
---
trunk/common/tests/org.jboss.tools.common.verification.test/build.properties 2007-07-02
16:53:26 UTC (rev 2244)
+++
trunk/common/tests/org.jboss.tools.common.verification.test/build.properties 2007-07-02
17:58:27 UTC (rev 2245)
@@ -1,7 +1,7 @@
-
output.tests.jar = bin/
bin.includes = plugin.xml,\
- META-INF/
+ META-INF/,\
+ common-verification-tests.jar
src.includes = META-INF/,\
build.properties,\
plugin.xml,\
Deleted: trunk/common/tests/org.jboss.tools.common.verification.test/test.xml
===================================================================
--- trunk/common/tests/org.jboss.tools.common.verification.test/test.xml 2007-07-02
16:53:26 UTC (rev 2244)
+++ trunk/common/tests/org.jboss.tools.common.verification.test/test.xml 2007-07-02
17:58:27 UTC (rev 2245)
@@ -1,51 +0,0 @@
-<?xml version="1.0"?>
-<project name="testsuite" default="run" basedir=".">
- <!-- The property ${eclipse-home} should be passed into this script -->
- <!-- Set a meaningful default value for when it is not. -->
- <property name="eclipse-home" value="E:/eclipse-releng" />
-
- <!-- sets the properties eclipse-home, and library-file -->
- <property name="plugin-name" value="org.jboss.ide.jsf.tests"
/>
- <property name="library-file"
value="${eclipse-home}/plugins/org.eclipse.test_3.1.0/library.xml" />
-
- <!-- This target holds all initialization code that needs to be done for -->
- <!-- all tests that are to be run. Initialization for individual tests -->
- <!-- should be done within the body of the suite target. -->
- <target name="init">
- <tstamp />
- <delete>
- <fileset dir="${eclipse-home}"
includes="org.jboss.ide.jsf*.xml" />
- </delete>
- </target>
-
- <!-- This target defines the tests that need to be run. -->
- <target name="suite">
- <property name="session-folder"
value="${eclipse-home}/ui_session_sniff_folder" />
- <delete dir="${session-folder}" quiet="true"/>
- <ant target="ui-test" antfile="${library-file}"
dir="${eclipse-home}">
- <property name="data-dir" value="${session-folder}" />
- <property name="plugin-name" value="${plugin-name}" />
- <property name="classname"
value="org.jboss.ide.jsf.tests.AllTests" />
-
- </ant>
- </target>
-
-
- <!-- This target holds code to cleanup the testing environment after -->
- <!-- after all of the tests have been run. You can use this target to -->
- <!-- delete temporary files that have been created. -->
- <target name="cleanup">
- </target>
-
- <!-- This target runs the test suite. Any actions that need to happen -->
- <!-- after all the tests have been run should go here. -->
- <target name="run" depends="init,suite,cleanup">
-
- <ant target="collect" antfile="${library-file}"
dir="${eclipse-home}">
- <property name="includes" value="org.jboss.ide*.xml" />
- <property name="output-file" value="result.xml" />
- </ant>
- </target>
-
-</project>
-
Modified: trunk/jsf/tests/org.jboss.tools.jsf.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.test/META-INF/MANIFEST.MF 2007-07-02 16:53:26 UTC
(rev 2244)
+++ trunk/jsf/tests/org.jboss.tools.jsf.test/META-INF/MANIFEST.MF 2007-07-02 17:58:27 UTC
(rev 2245)
@@ -6,7 +6,6 @@
Bundle-ClassPath: jsf-tests.jar,
lib/xmlunit1.0.jar
Bundle-Vendor: Red Hat, Inc.
-Bundle-Localization: plugin
Export-Package: org.custommonkey.xmlunit,
org.jboss.tools.jsf.test
Require-Bundle:
Deleted: trunk/jsf/tests/org.jboss.tools.jsf.test/plugin.xml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.test/plugin.xml 2007-07-02 16:53:26 UTC (rev
2244)
+++ trunk/jsf/tests/org.jboss.tools.jsf.test/plugin.xml 2007-07-02 17:58:27 UTC (rev
2245)
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<?eclipse version="3.0"?>
-<plugin>
-
-
-</plugin>
Deleted: trunk/jsf/tests/org.jboss.tools.jsf.test/test.xml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.test/test.xml 2007-07-02 16:53:26 UTC (rev 2244)
+++ trunk/jsf/tests/org.jboss.tools.jsf.test/test.xml 2007-07-02 17:58:27 UTC (rev 2245)
@@ -1,51 +0,0 @@
-<?xml version="1.0"?>
-<project name="testsuite" default="run" basedir=".">
- <!-- The property ${eclipse-home} should be passed into this script -->
- <!-- Set a meaningful default value for when it is not. -->
- <property name="eclipse-home" value="E:/eclipse-releng" />
-
- <!-- sets the properties eclipse-home, and library-file -->
- <property name="plugin-name" value="org.jboss.ide.jsf.tests"
/>
- <property name="library-file"
value="${eclipse-home}/plugins/org.eclipse.test_3.1.0/library.xml" />
-
- <!-- This target holds all initialization code that needs to be done for -->
- <!-- all tests that are to be run. Initialization for individual tests -->
- <!-- should be done within the body of the suite target. -->
- <target name="init">
- <tstamp />
- <delete>
- <fileset dir="${eclipse-home}"
includes="org.jboss.ide.jsf*.xml" />
- </delete>
- </target>
-
- <!-- This target defines the tests that need to be run. -->
- <target name="suite">
- <property name="session-folder"
value="${eclipse-home}/ui_session_sniff_folder" />
- <delete dir="${session-folder}" quiet="true"/>
- <ant target="ui-test" antfile="${library-file}"
dir="${eclipse-home}">
- <property name="data-dir" value="${session-folder}" />
- <property name="plugin-name" value="${plugin-name}" />
- <property name="classname"
value="org.jboss.ide.jsf.tests.AllTests" />
-
- </ant>
- </target>
-
-
- <!-- This target holds code to cleanup the testing environment after -->
- <!-- after all of the tests have been run. You can use this target to -->
- <!-- delete temporary files that have been created. -->
- <target name="cleanup">
- </target>
-
- <!-- This target runs the test suite. Any actions that need to happen -->
- <!-- after all the tests have been run should go here. -->
- <target name="run" depends="init,suite,cleanup">
-
- <ant target="collect" antfile="${library-file}"
dir="${eclipse-home}">
- <property name="includes" value="org.jboss.ide*.xml" />
- <property name="output-file" value="result.xml" />
- </ant>
- </target>
-
-</project>
-
Modified: trunk/jsf/tests/org.jboss.tools.jsf.text.ext.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.text.ext.test/META-INF/MANIFEST.MF 2007-07-02
16:53:26 UTC (rev 2244)
+++ trunk/jsf/tests/org.jboss.tools.jsf.text.ext.test/META-INF/MANIFEST.MF 2007-07-02
17:58:27 UTC (rev 2245)
@@ -3,7 +3,6 @@
Bundle-Name: EL Expressions Parcer Tests Plug-in
Bundle-SymbolicName: org.jboss.tools.jsf.text.ext.test
Bundle-Version: 2.0.0
-Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.junit,
Deleted: trunk/jsf/tests/org.jboss.tools.jsf.text.ext.test/test.xml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.text.ext.test/test.xml 2007-07-02 16:53:26 UTC
(rev 2244)
+++ trunk/jsf/tests/org.jboss.tools.jsf.text.ext.test/test.xml 2007-07-02 17:58:27 UTC
(rev 2245)
@@ -1,30 +0,0 @@
-<?xml version="1.0"?>
-
-<project name="testsuite" default="run" basedir=".">
- <property name="eclipse-home" value="${basedir}/../.."/>
- <property name="plugin-name"
value="org.jboss.tools.jsf.text.ext.test"/>
- <property name="library-file"
- value="${eclipse-home}/plugins/org.eclipse.test/library.xml"/>
-
- <target name="init">
- <tstamp/>
- <delete>
- <fileset dir="${eclipse-home}" includes="org*.xml"/>
- </delete>
- </target>
-
- <target name="suite">
- <ant target="core-test" antfile="${library-file}"
dir="${eclipse-home}">
- <property name="data-dir" value="data-folder"/>
- <property name="plugin-name"
value="org.jboss.tools.jsf.text.ext.test"/>
- <property name="classname"
value="org.jboss.tools.jsf.text.ext.tests.JsfTextExtAllTests"/>
- </ant>
- </target>
-
- <target name="run" depends="init,suite">
- <ant target="collect" antfile="${library-file}"
dir="${eclipse-home}">
- <property name="includes" value="org*.xml"/>
- <property name="output-file"
value="${plugin-name}.xml"/>
- </ant>
- </target>
-</project>
\ No newline at end of file
Modified: trunk/jsf/tests/org.jboss.tools.jsf.verification.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.verification.test/META-INF/MANIFEST.MF 2007-07-02
16:53:26 UTC (rev 2244)
+++ trunk/jsf/tests/org.jboss.tools.jsf.verification.test/META-INF/MANIFEST.MF 2007-07-02
17:58:27 UTC (rev 2245)
@@ -3,10 +3,8 @@
Bundle-Name: JSF Verification Tests Plug-in
Bundle-SymbolicName: org.jboss.tools.jsf.verification.test;singleton:=true
Bundle-Version: 2.0.0
-Bundle-ClassPath: jsf-verification-tests.jar,
- lib/xmlunit1.0.jar
+Bundle-ClassPath: jsf-verification-tests.jar
Bundle-Vendor: Red Hat, Inc.
-Bundle-Localization: plugin
Export-Package: org.jboss.tools.jsf.verification.test
Require-Bundle:
org.junit,
Deleted: trunk/jsf/tests/org.jboss.tools.jsf.verification.test/plugin.xml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.verification.test/plugin.xml 2007-07-02 16:53:26
UTC (rev 2244)
+++ trunk/jsf/tests/org.jboss.tools.jsf.verification.test/plugin.xml 2007-07-02 17:58:27
UTC (rev 2245)
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<?eclipse version="3.0"?>
-<plugin>
-
- <extension point="org.jboss.tools.common.model.classes">
- <xclass id="org.jboss.tools.common.verification.test.BundleLoader"
- class="org.jboss.tools.common.verification.test.BundleLoader"/>
- <xclass id="org.jboss.tools.common.verification.test.Check_Test_1"
- class="org.jboss.tools.common.verification.test.Check_Test_1"/>
- </extension>
-</plugin>
Deleted: trunk/jsf/tests/org.jboss.tools.jsf.verification.test/test.xml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.verification.test/test.xml 2007-07-02 16:53:26 UTC
(rev 2244)
+++ trunk/jsf/tests/org.jboss.tools.jsf.verification.test/test.xml 2007-07-02 17:58:27 UTC
(rev 2245)
@@ -1,51 +0,0 @@
-<?xml version="1.0"?>
-<project name="testsuite" default="run" basedir=".">
- <!-- The property ${eclipse-home} should be passed into this script -->
- <!-- Set a meaningful default value for when it is not. -->
- <property name="eclipse-home" value="E:/eclipse-releng" />
-
- <!-- sets the properties eclipse-home, and library-file -->
- <property name="plugin-name" value="org.jboss.ide.jsf.tests"
/>
- <property name="library-file"
value="${eclipse-home}/plugins/org.eclipse.test_3.1.0/library.xml" />
-
- <!-- This target holds all initialization code that needs to be done for -->
- <!-- all tests that are to be run. Initialization for individual tests -->
- <!-- should be done within the body of the suite target. -->
- <target name="init">
- <tstamp />
- <delete>
- <fileset dir="${eclipse-home}"
includes="org.jboss.ide.jsf*.xml" />
- </delete>
- </target>
-
- <!-- This target defines the tests that need to be run. -->
- <target name="suite">
- <property name="session-folder"
value="${eclipse-home}/ui_session_sniff_folder" />
- <delete dir="${session-folder}" quiet="true"/>
- <ant target="ui-test" antfile="${library-file}"
dir="${eclipse-home}">
- <property name="data-dir" value="${session-folder}" />
- <property name="plugin-name" value="${plugin-name}" />
- <property name="classname"
value="org.jboss.ide.jsf.tests.AllTests" />
-
- </ant>
- </target>
-
-
- <!-- This target holds code to cleanup the testing environment after -->
- <!-- after all of the tests have been run. You can use this target to -->
- <!-- delete temporary files that have been created. -->
- <target name="cleanup">
- </target>
-
- <!-- This target runs the test suite. Any actions that need to happen -->
- <!-- after all the tests have been run should go here. -->
- <target name="run" depends="init,suite,cleanup">
-
- <ant target="collect" antfile="${library-file}"
dir="${eclipse-home}">
- <property name="includes" value="org.jboss.ide*.xml" />
- <property name="output-file" value="result.xml" />
- </ant>
- </target>
-
-</project>
-
Modified: trunk/jst/tests/org.jboss.tools.jst.web.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/jst/tests/org.jboss.tools.jst.web.test/META-INF/MANIFEST.MF 2007-07-02 16:53:26
UTC (rev 2244)
+++ trunk/jst/tests/org.jboss.tools.jst.web.test/META-INF/MANIFEST.MF 2007-07-02 17:58:27
UTC (rev 2245)
@@ -3,7 +3,6 @@
Bundle-Name: Tests Plug-in
Bundle-SymbolicName: org.jboss.tools.jst.web.test
Bundle-Version: 2.0.0
-Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.jboss.tools.jst.web,
Modified: trunk/jst/tests/org.jboss.tools.jst.web.ui.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/jst/tests/org.jboss.tools.jst.web.ui.test/META-INF/MANIFEST.MF 2007-07-02
16:53:26 UTC (rev 2244)
+++ trunk/jst/tests/org.jboss.tools.jst.web.ui.test/META-INF/MANIFEST.MF 2007-07-02
17:58:27 UTC (rev 2245)
@@ -10,3 +10,4 @@
org.eclipse.core.runtime,
org.jboss.tools.common.model.ui
Export-Package: org.jboss.tools.jst.web.ui.test
+Bundle-ClassPath: jst-web-ui.jar
Modified: trunk/jst/tests/org.jboss.tools.jst.web.ui.test/build.properties
===================================================================
--- trunk/jst/tests/org.jboss.tools.jst.web.ui.test/build.properties 2007-07-02 16:53:26
UTC (rev 2244)
+++ trunk/jst/tests/org.jboss.tools.jst.web.ui.test/build.properties 2007-07-02 17:58:27
UTC (rev 2245)
@@ -1,4 +1,4 @@
-source.. = src/
output.. = bin/
bin.includes = META-INF/,\
- .
+ jst-web-ui.jar
+source.jst-web-ui.jar = src/
Modified: trunk/seam/tests/org.jboss.tools.seam.core.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam.core.test/META-INF/MANIFEST.MF 2007-07-02
16:53:26 UTC (rev 2244)
+++ trunk/seam/tests/org.jboss.tools.seam.core.test/META-INF/MANIFEST.MF 2007-07-02
17:58:27 UTC (rev 2245)
@@ -5,7 +5,6 @@
Bundle-Version: 2.0.0
Bundle-ClassPath: seam-core-tests.jar
Bundle-Vendor: Red Hat, Inc.
-Bundle-Localization: plugin
Export-Package: org.jboss.tools.seam.core.test,
org.jboss.tools.seam.core.test.project.facet
Require-Bundle:
Modified: trunk/seam/tests/org.jboss.tools.seam.core.test/build.properties
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam.core.test/build.properties 2007-07-02 16:53:26
UTC (rev 2244)
+++ trunk/seam/tests/org.jboss.tools.seam.core.test/build.properties 2007-07-02 17:58:27
UTC (rev 2245)
@@ -1,12 +1,12 @@
-bin.includes = plugin.xml,\
- META-INF/,\
- seam-core-tests.jar
+bin.includes = META-INF/,\
+ seam-core-tests.jar,\
+ projects/,\
+ info.xml
src.includes = META-INF/,\
ant.properties,\
build.properties,\
info.xml,\
- plugin.xml,\
src/,\
- test.xml
+ projects/
source.seam-core-tests.jar = src/
jars.compile.order = seam-core-tests.jar
Deleted: trunk/seam/tests/org.jboss.tools.seam.core.test/plugin.properties
===================================================================
Deleted: trunk/seam/tests/org.jboss.tools.seam.core.test/plugin.xml
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam.core.test/plugin.xml 2007-07-02 16:53:26 UTC
(rev 2244)
+++ trunk/seam/tests/org.jboss.tools.seam.core.test/plugin.xml 2007-07-02 17:58:27 UTC
(rev 2245)
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.0"?>
-<plugin>
-
-</plugin>
Deleted: trunk/seam/tests/org.jboss.tools.seam.core.test/test.xml
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam.core.test/test.xml 2007-07-02 16:53:26 UTC (rev
2244)
+++ trunk/seam/tests/org.jboss.tools.seam.core.test/test.xml 2007-07-02 17:58:27 UTC (rev
2245)
@@ -1,30 +0,0 @@
-<?xml version="1.0"?>
-
-<project name="testsuite" default="run" basedir=".">
- <property name="eclipse-home" value="${basedir}/../.."/>
- <property name="plugin-name"
value="org.jboss.ide.model.tests"/>
- <property name="library-file"
- value="${eclipse-home}/plugins/org.eclipse.test/library.xml"/>
- <!-- -->
- <target name="init">
- <tstamp/>
- <delete>
- <fileset dir="${eclipse-home}" includes="org*.xml"/>
- </delete>
- </target>
- <!-- -->
- <target name="suite">
- <ant target="core-test" antfile="${library-file}"
dir="${eclipse-home}">
- <property name="data-dir" value="data-folder"/>
- <property name="plugin-name"
value="org.jboss.ide.model.tests"/>
- <property name="classname"
value="org.jboss.ide.model.tests.CommonModelAllTests"/>
- </ant>
- </target>
- <!-- -->
- <target name="run" depends="init,suite">
- <ant target="collect" antfile="${library-file}"
dir="${eclipse-home}">
- <property name="includes" value="org*.xml"/>
- <property name="output-file"
value="${plugin-name}.xml"/>
- </ant>
- </target>
-</project>
\ No newline at end of file
Modified: trunk/seam/tests/org.jboss.tools.seam.ui.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam.ui.test/META-INF/MANIFEST.MF 2007-07-02 16:53:26
UTC (rev 2244)
+++ trunk/seam/tests/org.jboss.tools.seam.ui.test/META-INF/MANIFEST.MF 2007-07-02 17:58:27
UTC (rev 2245)
@@ -8,3 +8,4 @@
Export-Package: org.jboss.tools.seam.ui.test,
org.jboss.tools.seam.ui.test.view,
org.jboss.tools.seam.ui.test.wizard
+Bundle-ClassPath: seam-ui.jar
Modified: trunk/seam/tests/org.jboss.tools.seam.ui.test/build.properties
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam.ui.test/build.properties 2007-07-02 16:53:26 UTC
(rev 2244)
+++ trunk/seam/tests/org.jboss.tools.seam.ui.test/build.properties 2007-07-02 17:58:27 UTC
(rev 2245)
@@ -1,4 +1,7 @@
-source.. = src/
-output.. = bin/
bin.includes = META-INF/,\
- .
+ seam-ui.jar
+source.seam-ui.jar = src/
+jars.compile.order = seam-ui.jar
+src.includes = src/,\
+ build.properties,\
+ META-INF/
Modified: trunk/tests/tests/org.jboss.ide.eclipse.core.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/tests/tests/org.jboss.ide.eclipse.core.test/META-INF/MANIFEST.MF 2007-07-02
16:53:26 UTC (rev 2244)
+++ trunk/tests/tests/org.jboss.ide.eclipse.core.test/META-INF/MANIFEST.MF 2007-07-02
17:58:27 UTC (rev 2245)
@@ -3,7 +3,6 @@
Bundle-Name: JBossIDE Product Test Plugin
Bundle-SymbolicName: org.jboss.ide.eclipse.core.test
Bundle-Version: 1.0.0
-Bundle-Localization: plugin
Bundle-Activator: org.jboss.ide.eclipse.core.test.CoreTestPlugin
Require-Bundle: org.eclipse.core.resources,
org.eclipse.core.runtime,
Modified: trunk/tests/tests/org.jboss.tools.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/tests/tests/org.jboss.tools.test/META-INF/MANIFEST.MF 2007-07-02 16:53:26 UTC
(rev 2244)
+++ trunk/tests/tests/org.jboss.tools.test/META-INF/MANIFEST.MF 2007-07-02 17:58:27 UTC
(rev 2245)
@@ -4,7 +4,6 @@
Bundle-SymbolicName: org.jboss.tools.tests
Bundle-Version: 2.0.0
Bundle-Vendor: Red Hat, Inc.
-Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.core.resources,
Modified: trunk/vpe/tests/org.jboss.tools.vpe.mozilla.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/vpe/tests/org.jboss.tools.vpe.mozilla.test/META-INF/MANIFEST.MF 2007-07-02
16:53:26 UTC (rev 2244)
+++ trunk/vpe/tests/org.jboss.tools.vpe.mozilla.test/META-INF/MANIFEST.MF 2007-07-02
17:58:27 UTC (rev 2245)
@@ -4,7 +4,6 @@
Bundle-SymbolicName: org.jboss.tools.vpe.mozilla.test;singleton:=true
Bundle-Version: 2.0.0
Bundle-Vendor: Red Hat, Inc.
-Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.junit,
Modified:
trunk/vpe/tests/org.jboss.tools.vpe.mozilla.test/src/org/jboss/tools/vpe/mozilla/tests/MozillaBrowserTest.java
===================================================================
---
trunk/vpe/tests/org.jboss.tools.vpe.mozilla.test/src/org/jboss/tools/vpe/mozilla/tests/MozillaBrowserTest.java 2007-07-02
16:53:26 UTC (rev 2244)
+++
trunk/vpe/tests/org.jboss.tools.vpe.mozilla.test/src/org/jboss/tools/vpe/mozilla/tests/MozillaBrowserTest.java 2007-07-02
17:58:27 UTC (rev 2245)
@@ -12,7 +12,7 @@
import junit.framework.TestCase;
-import org.eclipse.core.runtime.Platform;
+import org.eclipse.core.runtime.jobs.Job;
import org.eclipse.swt.widgets.Display;
import org.eclipse.ui.PartInitException;
import org.eclipse.ui.PlatformUI;
@@ -55,7 +55,7 @@
* Wait until all background tasks are complete.
*/
public void waitForJobs() {
- while (Platform.getJobManager().currentJob() != null)
+ while (Job.getJobManager().currentJob() != null)
delay(1000);
}
Modified: trunk/vpe/tests/org.jboss.tools.vpe.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/vpe/tests/org.jboss.tools.vpe.test/META-INF/MANIFEST.MF 2007-07-02 16:53:26 UTC
(rev 2244)
+++ trunk/vpe/tests/org.jboss.tools.vpe.test/META-INF/MANIFEST.MF 2007-07-02 17:58:27 UTC
(rev 2245)
@@ -5,7 +5,6 @@
Bundle-Version: 2.0.0
Bundle-Activator: org.jboss.tools.vpe.tests.VpeTestPlugin
Bundle-Vendor: RedHat
-Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.junit,
Modified: trunk/vpe/tests/org.jboss.tools.vpe.test/build.properties
===================================================================
--- trunk/vpe/tests/org.jboss.tools.vpe.test/build.properties 2007-07-02 16:53:26 UTC (rev
2244)
+++ trunk/vpe/tests/org.jboss.tools.vpe.test/build.properties 2007-07-02 17:58:27 UTC (rev
2245)
@@ -9,5 +9,4 @@
templates/,\
testFailure-plugin.xml,\
testOk-plugin.xml
-jars.compile.order =
source.vpe-tests.jar = src/