Author: dgolovin
Date: 2010-11-12 21:12:20 -0500 (Fri, 12 Nov 2010)
New Revision: 26533
Modified:
trunk/jst/tests/org.jboss.tools.jst.jsp.test/META-INF/MANIFEST.MF
trunk/jst/tests/org.jboss.tools.jst.jsp.test/src/org/jboss/tools/jst/jsp/test/JstJspAllTests.java
Log:
https://jira.jboss.org/browse/JBIDE-7575 Build error in org.jboss.tools.jst.jsp.test
rference to neweditor.sidebyside plugin is removed, test disabled
Modified: trunk/jst/tests/org.jboss.tools.jst.jsp.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/jst/tests/org.jboss.tools.jst.jsp.test/META-INF/MANIFEST.MF 2010-11-12 22:50:25
UTC (rev 26532)
+++ trunk/jst/tests/org.jboss.tools.jst.jsp.test/META-INF/MANIFEST.MF 2010-11-13 02:12:20
UTC (rev 26533)
@@ -17,8 +17,7 @@
org.jboss.tools.jst.web,
org.jboss.tools.common.text.xml,
org.jboss.tools.jst.web.kb,
- org.eclipse.jst.standard.schemas,
- org.jboss.tools.neweditor.sidebyside
+ org.eclipse.jst.standard.schemas
Export-Package:
org.jboss.tools.jst.jsp.test,
org.jboss.tools.jst.jsp.test.ca
Modified:
trunk/jst/tests/org.jboss.tools.jst.jsp.test/src/org/jboss/tools/jst/jsp/test/JstJspAllTests.java
===================================================================
---
trunk/jst/tests/org.jboss.tools.jst.jsp.test/src/org/jboss/tools/jst/jsp/test/JstJspAllTests.java 2010-11-12
22:50:25 UTC (rev 26532)
+++
trunk/jst/tests/org.jboss.tools.jst.jsp.test/src/org/jboss/tools/jst/jsp/test/JstJspAllTests.java 2010-11-13
02:12:20 UTC (rev 26533)
@@ -38,7 +38,6 @@
suite.addTestSuite(SelectionBarTest.class);
suite.addTestSuite(ExternalizeCommandTest.class);
- suite.addTestSuite(NewEditorSideBySideCommandTest.class);
return suite;
}