JBoss Tools SVN: r2969 - trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/el.
by jbosstools-commits@lists.jboss.org
Author: vrubezhny
Date: 2007-08-08 12:17:00 -0400 (Wed, 08 Aug 2007)
New Revision: 2969
Modified:
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/el/SeamExpressionResolver.java
Log:
http://jira.jboss.com/jira/browse/JBIDE-670 xhtml code completion does not update it's list of completions
Seam scope usage is fixed
Modified: trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/el/SeamExpressionResolver.java
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/el/SeamExpressionResolver.java 2007-08-08 16:07:09 UTC (rev 2968)
+++ trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/el/SeamExpressionResolver.java 2007-08-08 16:17:00 UTC (rev 2969)
@@ -93,7 +93,7 @@
*/
private static List<ISeamContextVariable> internalResolveVariablesByScope(ISeamProject project, ScopeType scope, String name, boolean onlyEqualNames) {
List<ISeamContextVariable> resolvedVariables = new ArrayList<ISeamContextVariable>();
- Set<ISeamContextVariable> variables = project.getVariablesByScope(scope);
+ Set<ISeamContextVariable> variables = project.getVariablesByScope(scope, true);
for (ISeamContextVariable variable : variables) {
if(onlyEqualNames) {
if (variable.getName().equals(name)) {
18 years, 4 months
JBoss Tools SVN: r2968 - trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui.view/src/org/jboss/tools/hibernate/ui/view/views.
by jbosstools-commits@lists.jboss.org
Author: dazarov
Date: 2007-08-08 12:07:09 -0400 (Wed, 08 Aug 2007)
New Revision: 2968
Modified:
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui.view/src/org/jboss/tools/hibernate/ui/view/views/OrmModelImageVisitor.java
Log:
http://jira.jboss.com/jira/browse/EXIN-427
Modified: trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui.view/src/org/jboss/tools/hibernate/ui/view/views/OrmModelImageVisitor.java
===================================================================
--- trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui.view/src/org/jboss/tools/hibernate/ui/view/views/OrmModelImageVisitor.java 2007-08-08 16:06:16 UTC (rev 2967)
+++ trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui.view/src/org/jboss/tools/hibernate/ui/view/views/OrmModelImageVisitor.java 2007-08-08 16:07:09 UTC (rev 2968)
@@ -10,13 +10,11 @@
******************************************************************************/
package org.jboss.tools.hibernate.ui.view.views;
-import java.util.Iterator;
import java.util.ResourceBundle;
import org.hibernate.mapping.Column;
import org.hibernate.mapping.Component;
import org.hibernate.mapping.DependantValue;
-import org.hibernate.mapping.ForeignKey;
import org.hibernate.mapping.JoinedSubclass;
import org.hibernate.mapping.PersistentClassVisitor;
import org.hibernate.mapping.Property;
@@ -27,10 +25,8 @@
import org.hibernate.mapping.UnionSubclass;
import org.jboss.tools.hibernate.ui.view.ViewPlugin;
-import sun.text.CompactShortArray;
-
/**
* @author Tau
*
18 years, 4 months
JBoss Tools SVN: r2967 - trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/packages/types.
by jbosstools-commits@lists.jboss.org
Author: rob.stryker(a)jboss.com
Date: 2007-08-08 12:06:16 -0400 (Wed, 08 Aug 2007)
New Revision: 2967
Modified:
trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/packages/types/EjbArchiveType.java
trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/packages/types/WarArchiveType.java
Log:
Changes to allow src/META-INF to be included into the fileset pattern.
Modified: trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/packages/types/EjbArchiveType.java
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/packages/types/EjbArchiveType.java 2007-08-08 15:50:16 UTC (rev 2966)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/packages/types/EjbArchiveType.java 2007-08-08 16:06:16 UTC (rev 2967)
@@ -36,9 +36,8 @@
IModule mod = getModule(project.getName());
- // TODO: module artifact to adapt a jboss ejb 30 to a module is MIA. CREATE IT
if( mod == null ) {
-
+ // TODO fix me
} else {
if( mod.getModuleType().getId().equals("jst.ejb") ) {
try {
Modified: trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/packages/types/WarArchiveType.java
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/packages/types/WarArchiveType.java 2007-08-08 15:50:16 UTC (rev 2966)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/packages/types/WarArchiveType.java 2007-08-08 16:06:16 UTC (rev 2967)
@@ -109,7 +109,7 @@
try {
IPath outputLoc = project.getWorkspace().getRoot().getLocation();
outputLoc = outputLoc.append(jp.getOutputLocation());
- addFileset(project, folder, jp.getOutputLocation().toOSString(), "**/*.class");
+ addFileset(project, folder, jp.getOutputLocation().toOSString(), "**/*");
} catch( JavaModelException jme ) {
}
}
18 years, 4 months
JBoss Tools SVN: r2966 - in trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam: internal/core and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2007-08-08 11:50:16 -0400 (Wed, 08 Aug 2007)
New Revision: 2966
Modified:
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/core/ISeamProject.java
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/SeamProject.java
Log:
JBIDE-670 - added methods allowing to collect all variables or components visible in specified scope
Modified: trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/core/ISeamProject.java
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/core/ISeamProject.java 2007-08-08 15:48:05 UTC (rev 2965)
+++ trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/core/ISeamProject.java 2007-08-08 15:50:16 UTC (rev 2966)
@@ -69,6 +69,14 @@
public Set<ISeamComponent> getComponentsByScope(ScopeType type);
/**
+ *
+ * @param type
+ * @param addVisibleScopes
+ * @return Set of all ISeamComponents visible in specified context.
+ */
+ public Set<ISeamComponent> getComponentsByScope(ScopeType type, boolean addVisibleScopes);
+
+ /**
* @param resource path of ISeamComponentDeclaration that belongs to component
* @return Set of ISeamComponents by resource path.
*/
@@ -115,6 +123,14 @@
public Set<ISeamContextVariable> getVariablesByScope(ScopeType scope);
/**
+ *
+ * @param scope
+ * @param addVisibleScopes
+ * @return all seam variables visible in specific context
+ */
+ public Set<ISeamContextVariable> getVariablesByScope(ScopeType scope, boolean addVisibleScopes);
+
+ /**
* @param full path of IResource where the variable is declared.
* @return Set of ISeamContextVariables by resource path.
*/
@@ -139,6 +155,14 @@
* @return Factories methods of project by scope
*/
public Set<ISeamFactory> getFactoriesByScope(ScopeType scope);
+
+ /**
+ *
+ * @param scope
+ * @param addVisibleScopes
+ * @return Factories of project visible in specified scope
+ */
+ public Set<ISeamFactory> getFactoriesByScope(ScopeType scope, boolean addVisibleScopes);
/**
* @param resource path of ISeamFactory that belongs to factory declaration
Modified: trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/SeamProject.java
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/SeamProject.java 2007-08-08 15:48:05 UTC (rev 2965)
+++ trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/SeamProject.java 2007-08-08 15:50:16 UTC (rev 2966)
@@ -543,9 +543,13 @@
* @see org.jboss.tools.seam.core.ISeamProject#getComponentsByScope(org.jboss.tools.seam.core.ScopeType)
*/
public Set<ISeamComponent> getComponentsByScope(ScopeType type) {
+ return getComponentsByScope(type, false);
+ }
+
+ public Set<ISeamComponent> getComponentsByScope(ScopeType type, boolean addVisibleScopes) {
Set<ISeamComponent> result = new HashSet<ISeamComponent>();
for(SeamComponent component: allComponents.values()) {
- if(type.equals(component.getScope())) {
+ if(isVisibleInScope(component, type, addVisibleScopes)) {
result.add(component);
}
}
@@ -590,15 +594,30 @@
* @see org.jboss.tools.seam.core.ISeamProject#getVariablesByScope(org.jboss.tools.seam.core.ScopeType)
*/
public Set<ISeamContextVariable> getVariablesByScope(ScopeType scope) {
+ return getVariablesByScope(scope, false);
+ }
+
+ public Set<ISeamContextVariable> getVariablesByScope(ScopeType scope, boolean addVisibleScopes) {
Set<ISeamContextVariable> result = new HashSet<ISeamContextVariable>();
for (ISeamContextVariable v: allVariables) {
- if(scope.equals(v.getScope())) {
+ if(isVisibleInScope(v, scope, addVisibleScopes)) {
result.add(v);
}
}
return result;
}
+ private boolean isVisibleInScope(ISeamContextVariable v, ScopeType scope, boolean addVisibleScopes) {
+ if(scope == v.getScope()) {
+ return true;
+ } else if(addVisibleScopes && scope != null && v.getScope() != null) {
+ if(v.getScope().getPriority() >= scope.getPriority()) {
+ return true;
+ }
+ }
+ return false;
+ }
+
public void addFactory(ISeamFactory factory) {
allFactories.add(factory);
}
@@ -624,9 +643,15 @@
}
public Set<ISeamFactory> getFactoriesByScope(ScopeType scope) {
+ return getFactoriesByScope(scope, false);
+ }
+
+ public Set<ISeamFactory> getFactoriesByScope(ScopeType scope, boolean addVisibleScopes) {
Set<ISeamFactory> result = new HashSet<ISeamFactory>();
for (ISeamFactory f: allFactories) {
- if(scope.equals(f.getScope())) result.add(f);
+ if(isVisibleInScope(f, scope, addVisibleScopes)) {
+ result.add(f);
+ }
}
return result;
}
18 years, 4 months
JBoss Tools SVN: r2965 - in trunk/documentation/GettingStartedGuide/docs/userguide/en: modules and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: afedosik
Date: 2007-08-08 11:48:05 -0400 (Wed, 08 Aug 2007)
New Revision: 2965
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/CreatedProject.png
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/CreatedProject12.png
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/SeamGenSetup.png
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/addedruntime.png
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/addingjbossserver.png
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/choosingruntime.png
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/configuringprojects.png
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/jbossruntime.png
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/jbossruntime2.png
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/serverpreferences.png
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/servertype.png
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/ManageJBossAS.xml
Log:
http://jira.jboss.com/jira/browse/EXIN-401 screenshots update
Modified: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/CreatedProject.png
===================================================================
(Binary files differ)
Modified: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/CreatedProject12.png
===================================================================
(Binary files differ)
Modified: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/SeamGenSetup.png
===================================================================
(Binary files differ)
Modified: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/addedruntime.png
===================================================================
(Binary files differ)
Modified: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/addingjbossserver.png
===================================================================
(Binary files differ)
Modified: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/choosingruntime.png
===================================================================
(Binary files differ)
Modified: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/configuringprojects.png
===================================================================
(Binary files differ)
Modified: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/jbossruntime.png
===================================================================
(Binary files differ)
Modified: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/jbossruntime2.png
===================================================================
(Binary files differ)
Modified: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/serverpreferences.png
===================================================================
(Binary files differ)
Modified: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/servertype.png
===================================================================
(Binary files differ)
Modified: trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/ManageJBossAS.xml
===================================================================
--- trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/ManageJBossAS.xml 2007-08-08 15:41:29 UTC (rev 2964)
+++ trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/ManageJBossAS.xml 2007-08-08 15:48:05 UTC (rev 2965)
@@ -142,7 +142,13 @@
</imageobject>
</mediaobject>
</figure>
-<figure>
+
+ <orderedlist continuation="continues">
+ <listitem><para>Click "Add" button to add a new jboss runtime.</para></listitem>
+ <listitem><para>Select JBoss, a division of Red Hat > JBoss v4.2 and press Next.</para></listitem>
+ </orderedlist>
+
+ <figure>
<title>Selecting JBoss Runtime</title>
<mediaobject>
<imageobject>
@@ -151,11 +157,8 @@
</mediaobject>
</figure>
-<orderedlist continuation="continues">
-<listitem><para>Click "Add" button to add a new jboss runtime.</para></listitem>
-<listitem><para>Select JBoss, a division of Red Hat > JBoss v4.2 and press Next.</para></listitem>
-</orderedlist>
+
<orderedlist continuation="continues">
<listitem><para>In the next step make Red Hat Developer Studio to know where you have installed the server and define JRE.</para></listitem>
</orderedlist>
18 years, 4 months
JBoss Tools SVN: r2964 - in trunk/hibernatetools/plugins: org.jboss.tools.hibernate.ui.view/src/org/jboss/tools/hibernate/ui/view/views and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: mdryakhlenkov
Date: 2007-08-08 11:41:29 -0400 (Wed, 08 Aug 2007)
New Revision: 2964
Modified:
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui.veditor/src/org/jboss/tools/hibernate/ui/veditor/editors/model/OrmDiagram.java
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui.veditor/src/org/jboss/tools/hibernate/ui/veditor/editors/model/OrmShape.java
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui.veditor/src/org/jboss/tools/hibernate/ui/veditor/editors/model/SpecialOrmShape.java
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui.view/src/org/jboss/tools/hibernate/ui/view/views/OrmModelNameVisitor.java
Log:
EXIN-413: Incorrect relations between elements of diagram
Exceptions at opening diagram with Array mapping type
Modified: trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui.veditor/src/org/jboss/tools/hibernate/ui/veditor/editors/model/OrmDiagram.java
===================================================================
--- trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui.veditor/src/org/jboss/tools/hibernate/ui/veditor/editors/model/OrmDiagram.java 2007-08-08 15:30:12 UTC (rev 2963)
+++ trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui.veditor/src/org/jboss/tools/hibernate/ui/veditor/editors/model/OrmDiagram.java 2007-08-08 15:41:29 UTC (rev 2964)
@@ -41,6 +41,7 @@
import org.hibernate.mapping.Property;
import org.hibernate.mapping.RootClass;
import org.hibernate.mapping.SimpleValue;
+import org.hibernate.mapping.SingleTableSubclass;
import org.hibernate.mapping.Subclass;
import org.hibernate.mapping.Table;
import org.hibernate.mapping.Value;
@@ -407,8 +408,8 @@
protected void refreshComponentReferences(ComponentShape componentShape) {
OrmShape childShape = null;
Property property = (Property)componentShape.getOrmElement();
- Type valueType = property.getValue().getType();
- if (valueType.isCollectionType()) {
+// Type valueType = property.getValue().getType();
+ if (property.getValue() instanceof Collection) {
Collection collection = (Collection)property.getValue();
Value component = collection.getElement();
if (component instanceof Component) {// valueType.isComponentType()
@@ -437,6 +438,7 @@
} else if (collection.isOneToMany()) {
childShape = getOrCreateAssociationClass(property);
+if (childShape == null) return;
if(!isConnectionExist((Shape)(componentShape.getChildren().get(1)), childShape)){
new Connection((Shape)(componentShape.getChildren().get(1)), childShape);
((Shape)(componentShape.getChildren().get(1))).firePropertyChange(REFRESH, null, null);
@@ -524,17 +526,18 @@
OrmShape classShape = null;
OneToMany component = (OneToMany)((Collection)property.getValue()).getElement();
if (component != null) {
-// classShape = (OrmShape)elements.get(component.getAssociatedClass().getEntityName());
- classShape = getOrCreatePersistentClass(component.getAssociatedClass(), null);
- if (classShape == null) classShape = createShape(component.getAssociatedClass());
- OrmShape tableShape = (OrmShape)elements.get(HibernateUtils.getTableName(component.getAssociatedClass().getTable()));
- if (tableShape == null) tableShape = getOrCreateDatabaseTable(component.getAssociatedClass().getTable());
- createConnections(classShape, tableShape);
- if(!isConnectionExist(classShape, tableShape)){
- new Connection(classShape, tableShape);
- classShape.firePropertyChange(REFRESH, null, null);
- tableShape.firePropertyChange(REFRESH, null, null);
- }
+ if (component.getAssociatedClass() instanceof RootClass) {
+ classShape = getOrCreatePersistentClass(component.getAssociatedClass(), null);
+ if (classShape == null) classShape = createShape(component.getAssociatedClass());
+ OrmShape tableShape = (OrmShape)elements.get(HibernateUtils.getTableName(component.getAssociatedClass().getTable()));
+ if (tableShape == null) tableShape = getOrCreateDatabaseTable(component.getAssociatedClass().getTable());
+ createConnections(classShape, tableShape);
+ if(!isConnectionExist(classShape, tableShape)){
+ new Connection(classShape, tableShape);
+ classShape.firePropertyChange(REFRESH, null, null);
+ tableShape.firePropertyChange(REFRESH, null, null);
+ }
+ }
}
return classShape;
}
Modified: trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui.veditor/src/org/jboss/tools/hibernate/ui/veditor/editors/model/OrmShape.java
===================================================================
--- trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui.veditor/src/org/jboss/tools/hibernate/ui/veditor/editors/model/OrmShape.java 2007-08-08 15:30:12 UTC (rev 2963)
+++ trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui.veditor/src/org/jboss/tools/hibernate/ui/veditor/editors/model/OrmShape.java 2007-08-08 15:41:29 UTC (rev 2964)
@@ -13,6 +13,7 @@
import java.util.Iterator;
import org.eclipse.draw2d.geometry.Point;
+import org.hibernate.mapping.Array;
import org.hibernate.mapping.Collection;
import org.hibernate.mapping.Column;
import org.hibernate.mapping.Component;
@@ -74,10 +75,10 @@
}
if (field.getValue().isSimpleValue() && !((SimpleValue)field.getValue()).isTypeSpecified()) {
bodyOrmShape = new Shape(field);
+ } else if (typeIsAccessible && field.getValue() instanceof Collection) {
+ bodyOrmShape = new ComponentShape(field);
} else if (typeIsAccessible && field.getValue().getType().isEntityType()) {
bodyOrmShape = new ExpandeableShape(field);
- } else if (typeIsAccessible && field.getValue().getType().isCollectionType()) {
- bodyOrmShape = new ComponentShape(field);
} else {
bodyOrmShape = new Shape(field);
}
Modified: trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui.veditor/src/org/jboss/tools/hibernate/ui/veditor/editors/model/SpecialOrmShape.java
===================================================================
--- trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui.veditor/src/org/jboss/tools/hibernate/ui/veditor/editors/model/SpecialOrmShape.java 2007-08-08 15:30:12 UTC (rev 2963)
+++ trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui.veditor/src/org/jboss/tools/hibernate/ui/veditor/editors/model/SpecialOrmShape.java 2007-08-08 15:41:29 UTC (rev 2964)
@@ -39,14 +39,17 @@
Iterator iterator = rootClass.getPropertyIterator();
while (iterator.hasNext()) {
Property field = (Property)iterator.next();
- if (field.getValue().getType().isEntityType()) {
- bodyOrmShape = new ExpandeableShape(field);
- } else if (field.getValue().getType().isCollectionType()) {
- bodyOrmShape = new ComponentShape(field);
- } else {
- bodyOrmShape = new Shape(field);
+ try {
+ if (field.getValue().getType().isEntityType()) {
+ bodyOrmShape = new ExpandeableShape(field);
+ } else if (field.getValue().getType().isCollectionType()) {
+ bodyOrmShape = new ComponentShape(field);
+ } else {
+ bodyOrmShape = new Shape(field);
+ }
+ getChildren().add(bodyOrmShape);
+ } catch (Exception e) {
}
- getChildren().add(bodyOrmShape);
}
}
Modified: trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui.view/src/org/jboss/tools/hibernate/ui/view/views/OrmModelNameVisitor.java
===================================================================
--- trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui.view/src/org/jboss/tools/hibernate/ui/view/views/OrmModelNameVisitor.java 2007-08-08 15:30:12 UTC (rev 2963)
+++ trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui.view/src/org/jboss/tools/hibernate/ui/view/views/OrmModelNameVisitor.java 2007-08-08 15:41:29 UTC (rev 2964)
@@ -45,14 +45,12 @@
}
public Object visitDatabaseColumn(Column column, Object argument) {
- // update tau 16.03.2005
StringBuffer name = new StringBuffer();
name.append(column.getName());
- //by Nick 22.04.2005
- int length = -1;
+ int length = -1;
int scale = -1;
-
+
// if (!column.isNativeType())
// {
// int typeCode = column.getSqlTypeCode();
@@ -263,10 +261,13 @@
name.append(field.getName());
name.append(BUNDLE.getString("OrmModelNameVisitor.Colon"));
String typeString = null;
- if (field.getType().isEntityType()) {
- typeString = ((EntityType)field.getType()).getAssociatedEntityName();
- } else {
- typeString = field.getType().getReturnedClass().getName();
+ try {
+ if (field.getType().isEntityType()) {
+ typeString = ((EntityType)field.getType()).getAssociatedEntityName();
+ } else {
+ typeString = field.getType().getReturnedClass().getName();
+ }
+ } catch (Exception e) {
}
if (typeString != null) {
name.append(typeString);
18 years, 4 months
JBoss Tools SVN: r2963 - in trunk/common/plugins/org.jboss.tools.common.projecttemplates: templates and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: akazakov
Date: 2007-08-08 11:30:12 -0400 (Wed, 08 Aug 2007)
New Revision: 2963
Added:
trunk/common/plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.2-facelets/JSF1.2RI+Facelets+Tomcat5.5/WebContent/WEB-INF/lib/el-api.jar
trunk/common/plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.2-facelets/JSF1.2RI+Facelets+Tomcat5.5/WebContent/WEB-INF/lib/el-ri.jar
Removed:
trunk/common/plugins/org.jboss.tools.common.projecttemplates/lib/facelets/el-api.jar
trunk/common/plugins/org.jboss.tools.common.projecttemplates/lib/facelets/el-ri.jar
trunk/common/plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.1-facelets/
Modified:
trunk/common/plugins/org.jboss.tools.common.projecttemplates/templates/JSFVersions.xml
Log:
http://jira.jboss.com/jira/browse/EXIN-433 I removed Facelets with JSF 1.1. at all. And removed EL libs from templet Facelets + JSF 1.2. These libs are in J2EE 5.0 servers.
Deleted: trunk/common/plugins/org.jboss.tools.common.projecttemplates/lib/facelets/el-api.jar
===================================================================
(Binary files differ)
Deleted: trunk/common/plugins/org.jboss.tools.common.projecttemplates/lib/facelets/el-ri.jar
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.projecttemplates/templates/JSFVersions.xml
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.projecttemplates/templates/JSFVersions.xml 2007-08-08 14:51:47 UTC (rev 2962)
+++ trunk/common/plugins/org.jboss.tools.common.projecttemplates/templates/JSFVersions.xml 2007-08-08 15:30:12 UTC (rev 2963)
@@ -17,13 +17,6 @@
<refLib type="servlet" location="../servlet" />
<projectTempl location="./jsf-1.2" />
</version>
- <version displayName="JSF 1.1.01 - RI with Facelets">
- <lib type="core" location="../lib/jsf-1.1.01" />
- <lib type="common" location="../lib/ApacheCommon2.3" />
- <lib type="common" location="../lib/facelets" />
- <refLib type="servlet" location="../servlet" />
- <projectTempl location="./jsf-1.1-facelets" />
- </version>
<version displayName="JSF 1.2 with Facelets">
<lib type="core" location="../lib/jsf-1.2" />
<lib type="common" location="../lib/facelets" />
Added: trunk/common/plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.2-facelets/JSF1.2RI+Facelets+Tomcat5.5/WebContent/WEB-INF/lib/el-api.jar
===================================================================
(Binary files differ)
Property changes on: trunk/common/plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.2-facelets/JSF1.2RI+Facelets+Tomcat5.5/WebContent/WEB-INF/lib/el-api.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/common/plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.2-facelets/JSF1.2RI+Facelets+Tomcat5.5/WebContent/WEB-INF/lib/el-ri.jar
===================================================================
(Binary files differ)
Property changes on: trunk/common/plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.2-facelets/JSF1.2RI+Facelets+Tomcat5.5/WebContent/WEB-INF/lib/el-ri.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
18 years, 4 months
JBoss Tools SVN: r2962 - in trunk/jsf/plugins/org.jboss.tools.jsf/src/org/jboss/tools/jsf/model: pv and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2007-08-08 10:51:47 -0400 (Wed, 08 Aug 2007)
New Revision: 2962
Removed:
trunk/jsf/plugins/org.jboss.tools.jsf/src/org/jboss/tools/jsf/model/helpers/bean/AnnotatedBeans.java
Modified:
trunk/jsf/plugins/org.jboss.tools.jsf/src/org/jboss/tools/jsf/model/pv/JSFProjectBeans.java
trunk/jsf/plugins/org.jboss.tools.jsf/src/org/jboss/tools/jsf/model/pv/JSFPromptingProvider.java
Log:
JBIDE-672
Deleted: trunk/jsf/plugins/org.jboss.tools.jsf/src/org/jboss/tools/jsf/model/helpers/bean/AnnotatedBeans.java
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf/src/org/jboss/tools/jsf/model/helpers/bean/AnnotatedBeans.java 2007-08-08 14:04:13 UTC (rev 2961)
+++ trunk/jsf/plugins/org.jboss.tools.jsf/src/org/jboss/tools/jsf/model/helpers/bean/AnnotatedBeans.java 2007-08-08 14:51:47 UTC (rev 2962)
@@ -1,205 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2007 Exadel, Inc. and Red Hat, Inc.
- * Distributed under license by Red Hat, Inc. All rights reserved.
- * This program is made available under the terms of the
- * Eclipse Public License v1.0 which accompanies this distribution,
- * and is available at http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Exadel, Inc. and Red Hat, Inc. - initial API and implementation
- ******************************************************************************/
-package org.jboss.tools.jsf.model.helpers.bean;
-
-import java.util.*;
-import org.eclipse.core.resources.*;
-import org.eclipse.jdt.core.*;
-import org.jboss.tools.common.model.*;
-import org.jboss.tools.common.model.util.EclipseResourceUtil;
-import org.jboss.tools.jsf.JSFModelPlugin;
-
-public class AnnotatedBeans {
-
- public static AnnotatedBeans getAnnotatedBeans(XModel model) {
- AnnotatedBeans bs = (AnnotatedBeans)model.getManager("AnnotatedBeans");
- if(bs == null) {
- bs = new AnnotatedBeans();
- bs.setModel(model);
- model.addManager("AnnotatedBeans", bs);
- }
- return bs;
- }
-
- XModel model;
- IProject project;
- Map<String,XModelObject> beans = new HashMap<String,XModelObject>();
-
-// String annotationType = "org.jboss.seam.annotations.Name";
-
- private AnnotatedBeans() {}
-
- public void setModel(XModel model) {
- this.model = model;
- try {
- update();
- } catch (Exception e) {
- JSFModelPlugin.getPluginLog().logError(e);
- }
- }
-
- public XModelObject[] getBeans() {
- return (XModelObject[])beans.values().toArray(new XModelObject[0]);
- }
-
- public XModelObject findBean(String name) {
- return (XModelObject)beans.get(name);
- }
-
- public void update() throws Exception {
- // TODO: this method is highly ineffective. We should do this in a builder incrementally!
- project = EclipseResourceUtil.getProject(model.getRoot());
- IResource[] src = EclipseResourceUtil.getJavaSourceRoots(project);
- if(src == null) {
- return;
- }
-// IJavaProject javaProject = (IJavaProject)project.getNature(JavaCore.NATURE_ID);
-
-/**
- //This is how we can obtain annotated seam components.
- //However, it may be not needed now since we have separate Seam Components view
- //and separate code assist based on seam model.
- ISeamProject seamProject = SeamCorePlugin.getSeamProject(project, true);
-
- Set<ISeamComponent> cs = seamProject.getComponents();
-
- Set<String> set = new HashSet<String>();
- for (ISeamComponent c : cs) {
- String name = c.getName();
- String cls = c.getClassName();
- if(cls == null) cls = "";
- XModelObject o = beans.get(name);
- if(o == null) {
- o = model.createModelObject("JSFManagedBean", null);
- o.setAttributeValue("managed-bean-name", name);
- o.setAttributeValue("managed-bean-class", cls);
- beans.put(name, o);
- } else {
- o.setAttributeValue("managed-bean-class", cls);
- }
- set.add(name);
- }
- // TODO: why does the beans set have to double checkked for duplicates ?
- Iterator<String> it = beans.keySet().iterator();
- while(it.hasNext()) {
- if(!set.contains(it.next())) it.remove();
- }
-*/
- }
-
- void collectCompilationUnits(IParent parent, Set<ICompilationUnit> units) throws Exception {
- if(parent instanceof IPackageFragmentRoot
- || parent instanceof IPackageFragment) {
- IJavaElement[] cs = parent.getChildren();
- for (int i = 0; i < cs.length; i++) {
- if(cs[i] instanceof ICompilationUnit) {
- units.add((ICompilationUnit)cs[i]);
- } else if(cs[i] instanceof IParent) {
- collectCompilationUnits((IParent)cs[i], units);
- }
- }
- }
- }
-
-// class ASTRequestorImpl extends ASTRequestor {
-// private ASTVisitorImpl visitor = new ASTVisitorImpl();
-// private Map<String, String> beans = new HashMap<String, String>();
-//
-// public Map<String, String> getBeans() {
-// return beans;
-// }
-//
-// public void acceptAST(ICompilationUnit source, CompilationUnit ast) {
-// visitor.name = null;
-//
-// try {
-// IType[] ts = source.getTypes();
-// if(ts != null && ts.length > 0) {
-// visitor.type = ts[0];
-// }
-// } catch (Exception e) {
-// //ignore
-// }
-// ast.accept(visitor);
-// if(visitor.name != null && visitor.type != null) {
-// String n = visitor.type.getElementName();
-// n = getResolvedType(visitor.type, n);
-// beans.put(visitor.name, n);
-// }
-// }
-// }
-
-// class ASTVisitorImpl extends ASTVisitor {
-// IType type;
-// String name = null;
-// public boolean visit(SingleMemberAnnotation node) {
-// if(!checkAnnotationType(node)) return false;
-// checkExpression(node.getValue());
-// return true;
-// }
-// public boolean visit(NormalAnnotation node) {
-// if(!checkAnnotationType(node)) return false;
-// List vs = node.values();
-// if(vs != null) for (int i = 0; i < vs.size(); i++) {
-// MemberValuePair p = (MemberValuePair)vs.get(i);
-// if("value".equals(p.getName().getIdentifier())) {
-// checkExpression(p.getValue());
-// }
-// }
-// return true;
-// }
-//
-// boolean checkAnnotationType(Annotation node) {
-// Name nm = node.getTypeName();
-// if(nm instanceof SimpleName) {
-// SimpleName sn = (SimpleName)nm;
-// String n = sn.getIdentifier();
-// if(type != null) {
-// n = getResolvedType(type, n);
-// }
-// if(!annotationType.equals(n)) return false;
-// } else if(nm instanceof QualifiedName) {
-// QualifiedName qn = (QualifiedName)nm;
-// if(!qn.getFullyQualifiedName().equals(annotationType)) return false;
-// //improve
-// } else {
-// return false;
-// }
-// return true;
-// }
-//
-// void checkExpression(Expression exp) {
-// if(exp instanceof StringLiteral) {
-// name = ((StringLiteral)exp).getLiteralValue();
-// }
-// }
-//
-// public boolean visit(Block node) {
-// return false;
-// }
-// public boolean visit(MethodDeclaration node) {
-// return false;
-// }
-// }
-
- String getResolvedType(IType type, String n) {
- try {
- String[][] rs = type.resolveType(n);
- if(rs != null && rs.length > 0) {
- return (rs[0][0].length() == 0) ? rs[0][1] : rs[0][0] + "." + rs[0][1];
- }
- } catch (Exception e) {
- //ignore
- }
- return n;
- }
-
-}
Modified: trunk/jsf/plugins/org.jboss.tools.jsf/src/org/jboss/tools/jsf/model/pv/JSFProjectBeans.java
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf/src/org/jboss/tools/jsf/model/pv/JSFProjectBeans.java 2007-08-08 14:04:13 UTC (rev 2961)
+++ trunk/jsf/plugins/org.jboss.tools.jsf/src/org/jboss/tools/jsf/model/pv/JSFProjectBeans.java 2007-08-08 14:51:47 UTC (rev 2962)
@@ -23,7 +23,6 @@
import org.jboss.tools.common.model.event.XModelTreeEvent;
import org.jboss.tools.common.model.impl.RegularObjectImpl;
import org.jboss.tools.common.model.util.EclipseResourceUtil;
-import org.jboss.tools.jsf.model.helpers.bean.AnnotatedBeans;
import org.jboss.tools.jst.web.model.pv.WebProjectNode;
public class JSFProjectBeans extends RegularObjectImpl implements WebProjectNode {
@@ -55,9 +54,6 @@
process(fcs[i], BeanConstants.REFERENCED_BEAN_CONSTANTS, map, classes);
}
- AnnotatedBeans bs = AnnotatedBeans.getAnnotatedBeans(getModel());
- process(bs.getBeans(), BeanConstants.MANAGED_BEAN_CONSTANTS, map, classes);
-
Iterator<XModelObject> it = map.values().iterator();
while(it.hasNext()) {
it.next().removeFromParent();
@@ -162,11 +158,6 @@
valid = false;
Display.getDefault().asyncExec(new XJob.XRunnable() {
public void run() {
- try {
- AnnotatedBeans.getAnnotatedBeans(getModel()).update();
- } catch (Exception e) {
- //ignore
- }
fireStructureChanged(XModelTreeEvent.STRUCTURE_CHANGED, this);
}
public String getId() {
Modified: trunk/jsf/plugins/org.jboss.tools.jsf/src/org/jboss/tools/jsf/model/pv/JSFPromptingProvider.java
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf/src/org/jboss/tools/jsf/model/pv/JSFPromptingProvider.java 2007-08-08 14:04:13 UTC (rev 2961)
+++ trunk/jsf/plugins/org.jboss.tools.jsf/src/org/jboss/tools/jsf/model/pv/JSFPromptingProvider.java 2007-08-08 14:51:47 UTC (rev 2962)
@@ -22,7 +22,6 @@
import org.jboss.tools.common.model.util.EclipseResourceUtil;
import org.jboss.tools.common.model.util.XModelObjectLoaderUtil;
import org.jboss.tools.jsf.model.JSFConstants;
-import org.jboss.tools.jsf.model.helpers.bean.AnnotatedBeans;
import org.jboss.tools.jsf.model.helpers.converter.*;
import org.jboss.tools.jsf.model.helpers.pages.OpenCaseHelper;
import org.jboss.tools.jsf.model.helpers.pages.ResourceBundleHelper;
@@ -183,10 +182,6 @@
getBeans(os[i], BeanConstants.MANAGED_BEAN_CONSTANTS, list);
getBeans(os[i], BeanConstants.REFERENCED_BEAN_CONSTANTS, list);
}
- XModelObject[] bs = AnnotatedBeans.getAnnotatedBeans(model).getBeans();
- for (int i = 0; i < bs.length; i++) {
- list.add(bs[i].getAttributeValue(BeanConstants.MANAGED_BEAN_CONSTANTS.nameAttribute));
- }
return list;
}
@@ -211,9 +206,6 @@
WebProjectNode conf = (WebProjectNode)root.getChildByPath("Configuration");
if(n == null || conf == null) return EMPTY_LIST;
XModelObject bean = findBean(conf, beanName);
- if(bean == null) {
- bean = AnnotatedBeans.getAnnotatedBeans(model).findBean(beanName);
- }
if(bean == null) return EMPTY_LIST;
List<Object> list = new ArrayList<Object>();
XModelObject beanClass = findBeanClass(n, bean);
@@ -328,11 +320,6 @@
bean = os[i].getChildByPath("Referenced Beans/" + beanName);
if(bean != null) return bean;
}
- ////to be committed
- XModelObject[] bs = AnnotatedBeans.getAnnotatedBeans(conf.getModel()).getBeans();
- for (int i = 0; i < bs.length; i++) {
- if(beanName.equals(bs[i].getPathPart())) return bs[i];
- }
return null;
}
18 years, 4 months
JBoss Tools SVN: r2961 - trunk/jsf/features/org.jboss.tools.richfaces.feature.
by jbosstools-commits@lists.jboss.org
Author: akazakov
Date: 2007-08-08 10:04:13 -0400 (Wed, 08 Aug 2007)
New Revision: 2961
Modified:
trunk/jsf/features/org.jboss.tools.richfaces.feature/feature.xml
Log:
http://jira.jboss.com/jira/browse/EXIN-408 Unpack org.jboss.ide.eclipse.firstrun after installation.
Modified: trunk/jsf/features/org.jboss.tools.richfaces.feature/feature.xml
===================================================================
--- trunk/jsf/features/org.jboss.tools.richfaces.feature/feature.xml 2007-08-08 14:01:28 UTC (rev 2960)
+++ trunk/jsf/features/org.jboss.tools.richfaces.feature/feature.xml 2007-08-08 14:04:13 UTC (rev 2961)
@@ -458,7 +458,6 @@
id="org.jboss.tools.jst.firstrun"
download-size="0"
install-size="0"
- version="0.0.0"
- unpack="false"/>
+ version="0.0.0"/>
</feature>
18 years, 4 months
JBoss Tools SVN: r2960 - in trunk/documentation/GettingStartedGuide/docs/userguide/en: modules and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: sabrashevich
Date: 2007-08-08 10:01:28 -0400 (Wed, 08 Aug 2007)
New Revision: 2960
Added:
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/addedruntime.png
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/addingjbossserver.png
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/choosingruntime.png
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/jbossruntime2.png
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/jbossruntime.png
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/servertype.png
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/ManageJBossAS.xml
Log:
http://jira.jboss.com/jira/browse/EXIN-401 updated text context, changed images
Added: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/addedruntime.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/addedruntime.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/addingjbossserver.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/addingjbossserver.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/choosingruntime.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/choosingruntime.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/jbossruntime.png
===================================================================
(Binary files differ)
Added: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/jbossruntime2.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/jbossruntime2.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/servertype.png
===================================================================
(Binary files differ)
Modified: trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/ManageJBossAS.xml
===================================================================
--- trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/ManageJBossAS.xml 2007-08-08 12:41:42 UTC (rev 2959)
+++ trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/ManageJBossAS.xml 2007-08-08 14:01:28 UTC (rev 2960)
@@ -132,7 +132,7 @@
<orderedlist>
<listitem><para>Open the JBoss Server View by selecting Window > Show View > Other > Server > JBoss Server View. You will see JBoss Server view.</para></listitem>
<listitem><para>Right click anywhere in this view and select New Server.</para></listitem>
-<listitem><para>Select JBoss > JBoss v4.2 and press Next.</para></listitem>
+<listitem><para>Select JBoss, a division of Red Hat > JBoss v4.2, click the "Installed Runtimes" button to select a new installed runtime and press Next.</para></listitem>
</orderedlist>
<figure>
<title>Selecting server type</title>
@@ -142,8 +142,21 @@
</imageobject>
</mediaobject>
</figure>
+<figure>
+<title>Selecting JBoss Runtime</title>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="images/jbossruntime2.png"/>
+ </imageobject>
+</mediaobject>
+</figure>
<orderedlist continuation="continues">
+<listitem><para>Click "Add" button to add a new jboss runtime.</para></listitem>
+<listitem><para>Select JBoss, a division of Red Hat > JBoss v4.2 and press Next.</para></listitem>
+</orderedlist>
+
+<orderedlist continuation="continues">
<listitem><para>In the next step make Red Hat Developer Studio to know where you have installed the server and define JRE.</para></listitem>
</orderedlist>
<figure>
@@ -159,8 +172,38 @@
<para>When adding a new server you will need to specify what JRE to use. It is important to set this value to a full JDK, not JRE. Again, you need a full JDK to run Web applications, JRE will not be enough.</para>
</note>
<orderedlist continuation="continues">
- <listitem><para>In the following window leave all settings default and press Next button.</para></listitem>
-
+ <listitem><para>In the following window leave all settings default or give your name to a new jboss server and press Finish.</para></listitem>
+</orderedlist>
+<figure>
+<title>Adding new runtime</title>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="images/addingjbossserver.png"/>
+ </imageobject>
+</mediaobject>
+</figure>
+ <para>A new runtime will now appear in the Preferences > Server > Installed Runtimes dialog.</para>
+<figure>
+<title>Runtime is added</title>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="images/addedruntime.png"/>
+ </imageobject>
+</mediaobject>
+</figure>
+
+<orderedlist continuation="continues">
+ <listitem><para>Click OK. Then select a new added runtime in Server runtime drop down list and click Next button twice.</para></listitem>
+</orderedlist>
+<figure>
+<title>Choosing runtime</title>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="images/choosingruntime.png"/>
+ </imageobject>
+</mediaobject>
+</figure>
+ <orderedlist continuation="continues">
<listitem><para>In the last wizard's dialog modify the projects that are configured on the server and click Finish.</para></listitem>
</orderedlist>
<figure>
18 years, 4 months