[jbosstools-commits] JBoss Tools SVN: r42366 - in trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test: META-INF and 1 other directory.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Tue Jul 3 16:50:28 EDT 2012
Author: dgolovin
Date: 2012-07-03 16:50:27 -0400 (Tue, 03 Jul 2012)
New Revision: 42366
Added:
trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/plugin.properties
Modified:
trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/META-INF/MANIFEST.MF
Log:
fixed maven build warnings
[WARNING] bundle localization file <http://hudson.qa.jboss.com/hudson/job/jbosstools-3.3_trunk.component--hibernatetools/ws/sources/tests/org.jboss.tools.hibernate.ui.bot.test/plugin.properties> not found
[WARNING] Bundle-Vendor header not found in <http://hudson.qa.jboss.com/hudson/job/jbosstools-3.3_trunk.component--hibernatetools/ws/sources/tests/org.jboss.tools.hibernate.ui.bot.test/META-INF/MANIFEST.MF,> fallback to 'unknown' for source bundle
Modified: trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/META-INF/MANIFEST.MF 2012-07-03 20:27:55 UTC (rev 42365)
+++ trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/META-INF/MANIFEST.MF 2012-07-03 20:50:27 UTC (rev 42366)
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: Hibernate Tools SWTBot Tests
+Bundle-Name: %pluginName
Bundle-SymbolicName: org.jboss.tools.hibernate.ui.bot.test
Bundle-Version: 3.6.0.qualifier
Bundle-Activator: org.jboss.tools.hibernate.ui.bot.testcase.Activator
@@ -25,3 +25,5 @@
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Eclipse-RegisterBuddy: org.apache.log4j
Import-Package: org.eclipse.jdt.internal.ui
+Bundle-Vendor: %providerName
+Bundle-Localization: plugin
Added: trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/plugin.properties
===================================================================
--- trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/plugin.properties (rev 0)
+++ trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/plugin.properties 2012-07-03 20:50:27 UTC (rev 42366)
@@ -0,0 +1,2 @@
+providerName=JBoss by Red Hat
+pluginName=Hibernate Tools SWTBot Tests
\ No newline at end of file
Property changes on: trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/plugin.properties
___________________________________________________________________
Added: svn:mime-type
+ text/plain
More information about the jbosstools-commits
mailing list