JBoss Tools SVN: r35996 - trunk/build/target-platform.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-10-25 19:31:07 -0400 (Tue, 25 Oct 2011)
New Revision: 35996
Modified:
trunk/build/target-platform/jbds.target
trunk/build/target-platform/jbds.target.p2mirror.xml
trunk/build/target-platform/multiple.target
trunk/build/target-platform/multiple.target.p2mirror.xml
trunk/build/target-platform/unified.target
trunk/build/target-platform/unified.target.p2mirror.xml
Log:
add o.apache.commons.io 2.0.1 to TPs
Modified: trunk/build/target-platform/jbds.target
===================================================================
--- trunk/build/target-platform/jbds.target 2011-10-25 23:03:17 UTC (rev 35995)
+++ trunk/build/target-platform/jbds.target 2011-10-25 23:31:07 UTC (rev 35996)
@@ -35,6 +35,7 @@
<unit id="javax.wsdl" version="1.6.2.v201012040545"/>
<unit id="org.jdom" version="1.1.1.v201101151400"/>
<unit id="org.apache.oro" version="2.0.8.v201005080400"/>
+ <unit id="org.apache.commons.io" version="2.0.1.v201101200200"/>
<unit id="org.apache.commons.codec" version="1.3.0.v201101211617"/>
<unit id="org.apache.commons.httpclient" version="3.1.0.v201012070820"/>
<unit id="org.hamcrest" version="1.1.0.v20090501071000"/>
Modified: trunk/build/target-platform/jbds.target.p2mirror.xml
===================================================================
--- trunk/build/target-platform/jbds.target.p2mirror.xml 2011-10-25 23:03:17 UTC (rev 35995)
+++ trunk/build/target-platform/jbds.target.p2mirror.xml 2011-10-25 23:31:07 UTC (rev 35996)
@@ -47,6 +47,7 @@
<iu id="javax.wsdl" version=""/>
<iu id="org.jdom" version=""/>
<iu id="org.apache.oro" version=""/>
+<iu id="org.apache.commons.io" version=""/>
<iu id="org.apache.commons.codec" version=""/>
<iu id="org.apache.commons.httpclient" version=""/>
<iu id="org.hamcrest" version=""/>
Modified: trunk/build/target-platform/multiple.target
===================================================================
--- trunk/build/target-platform/multiple.target 2011-10-25 23:03:17 UTC (rev 35995)
+++ trunk/build/target-platform/multiple.target 2011-10-25 23:31:07 UTC (rev 35996)
@@ -37,6 +37,7 @@
<unit id="javax.wsdl" version="1.6.2.v201012040545"/>
<unit id="org.jdom" version="1.1.1.v201101151400"/>
<unit id="org.apache.oro" version="2.0.8.v201005080400"/>
+ <unit id="org.apache.commons.io" version="2.0.1.v201101200200"/>
<unit id="org.apache.commons.codec" version="1.3.0.v201101211617"/>
<unit id="org.apache.commons.httpclient" version="3.1.0.v201012070820"/>
<unit id="org.hamcrest" version="1.1.0.v20090501071000"/>
Modified: trunk/build/target-platform/multiple.target.p2mirror.xml
===================================================================
--- trunk/build/target-platform/multiple.target.p2mirror.xml 2011-10-25 23:03:17 UTC (rev 35995)
+++ trunk/build/target-platform/multiple.target.p2mirror.xml 2011-10-25 23:31:07 UTC (rev 35996)
@@ -48,6 +48,7 @@
<iu id="javax.wsdl" version=""/>
<iu id="org.jdom" version=""/>
<iu id="org.apache.oro" version=""/>
+<iu id="org.apache.commons.io" version=""/>
<iu id="org.apache.commons.codec" version=""/>
<iu id="org.apache.commons.httpclient" version=""/>
<iu id="org.hamcrest" version=""/>
Modified: trunk/build/target-platform/unified.target
===================================================================
--- trunk/build/target-platform/unified.target 2011-10-25 23:03:17 UTC (rev 35995)
+++ trunk/build/target-platform/unified.target 2011-10-25 23:31:07 UTC (rev 35996)
@@ -37,6 +37,7 @@
<unit id="javax.wsdl" version="1.6.2.v201012040545"/>
<unit id="org.jdom" version="1.1.1.v201101151400"/>
<unit id="org.apache.oro" version="2.0.8.v201005080400"/>
+ <unit id="org.apache.commons.io" version="2.0.1.v201101200200"/>
<unit id="org.apache.commons.codec" version="1.3.0.v201101211617"/>
<unit id="org.apache.commons.httpclient" version="3.1.0.v201012070820"/>
<unit id="org.hamcrest" version="1.1.0.v20090501071000"/>
Modified: trunk/build/target-platform/unified.target.p2mirror.xml
===================================================================
--- trunk/build/target-platform/unified.target.p2mirror.xml 2011-10-25 23:03:17 UTC (rev 35995)
+++ trunk/build/target-platform/unified.target.p2mirror.xml 2011-10-25 23:31:07 UTC (rev 35996)
@@ -48,6 +48,7 @@
<iu id="javax.wsdl" version=""/>
<iu id="org.jdom" version=""/>
<iu id="org.apache.oro" version=""/>
+<iu id="org.apache.commons.io" version=""/>
<iu id="org.apache.commons.codec" version=""/>
<iu id="org.apache.commons.httpclient" version=""/>
<iu id="org.hamcrest" version=""/>
14 years, 5 months
JBoss Tools SVN: r35995 - trunk/documentation/whatsnew/cdi.
by jbosstools-commits@lists.jboss.org
Author: akazakov
Date: 2011-10-25 19:03:17 -0400 (Tue, 25 Oct 2011)
New Revision: 35995
Modified:
trunk/documentation/whatsnew/cdi/cdi-news-3.3.0.M4.html
Log:
https://issues.jboss.org/browse/JBIDE-9958 CDI Component N&N
Modified: trunk/documentation/whatsnew/cdi/cdi-news-3.3.0.M4.html
===================================================================
--- trunk/documentation/whatsnew/cdi/cdi-news-3.3.0.M4.html 2011-10-25 23:01:52 UTC (rev 35994)
+++ trunk/documentation/whatsnew/cdi/cdi-news-3.3.0.M4.html 2011-10-25 23:03:17 UTC (rev 35995)
@@ -122,8 +122,8 @@
</td>
<td align="top">
<p>
- There are some major changes in the latest <a href="http://in.relation.to/Bloggers/JBossSeam310Beta3Released">Seam 3.1.0.Beta3 release</a> which made it incompatible to previous Seam 3 releases.
- JBoss Tools 3.3.0.M4 will support the new Seam 3.1.0.Beta3 along with older versions. If you want use the latest Seam release just make sure you have the proper JARs in the project class path.
+ There are some major changes in <a href="http://in.relation.to/Bloggers/JBossSeam310Beta3Released">Seam 3.1.0.Beta3 release</a> which made it incompatible to previous Seam 3 releases.
+ JBoss Tools 3.3.0.M4 will support the new Seam 3.1.0.Beta3/Beta4 along with older versions. If you want use the latest Seam release just make sure you have the proper JARs in the project class path.
</p>
<p>
<small>
14 years, 5 months
JBoss Tools SVN: r35994 - in trunk/cdi/tests: org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigValidationTest/lib and 2 other directories.
by jbosstools-commits@lists.jboss.org
Author: akazakov
Date: 2011-10-25 19:01:52 -0400 (Tue, 25 Oct 2011)
New Revision: 35994
Modified:
trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigTest/lib/solder-api.jar
trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigTest/lib/solder-impl.jar
trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigValidationTest/lib/solder-api.jar
trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigValidationTest/lib/solder-impl.jar
trunk/cdi/tests/org.jboss.tools.cdi.seam.core.test/projects/Seam3PersistenceTest/lib/solder-api.jar
trunk/cdi/tests/org.jboss.tools.cdi.seam.core.test/projects/Seam3PersistenceTest/lib/solder-impl.jar
trunk/cdi/tests/org.jboss.tools.cdi.seam.solder.core.test/projects/CDISolderTest/lib/solder-api.jar
trunk/cdi/tests/org.jboss.tools.cdi.seam.solder.core.test/projects/CDISolderTest/lib/solder-impl.jar
Log:
https://issues.jboss.org/browse/JBIDE-10038 Updated test projects to the latest Seam 3.1.0.Beta4 release
Modified: trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigTest/lib/solder-api.jar
===================================================================
(Binary files differ)
Modified: trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigTest/lib/solder-impl.jar
===================================================================
(Binary files differ)
Modified: trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigValidationTest/lib/solder-api.jar
===================================================================
(Binary files differ)
Modified: trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigValidationTest/lib/solder-impl.jar
===================================================================
(Binary files differ)
Modified: trunk/cdi/tests/org.jboss.tools.cdi.seam.core.test/projects/Seam3PersistenceTest/lib/solder-api.jar
===================================================================
(Binary files differ)
Modified: trunk/cdi/tests/org.jboss.tools.cdi.seam.core.test/projects/Seam3PersistenceTest/lib/solder-impl.jar
===================================================================
(Binary files differ)
Modified: trunk/cdi/tests/org.jboss.tools.cdi.seam.solder.core.test/projects/CDISolderTest/lib/solder-api.jar
===================================================================
(Binary files differ)
Modified: trunk/cdi/tests/org.jboss.tools.cdi.seam.solder.core.test/projects/CDISolderTest/lib/solder-impl.jar
===================================================================
(Binary files differ)
14 years, 5 months
JBoss Tools SVN: r35993 - in trunk/download.jboss.org/jbosstools/builds/staging/_composite_: trunk and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-10-25 18:42:34 -0400 (Tue, 25 Oct 2011)
New Revision: 35993
Modified:
trunk/download.jboss.org/jbosstools/builds/staging/_composite_/3.3.indigo...
trunk/download.jboss.org/jbosstools/builds/staging/_composite_/3.3.indigo...
trunk/download.jboss.org/jbosstools/builds/staging/_composite_/trunk/comp...
trunk/download.jboss.org/jbosstools/builds/staging/_composite_/trunk/comp...
Log:
JBIDE-10013 add openshift component to composites
Modified: trunk/download.jboss.org/jbosstools/builds/staging/_composite_/3.3.indigo...
===================================================================
--- trunk/download.jboss.org/jbosstools/builds/staging/_composite_/3.3.indigo... 2011-10-25 22:32:51 UTC (rev 35992)
+++ trunk/download.jboss.org/jbosstools/builds/staging/_composite_/3.3.indigo... 2011-10-25 22:42:34 UTC (rev 35993)
@@ -7,9 +7,9 @@
get new time w/
date +%s000
-->
-<property name='p2.timestamp' value='1317306933000'/>
+<property name='p2.timestamp' value='1319582202000'/>
</properties>
-<children size='34'>
+<children size='35'>
<child location='../../jbosstools-3.3_stable_branch.component--archives/all/repo/'/>
<child location='../../jbosstools-3.3_stable_branch.component--as/all/repo/'/>
@@ -36,17 +36,18 @@
<child location='../../jbosstools-3.3_stable_branch.component--maven/all/repo/'/>
<child location='../../jbosstools-3.3_stable_branch.component--modeshape/all/repo/'/>
+<child location='../../jbosstools-3.3_stable_branch.component--openshift/all/repo/'/>
<child location='../../jbosstools-3.3_stable_branch.component--portlet/all/repo/'/>
<child location='../../jbosstools-3.3_stable_branch.component--runtime/all/repo/'/>
<child location='../../jbosstools-3.3_stable_branch.component--seam/all/repo/'/>
+
<child location='../../jbosstools-3.3_stable_branch.component--smooks/all/repo/'/>
-
<child location='../../jbosstools-3.3_stable_branch.component--struts/all/repo/'/>
<child location='../../jbosstools-3.3_stable_branch.component--tests/all/repo/'/>
<child location='../../jbosstools-3.3_stable_branch.component--usage/all/repo/'/>
<child location='../../jbosstools-3.3_stable_branch.component--vpe/all/repo/'/>
+
<child location='../../jbosstools-3.3_stable_branch.component--ws/all/repo/'/>
-
<!-- <child location='../../savara-tools-eclipse-master/all/repo/'/> -->
<child location='http://downloads.jboss.org/savara/releases/updates/2.0.x/' />
<child location='../../jbosstools-teiid-designer-7.5_stable_branch/all/repo/'/>
Modified: trunk/download.jboss.org/jbosstools/builds/staging/_composite_/3.3.indigo...
===================================================================
--- trunk/download.jboss.org/jbosstools/builds/staging/_composite_/3.3.indigo... 2011-10-25 22:32:51 UTC (rev 35992)
+++ trunk/download.jboss.org/jbosstools/builds/staging/_composite_/3.3.indigo... 2011-10-25 22:42:34 UTC (rev 35993)
@@ -7,9 +7,9 @@
get new time w/
date +%s000
-->
-<property name='p2.timestamp' value='1317306971000'/>
+<property name='p2.timestamp' value='1319582202000'/>
</properties>
-<children size='34'>
+<children size='35'>
<child location='../../jbosstools-3.3_stable_branch.component--archives/all/repo/'/>
<child location='../../jbosstools-3.3_stable_branch.component--as/all/repo/'/>
@@ -36,17 +36,18 @@
<child location='../../jbosstools-3.3_stable_branch.component--maven/all/repo/'/>
<child location='../../jbosstools-3.3_stable_branch.component--modeshape/all/repo/'/>
+<child location='../../jbosstools-3.3_stable_branch.component--openshift/all/repo/'/>
<child location='../../jbosstools-3.3_stable_branch.component--portlet/all/repo/'/>
<child location='../../jbosstools-3.3_stable_branch.component--runtime/all/repo/'/>
<child location='../../jbosstools-3.3_stable_branch.component--seam/all/repo/'/>
+
<child location='../../jbosstools-3.3_stable_branch.component--smooks/all/repo/'/>
-
<child location='../../jbosstools-3.3_stable_branch.component--struts/all/repo/'/>
<child location='../../jbosstools-3.3_stable_branch.component--tests/all/repo/'/>
<child location='../../jbosstools-3.3_stable_branch.component--usage/all/repo/'/>
<child location='../../jbosstools-3.3_stable_branch.component--vpe/all/repo/'/>
+
<child location='../../jbosstools-3.3_stable_branch.component--ws/all/repo/'/>
-
<!-- <child location='../../savara-tools-eclipse-master/all/repo/'/> -->
<child location='http://downloads.jboss.org/savara/releases/updates/2.0.x/' />
<child location='../../jbosstools-teiid-designer-7.5_stable_branch/all/repo/'/>
Modified: trunk/download.jboss.org/jbosstools/builds/staging/_composite_/trunk/comp...
===================================================================
--- trunk/download.jboss.org/jbosstools/builds/staging/_composite_/trunk/comp... 2011-10-25 22:32:51 UTC (rev 35992)
+++ trunk/download.jboss.org/jbosstools/builds/staging/_composite_/trunk/comp... 2011-10-25 22:42:34 UTC (rev 35993)
@@ -7,9 +7,9 @@
get new time w/
date +%s000
-->
-<property name='p2.timestamp' value='1318520045000'/>
+<property name='p2.timestamp' value='1319582229000'/>
</properties>
-<children size='68'>
+<children size='70'>
<child location='../../../staging/jbosstools-3.3_trunk.component--archives/all/repo/'/>
<child location='../../../staging/jbosstools-3.3_trunk.component--as/all/repo/'/>
@@ -60,38 +60,38 @@
<child location='../../../staging.previous/jbosstools-3.3_trunk.component--maven/all/repo/'/>
<child location='../../../staging/jbosstools-3.3_trunk.component--modeshape/all/repo/'/>
+<child location='../../../staging/jbosstools-3.3_trunk.component--openshift/all/repo/'/>
<child location='../../../staging/jbosstools-3.3_trunk.component--portlet/all/repo/'/>
<child location='../../../staging/jbosstools-3.3_trunk.component--runtime/all/repo/'/>
<child location='../../../staging/jbosstools-3.3_trunk.component--seam/all/repo/'/>
-<child location='../../../staging/jbosstools-3.3_trunk.component--smooks/all/repo/'/>
<child location='../../../staging.previous/jbosstools-3.3_trunk.component--modeshape/all/repo/'/>
+<child location='../../../staging.previous/jbosstools-3.3_trunk.component--openshift/all/repo/'/>
<child location='../../../staging.previous/jbosstools-3.3_trunk.component--portlet/all/repo/'/>
<child location='../../../staging.previous/jbosstools-3.3_trunk.component--runtime/all/repo/'/>
<child location='../../../staging.previous/jbosstools-3.3_trunk.component--seam/all/repo/'/>
-<child location='../../../staging.previous/jbosstools-3.3_trunk.component--smooks/all/repo/'/>
+<child location='../../../staging/jbosstools-3.3_trunk.component--smooks/all/repo/'/>
<child location='../../../staging/jbosstools-3.3_trunk.component--struts/all/repo/'/>
<child location='../../../staging/jbosstools-3.3_trunk.component--tests/all/repo/'/>
<child location='../../../staging/jbosstools-3.3_trunk.component--usage/all/repo/'/>
<child location='../../../staging/jbosstools-3.3_trunk.component--vpe/all/repo/'/>
-<child location='../../../staging/jbosstools-3.3_trunk.component--ws/all/repo/'/>
+<child location='../../../staging.previous/jbosstools-3.3_trunk.component--smooks/all/repo/'/>
<child location='../../../staging.previous/jbosstools-3.3_trunk.component--struts/all/repo/'/>
<child location='../../../staging.previous/jbosstools-3.3_trunk.component--tests/all/repo/'/>
<child location='../../../staging.previous/jbosstools-3.3_trunk.component--usage/all/repo/'/>
<child location='../../../staging.previous/jbosstools-3.3_trunk.component--vpe/all/repo/'/>
-<child location='../../../staging.previous/jbosstools-3.3_trunk.component--ws/all/repo/'/>
+<child location='../../../staging/jbosstools-3.3_trunk.component--ws/all/repo/'/>
<child location='../../../staging/jbosstools-drools-5.2_trunk/all/repo/'/>
-<!-- TODO: 7.6 to be included after M4 <child location='../../../staging/jbosstools-teiid-designer_trunk/all/repo/'/> -->
-<child location='../../../staging/jbosstools-teiid-designer-7.5_stable_branch/all/repo/'/>
+<child location='../../../staging/jbosstools-teiid-designer_trunk/all/repo/'/>
<child location='../../../staging/savara-tools-eclipse-master/all/repo/'/>
<child location='../../../staging/xulrunner-1.9.2/all/repo/'/>
+<child location='../../../staging.previous/jbosstools-3.3_trunk.component--ws/all/repo/'/>
<child location='../../../staging.previous/jbosstools-drools-5.2_trunk/all/repo/'/>
-<!-- TODO: 7.6 to be included after M4 <child location='../../../staging.previous/jbosstools-teiid-designer_trunk/all/repo/'/> -->
-<child location='../../../staging.previous/jbosstools-teiid-designer-7.5_stable_branch/all/repo/'/>
+<child location='../../../staging.previous/jbosstools-teiid-designer_trunk/all/repo/'/>
<child location='../../../staging.previous/savara-tools-eclipse-master/all/repo/'/>
<child location='../../../staging.previous/xulrunner-1.9.2/all/repo/'/>
Modified: trunk/download.jboss.org/jbosstools/builds/staging/_composite_/trunk/comp...
===================================================================
--- trunk/download.jboss.org/jbosstools/builds/staging/_composite_/trunk/comp... 2011-10-25 22:32:51 UTC (rev 35992)
+++ trunk/download.jboss.org/jbosstools/builds/staging/_composite_/trunk/comp... 2011-10-25 22:42:34 UTC (rev 35993)
@@ -7,9 +7,9 @@
get new time w/
date +%s000
-->
-<property name='p2.timestamp' value='1318520080000'/>
+<property name='p2.timestamp' value='1319582229000'/>
</properties>
-<children size='68'>
+<children size='70'>
<child location='../../../staging/jbosstools-3.3_trunk.component--archives/all/repo/'/>
<child location='../../../staging/jbosstools-3.3_trunk.component--as/all/repo/'/>
@@ -60,38 +60,38 @@
<child location='../../../staging.previous/jbosstools-3.3_trunk.component--maven/all/repo/'/>
<child location='../../../staging/jbosstools-3.3_trunk.component--modeshape/all/repo/'/>
+<child location='../../../staging/jbosstools-3.3_trunk.component--openshift/all/repo/'/>
<child location='../../../staging/jbosstools-3.3_trunk.component--portlet/all/repo/'/>
<child location='../../../staging/jbosstools-3.3_trunk.component--runtime/all/repo/'/>
<child location='../../../staging/jbosstools-3.3_trunk.component--seam/all/repo/'/>
-<child location='../../../staging/jbosstools-3.3_trunk.component--smooks/all/repo/'/>
<child location='../../../staging.previous/jbosstools-3.3_trunk.component--modeshape/all/repo/'/>
+<child location='../../../staging.previous/jbosstools-3.3_trunk.component--openshift/all/repo/'/>
<child location='../../../staging.previous/jbosstools-3.3_trunk.component--portlet/all/repo/'/>
<child location='../../../staging.previous/jbosstools-3.3_trunk.component--runtime/all/repo/'/>
<child location='../../../staging.previous/jbosstools-3.3_trunk.component--seam/all/repo/'/>
-<child location='../../../staging.previous/jbosstools-3.3_trunk.component--smooks/all/repo/'/>
+<child location='../../../staging/jbosstools-3.3_trunk.component--smooks/all/repo/'/>
<child location='../../../staging/jbosstools-3.3_trunk.component--struts/all/repo/'/>
<child location='../../../staging/jbosstools-3.3_trunk.component--tests/all/repo/'/>
<child location='../../../staging/jbosstools-3.3_trunk.component--usage/all/repo/'/>
<child location='../../../staging/jbosstools-3.3_trunk.component--vpe/all/repo/'/>
-<child location='../../../staging/jbosstools-3.3_trunk.component--ws/all/repo/'/>
+<child location='../../../staging.previous/jbosstools-3.3_trunk.component--smooks/all/repo/'/>
<child location='../../../staging.previous/jbosstools-3.3_trunk.component--struts/all/repo/'/>
<child location='../../../staging.previous/jbosstools-3.3_trunk.component--tests/all/repo/'/>
<child location='../../../staging.previous/jbosstools-3.3_trunk.component--usage/all/repo/'/>
<child location='../../../staging.previous/jbosstools-3.3_trunk.component--vpe/all/repo/'/>
-<child location='../../../staging.previous/jbosstools-3.3_trunk.component--ws/all/repo/'/>
+<child location='../../../staging/jbosstools-3.3_trunk.component--ws/all/repo/'/>
<child location='../../../staging/jbosstools-drools-5.2_trunk/all/repo/'/>
-<!-- TODO: 7.6 to be included after M4 <child location='../../../staging/jbosstools-teiid-designer_trunk/all/repo/'/> -->
-<child location='../../../staging/jbosstools-teiid-designer-7.5_stable_branch/all/repo/'/>
+<child location='../../../staging/jbosstools-teiid-designer_trunk/all/repo/'/>
<child location='../../../staging/savara-tools-eclipse-master/all/repo/'/>
<child location='../../../staging/xulrunner-1.9.2/all/repo/'/>
+<child location='../../../staging.previous/jbosstools-3.3_trunk.component--ws/all/repo/'/>
<child location='../../../staging.previous/jbosstools-drools-5.2_trunk/all/repo/'/>
-<!-- TODO: 7.6 to be included after M4 <child location='../../../staging.previous/jbosstools-teiid-designer_trunk/all/repo/'/> -->
-<child location='../../../staging.previous/jbosstools-teiid-designer-7.5_stable_branch/all/repo/'/>
+<child location='../../../staging.previous/jbosstools-teiid-designer_trunk/all/repo/'/>
<child location='../../../staging.previous/savara-tools-eclipse-master/all/repo/'/>
<child location='../../../staging.previous/xulrunner-1.9.2/all/repo/'/>
14 years, 5 months
JBoss Tools SVN: r35992 - trunk/documentation/whatsnew/examples.
by jbosstools-commits@lists.jboss.org
Author: snjeza
Date: 2011-10-25 18:32:51 -0400 (Tue, 25 Oct 2011)
New Revision: 35992
Added:
trunk/documentation/whatsnew/examples/examples-news-3.3.0.M4.html
Log:
JBIDE-9971 CLONE - CLONE - CLONE - Project Examples in N&N
Added: trunk/documentation/whatsnew/examples/examples-news-3.3.0.M4.html
===================================================================
--- trunk/documentation/whatsnew/examples/examples-news-3.3.0.M4.html (rev 0)
+++ trunk/documentation/whatsnew/examples/examples-news-3.3.0.M4.html 2011-10-25 22:32:51 UTC (rev 35992)
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Language" content="en-us" />
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<link rel="stylesheet" href="../whatsnew.css"/>
+<title>Examples 3.3.0.M4 What's New</title>
+<script type="text/javascript">
+
+ var _gaq = _gaq || [];
+ _gaq.push(['_setAccount', 'UA-17645367-5']);
+ _gaq.push(['_trackPageview']);
+
+ (function() {
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+ })();
+
+</script></head>
+<body>
+<h1>Examples 3.3.0.M4 What's New</h1>
+
+<p align="right"><a href="../index.html">< Main Index</a>
+<a href="../deltacloud/deltacloud-news-0.2.0.M2.html">Delta Cloud
+Tools ></a></p>
+
+<table border="0" cellpadding="10" cellspacing="0" width="80%">
+ <tr>
+ <td colspan="2">
+ <hr/>
+ <h3>Project Examples</h3>
+ <hr/>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
+ <a name="itemnam1e" id="itemname1"></a><b>Examples locations as relative paths</b>
+ </td>
+ <td width="70%" valign="top">
+ <p>Now you can declare the location of an archive relatively to the location of the project-examples.xml file
+ </p>
+ <p><small><a href="https://jira.jboss.org/jira/browse/JBIDE-9708">Related Jira</a></small></p>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2">
+ <hr />
+ </td>
+ </tr>
+</table>
+
+</body>
+
+</html>
14 years, 5 months
JBoss Tools SVN: r35990 - in trunk/cdi/tests: org.jboss.tools.cdi.seam.core.test/projects/Seam3PersistenceTest/lib and 2 other directories.
by jbosstools-commits@lists.jboss.org
Author: akazakov
Date: 2011-10-25 18:09:50 -0400 (Tue, 25 Oct 2011)
New Revision: 35990
Added:
trunk/cdi/tests/org.jboss.tools.cdi.seam.core.test/projects/Seam3PersistenceTest/lib/seam-persistence-api.jar
trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/projects/SeamFacesTest/lib/seam-faces-api.jar
trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/projects/SeamFacesTest/lib/seam-faces.jar
Modified:
trunk/cdi/tests/org.jboss.tools.cdi.seam.core.test/projects/Seam3PersistenceTest/.classpath
trunk/cdi/tests/org.jboss.tools.cdi.seam.core.test/projects/Seam3PersistenceTest/lib/seam-persistence.jar
trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/projects/SeamFacesTest/.classpath
Log:
https://issues.jboss.org/browse/JBIDE-10038 Updated test projects to the latest Seam 3.1.0.Beta4 release
Modified: trunk/cdi/tests/org.jboss.tools.cdi.seam.core.test/projects/Seam3PersistenceTest/.classpath
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.seam.core.test/projects/Seam3PersistenceTest/.classpath 2011-10-25 21:07:51 UTC (rev 35989)
+++ trunk/cdi/tests/org.jboss.tools.cdi.seam.core.test/projects/Seam3PersistenceTest/.classpath 2011-10-25 22:09:50 UTC (rev 35990)
@@ -6,6 +6,7 @@
<classpathentry kind="lib" path="lib/hibernate-jpa-2.0-api-1.0.1.Final.jar"/>
<classpathentry kind="lib" path="lib/hibernate3.jar"/>
<classpathentry kind="lib" path="lib/javax.inject.jar"/>
+ <classpathentry kind="lib" path="lib/seam-persistence-api.jar"/>
<classpathentry kind="lib" path="lib/seam-persistence.jar"/>
<classpathentry kind="lib" path="lib/solder-api.jar"/>
<classpathentry kind="lib" path="lib/solder-impl.jar"/>
Added: trunk/cdi/tests/org.jboss.tools.cdi.seam.core.test/projects/Seam3PersistenceTest/lib/seam-persistence-api.jar
===================================================================
(Binary files differ)
Property changes on: trunk/cdi/tests/org.jboss.tools.cdi.seam.core.test/projects/Seam3PersistenceTest/lib/seam-persistence-api.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: trunk/cdi/tests/org.jboss.tools.cdi.seam.core.test/projects/Seam3PersistenceTest/lib/seam-persistence.jar
===================================================================
(Binary files differ)
Modified: trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/projects/SeamFacesTest/.classpath
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/projects/SeamFacesTest/.classpath 2011-10-25 21:07:51 UTC (rev 35989)
+++ trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/projects/SeamFacesTest/.classpath 2011-10-25 22:09:50 UTC (rev 35990)
@@ -5,6 +5,7 @@
<classpathentry kind="lib" path="lib/cdi-api.jar"/>
<classpathentry kind="lib" path="lib/javax.inject.jar"/>
<classpathentry kind="lib" path="lib/jboss-interceptor-api.jar"/>
- <classpathentry kind="lib" path="lib/seam-faces-3.0.0.Final.jar" sourcepath="/home/igels/.m2/repository/org/jboss/seam/faces/seam-faces/3.0.0.Final/seam-faces-3.0.0.Final-sources.jar"/>
+ <classpathentry kind="lib" path="lib/seam-faces-api.jar"/>
+ <classpathentry kind="lib" path="lib/seam-faces.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Added: trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/projects/SeamFacesTest/lib/seam-faces-api.jar
===================================================================
(Binary files differ)
Property changes on: trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/projects/SeamFacesTest/lib/seam-faces-api.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/projects/SeamFacesTest/lib/seam-faces.jar
===================================================================
(Binary files differ)
Property changes on: trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/projects/SeamFacesTest/lib/seam-faces.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
14 years, 5 months
JBoss Tools SVN: r35989 - in trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects: CDIConfigValidationTest30 and 4 other directories.
by jbosstools-commits@lists.jboss.org
Author: akazakov
Date: 2011-10-25 17:07:51 -0400 (Tue, 25 Oct 2011)
New Revision: 35989
Removed:
trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigValidationTest/.settings/
trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigValidationTest30/.settings/
trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIDependentConfigTest/.settings/
trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIDependentConfigTest/bin/org/
trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIDependentConfigTest30/.settings/
trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIDependentConfigTest30/bin/org/
Log:
removed *.class files
14 years, 5 months
JBoss Tools SVN: r35988 - trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb.
by jbosstools-commits@lists.jboss.org
Author: vrubezhny
Date: 2011-10-25 14:06:06 -0400 (Tue, 25 Oct 2011)
New Revision: 35988
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/PageContextFactory.java
Log:
JBIDE-10022 Multiple problem markers on the same broken EL
Issue with duplicating warning markers is fixed.
Modified: trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/PageContextFactory.java
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/PageContextFactory.java 2011-10-25 17:11:57 UTC (rev 35987)
+++ trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/PageContextFactory.java 2011-10-25 18:06:06 UTC (rev 35988)
@@ -28,9 +28,7 @@
import org.eclipse.core.resources.IResourceChangeEvent;
import org.eclipse.core.resources.IResourceChangeListener;
import org.eclipse.core.resources.IResourceDelta;
-import org.eclipse.core.resources.IWorkspace;
import org.eclipse.core.resources.IWorkspaceRoot;
-import org.eclipse.core.resources.ResourcesPlugin;
import org.eclipse.core.runtime.CoreException;
import org.eclipse.core.runtime.IPath;
import org.eclipse.core.runtime.Path;
@@ -402,7 +400,7 @@
* @param node
* @param context
*/
- @SuppressWarnings({ "unchecked" })
+ @SuppressWarnings("rawtypes")
private static void fillJSPNameSpaces(JspContextImpl context) {
TLDCMDocumentManager manager = TaglibController.getTLDCMDocumentManager(context.getDocument());
List trackers = (manager == null? null : manager.getCMDocumentTrackers(context.getDocument().getLength() - 1));
@@ -482,53 +480,48 @@
}
private static void fillElReferencesForNode(IDocument document, IDOMNode node, XmlContextImpl context) {
- if(Node.ELEMENT_NODE != node.getNodeType() && Node.TEXT_NODE != node.getNodeType())
- return;
-
- IStructuredDocumentRegion regionNode = node.getFirstStructuredDocumentRegion();
- if (regionNode == null)
- return;
-
- IStructuredDocumentRegion lastRegionNode = node.getLastStructuredDocumentRegion();
- for (; regionNode != null && regionNode != lastRegionNode; regionNode = regionNode.getNext()) {
- fillElReferencesForRegionNode(document, node, regionNode, context);
+ if(Node.ELEMENT_NODE == node.getNodeType() || Node.TEXT_NODE == node.getNodeType()) {
+ IStructuredDocumentRegion regionNode = node.getFirstStructuredDocumentRegion();
+ if (regionNode == null) return;
+
+ ITextRegionList regions = regionNode.getRegions();
+ if (regions == null) return;
+
+ for (ITextRegion region : regions.toArray()) {
+ if (DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE == region.getType() || DOMRegionContext.XML_CONTENT == region.getType()) {
+ fillElReferencesForRegionNode(document, node, regionNode, region, context);
+ }
+ }
}
- if (lastRegionNode != null) {
- fillElReferencesForRegionNode(document, node, lastRegionNode, context);
- }
}
-
- private static void fillElReferencesForRegionNode(IDocument document, IDOMNode node, IStructuredDocumentRegion regionNode, XmlContextImpl context) {
- ITextRegionList regions = regionNode.getRegions();
- for(int i=0; i<regions.size(); i++) {
- ITextRegion region = regions.get(i);
- if(region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE || region.getType() == DOMRegionContext.XML_CONTENT) {
- String text = regionNode.getFullText(region);
- if(text.indexOf('{')>-1 && (text.indexOf("#{") > -1 || text.indexOf("${") > -1)) { //$NON-NLS-1$
- int offset = regionNode.getStartOffset() + region.getStart();
- ELParser parser = ELParserUtil.getJbossFactory().createParser();
- ELModel model = parser.parse(text);
- List<ELInstance> is = model.getInstances();
- ELReference elReference = new ValidationELReference();
- elReference.setResource(context.getResource());
- elReference.setEl(is);
- elReference.setLength(text.length());
- elReference.setStartPosition(offset);
- try {
- if(Node.TEXT_NODE == node.getNodeType()) {
- if(is.size()==1) {
- elReference.setLineNumber(document.getLineOfOffset(elReference.getStartPossitionOfFirstEL()) + 1);
- }
- } else {
- elReference.setLineNumber(document.getLineOfOffset(offset) + 1);
- }
- } catch (BadLocationException e) {
- WebKbPlugin.getDefault().logError(e);
+
+ private static void fillElReferencesForRegionNode(IDocument document, IDOMNode node, IStructuredDocumentRegion regionNode, ITextRegion region, XmlContextImpl context) {
+ String text = regionNode.getFullText(region);
+ if(text.indexOf('{')>-1 && (text.indexOf("#{") > -1 || text.indexOf("${") > -1)) { //$NON-NLS-1$
+ int offset = regionNode.getStartOffset() + region.getStart();
+ if (context.getELReference(offset) != null) return; // prevent the duplication of EL references while iterating thru the regions
+
+ ELParser parser = ELParserUtil.getJbossFactory().createParser();
+ ELModel model = parser.parse(text);
+ List<ELInstance> is = model.getInstances();
+ ELReference elReference = new ValidationELReference();
+ elReference.setResource(context.getResource());
+ elReference.setEl(is);
+ elReference.setLength(text.length());
+ elReference.setStartPosition(offset);
+ try {
+ if(Node.TEXT_NODE == node.getNodeType()) {
+ if(is.size()==1) {
+ elReference.setLineNumber(document.getLineOfOffset(elReference.getStartPossitionOfFirstEL()) + 1);
}
- elReference.setSyntaxErrors(model.getSyntaxErrors());
- context.addELReference(elReference);
+ } else {
+ elReference.setLineNumber(document.getLineOfOffset(offset) + 1);
}
+ } catch (BadLocationException e) {
+ WebKbPlugin.getDefault().logError(e);
}
+ elReference.setSyntaxErrors(model.getSyntaxErrors());
+ context.addELReference(elReference);
}
}
14 years, 5 months
JBoss Tools SVN: r35987 - workspace/yradtsevich/browsersim/swt-webkit-browsersim/org.jboss.tools.browsersim/src/org/jboss/tools/browsersim.
by jbosstools-commits@lists.jboss.org
Author: yradtsevich
Date: 2011-10-25 13:11:57 -0400 (Tue, 25 Oct 2011)
New Revision: 35987
Modified:
workspace/yradtsevich/browsersim/swt-webkit-browsersim/org.jboss.tools.browsersim/src/org/jboss/tools/browsersim/BrowserSim.java
Log:
https://issues.jboss.org/browse/JBIDE-9539 : Browsersim app for testing mobile/desktop web apps
- added title to the simulator's window
Modified: workspace/yradtsevich/browsersim/swt-webkit-browsersim/org.jboss.tools.browsersim/src/org/jboss/tools/browsersim/BrowserSim.java
===================================================================
--- workspace/yradtsevich/browsersim/swt-webkit-browsersim/org.jboss.tools.browsersim/src/org/jboss/tools/browsersim/BrowserSim.java 2011-10-25 16:32:15 UTC (rev 35986)
+++ workspace/yradtsevich/browsersim/swt-webkit-browsersim/org.jboss.tools.browsersim/src/org/jboss/tools/browsersim/BrowserSim.java 2011-10-25 17:11:57 UTC (rev 35987)
@@ -69,6 +69,7 @@
@Override
public void run() {
shell = new Shell(display);
+ shell.setText("BrowserSim");
GridLayout gridLayout = new GridLayout();
gridLayout.numColumns = 3;
shell.setLayout(gridLayout);
14 years, 5 months