[jbosstools-commits] JBoss Tools SVN: r22337 - in trunk/as: tests/org.jboss.ide.eclipse.as.archives.integration.test and 1 other directories.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Wed May 26 14:50:17 EDT 2010
Author: dgolovin
Date: 2010-05-26 14:50:17 -0400 (Wed, 26 May 2010)
New Revision: 22337
Modified:
trunk/as/features/org.jboss.ide.eclipse.as.test.feature/feature.xml
trunk/as/tests/org.jboss.ide.eclipse.as.archives.integration.test/META-INF/MANIFEST.MF
trunk/as/tests/org.jboss.ide.eclipse.as.archives.integration.test/build.properties
Log:
as.integration.test plug-in do not need unpacking during installation to work with tycho build. Manifest was adjusted.
Modified: trunk/as/features/org.jboss.ide.eclipse.as.test.feature/feature.xml
===================================================================
--- trunk/as/features/org.jboss.ide.eclipse.as.test.feature/feature.xml 2010-05-26 18:33:57 UTC (rev 22336)
+++ trunk/as/features/org.jboss.ide.eclipse.as.test.feature/feature.xml 2010-05-26 18:50:17 UTC (rev 22337)
@@ -1,54 +1,55 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.jboss.ide.eclipse.as.test.feature"
- label="JBossTools Test"
- version="2.1.0.qualifier"
- provider-name="JBoss by Red Hat">
-
- <description url="http://www.jboss.org/tools">
- JBossAS Test
- </description>
-
- <copyright>
- JBoss, Home of Professional Open Source
-Copyright 2006-2010, JBoss by Red Hat, and individual contributors as indicated
-by the @authors tag. See the copyright.txt in the distribution
-for a full listing of individual contributors.
- </copyright>
-
- <license>Red Hat, Inc. licenses these features and plugins to you under
-certain open source licenses (or aggregations of such licenses), which
-in a particular case may include the Eclipse Public License, the GNU
-Lesser General Public License, and/or certain other open source
-licenses. For precise licensing details, consult the corresponding
-source code, or contact Red Hat Legal Affairs, 1801 Varsity Drive,
-Raleigh NC 27606 USA.
-</license>
-
-
- <plugin
- id="org.jboss.ide.eclipse.as.test"
- download-size="0"
- install-size="0"
- version="0.0.0"/>
-
- <plugin
- id="org.jboss.tools.jmx.core.test"
- download-size="0"
- install-size="0"
- version="0.0.0"/>
-
- <plugin
- id="org.jboss.ide.eclipse.as.ui.test"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.jboss.ide.eclipse.as.archives.integration.test"
- download-size="0"
- install-size="0"
- version="0.0.0"/>
-
-</feature>
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.jboss.ide.eclipse.as.test.feature"
+ label="JBossTools Test"
+ version="2.1.0.qualifier"
+ provider-name="JBoss by Red Hat">
+
+ <description url="http://www.jboss.org/tools">
+ JBossAS Test
+ </description>
+
+ <copyright>
+ JBoss, Home of Professional Open Source
+Copyright 2006-2010, JBoss by Red Hat, and individual contributors as indicated
+by the @authors tag. See the copyright.txt in the distribution
+for a full listing of individual contributors.
+ </copyright>
+
+ <license>
+ Red Hat, Inc. licenses these features and plugins to you under
+certain open source licenses (or aggregations of such licenses), which
+in a particular case may include the Eclipse Public License, the GNU
+Lesser General Public License, and/or certain other open source
+licenses. For precise licensing details, consult the corresponding
+source code, or contact Red Hat Legal Affairs, 1801 Varsity Drive,
+Raleigh NC 27606 USA.
+ </license>
+
+ <plugin
+ id="org.jboss.ide.eclipse.as.test"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.jboss.tools.jmx.core.test"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.jboss.ide.eclipse.as.ui.test"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.jboss.ide.eclipse.as.archives.integration.test"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>
Modified: trunk/as/tests/org.jboss.ide.eclipse.as.archives.integration.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/as/tests/org.jboss.ide.eclipse.as.archives.integration.test/META-INF/MANIFEST.MF 2010-05-26 18:33:57 UTC (rev 22336)
+++ trunk/as/tests/org.jboss.ide.eclipse.as.archives.integration.test/META-INF/MANIFEST.MF 2010-05-26 18:50:17 UTC (rev 22337)
@@ -5,7 +5,7 @@
Bundle-Version: 2.1.0.qualifier
Bundle-Activator: org.jboss.ide.eclipse.as.archives.integration.test.ASArchivesIntegrationTest
Bundle-ActivationPolicy: lazy
-Bundle-ClassPath: jbossasarchivesintegrationtest.jar
+Bundle-ClassPath: .
Bundle-Vendor: %Bundle-Vendor.0
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime,
Modified: trunk/as/tests/org.jboss.ide.eclipse.as.archives.integration.test/build.properties
===================================================================
--- trunk/as/tests/org.jboss.ide.eclipse.as.archives.integration.test/build.properties 2010-05-26 18:33:57 UTC (rev 22336)
+++ trunk/as/tests/org.jboss.ide.eclipse.as.archives.integration.test/build.properties 2010-05-26 18:50:17 UTC (rev 22337)
@@ -1,6 +1,6 @@
bin.includes = META-INF/,\
- jbossasarchivesintegrationtest.jar,\
- plugin.properties
-source.jbossasarchivesintegrationtest.jar = src/
+ plugin.properties,\
+ .
jars.compile.order = jbossasarchivesintegrationtest.jar
-output.jbossasarchivesintegrationtest.jar = bin/
\ No newline at end of file
+output.jbossasarchivesintegrationtest.jar = bin/
+source.. = src/
More information about the jbosstools-commits
mailing list