[jbosstools-commits] JBoss Tools SVN: r21133 - branches/modular_build/vpe/tests/org.jboss.tools.vpe.test/META-INF.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Tue Mar 30 05:56:37 EDT 2010


Author: mareshkau
Date: 2010-03-30 05:56:37 -0400 (Tue, 30 Mar 2010)
New Revision: 21133

Modified:
   branches/modular_build/vpe/tests/org.jboss.tools.vpe.test/META-INF/MANIFEST.MF
Log:
https://jira.jboss.org/jira/browse/JBDS-486 removed cycle dependency in tests

Modified: branches/modular_build/vpe/tests/org.jboss.tools.vpe.test/META-INF/MANIFEST.MF
===================================================================
--- branches/modular_build/vpe/tests/org.jboss.tools.vpe.test/META-INF/MANIFEST.MF	2010-03-30 09:29:05 UTC (rev 21132)
+++ branches/modular_build/vpe/tests/org.jboss.tools.vpe.test/META-INF/MANIFEST.MF	2010-03-30 09:56:37 UTC (rev 21133)
@@ -9,9 +9,9 @@
  org.eclipse.core.runtime,
  org.junit,
  org.jboss.tools.vpe,
- org.jboss.tools.jsf.vpe.jsf.test,
  org.jboss.tools.common.model.ui;bundle-version="2.0.0",
- org.eclipse.jface.text;bundle-version="3.4.0"
+ org.eclipse.jface.text;bundle-version="3.4.0",
+ org.jboss.tools.vpe.ui.test;bundle-version="1.0.0"
 Bundle-ActivationPolicy: lazy
 Export-Package: org.jboss.tools.vpe.editor.template,
  org.jboss.tools.vpe.test



More information about the jbosstools-commits mailing list