Author: dgolovin
Date: 2011-06-22 20:51:00 -0400 (Wed, 22 Jun 2011)
New Revision: 32305
Removed:
trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/jboss-dmr-1.0.0.Beta5.jar
trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/jboss-logging-3.0.0.Beta3.jar
Modified:
trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/.classpath
trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/jboss-as-protocol-7.0.0.Beta4-SNAPSHOT.jar
Log:
https://issues.jboss.org/browse/JBIDE-9173 AS7 is updating their controller code so
current tooling is not expected to work with final
missing protocol-7.0.0-SNAPSHOT.jar replaced with version from 3.3.0.M2 branch
old libraries removed
.classpath updated
Modified: trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/.classpath
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/.classpath 2011-06-23
00:24:25 UTC (rev 32304)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/.classpath 2011-06-23
00:51:00 UTC (rev 32305)
@@ -1,13 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
+ <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+ <classpathentry kind="con"
path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
<classpathentry exported="true" kind="lib"
path="jboss-as-controller-client-7.0.0.Beta4-SNAPSHOT.jar"/>
<classpathentry exported="true" kind="lib"
path="jboss-as-protocol-7.0.0.Beta4-SNAPSHOT.jar"/>
- <classpathentry exported="true" kind="lib"
path="jboss-dmr-1.0.0.Beta5.jar"
sourcepath="/home/adietish/jboss-workspaces/jboss-tools/jbosstools-src/jboss-dmr-1.0.0.Beta5-sources.jar"/>
- <classpathentry exported="true" kind="lib"
path="jboss-logging-3.0.0.Beta3.jar"/>
+ <classpathentry exported="true" kind="lib"
path="jboss-dmr-1.0.0.Beta6.jar"/>
+ <classpathentry exported="true" kind="lib"
path="jboss-logging-3.0.0.Beta5.jar"/>
<classpathentry exported="true" kind="lib"
path="jboss-marshalling-1.3.0.CR8.jar"/>
- <classpathentry exported="true" kind="lib"
path="jboss-threads-2.0.0.CR8.jar"
sourcepath="/home/adietish/jboss-workspaces/jboss-tools/jbosstools-src/jboss-threads-2.0.0.CR8-sources.jar"/>
- <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
- <classpathentry kind="con"
path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="src" path="src"/>
+ <classpathentry exported="true" kind="lib"
path="jboss-remoting-3.2.0.Beta1.jar"/>
+ <classpathentry exported="true" kind="lib"
path="jboss-threads-2.0.0.CR8.jar"/>
+ <classpathentry exported="true" kind="lib"
path="xnio-api-3.0.0.Beta2.jar"/>
+ <classpathentry exported="true" kind="lib"
path="xnio-nio-3.0.0.Beta2.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Modified:
trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/jboss-as-protocol-7.0.0.Beta4-SNAPSHOT.jar
===================================================================
(Binary files differ)
Deleted:
trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/jboss-dmr-1.0.0.Beta5.jar
===================================================================
(Binary files differ)
Deleted:
trunk/as/plugins/org.jboss.ide.eclipse.as.management.as7/jboss-logging-3.0.0.Beta3.jar
===================================================================
(Binary files differ)