JBoss Tools SVN: r22501 - branches/jbosstools-3.1.x/documentation/guides/Beginners_Guide/en-US.
by jbosstools-commits@lists.jboss.org
Author: irooskov(a)redhat.com
Date: 2010-06-02 20:33:13 -0400 (Wed, 02 Jun 2010)
New Revision: 22501
Modified:
branches/jbosstools-3.1.x/documentation/guides/Beginners_Guide/en-US/Book_Info.xml
Log:
updated
Modified: branches/jbosstools-3.1.x/documentation/guides/Beginners_Guide/en-US/Book_Info.xml
===================================================================
--- branches/jbosstools-3.1.x/documentation/guides/Beginners_Guide/en-US/Book_Info.xml 2010-06-03 00:32:58 UTC (rev 22500)
+++ branches/jbosstools-3.1.x/documentation/guides/Beginners_Guide/en-US/Book_Info.xml 2010-06-03 00:33:13 UTC (rev 22501)
@@ -7,7 +7,7 @@
<productname>JBoss Developer Studio</productname>
<productnumber>3.0</productnumber>
<edition>1.0</edition>
- <pubsnumber>10</pubsnumber>
+ <pubsnumber>11</pubsnumber>
<abstract>
<para>
The Beginners Guide brings all concepts pertaining to the <application>JBoss Developer Studio</application> back to basics. It is intended for individuals who may be
14 years, 7 months
JBoss Tools SVN: r22500 - branches/jbosstools-3.1.x/jbpm/docs/converter_ref/en-US.
by jbosstools-commits@lists.jboss.org
Author: irooskov(a)redhat.com
Date: 2010-06-02 20:32:58 -0400 (Wed, 02 Jun 2010)
New Revision: 22500
Modified:
branches/jbosstools-3.1.x/jbpm/docs/converter_ref/en-US/Book_Info.xml
Log:
updated
Modified: branches/jbosstools-3.1.x/jbpm/docs/converter_ref/en-US/Book_Info.xml
===================================================================
--- branches/jbosstools-3.1.x/jbpm/docs/converter_ref/en-US/Book_Info.xml 2010-06-02 22:01:11 UTC (rev 22499)
+++ branches/jbosstools-3.1.x/jbpm/docs/converter_ref/en-US/Book_Info.xml 2010-06-03 00:32:58 UTC (rev 22500)
@@ -1,4 +1,4 @@
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE Book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
]>
-<bookinfo><title>BPMN Convert User Guide</title><subtitle>Provides information relating to the BPMN Convert module.</subtitle><productname>JBoss Developer Studio</productname><productnumber>3.0</productnumber><edition>1.0</edition><pubsnumber>0</pubsnumber><abstract><para>The BPMN Convert User Guide explains how to use the BPMN Convert module to translate a BPMN file to a JPDL file.</para></abstract><corpauthor><inlinemediaobject><imageobject><imagedata fileref="Common_Content/images/title_logo.svg" format="SVG"></imagedata></imageobject></inlinemediaobject></corpauthor><xi:include href="Common_Content/Legal_Notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include><xi:include href="Author_Group.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include></bookinfo>
+<bookinfo><title>BPMN Convert User Guide</title><subtitle>Provides information relating to the BPMN Convert module.</subtitle><productname>JBoss Developer Studio</productname><productnumber>3.0</productnumber><edition>1.0</edition><pubsnumber>1</pubsnumber><abstract><para>The BPMN Convert User Guide explains how to use the BPMN Convert module to translate a BPMN file to a JPDL file.</para></abstract><corpauthor><inlinemediaobject><imageobject><imagedata fileref="Common_Content/images/title_logo.svg" format="SVG"></imagedata></imageobject></inlinemediaobject></corpauthor><xi:include href="Common_Content/Legal_Notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include><xi:include href="Author_Group.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include></bookinfo>
14 years, 7 months
JBoss Tools SVN: r22499 - in trunk/common/plugins: org.jboss.tools.common.model.ui.capabilities and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-06-02 18:01:11 -0400 (Wed, 02 Jun 2010)
New Revision: 22499
Added:
trunk/common/plugins/org.jboss.tools.common.model.ui.capabilities/pom.xml
Modified:
trunk/common/plugins/pom.xml
Log:
add org.jboss.tools.common.model.ui.capabilities to pom
Added: trunk/common/plugins/org.jboss.tools.common.model.ui.capabilities/pom.xml
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.model.ui.capabilities/pom.xml (rev 0)
+++ trunk/common/plugins/org.jboss.tools.common.model.ui.capabilities/pom.xml 2010-06-02 22:01:11 UTC (rev 22499)
@@ -0,0 +1,14 @@
+<project
+xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <relativePath>../../../parent-pom.xml</relativePath>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.parent.pom</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.common.model.ui.capabilities</artifactId>
+ <version>3.1.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
Modified: trunk/common/plugins/pom.xml
===================================================================
--- trunk/common/plugins/pom.xml 2010-06-02 20:24:19 UTC (rev 22498)
+++ trunk/common/plugins/pom.xml 2010-06-02 22:01:11 UTC (rev 22499)
@@ -19,6 +19,7 @@
<module>org.jboss.tools.common.meta.ui</module>
<module>org.jboss.tools.common.model</module>
<module>org.jboss.tools.common.model.ui</module>
+ <module>org.jboss.tools.common.model.ui.capabilities</module>
<module>org.jboss.tools.common.projecttemplates</module>
<module>org.jboss.tools.common.resref.core</module>
<module>org.jboss.tools.common.resref.ui</module>
14 years, 7 months
JBoss Tools SVN: r22498 - branches/jbosstools-3.1.x/maven/plugins/org.jboss.tools.maven.core/poms.
by jbosstools-commits@lists.jboss.org
Author: snjeza
Date: 2010-06-02 16:24:19 -0400 (Wed, 02 Jun 2010)
New Revision: 22498
Modified:
branches/jbosstools-3.1.x/maven/plugins/org.jboss.tools.maven.core/poms/portletbridge-template200alpha.xml
branches/jbosstools-3.1.x/maven/plugins/org.jboss.tools.maven.core/poms/portletbridge-template200alphadep.xml
branches/jbosstools-3.1.x/maven/plugins/org.jboss.tools.maven.core/poms/portletbridge-template200final.xml
branches/jbosstools-3.1.x/maven/plugins/org.jboss.tools.maven.core/poms/portletbridge-template200finaldep.xml
Log:
https://jira.jboss.org/browse/JBIDE-6293 Add Maven Portletbridge 2.0.0 FINAL library provider
Modified: branches/jbosstools-3.1.x/maven/plugins/org.jboss.tools.maven.core/poms/portletbridge-template200alpha.xml
===================================================================
--- branches/jbosstools-3.1.x/maven/plugins/org.jboss.tools.maven.core/poms/portletbridge-template200alpha.xml 2010-06-02 20:23:08 UTC (rev 22497)
+++ branches/jbosstools-3.1.x/maven/plugins/org.jboss.tools.maven.core/poms/portletbridge-template200alpha.xml 2010-06-02 20:24:19 UTC (rev 22498)
@@ -6,7 +6,35 @@
<artifactId>template</artifactId>
<packaging>pom</packaging>
<version>0.0.1-SNAPSHOT</version>
-
+
+ <repositories>
+ <repository>
+ <id>jboss-public-repository-group</id>
+ <name>JBoss Community Public Maven Repository</name>
+ <url>https://repository.jboss.org/nexus/content/groups/public/</url>
+ <layout>default</layout>
+ <releases>
+ <enabled>true</enabled>
+ <updatePolicy>never</updatePolicy>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ <updatePolicy>never</updatePolicy>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>repository.jboss.org</id>
+ <name>JBoss Repository</name>
+ <url>http://repository.jboss.org/maven2</url>
+ </repository>
+ <repository>
+ <snapshots />
+ <id>snapshots.jboss.org</id>
+ <name>JBoss Snapshot Repository</name>
+ <url>http://snapshots.jboss.org/maven2</url>
+ </repository>
+ </repositories>
+
<dependencies>
<dependency>
<groupId>org.jboss.portletbridge</groupId>
Modified: branches/jbosstools-3.1.x/maven/plugins/org.jboss.tools.maven.core/poms/portletbridge-template200alphadep.xml
===================================================================
--- branches/jbosstools-3.1.x/maven/plugins/org.jboss.tools.maven.core/poms/portletbridge-template200alphadep.xml 2010-06-02 20:23:08 UTC (rev 22497)
+++ branches/jbosstools-3.1.x/maven/plugins/org.jboss.tools.maven.core/poms/portletbridge-template200alphadep.xml 2010-06-02 20:24:19 UTC (rev 22498)
@@ -6,7 +6,35 @@
<artifactId>template</artifactId>
<packaging>pom</packaging>
<version>0.0.1-SNAPSHOT</version>
-
+
+ <repositories>
+ <repository>
+ <id>jboss-public-repository-group</id>
+ <name>JBoss Community Public Maven Repository</name>
+ <url>https://repository.jboss.org/nexus/content/groups/public/</url>
+ <layout>default</layout>
+ <releases>
+ <enabled>true</enabled>
+ <updatePolicy>never</updatePolicy>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ <updatePolicy>never</updatePolicy>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>repository.jboss.org</id>
+ <name>JBoss Repository</name>
+ <url>http://repository.jboss.org/maven2</url>
+ </repository>
+ <repository>
+ <snapshots />
+ <id>snapshots.jboss.org</id>
+ <name>JBoss Snapshot Repository</name>
+ <url>http://snapshots.jboss.org/maven2</url>
+ </repository>
+ </repositories>
+
<dependencies>
<dependency>
Modified: branches/jbosstools-3.1.x/maven/plugins/org.jboss.tools.maven.core/poms/portletbridge-template200final.xml
===================================================================
--- branches/jbosstools-3.1.x/maven/plugins/org.jboss.tools.maven.core/poms/portletbridge-template200final.xml 2010-06-02 20:23:08 UTC (rev 22497)
+++ branches/jbosstools-3.1.x/maven/plugins/org.jboss.tools.maven.core/poms/portletbridge-template200final.xml 2010-06-02 20:24:19 UTC (rev 22498)
@@ -6,7 +6,35 @@
<artifactId>template</artifactId>
<packaging>pom</packaging>
<version>0.0.1-SNAPSHOT</version>
-
+
+ <repositories>
+ <repository>
+ <id>jboss-public-repository-group</id>
+ <name>JBoss Community Public Maven Repository</name>
+ <url>https://repository.jboss.org/nexus/content/groups/public/</url>
+ <layout>default</layout>
+ <releases>
+ <enabled>true</enabled>
+ <updatePolicy>never</updatePolicy>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ <updatePolicy>never</updatePolicy>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>repository.jboss.org</id>
+ <name>JBoss Repository</name>
+ <url>http://repository.jboss.org/maven2</url>
+ </repository>
+ <repository>
+ <snapshots />
+ <id>snapshots.jboss.org</id>
+ <name>JBoss Snapshot Repository</name>
+ <url>http://snapshots.jboss.org/maven2</url>
+ </repository>
+ </repositories>
+
<dependencies>
<dependency>
<groupId>org.jboss.portletbridge</groupId>
Modified: branches/jbosstools-3.1.x/maven/plugins/org.jboss.tools.maven.core/poms/portletbridge-template200finaldep.xml
===================================================================
--- branches/jbosstools-3.1.x/maven/plugins/org.jboss.tools.maven.core/poms/portletbridge-template200finaldep.xml 2010-06-02 20:23:08 UTC (rev 22497)
+++ branches/jbosstools-3.1.x/maven/plugins/org.jboss.tools.maven.core/poms/portletbridge-template200finaldep.xml 2010-06-02 20:24:19 UTC (rev 22498)
@@ -6,7 +6,35 @@
<artifactId>template</artifactId>
<packaging>pom</packaging>
<version>0.0.1-SNAPSHOT</version>
-
+
+ <repositories>
+ <repository>
+ <id>jboss-public-repository-group</id>
+ <name>JBoss Community Public Maven Repository</name>
+ <url>https://repository.jboss.org/nexus/content/groups/public/</url>
+ <layout>default</layout>
+ <releases>
+ <enabled>true</enabled>
+ <updatePolicy>never</updatePolicy>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ <updatePolicy>never</updatePolicy>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>repository.jboss.org</id>
+ <name>JBoss Repository</name>
+ <url>http://repository.jboss.org/maven2</url>
+ </repository>
+ <repository>
+ <snapshots />
+ <id>snapshots.jboss.org</id>
+ <name>JBoss Snapshot Repository</name>
+ <url>http://snapshots.jboss.org/maven2</url>
+ </repository>
+ </repositories>
+
<dependencies>
<dependency>
14 years, 7 months
JBoss Tools SVN: r22497 - branches/3.2.helios/maven/plugins/org.jboss.tools.maven.core/poms.
by jbosstools-commits@lists.jboss.org
Author: snjeza
Date: 2010-06-02 16:23:08 -0400 (Wed, 02 Jun 2010)
New Revision: 22497
Modified:
branches/3.2.helios/maven/plugins/org.jboss.tools.maven.core/poms/portletbridge-template200alpha.xml
branches/3.2.helios/maven/plugins/org.jboss.tools.maven.core/poms/portletbridge-template200alphadep.xml
branches/3.2.helios/maven/plugins/org.jboss.tools.maven.core/poms/portletbridge-template200final.xml
branches/3.2.helios/maven/plugins/org.jboss.tools.maven.core/poms/portletbridge-template200finaldep.xml
Log:
https://jira.jboss.org/browse/JBIDE-6293 Add Maven Portletbridge 2.0.0 FINAL library provider
Modified: branches/3.2.helios/maven/plugins/org.jboss.tools.maven.core/poms/portletbridge-template200alpha.xml
===================================================================
--- branches/3.2.helios/maven/plugins/org.jboss.tools.maven.core/poms/portletbridge-template200alpha.xml 2010-06-02 20:18:26 UTC (rev 22496)
+++ branches/3.2.helios/maven/plugins/org.jboss.tools.maven.core/poms/portletbridge-template200alpha.xml 2010-06-02 20:23:08 UTC (rev 22497)
@@ -6,7 +6,35 @@
<artifactId>template</artifactId>
<packaging>pom</packaging>
<version>0.0.1-SNAPSHOT</version>
-
+
+ <repositories>
+ <repository>
+ <id>jboss-public-repository-group</id>
+ <name>JBoss Community Public Maven Repository</name>
+ <url>https://repository.jboss.org/nexus/content/groups/public/</url>
+ <layout>default</layout>
+ <releases>
+ <enabled>true</enabled>
+ <updatePolicy>never</updatePolicy>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ <updatePolicy>never</updatePolicy>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>repository.jboss.org</id>
+ <name>JBoss Repository</name>
+ <url>http://repository.jboss.org/maven2</url>
+ </repository>
+ <repository>
+ <snapshots />
+ <id>snapshots.jboss.org</id>
+ <name>JBoss Snapshot Repository</name>
+ <url>http://snapshots.jboss.org/maven2</url>
+ </repository>
+ </repositories>
+
<dependencies>
<dependency>
<groupId>org.jboss.portletbridge</groupId>
Modified: branches/3.2.helios/maven/plugins/org.jboss.tools.maven.core/poms/portletbridge-template200alphadep.xml
===================================================================
--- branches/3.2.helios/maven/plugins/org.jboss.tools.maven.core/poms/portletbridge-template200alphadep.xml 2010-06-02 20:18:26 UTC (rev 22496)
+++ branches/3.2.helios/maven/plugins/org.jboss.tools.maven.core/poms/portletbridge-template200alphadep.xml 2010-06-02 20:23:08 UTC (rev 22497)
@@ -6,7 +6,35 @@
<artifactId>template</artifactId>
<packaging>pom</packaging>
<version>0.0.1-SNAPSHOT</version>
-
+
+ <repositories>
+ <repository>
+ <id>jboss-public-repository-group</id>
+ <name>JBoss Community Public Maven Repository</name>
+ <url>https://repository.jboss.org/nexus/content/groups/public/</url>
+ <layout>default</layout>
+ <releases>
+ <enabled>true</enabled>
+ <updatePolicy>never</updatePolicy>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ <updatePolicy>never</updatePolicy>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>repository.jboss.org</id>
+ <name>JBoss Repository</name>
+ <url>http://repository.jboss.org/maven2</url>
+ </repository>
+ <repository>
+ <snapshots />
+ <id>snapshots.jboss.org</id>
+ <name>JBoss Snapshot Repository</name>
+ <url>http://snapshots.jboss.org/maven2</url>
+ </repository>
+ </repositories>
+
<dependencies>
<dependency>
Modified: branches/3.2.helios/maven/plugins/org.jboss.tools.maven.core/poms/portletbridge-template200final.xml
===================================================================
--- branches/3.2.helios/maven/plugins/org.jboss.tools.maven.core/poms/portletbridge-template200final.xml 2010-06-02 20:18:26 UTC (rev 22496)
+++ branches/3.2.helios/maven/plugins/org.jboss.tools.maven.core/poms/portletbridge-template200final.xml 2010-06-02 20:23:08 UTC (rev 22497)
@@ -6,7 +6,35 @@
<artifactId>template</artifactId>
<packaging>pom</packaging>
<version>0.0.1-SNAPSHOT</version>
-
+
+ <repositories>
+ <repository>
+ <id>jboss-public-repository-group</id>
+ <name>JBoss Community Public Maven Repository</name>
+ <url>https://repository.jboss.org/nexus/content/groups/public/</url>
+ <layout>default</layout>
+ <releases>
+ <enabled>true</enabled>
+ <updatePolicy>never</updatePolicy>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ <updatePolicy>never</updatePolicy>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>repository.jboss.org</id>
+ <name>JBoss Repository</name>
+ <url>http://repository.jboss.org/maven2</url>
+ </repository>
+ <repository>
+ <snapshots />
+ <id>snapshots.jboss.org</id>
+ <name>JBoss Snapshot Repository</name>
+ <url>http://snapshots.jboss.org/maven2</url>
+ </repository>
+ </repositories>
+
<dependencies>
<dependency>
<groupId>org.jboss.portletbridge</groupId>
Modified: branches/3.2.helios/maven/plugins/org.jboss.tools.maven.core/poms/portletbridge-template200finaldep.xml
===================================================================
--- branches/3.2.helios/maven/plugins/org.jboss.tools.maven.core/poms/portletbridge-template200finaldep.xml 2010-06-02 20:18:26 UTC (rev 22496)
+++ branches/3.2.helios/maven/plugins/org.jboss.tools.maven.core/poms/portletbridge-template200finaldep.xml 2010-06-02 20:23:08 UTC (rev 22497)
@@ -6,7 +6,35 @@
<artifactId>template</artifactId>
<packaging>pom</packaging>
<version>0.0.1-SNAPSHOT</version>
-
+
+ <repositories>
+ <repository>
+ <id>jboss-public-repository-group</id>
+ <name>JBoss Community Public Maven Repository</name>
+ <url>https://repository.jboss.org/nexus/content/groups/public/</url>
+ <layout>default</layout>
+ <releases>
+ <enabled>true</enabled>
+ <updatePolicy>never</updatePolicy>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ <updatePolicy>never</updatePolicy>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>repository.jboss.org</id>
+ <name>JBoss Repository</name>
+ <url>http://repository.jboss.org/maven2</url>
+ </repository>
+ <repository>
+ <snapshots />
+ <id>snapshots.jboss.org</id>
+ <name>JBoss Snapshot Repository</name>
+ <url>http://snapshots.jboss.org/maven2</url>
+ </repository>
+ </repositories>
+
<dependencies>
<dependency>
14 years, 7 months
JBoss Tools SVN: r22496 - trunk/maven/plugins/org.jboss.tools.maven.core/poms.
by jbosstools-commits@lists.jboss.org
Author: snjeza
Date: 2010-06-02 16:18:26 -0400 (Wed, 02 Jun 2010)
New Revision: 22496
Modified:
trunk/maven/plugins/org.jboss.tools.maven.core/poms/portletbridge-template200alpha.xml
trunk/maven/plugins/org.jboss.tools.maven.core/poms/portletbridge-template200alphadep.xml
trunk/maven/plugins/org.jboss.tools.maven.core/poms/portletbridge-template200final.xml
trunk/maven/plugins/org.jboss.tools.maven.core/poms/portletbridge-template200finaldep.xml
Log:
https://jira.jboss.org/browse/JBIDE-6293 Add Maven Portletbridge 2.0.0 FINAL library provider
Modified: trunk/maven/plugins/org.jboss.tools.maven.core/poms/portletbridge-template200alpha.xml
===================================================================
--- trunk/maven/plugins/org.jboss.tools.maven.core/poms/portletbridge-template200alpha.xml 2010-06-02 19:48:50 UTC (rev 22495)
+++ trunk/maven/plugins/org.jboss.tools.maven.core/poms/portletbridge-template200alpha.xml 2010-06-02 20:18:26 UTC (rev 22496)
@@ -6,7 +6,35 @@
<artifactId>template</artifactId>
<packaging>pom</packaging>
<version>0.0.1-SNAPSHOT</version>
-
+
+ <repositories>
+ <repository>
+ <id>jboss-public-repository-group</id>
+ <name>JBoss Community Public Maven Repository</name>
+ <url>https://repository.jboss.org/nexus/content/groups/public/</url>
+ <layout>default</layout>
+ <releases>
+ <enabled>true</enabled>
+ <updatePolicy>never</updatePolicy>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ <updatePolicy>never</updatePolicy>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>repository.jboss.org</id>
+ <name>JBoss Repository</name>
+ <url>http://repository.jboss.org/maven2</url>
+ </repository>
+ <repository>
+ <snapshots />
+ <id>snapshots.jboss.org</id>
+ <name>JBoss Snapshot Repository</name>
+ <url>http://snapshots.jboss.org/maven2</url>
+ </repository>
+ </repositories>
+
<dependencies>
<dependency>
<groupId>org.jboss.portletbridge</groupId>
Modified: trunk/maven/plugins/org.jboss.tools.maven.core/poms/portletbridge-template200alphadep.xml
===================================================================
--- trunk/maven/plugins/org.jboss.tools.maven.core/poms/portletbridge-template200alphadep.xml 2010-06-02 19:48:50 UTC (rev 22495)
+++ trunk/maven/plugins/org.jboss.tools.maven.core/poms/portletbridge-template200alphadep.xml 2010-06-02 20:18:26 UTC (rev 22496)
@@ -6,7 +6,35 @@
<artifactId>template</artifactId>
<packaging>pom</packaging>
<version>0.0.1-SNAPSHOT</version>
-
+
+ <repositories>
+ <repository>
+ <id>jboss-public-repository-group</id>
+ <name>JBoss Community Public Maven Repository</name>
+ <url>https://repository.jboss.org/nexus/content/groups/public/</url>
+ <layout>default</layout>
+ <releases>
+ <enabled>true</enabled>
+ <updatePolicy>never</updatePolicy>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ <updatePolicy>never</updatePolicy>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>repository.jboss.org</id>
+ <name>JBoss Repository</name>
+ <url>http://repository.jboss.org/maven2</url>
+ </repository>
+ <repository>
+ <snapshots />
+ <id>snapshots.jboss.org</id>
+ <name>JBoss Snapshot Repository</name>
+ <url>http://snapshots.jboss.org/maven2</url>
+ </repository>
+ </repositories>
+
<dependencies>
<dependency>
Modified: trunk/maven/plugins/org.jboss.tools.maven.core/poms/portletbridge-template200final.xml
===================================================================
--- trunk/maven/plugins/org.jboss.tools.maven.core/poms/portletbridge-template200final.xml 2010-06-02 19:48:50 UTC (rev 22495)
+++ trunk/maven/plugins/org.jboss.tools.maven.core/poms/portletbridge-template200final.xml 2010-06-02 20:18:26 UTC (rev 22496)
@@ -6,7 +6,35 @@
<artifactId>template</artifactId>
<packaging>pom</packaging>
<version>0.0.1-SNAPSHOT</version>
-
+
+ <repositories>
+ <repository>
+ <id>jboss-public-repository-group</id>
+ <name>JBoss Community Public Maven Repository</name>
+ <url>https://repository.jboss.org/nexus/content/groups/public/</url>
+ <layout>default</layout>
+ <releases>
+ <enabled>true</enabled>
+ <updatePolicy>never</updatePolicy>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ <updatePolicy>never</updatePolicy>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>repository.jboss.org</id>
+ <name>JBoss Repository</name>
+ <url>http://repository.jboss.org/maven2</url>
+ </repository>
+ <repository>
+ <snapshots />
+ <id>snapshots.jboss.org</id>
+ <name>JBoss Snapshot Repository</name>
+ <url>http://snapshots.jboss.org/maven2</url>
+ </repository>
+ </repositories>
+
<dependencies>
<dependency>
<groupId>org.jboss.portletbridge</groupId>
Modified: trunk/maven/plugins/org.jboss.tools.maven.core/poms/portletbridge-template200finaldep.xml
===================================================================
--- trunk/maven/plugins/org.jboss.tools.maven.core/poms/portletbridge-template200finaldep.xml 2010-06-02 19:48:50 UTC (rev 22495)
+++ trunk/maven/plugins/org.jboss.tools.maven.core/poms/portletbridge-template200finaldep.xml 2010-06-02 20:18:26 UTC (rev 22496)
@@ -6,7 +6,35 @@
<artifactId>template</artifactId>
<packaging>pom</packaging>
<version>0.0.1-SNAPSHOT</version>
-
+
+ <repositories>
+ <repository>
+ <id>jboss-public-repository-group</id>
+ <name>JBoss Community Public Maven Repository</name>
+ <url>https://repository.jboss.org/nexus/content/groups/public/</url>
+ <layout>default</layout>
+ <releases>
+ <enabled>true</enabled>
+ <updatePolicy>never</updatePolicy>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ <updatePolicy>never</updatePolicy>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>repository.jboss.org</id>
+ <name>JBoss Repository</name>
+ <url>http://repository.jboss.org/maven2</url>
+ </repository>
+ <repository>
+ <snapshots />
+ <id>snapshots.jboss.org</id>
+ <name>JBoss Snapshot Repository</name>
+ <url>http://snapshots.jboss.org/maven2</url>
+ </repository>
+ </repositories>
+
<dependencies>
<dependency>
14 years, 7 months
JBoss Tools SVN: r22495 - branches/3.2.helios/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/wizard.
by jbosstools-commits@lists.jboss.org
Author: snjeza
Date: 2010-06-02 15:48:50 -0400 (Wed, 02 Jun 2010)
New Revision: 22495
Modified:
branches/3.2.helios/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/wizard/NewProjectExamplesWizard.java
Log:
https://jira.jboss.org/browse/JBIDE-6395 [Helios] Project Examples not loading once selected?
Modified: branches/3.2.helios/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/wizard/NewProjectExamplesWizard.java
===================================================================
--- branches/3.2.helios/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/wizard/NewProjectExamplesWizard.java 2010-06-02 18:52:36 UTC (rev 22494)
+++ branches/3.2.helios/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/wizard/NewProjectExamplesWizard.java 2010-06-02 19:48:50 UTC (rev 22495)
@@ -67,6 +67,7 @@
import org.eclipse.ui.internal.cheatsheets.state.DefaultStateManager;
import org.eclipse.ui.internal.cheatsheets.views.CheatSheetView;
import org.eclipse.ui.internal.cheatsheets.views.ViewUtilities;
+import org.eclipse.ui.internal.wizards.datatransfer.ZipLeveledStructureProvider;
import org.eclipse.ui.wizards.datatransfer.IImportStructureProvider;
import org.eclipse.ui.wizards.datatransfer.ImportOperation;
import org.eclipse.ui.wizards.datatransfer.ZipFileStructureProvider;
@@ -350,7 +351,7 @@
project.create(monitor);
project.open(monitor);
ZipFile sourceFile = new ZipFile(file);
- ZipFileStructureProvider structureProvider = new ZipFileStructureProvider(
+ ZipLeveledStructureProvider structureProvider = new ZipLeveledStructureProvider(
sourceFile);
Enumeration<? extends ZipEntry> entries = sourceFile.entries();
@@ -363,12 +364,9 @@
filesToImport.add(entry);
}
}
- //ZipEntry entry = sourceFile.getEntry(projectName);
- //List filesToImport = prepareFileList(structureProvider, entry, null);
-
- ImportOperation operation = new ImportOperation(workspace
- .getRoot().getFullPath(), structureProvider.getRoot(),
+ structureProvider.setStrip(1);
+ ImportOperation operation = new ImportOperation(project.getFullPath(), structureProvider.getRoot(),
structureProvider, OVERWRITE_ALL_QUERY, filesToImport);
operation.setContext(getActiveShell());
operation.run(monitor);
@@ -413,10 +411,11 @@
project.create(monitor);
project.open(monitor);
ZipFile sourceFile = new ZipFile(file);
- ZipFileStructureProvider structureProvider = new ZipFileStructureProvider(
+ ZipLeveledStructureProvider structureProvider = new ZipLeveledStructureProvider(
sourceFile);
-
- ImportOperation operation = new ImportOperation(workspace.getRoot()
+
+ structureProvider.setStrip(1);
+ ImportOperation operation = new ImportOperation(project
.getFullPath(), structureProvider.getRoot(), structureProvider,
OVERWRITE_ALL_QUERY);
operation.setContext(getActiveShell());
14 years, 7 months
JBoss Tools SVN: r22494 - in trunk/cdi: plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/core/preferences and 4 other directories.
by jbosstools-commits@lists.jboss.org
Author: akazakov
Date: 2010-06-02 14:52:36 -0400 (Wed, 02 Jun 2010)
New Revision: 22494
Modified:
trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/core/CDIConstants.java
trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/core/CDIUtil.java
trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/core/IBeanManager.java
trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/core/preferences/CDIPreferenceInitializer.java
trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/internal/core/impl/CDIProject.java
trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/internal/core/validation/CDICoreValidator.java
trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/internal/core/validation/messages.properties
trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/preferences/CDIConfigurationBlock.java
trunk/cdi/tests/org.jboss.tools.cdi.core.test/src/org/jboss/tools/cdi/core/test/tck/ResolutionByTypeTest.java
Log:
https://jira.jboss.org/jira/browse/JBIDE-2708 Added new CDI validation rule: Array-valued or annotation-valued member of a qualifier type is not annotated @Nonbinding
Modified: trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/core/CDIConstants.java
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/core/CDIConstants.java 2010-06-02 18:08:10 UTC (rev 22493)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/core/CDIConstants.java 2010-06-02 18:52:36 UTC (rev 22494)
@@ -41,6 +41,8 @@
public String SPECIALIZES_ANNOTATION_TYPE_NAME = "javax.enterprise.inject.Specializes";
+ public String NON_BINDING_ANNOTATION_TYPE_NAME ="javax.enterprise.util.Nonbinding";
+
public String STATEFUL_ANNOTATION_TYPE_NAME = "javax.ejb.Stateful";
public String STATELESS_ANNOTATION_TYPE_NAME = "javax.ejb.Stateless";
public String SINGLETON_ANNOTATION_TYPE_NAME = "javax.ejb.Singleton";
Modified: trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/core/CDIUtil.java
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/core/CDIUtil.java 2010-06-02 18:08:10 UTC (rev 22493)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/core/CDIUtil.java 2010-06-02 18:52:36 UTC (rev 22494)
@@ -20,11 +20,13 @@
import org.eclipse.core.resources.IProject;
import org.eclipse.core.runtime.CoreException;
import org.eclipse.jdt.core.Flags;
+import org.eclipse.jdt.core.IAnnotatable;
import org.eclipse.jdt.core.IAnnotation;
import org.eclipse.jdt.core.IField;
import org.eclipse.jdt.core.IJavaElement;
import org.eclipse.jdt.core.ILocalVariable;
import org.eclipse.jdt.core.IMethod;
+import org.eclipse.jdt.core.ISourceRange;
import org.eclipse.jdt.core.IType;
import org.eclipse.jdt.core.ITypeParameter;
import org.eclipse.jdt.core.JavaModelException;
@@ -615,4 +617,70 @@
}
return null;
}
+
+ /**
+ * Returns true if the member annotated @NonBinding.
+ *
+ * @param sourceType the type where the member is declared
+ * @param member
+ * @return
+ */
+ public static boolean hasNonBindingAnnotationDeclaration(IType sourceType, IAnnotatable member) {
+ return hasAnnotationDeclaration(sourceType, member, CDIConstants.NON_BINDING_ANNOTATION_TYPE_NAME);
+ }
+
+ /**
+ * Returns true if the member has the given annotation.
+ *
+ * @param sourceType the type where the member is declared
+ * @param member
+ * @param annotationTypeName
+ * @return
+ */
+ public static boolean hasAnnotationDeclaration(IType sourceType, IAnnotatable member, String annotationTypeName) {
+ try {
+ IAnnotation[] annotations = member.getAnnotations();
+ String simpleAnnotationTypeName = annotationTypeName;
+ int lastDot = annotationTypeName.lastIndexOf('.');
+ if(lastDot>-1) {
+ simpleAnnotationTypeName = simpleAnnotationTypeName.substring(lastDot + 1);
+ }
+ for (IAnnotation annotation : annotations) {
+ if(annotationTypeName.equals(annotation.getElementName())) {
+ return true;
+ }
+ if(simpleAnnotationTypeName.equals(annotation.getElementName())) {
+ String fullAnnotationclassName = EclipseJavaUtil.resolveType(sourceType, simpleAnnotationTypeName);
+ if(fullAnnotationclassName!=null) {
+ IType annotationType = sourceType.getJavaProject().findType(fullAnnotationclassName);
+ if(annotationType!=null && annotationType.getFullyQualifiedName().equals(annotationTypeName)) {
+ return true;
+ }
+ }
+ }
+ }
+ } catch (JavaModelException e) {
+ CDICorePlugin.getDefault().logError(e);
+ }
+ return false;
+ }
+
+ /**
+ * Converts ISourceRange to ITextSourceReference
+ *
+ * @param range
+ * @return
+ */
+ public static ITextSourceReference convertToSourceReference(final ISourceRange range) {
+ return new ITextSourceReference() {
+
+ public int getStartPosition() {
+ return range.getOffset();
+ }
+
+ public int getLength() {
+ return range.getLength();
+ }
+ };
+ }
}
\ No newline at end of file
Modified: trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/core/IBeanManager.java
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/core/IBeanManager.java 2010-06-02 18:08:10 UTC (rev 22493)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/core/IBeanManager.java 2010-06-02 18:52:36 UTC (rev 22494)
@@ -152,11 +152,11 @@
Set<IBean> getBeans(IPath path);
/**
- * Returns all the available qualifier types.
+ * Returns all the available qualifiers.
*
- * @return all the available qualifier types.
+ * @return all the available qualifiers.
*/
- Set<IType> getQualifierTypes();
+ IQualifier[] getQualifiers();
/**
* Returns all the available stereotypes.
@@ -203,6 +203,14 @@
IQualifier getQualifier(String qualifiedName);
/**
+ * Returns the qualifier by resource path.
+ *
+ * @param resource path
+ * @return the qualifier by resource path
+ */
+ IQualifier getQualifier(IPath path);
+
+ /**
* Returns scope model element for fully qualified name of scope annotation
* type
*
Modified: trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/core/preferences/CDIPreferenceInitializer.java
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/core/preferences/CDIPreferenceInitializer.java 2010-06-02 18:08:10 UTC (rev 22493)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/core/preferences/CDIPreferenceInitializer.java 2010-06-02 18:52:36 UTC (rev 22494)
@@ -38,5 +38,6 @@
defaultPreferences.put(CDIPreferences.INTERCEPTOR_OR_DECORATOR_IS_ALTERNATIVE, CDIPreferences.WARNING);
defaultPreferences.put(CDIPreferences.INTERCEPTOR_ANNOTATED_SPECIALIZES, CDIPreferences.WARNING);
defaultPreferences.put(CDIPreferences.DECORATOR_ANNOTATED_SPECIALIZES, CDIPreferences.WARNING);
+ defaultPreferences.put(CDIPreferences.MISSING_NONBINDING_IN_QUALIFIER_TYPE_MEMBER, CDIPreferences.WARNING);
}
}
\ No newline at end of file
Modified: trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/internal/core/impl/CDIProject.java
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/internal/core/impl/CDIProject.java 2010-06-02 18:08:10 UTC (rev 22493)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/internal/core/impl/CDIProject.java 2010-06-02 18:52:36 UTC (rev 22494)
@@ -66,6 +66,7 @@
private Map<IPath, StereotypeElement> stereotypesByPath = new HashMap<IPath, StereotypeElement>();
private Map<String, InterceptorBindingElement> interceptorBindings = new HashMap<String, InterceptorBindingElement>();
private Map<String, QualifierElement> qualifiers = new HashMap<String, QualifierElement>();
+ private Map<IPath, QualifierElement> qualifiersByPath = new HashMap<IPath, QualifierElement>();
private Map<String, ScopeElement> scopes = new HashMap<String, ScopeElement>();
private Set<IBean> allBeans = new HashSet<IBean>();
@@ -486,6 +487,21 @@
/*
* (non-Javadoc)
+ * @see org.jboss.tools.cdi.core.IBeanManager#getQualifiers()
+ */
+ public IQualifier[] getQualifiers() {
+ IQualifier[] result = new IQualifier[qualifiers.size()];
+ synchronized (qualifiers) {
+ int i=0;
+ for (IQualifier q: qualifiers.values()) {
+ result[i++] = q;
+ }
+ }
+ return result;
+ }
+
+ /*
+ * (non-Javadoc)
* @see org.jboss.tools.cdi.core.IBeanManager#getStereotypes()
*/
public IStereotype[] getStereotypes() {
@@ -670,6 +686,10 @@
return qualifiers.get(qualifiedName);
}
+ public QualifierElement getQualifier(IPath path) {
+ return qualifiersByPath.get(path);
+ }
+
public ScopeElement getScope(String qualifiedName) {
return scopes.get(qualifiedName);
}
@@ -685,6 +705,7 @@
stereotypesByPath.clear();
interceptorBindings.clear();
qualifiers.clear();
+ qualifiersByPath.clear();
scopes.clear();
List<AnnotationDefinition> ds = n.getDefinitions().getAllAnnotations();
for (AnnotationDefinition d: ds) {
@@ -703,6 +724,9 @@
QualifierElement s = new QualifierElement();
initAnnotationElement(s, d);
qualifiers.put(d.getQualifiedName(), s);
+ if(d.getResource() != null && d.getResource().getFullPath() != null) {
+ qualifiersByPath.put(d.getResource().getFullPath(), s);
+ }
} else if(d.getKind() == AnnotationDefinition.SCOPE) {
ScopeElement s = new ScopeElement();
initAnnotationElement(s, d);
Modified: trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/internal/core/validation/CDICoreValidator.java
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/internal/core/validation/CDICoreValidator.java 2010-06-02 18:08:10 UTC (rev 22493)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/internal/core/validation/CDICoreValidator.java 2010-06-02 18:52:36 UTC (rev 22494)
@@ -56,6 +56,7 @@
import org.jboss.tools.cdi.core.IProducer;
import org.jboss.tools.cdi.core.IProducerField;
import org.jboss.tools.cdi.core.IProducerMethod;
+import org.jboss.tools.cdi.core.IQualifier;
import org.jboss.tools.cdi.core.IQualifierDeclaration;
import org.jboss.tools.cdi.core.IScope;
import org.jboss.tools.cdi.core.IScopeDeclaration;
@@ -66,6 +67,7 @@
import org.jboss.tools.cdi.core.preferences.CDIPreferences;
import org.jboss.tools.cdi.internal.core.impl.Parameter;
import org.jboss.tools.cdi.internal.core.impl.SessionBean;
+import org.jboss.tools.common.model.util.EclipseJavaUtil;
import org.jboss.tools.common.text.ITextSourceReference;
import org.jboss.tools.jst.web.kb.IKbProject;
import org.jboss.tools.jst.web.kb.KbProjectFactory;
@@ -127,12 +129,6 @@
List<IProject> projects = new ArrayList<IProject>();
projects.add(project);
- // IProject[] array = set.getAllProjects();
- // for (int i = 0; i < array.length; i++) {
- // if(array[i].isAccessible()) {
- // projects.add(array[i]);
- // }
- // }
return new ValidatingProjectSet(project, projects, rootContext);
}
@@ -254,11 +250,15 @@
validateBean(bean);
}
- IStereotype[] stereoTypes = cdiProject.getStereotypes();
- for (IStereotype type : stereoTypes) {
- validateStereotype(type);
+ IStereotype[] stereotypes = cdiProject.getStereotypes();
+ for (IStereotype stereotype : stereotypes) {
+ validateStereotype(stereotype);
}
+ IQualifier[] qualifiers = cdiProject.getQualifiers();
+ for (IQualifier qualifier : qualifiers) {
+ validateQualifier(qualifier);
+ }
return OK_STATUS;
}
@@ -278,6 +278,9 @@
}
IStereotype stereotype = cdiProject.getStereotype(file.getFullPath());
validateStereotype(stereotype);
+
+ IQualifier qualifier = cdiProject.getQualifier(file.getFullPath());
+ validateQualifier(qualifier);
}
/**
@@ -309,6 +312,13 @@
validationContext.addLinkedCoreResource(beanPath, stereotype.getResource().getFullPath(), false);
}
}
+ Set<IQualifierDeclaration> qualifierDeclarations = bean.getQualifierDeclarations();
+ for (IQualifierDeclaration qualifierDeclaration : qualifierDeclarations) {
+ IQualifier qualifier = qualifierDeclaration.getQualifier();
+ if (!qualifier.getSourceType().isReadOnly()) {
+ validationContext.addLinkedCoreResource(beanPath, qualifier.getResource().getFullPath(), false);
+ }
+ }
// validate
validateTyped(bean);
@@ -1357,4 +1367,57 @@
}
}
}
+
+ /**
+ * Validates a qualifier.
+ *
+ * @param qualifier
+ */
+ private void validateQualifier(IQualifier qualifier) {
+ if(qualifier==null) {
+ return;
+ }
+ IResource resource = qualifier.getResource();
+ if (resource == null || !resource.getName().toLowerCase().endsWith(".java")) {
+ // validate sources only
+ return;
+ }
+ /*
+ * 5.2.5. Qualifier annotations with members
+ * - array-valued or annotation-valued member of a qualifier type is not annotated @Nonbinding (Non-Portable behavior)
+ */
+ IType type = qualifier.getSourceType();
+ try {
+ IMethod[] methods = type.getMethods();
+ for (IMethod method : methods) {
+ String returnTypeSignature = method.getReturnType();
+ int kind = Signature.getTypeSignatureKind(returnTypeSignature);
+ if(kind == Signature.ARRAY_TYPE_SIGNATURE) {
+ if(!CDIUtil.hasNonBindingAnnotationDeclaration(type, method)) {
+ ITextSourceReference reference = CDIUtil.convertToSourceReference(method.getNameRange());
+ addError(CDIValidationMessages.MISSING_NONBINDING_FOR_ARRAY_VALUE_IN_QUALIFIER_TYPE_MEMBER, CDIPreferences.MISSING_NONBINDING_IN_QUALIFIER_TYPE_MEMBER, reference, qualifier.getResource());
+ }
+ } else if(kind == Signature.CLASS_TYPE_SIGNATURE) {
+ String typeName = Signature.getSignatureSimpleName(returnTypeSignature);
+ String packageName = Signature.getSignatureQualifier(returnTypeSignature);
+ if(packageName.length()>0) {
+ typeName = packageName + "." + typeName;
+ } else {
+ typeName = EclipseJavaUtil.resolveType(type, typeName);
+ }
+ if(typeName!=null) {
+ IType memberType = type.getJavaProject().findType(typeName);
+ if(memberType!=null && memberType.isAnnotation()) {
+ if(!CDIUtil.hasNonBindingAnnotationDeclaration(type, method)) {
+ ITextSourceReference reference = CDIUtil.convertToSourceReference(method.getNameRange());
+ addError(CDIValidationMessages.MISSING_NONBINDING_FOR_ANNOTATION_VALUE_IN_QUALIFIER_TYPE_MEMBER, CDIPreferences.MISSING_NONBINDING_IN_QUALIFIER_TYPE_MEMBER, reference, qualifier.getResource());
+ }
+ }
+ }
+ }
+ }
+ } catch (JavaModelException e) {
+ CDICorePlugin.getDefault().logError(e);
+ }
+ }
}
\ No newline at end of file
Modified: trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/internal/core/validation/messages.properties
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/internal/core/validation/messages.properties 2010-06-02 18:08:10 UTC (rev 22493)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/internal/core/validation/messages.properties 2010-06-02 18:52:36 UTC (rev 22494)
@@ -88,6 +88,6 @@
ILLEGAL_QUALIFIER_IN_STEREOTYPE=Stereotype declares any qualifier annotation other than @Named
#Messages for Progress Monitor
-SEARCHING_RESOURCES=project "{0}"; searching resources for validation.
-VALIDATING_RESOURCE=project "{0}"; resource "{1}"
-VALIDATING_PROJECT=project "{0}"
\ No newline at end of file
+SEARCHING_RESOURCES=project "{0}"; searching resources for validation (CDI Validator).
+VALIDATING_RESOURCE=project "{0}"; resource "{1}" (CDI Validator)
+VALIDATING_PROJECT=project "{0}" (CDI Validator)
\ No newline at end of file
Modified: trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/preferences/CDIConfigurationBlock.java
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/preferences/CDIConfigurationBlock.java 2010-06-02 18:08:10 UTC (rev 22493)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/preferences/CDIConfigurationBlock.java 2010-06-02 18:52:36 UTC (rev 22494)
@@ -50,7 +50,7 @@
// {CDIPreferences.PRODUCER_FIELD_TYPE_DOES_NOT_MATCH_JAVA_EE_OBJECT, CDIPreferencesMessages.CDIValidatorConfigurationBlock_pb_producerFieldTypeDoesNotMatchJavaEeObject_label},
{CDIPreferences.INJECTION_TYPE_IS_VARIABLE, CDIPreferencesMessages.CDIValidatorConfigurationBlock_pb_injectionTypeIsVariable_label},
{CDIPreferences.STEREOTYPE_IS_ANNOTATED_TYPED, CDIPreferencesMessages.CDIValidatorConfigurationBlock_pb_stereotypeIsAnnotatedTyped_label},
-// {CDIPreferences.MISSING_NONBINDING_IN_QUALIFIER_TYPE_MEMBER, CDIPreferencesMessages.CDIValidatorConfigurationBlock_pb_missingNonbindingInQualifierTypeMember_label},
+ {CDIPreferences.MISSING_NONBINDING_IN_QUALIFIER_TYPE_MEMBER, CDIPreferencesMessages.CDIValidatorConfigurationBlock_pb_missingNonbindingInQualifierTypeMember_label},
// {CDIPreferences.MISSING_NONBINDING_IN_INTERCEPTOR_BINDING_TYPE_MEMBER, CDIPreferencesMessages.CDIValidatorConfigurationBlock_pb_missingNonbindingInInterceptorBindingTypeMember_label},
},
CDICorePlugin.PLUGIN_ID
Modified: trunk/cdi/tests/org.jboss.tools.cdi.core.test/src/org/jboss/tools/cdi/core/test/tck/ResolutionByTypeTest.java
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.core.test/src/org/jboss/tools/cdi/core/test/tck/ResolutionByTypeTest.java 2010-06-02 18:08:10 UTC (rev 22493)
+++ trunk/cdi/tests/org.jboss.tools.cdi.core.test/src/org/jboss/tools/cdi/core/test/tck/ResolutionByTypeTest.java 2010-06-02 18:52:36 UTC (rev 22494)
@@ -35,4 +35,6 @@
Set<IBean> beans = cdiProject.getBeans(true, type, new IQualifierDeclaration[]{expensiveQualifier, whitefishQualifier});
assertContainsBeanClasses(beans, new String[]{"org.jboss.jsr299.tck.tests.lookup.typesafe.resolution.RoundWhitefish", "org.jboss.jsr299.tck.tests.lookup.typesafe.resolution.Halibut"});
}
+
+ // TODO continue implementing the tests
}
\ No newline at end of file
14 years, 7 months
JBoss Tools SVN: r22493 - trunk/jsf/tests/org.jboss.tools.jsf.test.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-06-02 14:08:10 -0400 (Wed, 02 Jun 2010)
New Revision: 22493
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.test/pom.xml
Log:
https://jira.jboss.org/browse/JBDS-1202 problems running tests
org.jboss.tools.jsf.test disabled until it is fixed
see https://jira.jboss.org/browse/JBIDE-6404 Include org.jboss.tools.jsf.test plug-in in back in test suite
Modified: trunk/jsf/tests/org.jboss.tools.jsf.test/pom.xml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.test/pom.xml 2010-06-02 17:52:31 UTC (rev 22492)
+++ trunk/jsf/tests/org.jboss.tools.jsf.test/pom.xml 2010-06-02 18:08:10 UTC (rev 22493)
@@ -9,6 +9,19 @@
</parent>
<groupId>org.jboss.tools</groupId>
<artifactId>org.jboss.tools.jsf.test</artifactId>
- <version>3.1.0-SNAPSHOT</version>
- <packaging>eclipse-test-plugin</packaging>
+ <version>2.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.sonatype.tycho</groupId>
+ <artifactId>maven-osgi-test-plugin</artifactId>
+ <configuration>
+ <explodedBundles>
+ <bundle>org.jboss.tools.jsf.test</bundle>
+ </explodedBundles>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>
14 years, 7 months
JBoss Tools SVN: r22492 - in trunk/common/plugins: org.jboss.tools.common.model.ui.capabilities and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-06-02 13:52:31 -0400 (Wed, 02 Jun 2010)
New Revision: 22492
Added:
trunk/common/plugins/org.jboss.tools.common.model.ui.capabilities/about.html
trunk/common/plugins/org.jboss.tools.common.model.ui.capabilities/plugin.properties
Modified:
trunk/common/plugins/org.jboss.tools.common.model.ui.capabilities/META-INF/MANIFEST.MF
trunk/common/plugins/org.jboss.tools.common.model.ui/plugin.properties
Log:
https://jira.jboss.org/browse/JBDS-1202 problems running tests
jsf component tests error fix:
- capabilities plug-in branding adjustment
Modified: trunk/common/plugins/org.jboss.tools.common.model.ui/plugin.properties
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.model.ui/plugin.properties 2010-06-02 17:45:19 UTC (rev 22491)
+++ trunk/common/plugins/org.jboss.tools.common.model.ui/plugin.properties 2010-06-02 17:52:31 UTC (rev 22492)
@@ -36,9 +36,7 @@
PreferencePage_Web=Web
ContentType_JBossToolsXML=JBoss Tools XML
org.jboss.tools.common.model.ui.views=JBoss Tools
-CategoryName_experimental=JBoss Tools Experimental configuration
-CategoryDescription_experimental=It allows create Custom Capabilities, Library sets and Project templates for JSF/Struts projects
-ActivityName_templates=JSF/Struts Project Templates Development
+
ExtensionName_attributeAdapter=Attribute Adapter
ExtensionName_attributeContentProposalProviders=Attribute Content Proposal Providers
ExtensionName_attributeEditor=Attribute Editor
Modified: trunk/common/plugins/org.jboss.tools.common.model.ui.capabilities/META-INF/MANIFEST.MF
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.model.ui.capabilities/META-INF/MANIFEST.MF 2010-06-02 17:45:19 UTC (rev 22491)
+++ trunk/common/plugins/org.jboss.tools.common.model.ui.capabilities/META-INF/MANIFEST.MF 2010-06-02 17:52:31 UTC (rev 22492)
@@ -1,7 +1,9 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: Capabilities
+Bundle-Name: %pluginName
Bundle-SymbolicName: org.jboss.tools.common.model.ui.capabilities;singleton:=true
Bundle-Version: 3.1.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui;bundle-version="3.5.2"
+Bundle-Vendor: %providerName
Added: trunk/common/plugins/org.jboss.tools.common.model.ui.capabilities/about.html
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.model.ui.capabilities/about.html (rev 0)
+++ trunk/common/plugins/org.jboss.tools.common.model.ui.capabilities/about.html 2010-06-02 17:52:31 UTC (rev 22492)
@@ -0,0 +1,34 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
+<HTML>
+
+<head>
+<title>About</title>
+<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
+</head>
+
+<BODY lang="EN-US">
+
+<H3>About This Content</H3>
+
+<P>©2007 Red Hat, Inc. All rights reserved</P>
+
+<H3>License</H3>
+
+<P>Red Hat Inc., through its JBoss division, makes available all content in this plug-in
+("Content"). Unless otherwise indicated below, the Content is provided to you
+under the terms and conditions of the Eclipse Public License Version 1.0
+("EPL"). A copy of the EPL is available at
+<A href="http://www.eclipse.org/org/documents/epl-v10.php">http://www.eclipse.org/org/documents/epl-v10.php</A>.
+For purposes of the EPL, "Program" will mean the Content.</P>
+
+<P>If you did not receive this Content directly from Red Hat Inc., the
+Content is being redistributed by another party ("Redistributor") and different
+terms and conditions may apply to your use of any object code in the Content.
+Check the Redistributor's license that was provided with the Content. If no such
+license exists, contact the Redistributor. Unless otherwise indicated below, the
+terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at
+ <A href="http://www.jboss.org/tools">http://www.jboss.org/tools</A>.</P>
+
+</BODY>
+</HTML>
\ No newline at end of file
Property changes on: trunk/common/plugins/org.jboss.tools.common.model.ui.capabilities/about.html
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/common/plugins/org.jboss.tools.common.model.ui.capabilities/plugin.properties
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.model.ui.capabilities/plugin.properties (rev 0)
+++ trunk/common/plugins/org.jboss.tools.common.model.ui.capabilities/plugin.properties 2010-06-02 17:52:31 UTC (rev 22492)
@@ -0,0 +1,6 @@
+providerName=JBoss by Red Hat
+pluginName=JBoss Tools Experimental JSF/Struts Project Templates Development
+
+CategoryName_experimental=JBoss Tools Experimental configuration
+CategoryDescription_experimental=It allows create Custom Capabilities, Library sets and Project templates for JSF/Struts projects
+ActivityName_templates=JSF/Struts Project Templates Development
Property changes on: trunk/common/plugins/org.jboss.tools.common.model.ui.capabilities/plugin.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
14 years, 7 months