JBoss Tools SVN: r22215 - trunk/build.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-05-20 12:09:50 -0400 (Thu, 20 May 2010)
New Revision: 22215
Added:
trunk/build/jbds.product
Log:
from branch?
Added: trunk/build/jbds.product
===================================================================
--- trunk/build/jbds.product (rev 0)
+++ trunk/build/jbds.product 2010-05-20 16:09:50 UTC (rev 22215)
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?pde version="3.5"?>
+
+<product name="JBoss Devloper Studio" uid="com.jboss.developer.studio" id="org.eclipse.platform.ide" application="org.eclipse.ui.ide.workbench" version="3.1.0" useFeatures="true" includeLaunchers="true">
+
+
+ <configIni use="default">
+ </configIni>
+
+ <launcherArgs>
+ <vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts</vmArgsMac>
+ </launcherArgs>
+
+ <windowImages/>
+
+
+ <launcher name="jbds">
+ <solaris/>
+ <win useIco="false">
+ <bmp/>
+ </win>
+ </launcher>
+
+
+ <vm>
+ <linux>org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5</linux>
+ <macos>org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5</macos>
+ <solaris>org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5</solaris>
+ <windows>org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5</windows>
+ </vm>
+
+
+ <plugins>
+ </plugins>
+
+
+</product>
15 years, 11 months
JBoss Tools SVN: r22214 - branches.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-05-20 11:36:59 -0400 (Thu, 20 May 2010)
New Revision: 22214
Added:
branches/3.2.helios/
Log:
branch for helios work
Copied: branches/3.2.helios (from rev 22213, trunk)
15 years, 11 months
JBoss Tools SVN: r22213 - in branches/hibernatetools-multiversion/hibernatetools/plugins: org.hibernate.mediator and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: vyemialyanchyk
Date: 2010-05-20 11:25:46 -0400 (Thu, 20 May 2010)
New Revision: 22213
Modified:
branches/hibernatetools-multiversion/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/utils/OpenMappingUtils.java
branches/hibernatetools-multiversion/hibernatetools/plugins/org.hibernate.mediator/.classpath
branches/hibernatetools-multiversion/hibernatetools/plugins/org.hibernate.mediator/build.properties
Log:
https://jira.jboss.org/jira/browse/JBIDE-6070 - revert Hibernate 3.5 use to Hibernate 3.3
Modified: branches/hibernatetools-multiversion/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/utils/OpenMappingUtils.java
===================================================================
--- branches/hibernatetools-multiversion/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/utils/OpenMappingUtils.java 2010-05-20 15:16:51 UTC (rev 22212)
+++ branches/hibernatetools-multiversion/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/utils/OpenMappingUtils.java 2010-05-20 15:25:46 UTC (rev 22213)
@@ -530,13 +530,13 @@
* @param element
* @return
*/
- @SuppressWarnings("unchecked")
public static IFile searchInEjb3MappingFiles(ConsoleConfiguration consoleConfig, Object element) {
IFile file = null;
if (consoleConfig == null) {
return file;
}
final ConsoleConfiguration cc2 = consoleConfig;
+ /** /
List<String> documentPaths = (List<String>)consoleConfig.execute(new ExecutionContext.Command() {
public Object execute() {
return OpenMappingUtilsEjb3.enumDocuments(
@@ -544,6 +544,11 @@
cc2.getEntityResolver());
}
});
+ /**/
+ List<String> documentPaths = OpenMappingUtilsEjb3.enumDocuments(
+ cc2.getPreferences().getPersistenceUnitName(),
+ cc2.getEntityResolver());
+ /**/
if (documentPaths == null) {
return file;
}
Modified: branches/hibernatetools-multiversion/hibernatetools/plugins/org.hibernate.mediator/.classpath
===================================================================
--- branches/hibernatetools-multiversion/hibernatetools/plugins/org.hibernate.mediator/.classpath 2010-05-20 15:16:51 UTC (rev 22212)
+++ branches/hibernatetools-multiversion/hibernatetools/plugins/org.hibernate.mediator/.classpath 2010-05-20 15:25:46 UTC (rev 22213)
@@ -3,30 +3,42 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
- <classpathentry kind="lib" path="lib/_add/commons-logging-1.0.4.jar"/>
- <classpathentry kind="lib" path="lib/_add/freemarker.jar"/>
- <classpathentry kind="lib" path="lib/_add/hibernate-tools.jar" sourcepath="C:/RHDS/hibernate/trunk/HibernateExt/tools/src"/>
- <classpathentry kind="lib" path="lib/_add/jtidy-r8-20060801.jar"/>
- <classpathentry exported="true" kind="lib" path="lib/_add/log4j-1.2.15.jar"/>
- <classpathentry kind="lib" path="lib/_add/slf4j-api-1.5.8.jar"/>
- <classpathentry kind="lib" path="lib/_add/slf4j-log4j12-1.5.8.jar"/>
- <classpathentry exported="true" kind="lib" path="lib/bytecode/cglib/cglib-2.2.jar" sourcepath="D:/Temp/_hibernate/cglib-src-2.2.jar"/>
- <classpathentry kind="lib" path="lib/bytecode/javassist/javassist-3.9.0.GA.jar"/>
- <classpathentry kind="lib" path="lib/jpa/hibernate-jpa-2.0-api-1.0.0.Final.jar"/>
- <classpathentry kind="lib" path="lib/optional/c3p0/c3p0-0.9.1.jar"/>
- <classpathentry kind="lib" path="lib/optional/ehcache/ehcache-1.5.0.jar"/>
- <classpathentry kind="lib" path="lib/optional/infinispan/infinispan-core-4.0.0.FINAL.jar"/>
- <classpathentry kind="lib" path="lib/optional/jbosscache/jbosscache-core-3.2.1.GA.jar"/>
- <classpathentry kind="lib" path="lib/optional/oscache/oscache-2.1.jar"/>
- <classpathentry kind="lib" path="lib/optional/proxool/proxool-0.8.3.jar"/>
- <classpathentry kind="lib" path="lib/optional/swarmcache/swarmcache-1.0RC2.jar"/>
- <classpathentry kind="lib" path="lib/required/antlr-2.7.6.jar"/>
- <classpathentry kind="lib" path="lib/required/commons-collections-3.1.jar"/>
- <classpathentry kind="lib" path="lib/required/dom4j-1.6.1.jar"/>
- <classpathentry kind="lib" path="lib/required/javassist-3.9.0.GA.jar"/>
- <classpathentry kind="lib" path="lib/required/jta-1.1.jar"/>
- <classpathentry kind="lib" path="lib/hibernate3.jar" sourcepath="D:/Temp/_hibernate/hibernate-distribution-3.5.0-Final-dist.zip"/>
- <classpathentry kind="lib" path="lib/_add/bsh-core-2.0b4.jar"/>
- <classpathentry exported="true" kind="lib" path="lib/_add/asm-3.1.jar"/>
+ <classpathentry kind="lib" path="lib/annotations/ejb3-persistence.jar"/>
+ <classpathentry kind="lib" path="lib/annotations/hibernate-annotations.jar"/>
+ <classpathentry kind="lib" path="lib/annotations/hibernate-commons-annotations.jar"/>
+ <classpathentry kind="lib" path="lib/annotations/hibernate-entitymanager.jar"/>
+ <classpathentry kind="lib" path="lib/annotations/hibernate-validator.jar"/>
+ <classpathentry kind="lib" path="lib/hibernate/antlr-2.7.6.jar"/>
+ <classpathentry kind="lib" path="lib/hibernate/asm-attrs.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/hibernate/asm.jar"/>
+ <classpathentry kind="lib" path="lib/hibernate/c3p0-0.9.1.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/hibernate/cglib-2.2.jar"/>
+ <classpathentry kind="lib" path="lib/hibernate/commons-collections-3.1.jar"/>
+ <classpathentry kind="lib" path="lib/hibernate/commons-logging-1.0.4.jar"/>
+ <classpathentry kind="lib" path="lib/hibernate/concurrent-1.3.2.jar"/>
+ <classpathentry kind="lib" path="lib/hibernate/connector.jar"/>
+ <classpathentry kind="lib" path="lib/hibernate/dom4j-1.6.1.jar"/>
+ <classpathentry kind="lib" path="lib/hibernate/ehcache-1.2.3.jar"/>
+ <classpathentry kind="lib" path="lib/hibernate/hibernate-jmx.jar"/>
+ <classpathentry kind="lib" path="lib/hibernate/hibernate3.jar"/>
+ <classpathentry kind="lib" path="lib/hibernate/jaas.jar"/>
+ <classpathentry kind="lib" path="lib/hibernate/javassist.jar"/>
+ <classpathentry kind="lib" path="lib/hibernate/jboss-cache.jar"/>
+ <classpathentry kind="lib" path="lib/hibernate/jboss-common.jar"/>
+ <classpathentry kind="lib" path="lib/hibernate/jboss-jmx.jar"/>
+ <classpathentry kind="lib" path="lib/hibernate/jboss-system.jar"/>
+ <classpathentry kind="lib" path="lib/hibernate/jdbc2_0-stdext.jar"/>
+ <classpathentry kind="lib" path="lib/hibernate/jgroups-2.2.8.jar"/>
+ <classpathentry kind="lib" path="lib/hibernate/jta.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/hibernate/log4j-1.2.15.jar"/>
+ <classpathentry kind="lib" path="lib/hibernate/oscache-2.1.jar"/>
+ <classpathentry kind="lib" path="lib/hibernate/proxool-0.8.3.jar"/>
+ <classpathentry kind="lib" path="lib/hibernate/slf4j-api-1.5.8.jar"/>
+ <classpathentry kind="lib" path="lib/hibernate/slf4j-log4j12-1.5.8.jar"/>
+ <classpathentry kind="lib" path="lib/hibernate/swarmcache-1.0rc2.jar"/>
+ <classpathentry kind="lib" path="lib/tools/freemarker.jar"/>
+ <classpathentry kind="lib" path="lib/tools/hibernate-tools.jar"/>
+ <classpathentry kind="lib" path="lib/tools/jtidy-r8-20060801.jar"/>
+ <classpathentry kind="lib" path="lib/bsh-core-2.0b4.jar"/>
<classpathentry kind="output" path="build/eclipse"/>
</classpath>
Modified: branches/hibernatetools-multiversion/hibernatetools/plugins/org.hibernate.mediator/build.properties
===================================================================
--- branches/hibernatetools-multiversion/hibernatetools/plugins/org.hibernate.mediator/build.properties 2010-05-20 15:16:51 UTC (rev 22212)
+++ branches/hibernatetools-multiversion/hibernatetools/plugins/org.hibernate.mediator/build.properties 2010-05-20 15:25:46 UTC (rev 22213)
@@ -1,6 +1,5 @@
bin.includes = plugin.xml,\
org.hibernate.mediator.jar,\
- lib.new/,\
META-INF/,\
hibernate-log4j.properties,\
about.html,\
@@ -9,46 +8,48 @@
about.properties,\
hibernate_icon.gif,\
plugin.properties,\
- lib.new/annotations/ejb3-persistence.jar,\
- lib.new/annotations/hibernate-annotations.jar,\
- lib.new/annotations/hibernate-commons-annotations.jar,\
- lib.new/annotations/hibernate-entitymanager.jar,\
- lib.new/annotations/hibernate-validator.jar,\
- lib.new/hibernate/antlr-2.7.6.jar,\
- lib.new/hibernate/asm-attrs.jar,\
- lib.new/hibernate/asm.jar,\
- lib.new/hibernate/c3p0-0.9.1.jar,\
- lib.new/hibernate/cglib-2.2.jar,\
- lib.new/hibernate/commons-collections-3.1.jar,\
- lib.new/hibernate/commons-logging-1.0.4.jar,\
- lib.new/hibernate/concurrent-1.3.2.jar,\
- lib.new/hibernate/connector.jar,\
- lib.new/hibernate/dom4j-1.6.1.jar,\
- lib.new/hibernate/ehcache-1.2.3.jar,\
- lib.new/hibernate/hibernate-jmx.jar,\
- lib.new/hibernate/hibernate3.jar,\
- lib.new/hibernate/jaas.jar,\
- lib.new/hibernate/javassist.jar,\
- lib.new/hibernate/jboss-cache.jar,\
- lib.new/hibernate/jboss-common.jar,\
- lib.new/hibernate/jboss-jmx.jar,\
- lib.new/hibernate/jboss-system.jar,\
- lib.new/hibernate/jdbc2_0-stdext.jar,\
- lib.new/hibernate/jgroups-2.2.8.jar,\
- lib.new/hibernate/jta.jar,\
- lib.new/hibernate/log4j-1.2.15.jar,\
- lib.new/hibernate/oscache-2.1.jar,\
- lib.new/hibernate/proxool-0.8.3.jar,\
- lib.new/hibernate/slf4j-api-1.5.8.jar,\
- lib.new/hibernate/slf4j-log4j12-1.5.8.jar,\
- lib.new/hibernate/swarmcache-1.0rc2.jar,\
- lib.new/tools/freemarker.jar,\
- lib.new/tools/hibernate-tools.jar,\
- lib.new/tools/jtidy-r8-20060801.jar,\
- lib.new/bsh-core-2.0b4.jar
+ lib/,\
+ lib/annotations/ejb3-persistence.jar,\
+ lib/annotations/hibernate-annotations.jar,\
+ lib/annotations/hibernate-commons-annotations.jar,\
+ lib/annotations/hibernate-entitymanager.jar,\
+ lib/annotations/hibernate-validator.jar,\
+ lib/hibernate/antlr-2.7.6.jar,\
+ lib/hibernate/asm-attrs.jar,\
+ lib/hibernate/asm.jar,\
+ lib/hibernate/c3p0-0.9.1.jar,\
+ lib/hibernate/cglib-2.2.jar,\
+ lib/hibernate/commons-collections-3.1.jar,\
+ lib/hibernate/commons-logging-1.0.4.jar,\
+ lib/hibernate/concurrent-1.3.2.jar,\
+ lib/hibernate/connector.jar,\
+ lib/hibernate/dom4j-1.6.1.jar,\
+ lib/hibernate/ehcache-1.2.3.jar,\
+ lib/hibernate/hibernate-jmx.jar,\
+ lib/hibernate/hibernate3.jar,\
+ lib/hibernate/jaas.jar,\
+ lib/hibernate/javassist.jar,\
+ lib/hibernate/jboss-cache.jar,\
+ lib/hibernate/jboss-common.jar,\
+ lib/hibernate/jboss-jmx.jar,\
+ lib/hibernate/jdbc2_0-stdext.jar,\
+ lib/hibernate/jboss-system.jar,\
+ lib/hibernate/jgroups-2.2.8.jar,\
+ lib/hibernate/jta.jar,\
+ lib/hibernate/log4j-1.2.15.jar,\
+ lib/hibernate/oscache-2.1.jar,\
+ lib/hibernate/proxool-0.8.3.jar,\
+ lib/hibernate/slf4j-api-1.5.8.jar,\
+ lib/hibernate/slf4j-log4j12-1.5.8.jar,\
+ lib/hibernate/swarmcache-1.0rc2.jar,\
+ lib/tools/freemarker.jar,\
+ lib/tools/hibernate-tools.jar,\
+ lib/tools/jtidy-r8-20060801.jar
jars.compile.order = org.hibernate.mediator.jar
source.org.hibernate.mediator.jar = src/
output.org.hibernate.mediator.jar = bin/
src.includes = src/,\
about.html
-bin.excludes = lib.new/.cvsignore
+bin.excludes = lib/annotations/,\
+ lib/hibernate/,\
+ lib/tools/
15 years, 11 months
JBoss Tools SVN: r22212 - trunk.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-05-20 11:16:51 -0400 (Thu, 20 May 2010)
New Revision: 22212
Removed:
trunk/pom-all-components.xml
Log:
merged into pom.xml
Deleted: trunk/pom-all-components.xml
===================================================================
--- trunk/pom-all-components.xml 2010-05-20 14:37:27 UTC (rev 22211)
+++ trunk/pom-all-components.xml 2010-05-20 15:16:51 UTC (rev 22212)
@@ -1,47 +0,0 @@
-<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>trunk</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- <packaging>pom</packaging>
- <modules>
- <!-- this order is important! make sure you've run genpom.xml first! -->
- <module>tests</module>
- <module>common</module>
- <module>flow</module>
- <module>jbpm</module>
- <module>jmx</module>
- <module>archives</module>
- <module>as</module>
- <module>drools</module>
- <module>bpel</module>
- <module>smooks</module>
- <module>freemarker</module>
- <module>profiler</module>
- <module>portlet</module>
- <module>modeshape</module>
- <module>xulrunner</module>
- <module>jst</module>
- <module>vpe</module>
- <module>jsf</module>
- <module>esb</module>
- <module>tptp</module>
- <module>ws</module>
- <module>cdi</module>
- <module>struts</module>
- <module>hibernatetools</module>
- <module>seam</module>
- <module>examples</module>
- <module>birt</module>
- <module>maven</module>
- <module>site</module>
- </modules>
-</project>
-
15 years, 11 months
JBoss Tools SVN: r22211 - trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/launch.
by jbosstools-commits@lists.jboss.org
Author: rob.stryker(a)jboss.com
Date: 2010-05-20 10:37:27 -0400 (Thu, 20 May 2010)
New Revision: 22211
Modified:
trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/launch/JBossLaunchConfigurationTabGroup.java
Log:
Emailed Tycho build issue regarding unprivelaged access to internal classes
Modified: trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/launch/JBossLaunchConfigurationTabGroup.java
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/launch/JBossLaunchConfigurationTabGroup.java 2010-05-20 14:18:53 UTC (rev 22210)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/launch/JBossLaunchConfigurationTabGroup.java 2010-05-20 14:37:27 UTC (rev 22211)
@@ -21,14 +21,7 @@
*/
package org.jboss.ide.eclipse.as.ui.launch;
-import java.text.MessageFormat;
-
-import org.eclipse.core.resources.IProject;
-import org.eclipse.core.resources.IResource;
-import org.eclipse.core.resources.IWorkspace;
-import org.eclipse.core.resources.ResourcesPlugin;
import org.eclipse.core.runtime.CoreException;
-import org.eclipse.core.runtime.IStatus;
import org.eclipse.debug.core.ILaunchConfiguration;
import org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup;
import org.eclipse.debug.ui.CommonTab;
@@ -40,9 +33,10 @@
import org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab;
import org.eclipse.jdt.debug.ui.launchConfigurations.JavaClasspathTab;
import org.eclipse.jdt.internal.debug.ui.IJavaDebugHelpContextIds;
-import org.eclipse.jdt.internal.debug.ui.SWTFactory;
import org.eclipse.jdt.internal.debug.ui.launcher.LauncherMessages;
import org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants;
+import org.eclipse.swt.SWT;
+import org.eclipse.swt.graphics.Font;
import org.eclipse.swt.layout.GridData;
import org.eclipse.swt.layout.GridLayout;
import org.eclipse.swt.widgets.Composite;
@@ -74,9 +68,20 @@
setTabs(tabs);
}
+ public static Composite createComposite(Composite parent, Font font, int columns, int hspan, int fill) {
+ Composite g = new Composite(parent, SWT.NONE);
+ g.setLayout(new GridLayout(columns, false));
+ g.setFont(font);
+ GridData gd = new GridData(fill);
+ gd.horizontalSpan = hspan;
+ g.setLayoutData(gd);
+ return g;
+ }
+
+
public class JavaMainTabExtension extends JavaMainTabClone {
public void createControl(Composite parent) {
- Composite comp = SWTFactory.createComposite(parent, parent.getFont(), 1, 1, GridData.FILL_BOTH);
+ Composite comp = createComposite(parent, parent.getFont(), 1, 1, GridData.FILL_BOTH);
((GridLayout)comp.getLayout()).verticalSpacing = 0;
//createProjectEditor(comp);
//createVerticalSpacer(comp, 1);
15 years, 11 months
JBoss Tools SVN: r22210 - in branches/hibernatetools-multiversion/hibernatetools/plugins/org.hibernate.mediator: META-INF and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: vyemialyanchyk
Date: 2010-05-20 10:18:53 -0400 (Thu, 20 May 2010)
New Revision: 22210
Added:
branches/hibernatetools-multiversion/hibernatetools/plugins/org.hibernate.mediator/META-INF/MANIFEST.MF.new
branches/hibernatetools-multiversion/hibernatetools/plugins/org.hibernate.mediator/lib/
Removed:
branches/hibernatetools-multiversion/hibernatetools/plugins/org.hibernate.mediator/lib.bak/
Modified:
branches/hibernatetools-multiversion/hibernatetools/plugins/org.hibernate.mediator/META-INF/MANIFEST.MF
Log:
https://jira.jboss.org/jira/browse/JBIDE-6070 - revert Hibernate 3.5 use to Hibernate 3.3
Modified: branches/hibernatetools-multiversion/hibernatetools/plugins/org.hibernate.mediator/META-INF/MANIFEST.MF
===================================================================
--- branches/hibernatetools-multiversion/hibernatetools/plugins/org.hibernate.mediator/META-INF/MANIFEST.MF 2010-05-20 14:16:34 UTC (rev 22209)
+++ branches/hibernatetools-multiversion/hibernatetools/plugins/org.hibernate.mediator/META-INF/MANIFEST.MF 2010-05-20 14:18:53 UTC (rev 22210)
@@ -4,32 +4,43 @@
Bundle-SymbolicName: org.hibernate.mediator;singleton:=true
Bundle-Version: 3.3.0.qualifier
Bundle-ClassPath: org.hibernate.mediator.jar,
- lib/_add/bsh-core-2.0b4.jar,
- lib/_add/commons-logging-1.0.4.jar,
- lib/_add/freemarker.jar,
- lib/_add/hibernate-tools.jar,
- lib/_add/jtidy-r8-20060801.jar,
- lib/_add/log4j-1.2.15.jar,
- lib/_add/slf4j-api-1.5.8.jar,
- lib/_add/slf4j-log4j12-1.5.8.jar,
- lib/bytecode/cglib/cglib-2.2.jar,
- lib/bytecode/javassist/javassist-3.9.0.GA.jar,
- lib/jpa/hibernate-jpa-2.0-api-1.0.0.Final.jar,
- lib/optional/c3p0/c3p0-0.9.1.jar,
- lib/optional/ehcache/ehcache-1.5.0.jar,
- lib/optional/infinispan/infinispan-core-4.0.0.FINAL.jar,
- lib/optional/jbosscache/jbosscache-core-3.2.1.GA.jar,
- lib/optional/oscache/oscache-2.1.jar,
- lib/optional/proxool/proxool-0.8.3.jar,
- lib/optional/swarmcache/swarmcache-1.0RC2.jar,
- lib/required/antlr-2.7.6.jar,
- lib/required/commons-collections-3.1.jar,
- lib/required/dom4j-1.6.1.jar,
- lib/required/javassist-3.9.0.GA.jar,
- lib/required/jta-1.1.jar,
- lib/required/slf4j-api-1.5.8.jar,
- lib/hibernate3.jar,
- lib/_add/asm-3.1.jar
+ lib/annotations/ejb3-persistence.jar,
+ lib/annotations/hibernate-annotations.jar,
+ lib/annotations/hibernate-commons-annotations.jar,
+ lib/annotations/hibernate-entitymanager.jar,
+ lib/annotations/hibernate-validator.jar,
+ lib/hibernate/antlr-2.7.6.jar,
+ lib/hibernate/asm-attrs.jar,
+ lib/hibernate/asm.jar,
+ lib/hibernate/c3p0-0.9.1.jar,
+ lib/hibernate/cglib-2.2.jar,
+ lib/hibernate/commons-collections-3.1.jar,
+ lib/hibernate/commons-logging-1.0.4.jar,
+ lib/hibernate/concurrent-1.3.2.jar,
+ lib/hibernate/connector.jar,
+ lib/hibernate/dom4j-1.6.1.jar,
+ lib/hibernate/ehcache-1.2.3.jar,
+ lib/hibernate/hibernate-jmx.jar,
+ lib/hibernate/hibernate3.jar,
+ lib/hibernate/jaas.jar,
+ lib/hibernate/javassist.jar,
+ lib/hibernate/jboss-cache.jar,
+ lib/hibernate/jboss-common.jar,
+ lib/hibernate/jboss-jmx.jar,
+ lib/hibernate/jboss-system.jar,
+ lib/hibernate/jdbc2_0-stdext.jar,
+ lib/hibernate/jgroups-2.2.8.jar,
+ lib/hibernate/jta.jar,
+ lib/hibernate/log4j-1.2.15.jar,
+ lib/hibernate/oscache-2.1.jar,
+ lib/hibernate/proxool-0.8.3.jar,
+ lib/hibernate/slf4j-api-1.5.8.jar,
+ lib/hibernate/slf4j-log4j12-1.5.8.jar,
+ lib/hibernate/swarmcache-1.0rc2.jar,
+ lib/tools/freemarker.jar,
+ lib/tools/hibernate-tools.jar,
+ lib/tools/jtidy-r8-20060801.jar,
+ lib/bsh-core-2.0b4.jar
Bundle-Vendor: %Bundle-Vendor.0
Bundle-Localization: plugin
Export-Package: org.hibernate.mediator,
Copied: branches/hibernatetools-multiversion/hibernatetools/plugins/org.hibernate.mediator/META-INF/MANIFEST.MF.new (from rev 22199, branches/hibernatetools-multiversion/hibernatetools/plugins/org.hibernate.mediator/META-INF/MANIFEST.MF)
===================================================================
--- branches/hibernatetools-multiversion/hibernatetools/plugins/org.hibernate.mediator/META-INF/MANIFEST.MF.new (rev 0)
+++ branches/hibernatetools-multiversion/hibernatetools/plugins/org.hibernate.mediator/META-INF/MANIFEST.MF.new 2010-05-20 14:18:53 UTC (rev 22210)
@@ -0,0 +1,76 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %Bundle-Name.0
+Bundle-SymbolicName: org.hibernate.mediator;singleton:=true
+Bundle-Version: 3.3.0.qualifier
+Bundle-ClassPath: org.hibernate.mediator.jar,
+ lib/_add/bsh-core-2.0b4.jar,
+ lib/_add/commons-logging-1.0.4.jar,
+ lib/_add/freemarker.jar,
+ lib/_add/hibernate-tools.jar,
+ lib/_add/jtidy-r8-20060801.jar,
+ lib/_add/log4j-1.2.15.jar,
+ lib/_add/slf4j-api-1.5.8.jar,
+ lib/_add/slf4j-log4j12-1.5.8.jar,
+ lib/bytecode/cglib/cglib-2.2.jar,
+ lib/bytecode/javassist/javassist-3.9.0.GA.jar,
+ lib/jpa/hibernate-jpa-2.0-api-1.0.0.Final.jar,
+ lib/optional/c3p0/c3p0-0.9.1.jar,
+ lib/optional/ehcache/ehcache-1.5.0.jar,
+ lib/optional/infinispan/infinispan-core-4.0.0.FINAL.jar,
+ lib/optional/jbosscache/jbosscache-core-3.2.1.GA.jar,
+ lib/optional/oscache/oscache-2.1.jar,
+ lib/optional/proxool/proxool-0.8.3.jar,
+ lib/optional/swarmcache/swarmcache-1.0RC2.jar,
+ lib/required/antlr-2.7.6.jar,
+ lib/required/commons-collections-3.1.jar,
+ lib/required/dom4j-1.6.1.jar,
+ lib/required/javassist-3.9.0.GA.jar,
+ lib/required/jta-1.1.jar,
+ lib/required/slf4j-api-1.5.8.jar,
+ lib/hibernate3.jar,
+ lib/_add/asm-3.1.jar
+Bundle-Vendor: %Bundle-Vendor.0
+Bundle-Localization: plugin
+Export-Package: org.hibernate.mediator,
+ org.hibernate.mediator.base,
+ org.hibernate.mediator.execution,
+ org.hibernate.mediator.logging,
+ org.hibernate.mediator.preferences,
+ org.hibernate.mediator.stubs.util,
+ org.hibernate.mediator.util,
+ org.hibernate.mediator.x,
+ org.hibernate.mediator.x.cfg,
+ org.hibernate.mediator.x.cfg.reveng,
+ org.hibernate.mediator.x.connection,
+ org.hibernate.mediator.x.dialect,
+ org.hibernate.mediator.x.engine,
+ org.hibernate.mediator.x.engine.query,
+ org.hibernate.mediator.x.hql,
+ org.hibernate.mediator.x.hql.antlr,
+ org.hibernate.mediator.x.mapping,
+ org.hibernate.mediator.x.metadata,
+ org.hibernate.mediator.x.proxy,
+ org.hibernate.mediator.x.tool.hbm2ddl,
+ org.hibernate.mediator.x.tool.hbm2x,
+ org.hibernate.mediator.x.tool.hbm2x.pojo,
+ org.hibernate.mediator.x.tool.ide.completion,
+ org.hibernate.mediator.x.type,
+ org.hibernate.mediator.x.util,
+ org.dom4j.mediator.x,
+ org.dom4j.mediator.x.io,
+ org.objectweb.asm,
+ org.objectweb.asm.signature,
+ net.sf.cglib.core,
+ net.sf.cglib.proxy,
+ net.sf.cglib.reflect
+Require-Bundle: org.eclipse.core.runtime,
+ org.eclipse.ui.console,
+ org.eclipse.ui.views,
+ org.eclipse.jface,
+ org.eclipse.jdt.apt.core,
+ org.eclipse.datatools.connectivity
+Bundle-ActivationPolicy: lazy
+Eclipse-BuddyPolicy: registered
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-Activator: org.hibernate.mediator.MediatorPlugin
Copied: branches/hibernatetools-multiversion/hibernatetools/plugins/org.hibernate.mediator/lib (from rev 22178, branches/hibernatetools-multiversion/hibernatetools/plugins/org.hibernate.mediator/lib.bak)
15 years, 11 months
JBoss Tools SVN: r22209 - in trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe: editor and 3 other directories.
by jbosstools-commits@lists.jboss.org
Author: yradtsevich
Date: 2010-05-20 10:16:34 -0400 (Thu, 20 May 2010)
New Revision: 22209
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/dnd/VpeDnD.java
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/VpeController.java
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/mozilla/MozillaEventAdapter.java
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/mozilla/listener/MozillaDndListener.java
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/util/VisualDomUtil.java
Log:
https://jira.jboss.org/browse/JBIDE-6288 : VPE DnD: element under cursor is not highlighted on Linux
Modified: trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/dnd/VpeDnD.java
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/dnd/VpeDnD.java 2010-05-20 14:15:14 UTC (rev 22208)
+++ trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/dnd/VpeDnD.java 2010-05-20 14:16:34 UTC (rev 22209)
@@ -38,6 +38,7 @@
import org.jboss.tools.vpe.editor.mapping.VpeNodeMapping;
import org.jboss.tools.vpe.editor.mozilla.MozillaEditor;
import org.jboss.tools.vpe.editor.mozilla.listener.MozillaDndListener;
+import org.jboss.tools.vpe.editor.util.VisualDomUtil;
import org.jboss.tools.vpe.editor.util.VpeDndUtil;
import org.jboss.tools.vpe.xulrunner.XPCOM;
import org.jboss.tools.vpe.xulrunner.editor.XulRunnerEditor;
@@ -102,7 +103,7 @@
draggablePattern = new DraggablePattern(mozillaEditor);
}
- public void dragGesture(nsIDOMEvent domEvent) {
+ public void dragStart(nsIDOMEvent domEvent) {
nsIDOMElement selectedElement = vpeController.getXulRunnerEditor()
.getLastSelectedElement();
// start drag sessionvpe-element
@@ -110,8 +111,6 @@
Point pageCoords = getPageCoords(domEvent);
draggablePattern.startSession(pageCoords.x, pageCoords.y);
startDragSession(selectedElement);
-
- draggablePattern.closeSession();
domEvent.stopPropagation();
domEvent.preventDefault();
}
@@ -159,16 +158,35 @@
disposeDropableArea();
vpeController.onRefresh();
}
-
+
public void dragExit(nsIDOMEvent domEvent) {
-// disposeDropableArea();
- nsIDOMNode visualNode = (nsIDOMNode) domEvent.getTarget()
- .queryInterface(nsIDOMNode.NS_IDOMNODE_IID);
- if (visualNode.getNodeType()==nsIDOMNode.DOCUMENT_NODE) {
- disposeDropableArea();
+ nsIDOMNode eventTargetNode = (nsIDOMNode) domEvent.getTarget()
+ .queryInterface(nsIDOMNode.NS_IDOMNODE_IID);
+
+ if (dropableArea != null) {
+ nsIDOMNode dropTargetNode = dropableArea.getNode();
+
+ boolean targetNodeIsTemporary = false;
+ if (eventTargetNode.getNodeType() == nsIDOMNode.ELEMENT_NODE) {
+ nsIDOMElement eventTargetElement = (nsIDOMElement)
+ eventTargetNode.queryInterface(nsIDOMElement.NS_IDOMELEMENT_IID);
+ targetNodeIsTemporary = DndUtil.isTemporaryDndElement(eventTargetElement);
+ }
+ boolean eventTargetIsAscedantOfDropTarget = VisualDomUtil.isAscendant(eventTargetNode, dropTargetNode);
+
+ // ignore events which are fired by the reason
+ // of drawing the dropable area
+ if (targetNodeIsTemporary || eventTargetIsAscedantOfDropTarget) {
+ disposeDropableArea();
+ }
}
}
+ public void dragEnd(nsIDOMEvent domEvent) {
+ disposeDropableArea();
+ draggablePattern.closeSession();
+ }
+
public void selectionChanged() {
nsIDOMElement selectedElement = vpeController.getXulRunnerEditor()
.getLastSelectedElement();
@@ -247,16 +265,15 @@
if (originalVisualNode == null) {
return;
}
-
- if (dropableArea == null) {
- dropableArea = new DropableArea(document);
- }
+
Node originalSourceNode = vpeController.getDomMapping()
.getNearSourceNode(originalVisualNode);
- if (originalSourceNode.getNodeType() == Node.TEXT_NODE) {
+
+ if (originalSourceNode != null
+ && originalSourceNode.getNodeType() == Node.TEXT_NODE) {
originalSourceNode = originalSourceNode.getParentNode();
}
-
+
final Node highlightedNode;
final EnumSet<DropTarget> dropTargets;
if (dropResolver.canDrop(originalSourceNode)) {
@@ -271,14 +288,14 @@
dropTargets = EnumSet.of(DropTarget.BEGIN, DropTarget.END);
}
} else {
- Node sourceNode;
+ Node sourceNode = null;
Node sourceNodeParent = originalSourceNode;
boolean nodeFound = false;
- do {
+ while (sourceNodeParent != null && !nodeFound) {
sourceNode = sourceNodeParent;
sourceNodeParent = sourceNode.getParentNode();
nodeFound = dropResolver.canDrop(sourceNodeParent);
- } while (sourceNodeParent != null && !nodeFound);
+ }
if (nodeFound) {
highlightedNode = sourceNode;
@@ -289,13 +306,21 @@
}
}
- dropableArea.setDropTargets(dropTargets);
- dropableArea.setNode(
- vpeController.getDomMapping().getNearVisualNode(highlightedNode));
- Point mouseCoords = getPageCoords(event);
- dropableArea.setHighlightedDropTarget(mouseCoords.x, mouseCoords.y);
- dropableArea.setVisible(true);
- dropableArea.redraw();
+ if (highlightedNode != null) {
+ if (dropableArea == null) {
+ dropableArea = new DropableArea(document);
+ }
+
+ dropableArea.setDropTargets(dropTargets);
+ dropableArea.setNode(
+ vpeController.getDomMapping().getNearVisualNode(highlightedNode));
+ Point mouseCoords = getPageCoords(event);
+ dropableArea.setHighlightedDropTarget(mouseCoords.x, mouseCoords.y);
+ dropableArea.setVisible(true);
+ dropableArea.redraw();
+ } else {
+ disposeDropableArea();
+ }
}
private Point getClientCoords(nsIDOMEvent event) {
@@ -457,11 +482,12 @@
if (sourceDropInfo.canDrop()) {
VpeDnDHelper dropper = new VpeDnDHelper();
dropper.setDndData(false, true);
+ Node node = sourceInnerDragInfo.getNode();
dropper.drop(vpeController.getPageContext(),
sourceInnerDragInfo, sourceDropInfo);
// select dropped node, JBIDE-6239
- setSelectedNode(sourceInnerDragInfo.getNode());
+ setSelectedNode(node);
if (sourceInnerDragInfo != null) {
sourceInnerDragInfo = null;
@@ -537,6 +563,7 @@
}
}
+ @SuppressWarnings("restriction")
private Point getSourceSelectionRange(Node sourceInitNode, int sourceInitOffset) {
int offset=0;
int position=0;
Modified: trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/VpeController.java
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/VpeController.java 2010-05-20 14:15:14 UTC (rev 22208)
+++ trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/VpeController.java 2010-05-20 14:16:34 UTC (rev 22209)
@@ -128,7 +128,6 @@
import org.jboss.tools.vpe.resref.core.TaglibReferenceList;
import org.jboss.tools.vpe.selbar.SelectionBar;
import org.jboss.tools.vpe.xulrunner.editor.XulRunnerEditor;
-import org.jboss.tools.vpe.xulrunner.editor.XulRunnerVpeUtils;
import org.mozilla.interfaces.nsIDOMDocument;
import org.mozilla.interfaces.nsIDOMElement;
import org.mozilla.interfaces.nsIDOMEvent;
@@ -1202,7 +1201,7 @@
// so we start it's manually
// mareshkau
if (vpeDnD.isDragIconClicked(mouseEvent)) {
- vpeDnD.dragGesture(mouseEvent);
+ vpeDnD.dragStart(mouseEvent);
} else {
selectionManager.setSelection(mouseEvent);
}
Modified: trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/mozilla/MozillaEventAdapter.java
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/mozilla/MozillaEventAdapter.java 2010-05-20 14:15:14 UTC (rev 22208)
+++ trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/mozilla/MozillaEventAdapter.java 2010-05-20 14:16:34 UTC (rev 22209)
@@ -54,11 +54,13 @@
private static final String KEYPRESS="keypress"; //$NON-NLS-1$
private static final String DBLCLICK="dblclick"; //$NON-NLS-1$
private static final String CONTEXTMENUEVENTTYPE="contextmenu"; //$NON-NLS-1$
- private static final String DRAGGESTUREEVENT = "draggesture"; //$NON-NLS-1$
+// private static final String DRAGGESTUREEVENT = "draggesture"; //$NON-NLS-1$
+ private static final String DRAGSTART = "dragstart"; //$NON-NLS-1$
private static final String DRAGOVEREVENT = "dragover"; //$NON-NLS-1$
private static final String DRAGDROPEVENT = "dragdrop"; //$NON-NLS-1$
private static final String DRAGENTEREVENT = "dragenter"; //$NON-NLS-1$
private static final String DRAGEXITEVENT = "dragexit"; //$NON-NLS-1$
+ private static final String DRAGEND = "dragend"; //$NON-NLS-1$
private EventListenerList listeners = new EventListenerList();
private nsIDOMEventTarget window;
@@ -107,8 +109,9 @@
if (document != null) {
document.addEventListener(MozillaEventAdapter.DRAGDROPEVENT, this, false);
document.addEventListener(MozillaEventAdapter.DRAGENTEREVENT, this, false);
+ document.addEventListener(MozillaEventAdapter.DRAGEND,this, false);
document.addEventListener(MozillaEventAdapter.DRAGEXITEVENT,this, false);
- document.addEventListener(MozillaEventAdapter.DRAGGESTUREEVENT, this, false);
+ document.addEventListener(MozillaEventAdapter.DRAGSTART, this, false);
document.addEventListener(MozillaEventAdapter.DRAGOVEREVENT, this, false);
document.addEventListener(MozillaEventAdapter.KEYPRESS, this, false);
@@ -136,8 +139,9 @@
if (document != null) {
document.removeEventListener(MozillaEventAdapter.DRAGDROPEVENT, this, false);
document.removeEventListener(MozillaEventAdapter.DRAGENTEREVENT, this, false);
+ document.removeEventListener(MozillaEventAdapter.DRAGEND, this, false);
document.removeEventListener(MozillaEventAdapter.DRAGEXITEVENT, this, false);
- document.removeEventListener(MozillaEventAdapter.DRAGGESTUREEVENT, this, false);
+ document.removeEventListener(MozillaEventAdapter.DRAGSTART, this, false);
document.removeEventListener(MozillaEventAdapter.DRAGOVEREVENT, this, false);
document.removeEventListener(MozillaEventAdapter.KEYPRESS, this, false);
@@ -286,7 +290,7 @@
MozillaContextMenuListener.class)) {
listener.onShowContextMenu(0, domEvent, node);
}
- } else if(DRAGGESTUREEVENT.equals(eventType)) {
+ } else if(DRAGSTART.equals(eventType)) {
// fix of JBIDE-4998: since drag events now are implemented by
// handling CLICKEVENTTYPE, there is no need to handle them here
//for (DndDomEventListener listener : dndListeners) {
@@ -302,6 +306,11 @@
domEvent.preventDefault();
} else if(DRAGENTEREVENT.equals(eventType)) {
//just ignore this event
+ } else if(DRAGEND.equals(eventType)) {
+ for (MozillaDndListener listener : listeners.getListeners(
+ MozillaDndListener.class)) {
+ listener.dragEnd(domEvent);
+ }
} else if(DRAGEXITEVENT.equals(eventType)) {
for (MozillaDndListener listener : listeners.getListeners(
MozillaDndListener.class)) {
Modified: trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/mozilla/listener/MozillaDndListener.java
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/mozilla/listener/MozillaDndListener.java 2010-05-20 14:15:14 UTC (rev 22208)
+++ trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/mozilla/listener/MozillaDndListener.java 2010-05-20 14:16:34 UTC (rev 22209)
@@ -26,7 +26,7 @@
* Drag gesture event handler
* @param event xulrunner drag event
*/
- void dragGesture(nsIDOMEvent event);
+ void dragStart(nsIDOMEvent event);
/**
* Calls when drop event occurs
@@ -35,9 +35,9 @@
void dragDrop(nsIDOMEvent domEvent);
// these methods are never used
// void dragEnter(nsIDOMEvent event);
-// void dragExit(nsIDOMEvent event);
// void drop(nsIDOMEvent event);
// void onPasteOrDrop(nsIDOMMouseEvent mouseEvent, String flavor, String data);
void dragExit(nsIDOMEvent domEvent);
+ void dragEnd(nsIDOMEvent domEvent);
}
Modified: trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/util/VisualDomUtil.java
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/util/VisualDomUtil.java 2010-05-20 14:15:14 UTC (rev 22208)
+++ trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/util/VisualDomUtil.java 2010-05-20 14:16:34 UTC (rev 22209)
@@ -535,5 +535,23 @@
}
return facetChildren;
}
+
+ /**
+ * Returns {@code true} if and only if {@code potentialAscendant}
+ * is an ascendant of {@code potentialDescendant}.
+ *
+ * @param potentialAscendant must not be {@code null}
+ * @param potentialDescendant may be {@code null}
+ */
+ public static boolean isAscendant(nsIDOMNode potentialAscendant,
+ nsIDOMNode potentialDescendant) {
+ while (potentialDescendant != null) {
+ potentialDescendant = potentialDescendant.getParentNode();
+ if (potentialAscendant.equals(potentialDescendant)) {
+ return true;
+ }
+ }
+ return false;
+ }
}
15 years, 11 months
JBoss Tools SVN: r22208 - in branches/hibernatetools-multiversion/hibernatetools/plugins/org.hibernate.mediator: src/org/hibernate/mediator/stubs/util and 2 other directories.
by jbosstools-commits@lists.jboss.org
Author: vyemialyanchyk
Date: 2010-05-20 10:15:14 -0400 (Thu, 20 May 2010)
New Revision: 22208
Added:
branches/hibernatetools-multiversion/hibernatetools/plugins/org.hibernate.mediator/lib.new/
Removed:
branches/hibernatetools-multiversion/hibernatetools/plugins/org.hibernate.mediator/lib/
Modified:
branches/hibernatetools-multiversion/hibernatetools/plugins/org.hibernate.mediator/build.properties
branches/hibernatetools-multiversion/hibernatetools/plugins/org.hibernate.mediator/src/org/hibernate/mediator/stubs/util/OpenMappingUtilsEjb3.java
branches/hibernatetools-multiversion/hibernatetools/plugins/org.hibernate.mediator/src/org/hibernate/mediator/x/cfg/Configuration.java
branches/hibernatetools-multiversion/hibernatetools/plugins/org.hibernate.mediator/src/org/hibernate/mediator/x/ejb/packaging/Filter.java
Log:
https://jira.jboss.org/jira/browse/JBIDE-6070 - revert Hibernate 3.5 use to Hibernate 3.3
Modified: branches/hibernatetools-multiversion/hibernatetools/plugins/org.hibernate.mediator/build.properties
===================================================================
--- branches/hibernatetools-multiversion/hibernatetools/plugins/org.hibernate.mediator/build.properties 2010-05-20 13:38:02 UTC (rev 22207)
+++ branches/hibernatetools-multiversion/hibernatetools/plugins/org.hibernate.mediator/build.properties 2010-05-20 14:15:14 UTC (rev 22208)
@@ -1,6 +1,6 @@
bin.includes = plugin.xml,\
org.hibernate.mediator.jar,\
- lib/,\
+ lib.new/,\
META-INF/,\
hibernate-log4j.properties,\
about.html,\
@@ -9,35 +9,46 @@
about.properties,\
hibernate_icon.gif,\
plugin.properties,\
- lib/_add/asm-3.1.jar,\
- lib/_add/bsh-core-2.0b4.jar,\
- lib/_add/commons-logging-1.0.4.jar,\
- lib/_add/freemarker.jar,\
- lib/_add/hibernate-tools.jar,\
- lib/_add/jtidy-r8-20060801.jar,\
- lib/_add/log4j-1.2.15.jar,\
- lib/_add/slf4j-api-1.5.8.jar,\
- lib/_add/slf4j-log4j12-1.5.8.jar,\
- lib/bytecode/cglib/cglib-2.2.jar,\
- lib/bytecode/javassist/javassist-3.9.0.GA.jar,\
- lib/jpa/hibernate-jpa-2.0-api-1.0.0.Final.jar,\
- lib/optional/c3p0/c3p0-0.9.1.jar,\
- lib/optional/ehcache/ehcache-1.5.0.jar,\
- lib/optional/infinispan/infinispan-core-4.0.0.FINAL.jar,\
- lib/optional/jbosscache/jbosscache-core-3.2.1.GA.jar,\
- lib/optional/oscache/oscache-2.1.jar,\
- lib/optional/proxool/proxool-0.8.3.jar,\
- lib/optional/swarmcache/swarmcache-1.0RC2.jar,\
- lib/required/antlr-2.7.6.jar,\
- lib/required/commons-collections-3.1.jar,\
- lib/required/dom4j-1.6.1.jar,\
- lib/required/javassist-3.9.0.GA.jar,\
- lib/required/jta-1.1.jar,\
- lib/required/slf4j-api-1.5.8.jar,\
- lib/hibernate3.jar
+ lib.new/annotations/ejb3-persistence.jar,\
+ lib.new/annotations/hibernate-annotations.jar,\
+ lib.new/annotations/hibernate-commons-annotations.jar,\
+ lib.new/annotations/hibernate-entitymanager.jar,\
+ lib.new/annotations/hibernate-validator.jar,\
+ lib.new/hibernate/antlr-2.7.6.jar,\
+ lib.new/hibernate/asm-attrs.jar,\
+ lib.new/hibernate/asm.jar,\
+ lib.new/hibernate/c3p0-0.9.1.jar,\
+ lib.new/hibernate/cglib-2.2.jar,\
+ lib.new/hibernate/commons-collections-3.1.jar,\
+ lib.new/hibernate/commons-logging-1.0.4.jar,\
+ lib.new/hibernate/concurrent-1.3.2.jar,\
+ lib.new/hibernate/connector.jar,\
+ lib.new/hibernate/dom4j-1.6.1.jar,\
+ lib.new/hibernate/ehcache-1.2.3.jar,\
+ lib.new/hibernate/hibernate-jmx.jar,\
+ lib.new/hibernate/hibernate3.jar,\
+ lib.new/hibernate/jaas.jar,\
+ lib.new/hibernate/javassist.jar,\
+ lib.new/hibernate/jboss-cache.jar,\
+ lib.new/hibernate/jboss-common.jar,\
+ lib.new/hibernate/jboss-jmx.jar,\
+ lib.new/hibernate/jboss-system.jar,\
+ lib.new/hibernate/jdbc2_0-stdext.jar,\
+ lib.new/hibernate/jgroups-2.2.8.jar,\
+ lib.new/hibernate/jta.jar,\
+ lib.new/hibernate/log4j-1.2.15.jar,\
+ lib.new/hibernate/oscache-2.1.jar,\
+ lib.new/hibernate/proxool-0.8.3.jar,\
+ lib.new/hibernate/slf4j-api-1.5.8.jar,\
+ lib.new/hibernate/slf4j-log4j12-1.5.8.jar,\
+ lib.new/hibernate/swarmcache-1.0rc2.jar,\
+ lib.new/tools/freemarker.jar,\
+ lib.new/tools/hibernate-tools.jar,\
+ lib.new/tools/jtidy-r8-20060801.jar,\
+ lib.new/bsh-core-2.0b4.jar
jars.compile.order = org.hibernate.mediator.jar
source.org.hibernate.mediator.jar = src/
output.org.hibernate.mediator.jar = bin/
src.includes = src/,\
about.html
-bin.excludes = lib/.cvsignore
+bin.excludes = lib.new/.cvsignore
Copied: branches/hibernatetools-multiversion/hibernatetools/plugins/org.hibernate.mediator/lib.new (from rev 22175, branches/hibernatetools-multiversion/hibernatetools/plugins/org.hibernate.mediator/lib)
Modified: branches/hibernatetools-multiversion/hibernatetools/plugins/org.hibernate.mediator/src/org/hibernate/mediator/stubs/util/OpenMappingUtilsEjb3.java
===================================================================
--- branches/hibernatetools-multiversion/hibernatetools/plugins/org.hibernate.mediator/src/org/hibernate/mediator/stubs/util/OpenMappingUtilsEjb3.java 2010-05-20 13:38:02 UTC (rev 22207)
+++ branches/hibernatetools-multiversion/hibernatetools/plugins/org.hibernate.mediator/src/org/hibernate/mediator/stubs/util/OpenMappingUtilsEjb3.java 2010-05-20 14:15:14 UTC (rev 22208)
@@ -16,7 +16,6 @@
import javax.persistence.mediator.x.MappedSuperclass;
import javax.persistence.mediator.x.spi.PersistenceUnitTransactionType;
-import org.hibernate.mediator.x.ejb.Ejb3Configuration;
import org.hibernate.mediator.x.ejb.HibernatePersistence;
import org.hibernate.mediator.x.ejb.packaging.ClassFilter;
import org.hibernate.mediator.x.ejb.packaging.Entry;
Modified: branches/hibernatetools-multiversion/hibernatetools/plugins/org.hibernate.mediator/src/org/hibernate/mediator/x/cfg/Configuration.java
===================================================================
--- branches/hibernatetools-multiversion/hibernatetools/plugins/org.hibernate.mediator/src/org/hibernate/mediator/x/cfg/Configuration.java 2010-05-20 13:38:02 UTC (rev 22207)
+++ branches/hibernatetools-multiversion/hibernatetools/plugins/org.hibernate.mediator/src/org/hibernate/mediator/x/cfg/Configuration.java 2010-05-20 14:15:14 UTC (rev 22208)
@@ -136,7 +136,6 @@
public HibernateMappingExporter createHibernateMappingExporter(File folder2Gen, final IExporterNewOutputDir enod) {
return HibernateMappingExporter.newInstance(this, folder2Gen, new HibernateMappingExporter.IExportPOJOInterceptor() {
- @SuppressWarnings("unchecked")
public Object exportPOJO(Object obj, Method method, Object[] args, MethodProxy proxy) throws Throwable {
HibernateMappingExporter hme = HibernateMappingExporter.newInstance(obj);
POJOClass element = POJOClass.newInstance(args[1]);
Modified: branches/hibernatetools-multiversion/hibernatetools/plugins/org.hibernate.mediator/src/org/hibernate/mediator/x/ejb/packaging/Filter.java
===================================================================
--- branches/hibernatetools-multiversion/hibernatetools/plugins/org.hibernate.mediator/src/org/hibernate/mediator/x/ejb/packaging/Filter.java 2010-05-20 13:38:02 UTC (rev 22207)
+++ branches/hibernatetools-multiversion/hibernatetools/plugins/org.hibernate.mediator/src/org/hibernate/mediator/x/ejb/packaging/Filter.java 2010-05-20 14:15:14 UTC (rev 22208)
@@ -6,7 +6,7 @@
import net.sf.cglib.proxy.CallbackFilter;
import net.sf.cglib.proxy.Enhancer;
import net.sf.cglib.proxy.MethodInterceptor;
-import net.sf.cglib.proxy.NoOp;
+import net.sf.cglib.proxy.MethodProxy;
import org.hibernate.mediator.base.HObject;
@@ -39,7 +39,12 @@
public static Enhancer createEnhancer(Class<?> clazz, MethodInterceptor mi) {
Enhancer e = new Enhancer();
e.setSuperclass(clazz);
- e.setCallbacks(new Callback[] { NoOp.INSTANCE, mi });
+ MethodInterceptor miDef = new MethodInterceptor() {
+ public Object intercept(Object obj, Method method, Object[] args, MethodProxy proxy) throws Throwable {
+ return proxy.invokeSuper(obj, args);
+ }
+ };
+ e.setCallbacks(new Callback[] { miDef, mi });
e.setCallbackFilter(baseNodeFilter);
return e;
}
15 years, 11 months
JBoss Tools SVN: r22207 - in trunk/seam/docs/reference/en-US: images/create_new_seam and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: smukhina
Date: 2010-05-20 09:38:02 -0400 (Thu, 20 May 2010)
New Revision: 22207
Modified:
trunk/seam/docs/reference/en-US/creating_new_seam.xml
trunk/seam/docs/reference/en-US/images/create_new_seam/create_seam_1.png
trunk/seam/docs/reference/en-US/images/create_new_seam/create_seam_11.png
trunk/seam/docs/reference/en-US/images/create_new_seam/create_seam_12.png
trunk/seam/docs/reference/en-US/images/create_new_seam/create_seam_13.png
trunk/seam/docs/reference/en-US/images/create_new_seam/create_seam_20.png
trunk/seam/docs/reference/en-US/images/create_new_seam/create_seam_21.png
Log:
TOOLSDOC-70-Option to specify the project(s) name in the "Seam Web
project" wizard.
Obsolete pictures were updated and option to specify projects name is
added.
Modified: trunk/seam/docs/reference/en-US/creating_new_seam.xml
===================================================================
--- trunk/seam/docs/reference/en-US/creating_new_seam.xml 2010-05-20 11:40:13 UTC (rev 22206)
+++ trunk/seam/docs/reference/en-US/creating_new_seam.xml 2010-05-20 13:38:02 UTC (rev 22207)
@@ -1,464 +1,478 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<chapter id="create_seam" xreflabel="create_seam" role="updated">
- <?dbhtml filename="create_new_seam.html"?>
- <chapterinfo>
- <keywordset>
- <keyword>JBoss Tools</keyword>
- <keyword>Seam</keyword>
- <keyword>JBDS</keyword>
- </keywordset>
- </chapterinfo>
- <title>Creating a New Seam Project via the New Seam Project wizard</title>
- <para>In this chapter we provide you with the necessary steps to start working with Seam
- Framework.</para>
- <para>At first, we suggest to set the specific Seam perspective that combines a number of
- different views and editors needed for work with resources concerned. For that select
- <emphasis>
- <property>Window > Open Perspective > Other > Seam</property>
- </emphasis> or you can also access it through the button in the right top corner.</para>
- <figure>
- <title>Seam Perspective Icon</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/create_new_seam/create_seam_0.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- <para>Also the <emphasis>
- <property>Open Web Browser</property></emphasis> action is directly available in the
- <property>Seam perspective</property>.</para>
- <figure>
- <title>Embedded Web Browser Button</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/create_new_seam/create_seam_01.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- <section id="standaloneSeam" role="updated">
- <title>Create standalone Seam Web Project</title>
- <para>The best way to get started with Seam is to create a simple Seam Project and
- experiment with it.</para>
- <para>Thus, you should select <emphasis>
- <property>File > New > Seam Web Project</property>
- </emphasis> to run the <property>New Seam Project</property> wizard. The wizard form
- allows you to create runtime and server instances in order to get started creating,
- running, and debugging J2EE (only) applications.</para>
- <para>Seam Web Project wizard has an option for selecting the actual Server (not just WTP
- runtime) that will be used for the project. This allows the wizard to identify correctly
- where the required datasource and driver libraries need to go.</para>
- <para>Let's get through the wizard step-by-step. First, you should enter a name and a
- location directory for your new project.</para>
- <figure id="figure_create_seam1">
- <title>New Seam Project Wizard</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/create_new_seam/create_seam_1.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- <para>On the figure above you can see the runtime and the server already created.</para>
- <para>If you need to create a new runtime, click on the <emphasis>
- <property>New...</property>
- </emphasis> button in the <property>Target Runtime</property> section. It brings up the
- wizard where you can specify a new JBoss Server Runtime environment or the other type of
- runtime appropriate for your project configuration. Let's create one more JBoss 4.2
- Runtime. Hence, after choosing it click on <emphasis>
- <property>Next</property>
- </emphasis> button.</para>
- <figure>
- <title>Specifying Target Runtime</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/create_new_seam/create_seam_2.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- <para>All what you need here is to name runtime, type the path to its install directory or
- locate it by using <emphasis>
- <property>Browse</property>
- </emphasis> button, select a Java Runtime Environment, and select which configuration
- you want.</para>
- <figure>
- <title>Specifying Target Runtime Configurations</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/create_new_seam/create_seam_3.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- <para> Clicking on <emphasis>
- <property>Finish</property>
- </emphasis> returns you to the <link linkend="figure_create_seam1">New Seam Project
- wizard page</link>.</para>
- <para>The next step is to define a Server by clicking on <emphasis>
- <property>New...</property>
- </emphasis> button in the <property>Target Server</property> section. In appeared
- <property>New Server dialog</property> the last server which matches the runtime
- will be selected.</para>
- <para>All declared runtimes are listed in the combo-box under the servers view. Here, you
- can indicate a server runtime that you need. Click <emphasis>
- <property>Add</property>
- </emphasis> if you want to add a new Server Runtime.</para>
- <figure>
- <title>Specifying Target Server</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/create_new_seam/create_seam_4.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- <para>Next page allows you to verify the information for a chosen server. Leave everything
- as it is and click on <emphasis>
- <property>Next</property>
- </emphasis>.</para>
- <figure>
- <title>JBoss Runtime Summary</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/create_new_seam/create_seam_5.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- <para>On the last wizard step you can modify your projects to configure them on the
- Server.</para>
- <figure>
- <title>Project Modification for Configuring on the Server</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/create_new_seam/create_seam_6.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- <para>Once you have the Target Server defined click on <emphasis>
- <property>Finish</property>
- </emphasis> button to return to the first page of the <property>New Seam Project
- wizard</property>.</para>
- <tip>
- <title>Tip:</title>
- <para>We suggest that you look through the Application Server Manager Guide to
- find out more about runtimes and servers.</para>
- </tip>
- <figure>
- <title>Completion of Runtime and Server Configuration</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/create_new_seam/create_seam_7.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- <para>The last section on this wizard step is <property>Configuration</property>. Here, you
- can select one of the pre-defined project configurations either associated with Seam
- 1.2, Seam 2.0 or with Seam 2.1. Furthermore, you can create your own configuration by
- pressing the <emphasis>
- <property>Modify...</property>
- </emphasis> button. It will open the dialog which allows to configure your own set of
- facets for adding extra functionality to your project.</para>
- <para>Pass to the next section to find out more details on this dialog.</para>
- </section>
- <section id="projectFacets">
- <title>Selecting the Project Facets</title>
- <para>The <property>Project Facets wizard</property> allows you to enable or disable
- specific facets which define necessary features for the project. When you switch to this
- wizard form, all critical facets are already checked for the chosen
- Configuration.</para>
- <para>Notice that this page of the wizard also allows you to set the necessary version for
- any facet. </para>
- <figure>
- <title>Project Facets Selection</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/create_new_seam/create_seam_8.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- <para>Moreover, here you can specify your own preset of selected facets by checking needed
- ones in project facets window and clicking on <emphasis>
- <property>Save</property>
- </emphasis> button.</para>
- <figure>
- <title>Specifying Custom Facet Preset</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/create_new_seam/create_seam_15.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- <para>To see all available Server runtimes click on <property>Runtimes</property> tab on the
- left. You can create a new one using the <emphasis>
- <property>New</property>
- </emphasis> button. If more than one runtime is checked here, the <emphasis>
- <property>Make Primary</property>
- </emphasis> button won't be dimmed yet. Thus, you can make use of it to mark
- primary runtime.</para>
- <figure>
- <title>Setting Runtime</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/create_new_seam/create_seam_16.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- <para><emphasis>
- <property>Ok</property>
- </emphasis> button will bring you to the <property>Web Module</property> wizard form
- again.</para>
- <section id="seamWithJPA">
- <title>Seam project with JPA facets</title>
- <para>For creating Seam project with JPA support you need to select<property> Java
- Persistent</property> facet on <property>Project Facets</property> page and
- click <property>OK</property>.</para>
- <para>Then you should press <property>Next</property> and may leave the default value on
- <property>Java application building</property> page and <property>Web Module
- Settings</property> page.</para>
- <para>After that you will see <property>JPA facet</property> page.</para>
- <figure>
- <title>JPA Facet page</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/create_new_seam/create_seam_16b.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- <para>On this page you can choose <property>Platform</property> (vendor-specific JPA
- implementation) for your project, type of JPA Implementation, and configure the
- <property>Connection</property> to database in the <property
- >Connection</property> area.</para>
- <para>More about <property>JPA facet</property> page you can read in <ulink
- url="http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse.jpt.doc.user..."
- >Eclipse documentation</ulink>. </para>
- <para>On the next step you will see <property>JSF Capabilities</property> and <property>Seam
- facet</property> pages, which are mostly the same as in general Seam
- project.</para>
- </section>
- </section>
- <section id="configureJava">
- <title>Java application building configuration</title>
- <para>With this wizard you can define Java source directories which will be generated on
- build path. Also you can specify a default output folder. If you are agree with default
- values, press <property>Next</property></para>
- <figure>
- <title>Java application building Wizard</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/create_new_seam/create_seam_16a.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- </section>
- <section id="configureWebModule">
- <title>How to Configure Web Module Settings</title>
- <para> As we deal with a Dynamic Web Application, we should at first specify the top level
- directory of our application for deploying it to a server afterwards. You know, this
- kind of application contains Web resources. Thus, it's important to indicate the content
- directory. The wizard will put all those values itself, so you can leave everything as
- is.</para>
- <figure>
- <title>Web Module Settings</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/create_new_seam/create_seam_9.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- <para>Choose <emphasis>
- <property>Next</property>
- </emphasis> to switch to the next wizard form.</para>
- </section>
- <section id="addJSFCapab">
- <title>Adding JSF Capabilities</title>
- <para>This wizard helps you to add JSF capabilities to your project. </para>
- <para>Choose <emphasis>
- <property>Library provided by Target Runtime</property>
- </emphasis> from Library Type list if you'd like to use a default JSF implementation
- given by the present runtime.</para>
- <figure>
- <title>Adding JSF Capabilities to Web Project</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/create_new_seam/create_seam_10.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- <para>In case if you prefer to use your custom JSF implementation, choose <property>User
- Library</property> Item from Library Type list. In User Library list you can check
- required library.</para>
- <figure>
- <title>Using Custom JSF implementation Library </title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/create_new_seam/create_seam_17.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- <para> If a new library is required, click <property>Manage libraries...</property> (
- <inlinemediaobject>
- <imageobject>
- <imagedata fileref="images/create_new_seam/create_seam_17a.png"/>
- </imageobject>
- </inlinemediaobject>) button. Then you should click <property>New</property>.</para>
- <figure>
- <title>Using Custom JSF implementation Library </title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/create_new_seam/create_seam_18.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- <para> Here, it's necessary to type a <property>Library Name</property>. </para>
- <figure>
- <title>Entering New User Library Name</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/create_new_seam/create_seam_23.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- <para>To add proper <property>Library JARs</property>, click <property>Add
- JARs...</property> button and select the JARs on your hard drive. </para>
- <figure>
- <title>Selection Library JARs</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/create_new_seam/create_seam_25.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- <para>You can download necessary JSF implementation libraries provided by Sun and Apache
- Foundation as well. Click <property>Download...</property> (<inlinemediaobject>
- <imageobject>
- <imagedata fileref="images/create_new_seam/create_seam_23a.png"/>
- </imageobject>
- </inlinemediaobject>) button and choose one of proposed libraries.</para>
- <figure>
- <title>Download JSF Implementation Library</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/create_new_seam/create_seam_24.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- <para>The last wizard options allows to edit a path for <property>JSF Configuration
- File</property>, a name for <property>JSF Servlet</property>, <property>JSF Servlet
- Classname</property> and change <property>URL Mapping Patterns</property>.</para>
- <figure>
- <title>JSF Capabilities Wizard</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/create_new_seam/create_seam_19.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- <para>Since we are arranging the Seam Web project, the last step we should do is to adjust
- project configurations associated with the Seam.</para>
- </section>
- <section id="seamFacet">
- <title>Configure Seam Facet Settings</title>
- <para>The last wizard step is related to Seam facet and allows you to do the
- following:</para>
- <figure>
- <title>Seam Facet Settings</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/create_new_seam/create_seam_11.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- <itemizedlist>
- <listitem>
- <para>Create Seam runtime and define Seam home folder.</para>
- </listitem>
- </itemizedlist>
- <para>For that click on <emphasis>
- <property>Add</property>
- </emphasis> button in the <property>General</property> section. Note, in the wizard
- shown below you can create a Seam runtime only for the version that was selected in the
- <link linkend="projectFacets">Project Facets</link> wizard (version 1.2 in our
- case).</para>
- <figure>
- <title>Seam Runtime Creation</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/create_new_seam/create_seam_12.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- <itemizedlist>
- <listitem>
- <para>Select EAR or WAR deployment by checking a necessary radio button.</para>
- </listitem>
- <listitem>
- <para>Select a <emphasis>
- <property>Database Type</property>
- </emphasis></para>
- </listitem>
- </itemizedlist>
- <figure>
- <title>Database Type Selecting</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/create_new_seam/create_seam_20.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- <itemizedlist>
- <listitem>
- <para>and then specify a <emphasis>
- <property>Connection profile</property>
- </emphasis> appropriate for your database.</para>
- </listitem>
- </itemizedlist>
- <figure>
- <title>Connection Profile Options</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/create_new_seam/create_seam_21.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- <para>You can edit chosen profile by using <emphasis>
- <property>Edit</property>
- </emphasis> button or organise a new one by clicking on <emphasis>
- <property>New</property>
- </emphasis> button and selecting necessary for you type of connection profile.</para>
- <figure>
- <title>Connection Profile Selecting</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/create_new_seam/create_seam_13.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- <para>On the dialog you'll be asked to enter its name and description. And then you
- should select a proper driver and adjust connection details. Press <emphasis>
- <property>Next</property>
- </emphasis> to preview all the adjusted settings and complete the creation of the new
- profile.</para>
- <figure>
- <title>Connection Details</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/create_new_seam/create_seam_22.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- <para>The next block of settings in the Seam Facet wizard are describing a Database and a
- connection to it.</para>
- <para>In the <property>Code Generation</property> section the wizard has already provided
- the names for your <property>Session Bean</property>, <property>Entity Bean</property>
- and <property>Test</property> packages generation (optional). Of course, you can change
- them on others of your choice.</para>
- <figure>
- <title>Code Generation Section</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/create_new_seam/create_seam_14.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- <para>Click on <emphasis>
- <property>Finish</property>
- </emphasis> to generate a project.</para>
- <para/>
- </section>
-</chapter>
+<?xml version="1.0" encoding="UTF-8"?>
+<chapter id="create_seam" xreflabel="create_seam" role="updated">
+ <?dbhtml filename="create_new_seam.html"?>
+ <chapterinfo>
+ <keywordset>
+ <keyword>JBoss Tools</keyword>
+ <keyword>Seam</keyword>
+ <keyword>JBDS</keyword>
+ </keywordset>
+ </chapterinfo>
+ <title>Creating a New Seam Project via the New Seam Project wizard</title>
+ <para>In this chapter we provide you with the necessary steps to start working with Seam
+ Framework.</para>
+ <para>At first, we suggest to set the specific Seam perspective that combines a number of
+ different views and editors needed for work with resources concerned. For that select
+ <emphasis>
+ <property>Window > Open Perspective > Other > Seam</property>
+ </emphasis> or you can also access it through the button in the right top corner.</para>
+ <figure>
+ <title>Seam Perspective Icon</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/create_new_seam/create_seam_0.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>Also the <emphasis>
+ <property>Open Web Browser</property></emphasis> action is directly available in the
+ <property>Seam perspective</property>.</para>
+ <figure>
+ <title>Embedded Web Browser Button</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/create_new_seam/create_seam_01.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <section id="standaloneSeam" role="updated">
+ <title>Create standalone Seam Web Project</title>
+ <para>The best way to get started with Seam is to create a simple Seam Project and
+ experiment with it.</para>
+ <para>Thus, you should select <emphasis>
+ <property>File > New > Seam Web Project</property>
+ </emphasis> to run the <property>New Seam Project</property> wizard. The wizard form
+ allows you to create runtime and server instances in order to get started creating,
+ running, and debugging J2EE (only) applications.</para>
+ <para>Seam Web Project wizard has an option for selecting the actual Server (not just WTP
+ runtime) that will be used for the project. This allows the wizard to identify correctly
+ where the required datasource and driver libraries need to go.</para>
+ <para>Let's get through the wizard step-by-step. First, you should enter a name and a
+ location directory for your new project.</para>
+ <figure id="figure_create_seam1">
+ <title>New Seam Project Wizard</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/create_new_seam/create_seam_1.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>On the figure above you can see the runtime and the server already created.</para>
+ <para>If you need to create a new runtime, click on the <emphasis>
+ <property>New...</property>
+ </emphasis> button in the <property>Target Runtime</property> section. It brings up the
+ wizard where you can specify a new JBoss Server Runtime environment or the other type of
+ runtime appropriate for your project configuration. Let's create one more JBoss 4.2
+ Runtime. Hence, after choosing it click on <emphasis>
+ <property>Next</property>
+ </emphasis> button.</para>
+ <figure>
+ <title>Specifying Target Runtime</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/create_new_seam/create_seam_2.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>All what you need here is to name runtime, type the path to its install directory or
+ locate it by using <emphasis>
+ <property>Browse</property>
+ </emphasis> button, select a Java Runtime Environment, and select which configuration
+ you want.</para>
+ <figure>
+ <title>Specifying Target Runtime Configurations</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/create_new_seam/create_seam_3.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para> Clicking on <emphasis>
+ <property>Finish</property>
+ </emphasis> returns you to the <link linkend="figure_create_seam1">New Seam Project
+ wizard page</link>.</para>
+ <para>The next step is to define a Server by clicking on <emphasis>
+ <property>New...</property>
+ </emphasis> button in the <property>Target Server</property> section. In appeared
+ <property>New Server dialog</property> the last server which matches the runtime
+ will be selected.</para>
+ <para>All declared runtimes are listed in the combo-box under the servers view. Here, you
+ can indicate a server runtime that you need. Click <emphasis>
+ <property>Add</property>
+ </emphasis> if you want to add a new Server Runtime.</para>
+ <figure>
+ <title>Specifying Target Server</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/create_new_seam/create_seam_4.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>Next page allows you to verify the information for a chosen server. Leave everything
+ as it is and click on <emphasis>
+ <property>Next</property>
+ </emphasis>.</para>
+ <figure>
+ <title>JBoss Runtime Summary</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/create_new_seam/create_seam_5.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>On the last wizard step you can modify your projects to configure them on the
+ Server.</para>
+ <figure>
+ <title>Project Modification for Configuring on the Server</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/create_new_seam/create_seam_6.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>Once you have the Target Server defined click on <emphasis>
+ <property>Finish</property>
+ </emphasis> button to return to the first page of the <property>New Seam Project
+ wizard</property>.</para>
+ <tip>
+ <title>Tip:</title>
+ <para>We suggest that you look through the Application Server Manager Guide to
+ find out more about runtimes and servers.</para>
+ </tip>
+ <figure>
+ <title>Completion of Runtime and Server Configuration</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/create_new_seam/create_seam_7.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>The last section on this wizard step is <property>Configuration</property>. Here, you
+ can select one of the pre-defined project configurations either associated with Seam
+ 1.2, Seam 2.0 or with Seam 2.1. Furthermore, you can create your own configuration by
+ pressing the <emphasis>
+ <property>Modify...</property>
+ </emphasis> button. It will open the dialog which allows to configure your own set of
+ facets for adding extra functionality to your project.</para>
+ <para>Pass to the next section to find out more details on this dialog.</para>
+ </section>
+ <section id="projectFacets">
+ <title>Selecting the Project Facets</title>
+ <para>The <property>Project Facets wizard</property> allows you to enable or disable
+ specific facets which define necessary features for the project. When you switch to this
+ wizard form, all critical facets are already checked for the chosen
+ Configuration.</para>
+ <para>Notice that this page of the wizard also allows you to set the necessary version for
+ any facet. </para>
+ <figure>
+ <title>Project Facets Selection</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/create_new_seam/create_seam_8.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>Moreover, here you can specify your own preset of selected facets by checking needed
+ ones in project facets window and clicking on <emphasis>
+ <property>Save</property>
+ </emphasis> button.</para>
+ <figure>
+ <title>Specifying Custom Facet Preset</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/create_new_seam/create_seam_15.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>To see all available Server runtimes click on <property>Runtimes</property> tab on the
+ left. You can create a new one using the <emphasis>
+ <property>New</property>
+ </emphasis> button. If more than one runtime is checked here, the <emphasis>
+ <property>Make Primary</property>
+ </emphasis> button won't be dimmed yet. Thus, you can make use of it to mark
+ primary runtime.</para>
+ <figure>
+ <title>Setting Runtime</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/create_new_seam/create_seam_16.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para><emphasis>
+ <property>Ok</property>
+ </emphasis> button will bring you to the <property>Web Module</property> wizard form
+ again.</para>
+ <section id="seamWithJPA">
+ <title>Seam project with JPA facets</title>
+ <para>For creating Seam project with JPA support you need to select<property> Java
+ Persistent</property> facet on <property>Project Facets</property> page and
+ click <property>OK</property>.</para>
+ <para>Then you should press <property>Next</property> and may leave the default value on
+ <property>Java application building</property> page and <property>Web Module
+ Settings</property> page.</para>
+ <para>After that you will see <property>JPA facet</property> page.</para>
+ <figure>
+ <title>JPA Facet page</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/create_new_seam/create_seam_16b.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>On this page you can choose <property>Platform</property> (vendor-specific JPA
+ implementation) for your project, type of JPA Implementation, and configure the
+ <property>Connection</property> to database in the <property
+ >Connection</property> area.</para>
+ <para>More about <property>JPA facet</property> page you can read in <ulink
+ url="http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse.jpt.doc.user..."
+ >Eclipse documentation</ulink>. </para>
+ <para>On the next step you will see <property>JSF Capabilities</property> and <property>Seam
+ facet</property> pages, which are mostly the same as in general Seam
+ project.</para>
+ </section>
+ </section>
+ <section id="configureJava">
+ <title>Java application building configuration</title>
+ <para>With this wizard you can define Java source directories which will be generated on
+ build path. Also you can specify a default output folder. If you are agree with default
+ values, press <property>Next</property></para>
+ <figure>
+ <title>Java application building Wizard</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/create_new_seam/create_seam_16a.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ </section>
+ <section id="configureWebModule">
+ <title>How to Configure Web Module Settings</title>
+ <para> As we deal with a Dynamic Web Application, we should at first specify the top level
+ directory of our application for deploying it to a server afterwards. You know, this
+ kind of application contains Web resources. Thus, it's important to indicate the content
+ directory. The wizard will put all those values itself, so you can leave everything as
+ is.</para>
+ <figure>
+ <title>Web Module Settings</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/create_new_seam/create_seam_9.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>Choose <emphasis>
+ <property>Next</property>
+ </emphasis> to switch to the next wizard form.</para>
+ </section>
+ <section id="addJSFCapab">
+ <title>Adding JSF Capabilities</title>
+ <para>This wizard helps you to add JSF capabilities to your project. </para>
+ <para>Choose <emphasis>
+ <property>Library provided by Target Runtime</property>
+ </emphasis> from Library Type list if you'd like to use a default JSF implementation
+ given by the present runtime.</para>
+ <figure>
+ <title>Adding JSF Capabilities to Web Project</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/create_new_seam/create_seam_10.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>In case if you prefer to use your custom JSF implementation, choose <property>User
+ Library</property> Item from Library Type list. In User Library list you can check
+ required library.</para>
+ <figure>
+ <title>Using Custom JSF implementation Library </title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/create_new_seam/create_seam_17.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para> If a new library is required, click <property>Manage libraries...</property> (
+ <inlinemediaobject>
+ <imageobject>
+ <imagedata fileref="images/create_new_seam/create_seam_17a.png"/>
+ </imageobject>
+ </inlinemediaobject>) button. Then you should click <property>New</property>.</para>
+ <figure>
+ <title>Using Custom JSF implementation Library </title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/create_new_seam/create_seam_18.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para> Here, it's necessary to type a <property>Library Name</property>. </para>
+ <figure>
+ <title>Entering New User Library Name</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/create_new_seam/create_seam_23.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>To add proper <property>Library JARs</property>, click <property>Add
+ JARs...</property> button and select the JARs on your hard drive. </para>
+ <figure>
+ <title>Selection Library JARs</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/create_new_seam/create_seam_25.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>You can download necessary JSF implementation libraries provided by Sun and Apache
+ Foundation as well. Click <property>Download...</property> (<inlinemediaobject>
+ <imageobject>
+ <imagedata fileref="images/create_new_seam/create_seam_23a.png"/>
+ </imageobject>
+ </inlinemediaobject>) button and choose one of proposed libraries.</para>
+ <figure>
+ <title>Download JSF Implementation Library</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/create_new_seam/create_seam_24.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>The last wizard options allows to edit a path for <property>JSF Configuration
+ File</property>, a name for <property>JSF Servlet</property>, <property>JSF Servlet
+ Classname</property> and change <property>URL Mapping Patterns</property>.</para>
+ <figure>
+ <title>JSF Capabilities Wizard</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/create_new_seam/create_seam_19.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>Since we are arranging the Seam Web project, the last step we should do is to adjust
+ project configurations associated with the Seam.</para>
+ </section>
+ <section id="seamFacet">
+ <title>Configure Seam Facet Settings</title>
+ <para>The last wizard step is related to Seam facet and allows you to do the
+ following:</para>
+ <figure>
+ <title>Seam Facet Settings</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/create_new_seam/create_seam_11.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <itemizedlist>
+ <listitem>
+ <para>Create Seam runtime and define Seam home folder.</para>
+ </listitem>
+ </itemizedlist>
+ <para>For that click on <emphasis>
+ <property>Add</property>
+ </emphasis> button in the <property>General</property> section. Note, in the wizard
+ shown below you can create a Seam runtime only for the version that was selected in the
+ <link linkend="projectFacets">Project Facets</link> wizard (version 1.2 in our
+ case).</para>
+ <figure>
+ <title>Seam Runtime Creation</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/create_new_seam/create_seam_12.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ <itemizedlist>
+ <listitem>
+ <para>Select EAR or WAR deployment by checking a necessary radio button.</para>
+ </listitem>
+ <listitem>
+ <para>Enter EJB project name and EAR project name in case of EAR radio button is checked.</para>
+ </listitem>
+ </itemizedlist>
+
+ <tip>
+ <title>Tip:</title>
+ <para>If you want to name your web project "MyProject-war" note that the EJB project should not be "MyProject-war-ejb",
+ it should be "MyProject-ejb". The same for EAR and Test projects' names. They should be respectively "MyProject-ear"
+ and "MyProject-test".</para>
+ </tip>
+
+ <itemizedlist>
+ <listitem>
+ <para>Select a <emphasis>
+ <property>Database Type</property>
+ </emphasis></para>
+ </listitem>
+ </itemizedlist>
+ <figure>
+ <title>Database Type Selecting</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/create_new_seam/create_seam_20.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <itemizedlist>
+ <listitem>
+ <para>and then specify a <emphasis>
+ <property>Connection profile</property>
+ </emphasis> appropriate for your database.</para>
+ </listitem>
+ </itemizedlist>
+ <figure>
+ <title>Connection Profile Options</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/create_new_seam/create_seam_21.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>You can edit chosen profile by using <emphasis>
+ <property>Edit</property>
+ </emphasis> button or organise a new one by clicking on <emphasis>
+ <property>New</property>
+ </emphasis> button and selecting necessary for you type of connection profile.</para>
+ <figure>
+ <title>Connection Profile Selecting</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/create_new_seam/create_seam_13.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>On the dialog you'll be asked to enter its name and description. And then you
+ should select a proper driver and adjust connection details. Press <emphasis>
+ <property>Next</property>
+ </emphasis> to preview all the adjusted settings and complete the creation of the new
+ profile.</para>
+ <figure>
+ <title>Connection Details</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/create_new_seam/create_seam_22.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>The next block of settings in the Seam Facet wizard are describing a Database and a
+ connection to it.</para>
+ <para>In the <property>Code Generation</property> section the wizard has already provided
+ the names for your <property>Session Bean</property>, <property>Entity Bean</property>
+ and <property>Test</property> packages generation (optional). Of course, you can change
+ them on others of your choice.</para>
+ <figure>
+ <title>Code Generation Section</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/create_new_seam/create_seam_14.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>Click on <emphasis>
+ <property>Finish</property>
+ </emphasis> to generate a project.</para>
+ <para/>
+ </section>
+</chapter>
\ No newline at end of file
Modified: trunk/seam/docs/reference/en-US/images/create_new_seam/create_seam_1.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en-US/images/create_new_seam/create_seam_11.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en-US/images/create_new_seam/create_seam_12.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en-US/images/create_new_seam/create_seam_13.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en-US/images/create_new_seam/create_seam_20.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en-US/images/create_new_seam/create_seam_21.png
===================================================================
(Binary files differ)
15 years, 11 months
JBoss Tools SVN: r22206 - in trunk: birt/docs/en-US and 15 other directories.
by jbosstools-commits@lists.jboss.org
Author: ochikvina
Date: 2010-05-20 07:40:13 -0400 (Thu, 20 May 2010)
New Revision: 22206
Modified:
trunk/as/docs/reference/en-US/master.xml
trunk/birt/docs/en-US/master.xml
trunk/documentation/guides/Beginners_Guide/en-US/master.xml
trunk/documentation/guides/Exadel-migration/en-US/master.xml
trunk/documentation/guides/GettingStartedGuide/en-US/master.xml
trunk/esb/docs/esb_ref_guide/en-US/master.xml
trunk/hibernatetools/docs/reference/en-US/master.xml
trunk/jmx/docs/reference/en-US/master.xml
trunk/jsf/docs/jsf_tools_ref_guide/en-US/master.xml
trunk/jsf/docs/jsf_tools_tutorial/en-US/master.xml
trunk/jsf/docs/userguide/en-US/master.xml
trunk/portlet/docs/reference/en-US/master.xml
trunk/seam/docs/reference/en-US/master.xml
trunk/smooks/docs/reference/en-US/master.xml
trunk/struts/docs/struts_tools_ref_guide/en-US/master.xml
trunk/struts/docs/struts_tools_tutorial/en-US/master.xml
trunk/ws/docs/reference/en-US/master.xml
Log:
<html><head><meta name="qrichtext" content="1" /></head><body style="font-size:9pt;font-family:Sans Serif">
<p>https://jira.jboss.org/browse/TOOLSDOC-81 -Changed JBDS and JBT versions in master.xml files.</p>
</body></html>
Modified: trunk/as/docs/reference/en-US/master.xml
===================================================================
--- trunk/as/docs/reference/en-US/master.xml 2010-05-20 01:59:31 UTC (rev 22205)
+++ trunk/as/docs/reference/en-US/master.xml 2010-05-20 11:40:13 UTC (rev 22206)
@@ -52,7 +52,7 @@
<holder>JBoss by Red Hat</holder>
</copyright>
<releaseinfo>
- Version: 2.1.0.GA
+ Version: 2.1.1.GA
</releaseinfo>
<abstract>
<title/>
Modified: trunk/birt/docs/en-US/master.xml
===================================================================
--- trunk/birt/docs/en-US/master.xml 2010-05-20 01:59:31 UTC (rev 22205)
+++ trunk/birt/docs/en-US/master.xml 2010-05-20 11:40:13 UTC (rev 22206)
@@ -60,7 +60,7 @@
<releaseinfo>
- Version: 1.1.0.GA
+ Version: 1.1.1.GA
</releaseinfo>
Modified: trunk/documentation/guides/Beginners_Guide/en-US/master.xml
===================================================================
--- trunk/documentation/guides/Beginners_Guide/en-US/master.xml 2010-05-20 01:59:31 UTC (rev 22205)
+++ trunk/documentation/guides/Beginners_Guide/en-US/master.xml 2010-05-20 11:40:13 UTC (rev 22206)
@@ -53,7 +53,7 @@
<holder>JBoss by Red Hat</holder>
</copyright>
<releaseinfo>
- Version: 1.0
+ Version: 3.0.1.GA
</releaseinfo>
<!--<abstract>
<title/>
Modified: trunk/documentation/guides/Exadel-migration/en-US/master.xml
===================================================================
--- trunk/documentation/guides/Exadel-migration/en-US/master.xml 2010-05-20 01:59:31 UTC (rev 22205)
+++ trunk/documentation/guides/Exadel-migration/en-US/master.xml 2010-05-20 11:40:13 UTC (rev 22206)
@@ -35,7 +35,7 @@
<holder>JBoss by Red Hat</holder>
</copyright>
<releaseinfo>
-Version: 3.0.0.GA
+Version: 3.0.1.GA
</releaseinfo>
<abstract>
Modified: trunk/documentation/guides/GettingStartedGuide/en-US/master.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en-US/master.xml 2010-05-20 01:59:31 UTC (rev 22205)
+++ trunk/documentation/guides/GettingStartedGuide/en-US/master.xml 2010-05-20 11:40:13 UTC (rev 22206)
@@ -45,7 +45,7 @@
<year>2010</year>
<holder>JBoss by Red Hat</holder>
</copyright>
- <releaseinfo>Version: 3.0.0.GA</releaseinfo>
+ <releaseinfo>Version: 3.0.1.GA</releaseinfo>
<abstract>
<title/>
<para>
Modified: trunk/esb/docs/esb_ref_guide/en-US/master.xml
===================================================================
--- trunk/esb/docs/esb_ref_guide/en-US/master.xml 2010-05-20 01:59:31 UTC (rev 22205)
+++ trunk/esb/docs/esb_ref_guide/en-US/master.xml 2010-05-20 11:40:13 UTC (rev 22206)
@@ -45,7 +45,7 @@
<holder>JBoss by Red Hat</holder>
</copyright>
<releaseinfo>
- Version: 1.3.0.GA
+ Version: 1.3.1.GA
</releaseinfo>
<abstract>
Modified: trunk/hibernatetools/docs/reference/en-US/master.xml
===================================================================
--- trunk/hibernatetools/docs/reference/en-US/master.xml 2010-05-20 01:59:31 UTC (rev 22205)
+++ trunk/hibernatetools/docs/reference/en-US/master.xml 2010-05-20 11:40:13 UTC (rev 22206)
@@ -50,7 +50,7 @@
</copyright>
<releaseinfo>
- Version: 3.3.0.GA
+ Version: 3.3.1.GA
</releaseinfo>
Modified: trunk/jmx/docs/reference/en-US/master.xml
===================================================================
--- trunk/jmx/docs/reference/en-US/master.xml 2010-05-20 01:59:31 UTC (rev 22205)
+++ trunk/jmx/docs/reference/en-US/master.xml 2010-05-20 11:40:13 UTC (rev 22206)
@@ -50,7 +50,7 @@
<holder>JBoss by Red Hat</holder>
</copyright>
<releaseinfo>
- Version: 1.1.0.GA
+ Version: 1.1.1.GA
</releaseinfo>
<abstract>
<title/>
Modified: trunk/jsf/docs/jsf_tools_ref_guide/en-US/master.xml
===================================================================
--- trunk/jsf/docs/jsf_tools_ref_guide/en-US/master.xml 2010-05-20 01:59:31 UTC (rev 22205)
+++ trunk/jsf/docs/jsf_tools_ref_guide/en-US/master.xml 2010-05-20 11:40:13 UTC (rev 22206)
@@ -52,7 +52,7 @@
<holder>JBoss by Red Hat</holder>
</copyright>
<releaseinfo>
- Version: 3.1.0.GA
+ Version: 3.1.1.GA
</releaseinfo>
<abstract>
Modified: trunk/jsf/docs/jsf_tools_tutorial/en-US/master.xml
===================================================================
--- trunk/jsf/docs/jsf_tools_tutorial/en-US/master.xml 2010-05-20 01:59:31 UTC (rev 22205)
+++ trunk/jsf/docs/jsf_tools_tutorial/en-US/master.xml 2010-05-20 11:40:13 UTC (rev 22206)
@@ -52,7 +52,7 @@
</copyright>
<releaseinfo>
- Version: 3.1.0.GA
+ Version: 3.1.1.GA
</releaseinfo>
Modified: trunk/jsf/docs/userguide/en-US/master.xml
===================================================================
--- trunk/jsf/docs/userguide/en-US/master.xml 2010-05-20 01:59:31 UTC (rev 22205)
+++ trunk/jsf/docs/userguide/en-US/master.xml 2010-05-20 11:40:13 UTC (rev 22206)
@@ -41,7 +41,7 @@
<holder>JBoss by Red Hat</holder>
</copyright>
<releaseinfo>
- Version: 3.0.0.GA
+ Version: 3.0.1.GA
</releaseinfo>
<abstract>
<title/>
Modified: trunk/portlet/docs/reference/en-US/master.xml
===================================================================
--- trunk/portlet/docs/reference/en-US/master.xml 2010-05-20 01:59:31 UTC (rev 22205)
+++ trunk/portlet/docs/reference/en-US/master.xml 2010-05-20 11:40:13 UTC (rev 22206)
@@ -50,7 +50,7 @@
<holder>JBoss by Red Hat</holder>
</copyright>
<releaseinfo>
- Version: 1.1.0.GA
+ Version: 1.1.1.GA
</releaseinfo>
<abstract>
Modified: trunk/seam/docs/reference/en-US/master.xml
===================================================================
--- trunk/seam/docs/reference/en-US/master.xml 2010-05-20 01:59:31 UTC (rev 22205)
+++ trunk/seam/docs/reference/en-US/master.xml 2010-05-20 11:40:13 UTC (rev 22206)
@@ -63,7 +63,7 @@
<holder>JBoss by Red Hat</holder>
</copyright>
<releaseinfo>
- Version: 3.1.0.GA
+ Version: 3.1.1.GA
</releaseinfo>
<abstract>
Modified: trunk/smooks/docs/reference/en-US/master.xml
===================================================================
--- trunk/smooks/docs/reference/en-US/master.xml 2010-05-20 01:59:31 UTC (rev 22205)
+++ trunk/smooks/docs/reference/en-US/master.xml 2010-05-20 11:40:13 UTC (rev 22206)
@@ -32,7 +32,7 @@
<holder>JBoss by Red Hat</holder>
</copyright>
<releaseinfo>
- Version: 1.1.0.GA
+ Version: 1.1.1.GA
</releaseinfo>
<abstract>
Modified: trunk/struts/docs/struts_tools_ref_guide/en-US/master.xml
===================================================================
--- trunk/struts/docs/struts_tools_ref_guide/en-US/master.xml 2010-05-20 01:59:31 UTC (rev 22205)
+++ trunk/struts/docs/struts_tools_ref_guide/en-US/master.xml 2010-05-20 11:40:13 UTC (rev 22206)
@@ -53,7 +53,7 @@
<holder>JBoss by Red Hat</holder>
</copyright>
<releaseinfo>
- Version: 3.1.0.GA
+ Version: 3.1.1.GA
</releaseinfo>
<abstract>
Modified: trunk/struts/docs/struts_tools_tutorial/en-US/master.xml
===================================================================
--- trunk/struts/docs/struts_tools_tutorial/en-US/master.xml 2010-05-20 01:59:31 UTC (rev 22205)
+++ trunk/struts/docs/struts_tools_tutorial/en-US/master.xml 2010-05-20 11:40:13 UTC (rev 22206)
@@ -50,7 +50,7 @@
<holder>JBoss by Red Hat</holder>
</copyright>
<releaseinfo>
- Version: 3.1.0.GA
+ Version: 3.1.1.GA
</releaseinfo>
<abstract>
Modified: trunk/ws/docs/reference/en-US/master.xml
===================================================================
--- trunk/ws/docs/reference/en-US/master.xml 2010-05-20 01:59:31 UTC (rev 22205)
+++ trunk/ws/docs/reference/en-US/master.xml 2010-05-20 11:40:13 UTC (rev 22206)
@@ -34,7 +34,7 @@
<holder>JBoss by Red Hat</holder>
</copyright>
<releaseinfo>
- Version: 1.1.0.GA
+ Version: 1.1.1.GA
</releaseinfo>
<abstract>
<title/>
15 years, 11 months