[jbosstools-commits] JBoss Tools SVN: r22351 - in trunk/archives/tests/org.jboss.ide.eclipse.archives.ui.test: META-INF and 1 other directory.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Wed May 26 19:54:24 EDT 2010
Author: dgolovin
Date: 2010-05-26 19:54:23 -0400 (Wed, 26 May 2010)
New Revision: 22351
Modified:
trunk/archives/tests/org.jboss.ide.eclipse.archives.ui.test/META-INF/MANIFEST.MF
trunk/archives/tests/org.jboss.ide.eclipse.archives.ui.test/build.properties
Log:
https://jira.jboss.org/browse/JBDS-1202 problems running tests
fix tycho releated errors in archives.ui.test
manifest updated to build test plug-in as jar
Modified: trunk/archives/tests/org.jboss.ide.eclipse.archives.ui.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/archives/tests/org.jboss.ide.eclipse.archives.ui.test/META-INF/MANIFEST.MF 2010-05-26 23:42:11 UTC (rev 22350)
+++ trunk/archives/tests/org.jboss.ide.eclipse.archives.ui.test/META-INF/MANIFEST.MF 2010-05-26 23:54:23 UTC (rev 22351)
@@ -14,7 +14,6 @@
org.eclipse.core.runtime;bundle-version="3.5.0",
org.jboss.ide.eclipse.archives.core;bundle-version="2.0.0",
org.eclipse.ui.navigator;bundle-version="3.4.1"
-Bundle-ClassPath: archives-ui-test.jar
Export-Package: org.jboss.ide.eclipse.archives.ui.test,
org.jboss.ide.eclipse.archives.ui.test.preferences,
org.jboss.ide.eclipse.archives.ui.test.views,
Modified: trunk/archives/tests/org.jboss.ide.eclipse.archives.ui.test/build.properties
===================================================================
--- trunk/archives/tests/org.jboss.ide.eclipse.archives.ui.test/build.properties 2010-05-26 23:42:11 UTC (rev 22350)
+++ trunk/archives/tests/org.jboss.ide.eclipse.archives.ui.test/build.properties 2010-05-26 23:54:23 UTC (rev 22351)
@@ -1,6 +1,5 @@
-output.archives-ui-test.jar = bin/
bin.includes = META-INF/,\
- archives-ui-test.jar,\
- projects/
-source.archives-ui-test.jar = src/
-jars.compile.order = archives-ui-test.jar
+ projects/,\
+ .
+jars.compile.order = .
+source.. = src/
More information about the jbosstools-commits
mailing list