JBoss Tools SVN: r44647 - branches/jbosstools-3.3.x/requirements/seam-2.3.0.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2013-01-07 15:42:13 -0500 (Mon, 07 Jan 2013)
New Revision: 44647
Modified:
branches/jbosstools-3.3.x/requirements/seam-2.3.0/build.properties
Log:
use Seam 2.3.0.Final instead of 2.3.0.ALPHA -- really, why wasn't this updated AGES ago\? (JBIDE-13350)
Modified: branches/jbosstools-3.3.x/requirements/seam-2.3.0/build.properties
===================================================================
--- branches/jbosstools-3.3.x/requirements/seam-2.3.0/build.properties 2013-01-03 01:28:14 UTC (rev 44646)
+++ branches/jbosstools-3.3.x/requirements/seam-2.3.0/build.properties 2013-01-07 20:42:13 UTC (rev 44647)
@@ -1,6 +1,6 @@
#seam.build.uri=http://downloads.sourceforge.net/sourceforge/jboss
-seam.build.uri=http://sourceforge.net/projects/jboss/files/JBoss%20Seam/2.3.0.ALPHA
+seam.build.uri=http://sourceforge.net/projects/jboss/files/JBoss%20Seam/2.3.0.Final
seam-2.3.0.build.uri=${seam.build.uri}
build.uri=${seam-2.3.0.build.uri}
-build.archive=jboss-seam-2.3.0.ALPHA-distribution.zip
-md5=07b19de75bcb86b5f4cff3a15d7e2158
+build.archive=jboss-seam-distribution-2.3.0.Final-dist.zip
+md5=f5fcb2ae2b17514feb2a2d3bbf5f4e2b
12 years, 9 months
JBoss Tools SVN: r44645 - branches/jbosstools-3.3.x/tests/plugins/org.jboss.tools.ui.bot.ext/META-INF.
by jbosstools-commits@lists.jboss.org
Author: apodhrad
Date: 2013-01-02 10:17:59 -0500 (Wed, 02 Jan 2013)
New Revision: 44645
Modified:
branches/jbosstools-3.3.x/tests/plugins/org.jboss.tools.ui.bot.ext/META-INF/MANIFEST.MF
Log:
JBIDE-13334: LinkageError in bot test after installing slf4j
Modified: branches/jbosstools-3.3.x/tests/plugins/org.jboss.tools.ui.bot.ext/META-INF/MANIFEST.MF
===================================================================
--- branches/jbosstools-3.3.x/tests/plugins/org.jboss.tools.ui.bot.ext/META-INF/MANIFEST.MF 2012-12-21 02:23:32 UTC (rev 44644)
+++ branches/jbosstools-3.3.x/tests/plugins/org.jboss.tools.ui.bot.ext/META-INF/MANIFEST.MF 2013-01-02 15:17:59 UTC (rev 44645)
@@ -32,7 +32,6 @@
org.eclipse.swtbot.junit4_x;bundle-version="2.0.0",
org.eclipse.swtbot.swt.finder;bundle-version="2.0.0",
org.hamcrest;bundle-version="1.1.0",
- org.apache.log4j;bundle-version="1.2.13",
org.eclipse.datatools.connectivity;bundle-version="1.1.2",
org.eclipse.datatools.connectivity.db.generic;bundle-version="1.0.1",
org.eclipse.ui.ide;bundle-version="3.5.1",
@@ -55,6 +54,7 @@
org.eclipse.swtbot.forms.finder
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
-Import-Package: org.eclipse.gef,
+Import-Package: org.apache.log4j;version="1.2.13",
+ org.eclipse.gef,
org.jboss.tools.ui.bot.ext.helper
Eclipse-RegisterBuddy: org.apache.log4j
12 years, 9 months