JBoss Tools SVN: r11485 - workspace/Denny/esb-example.
by jbosstools-commits@lists.jboss.org
Author: dennyxu
Date: 2008-11-03 03:39:25 -0500 (Mon, 03 Nov 2008)
New Revision: 11485
Added:
workspace/Denny/esb-example/helloworld_file_action.zip
Log:
Added: workspace/Denny/esb-example/helloworld_file_action.zip
===================================================================
(Binary files differ)
Property changes on: workspace/Denny/esb-example/helloworld_file_action.zip
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
16 years, 2 months
JBoss Tools SVN: r11484 - workspace/Denny/esb-example.
by jbosstools-commits@lists.jboss.org
Author: dennyxu
Date: 2008-11-03 03:38:51 -0500 (Mon, 03 Nov 2008)
New Revision: 11484
Removed:
workspace/Denny/esb-example/helloworld_file_action.zip
Log:
Deleted: workspace/Denny/esb-example/helloworld_file_action.zip
===================================================================
(Binary files differ)
16 years, 2 months
JBoss Tools SVN: r11483 - in workspace: examples and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: dennyxu
Date: 2008-11-03 03:27:33 -0500 (Mon, 03 Nov 2008)
New Revision: 11483
Added:
workspace/Denny/esb-example/helloworld_file_action.zip
workspace/Denny/esb-example/helloworld_file_action_client.zip
Modified:
workspace/examples/projectExamples.xml
Log:
add helloworld file action ESB example
Added: workspace/Denny/esb-example/helloworld_file_action.zip
===================================================================
(Binary files differ)
Property changes on: workspace/Denny/esb-example/helloworld_file_action.zip
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: workspace/Denny/esb-example/helloworld_file_action_client.zip
===================================================================
(Binary files differ)
Property changes on: workspace/Denny/esb-example/helloworld_file_action_client.zip
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: workspace/examples/projectExamples.xml
===================================================================
--- workspace/examples/projectExamples.xml 2008-11-03 03:18:23 UTC (rev 11482)
+++ workspace/examples/projectExamples.xml 2008-11-03 08:27:33 UTC (rev 11483)
@@ -157,7 +157,7 @@
<description>This sample is to demonstrate the use of multiple action invocations from a single configuration. You can use
a single Action class and make multiple method calls or use multiple Action
classes.</description>
- <size>71000</size>
+ <size>7100</size>
<url>
http://anonsvn.jboss.org/repos/jbosstools/workspace/Denny/esb-example/hel...
</url>
@@ -168,10 +168,34 @@
<name>helloworld_action_client</name>
<shortDescription>JBoss ESB HelloWorld Action Example - Client</shortDescription>
<description>This sample is to test the deployed helloworld_action ESB. It requires the helloworld_action project</description>
- <size>71000</size>
+ <size>18694</size>
<url>
http://anonsvn.jboss.org/repos/jbosstools/workspace/Denny/esb-example/hel...
</url>
</project>
+
+ <project>
+ <category>ESB</category>
+ <name>helloworld_file_action</name>
+ <shortDescription>JBoss ESB HelloWorld File Action Example - ESB</shortDescription>
+ <description>This is a basic example of using the File gateway feature of the JBoss ESB.
+ Files that are found in a particular directory with a particular extension
+ are sent to a JMS queue with actions for processing. Before deploy the project, please change some properties according to the readme.txt file.</description>
+ <size>7920</size>
+ <url>
+ http://anonsvn.jboss.org/repos/jbosstools/workspace/Denny/esb-example/hel...
+ </url>
+ </project>
+
+ <project>
+ <category>ESB</category>
+ <name>helloworld_file_action_client</name>
+ <shortDescription>JBoss ESB HelloWorld File Action Example - Client</shortDescription>
+ <description>This sample is to test the deployed helloworld_file_action ESB. It requires the helloworld_file_action project.</description>
+ <size>18694</size>
+ <url>
+ http://anonsvn.jboss.org/repos/jbosstools/workspace/Denny/esb-example/hel...
+ </url>
+ </project>
</projects>
\ No newline at end of file
16 years, 2 months
JBoss Tools SVN: r11482 - trunk/smooks/plugins/org.jboss.tools.smooks.ui.
by jbosstools-commits@lists.jboss.org
Author: DartPeng
Date: 2008-11-02 22:18:23 -0500 (Sun, 02 Nov 2008)
New Revision: 11482
Modified:
trunk/smooks/plugins/org.jboss.tools.smooks.ui/plugin.xml
Log:
JBIDE-3044
Change some text and the icon path.
Modified: trunk/smooks/plugins/org.jboss.tools.smooks.ui/plugin.xml
===================================================================
--- trunk/smooks/plugins/org.jboss.tools.smooks.ui/plugin.xml 2008-11-03 02:01:32 UTC (rev 11481)
+++ trunk/smooks/plugins/org.jboss.tools.smooks.ui/plugin.xml 2008-11-03 03:18:23 UTC (rev 11482)
@@ -76,7 +76,7 @@
<wizard
category="org.jboss.tools.smooks.ui.wizards"
class="org.jboss.tools.smooks.ui.wizards.SmooksConfigFileNewWizard"
- icon="icons/full/obj16/esb16.png"
+ icon="icons/sample.gif"
id="org.jboss.tools.smooks.ui.wizards.SmooksConfigFileNewWizard"
name="Smooks Configuration File">
</wizard>
@@ -89,7 +89,7 @@
creationWizard="org.jboss.tools.smooks.xml.ui.XMLStructuredDataWizard"
description="XML data type comes from any .xml file."
labelProvider="org.jboss.tools.smooks.xml.ui.XMLStructuredDataLabelProvider"
- name="XML Data Type"
+ name="XML"
typeID="org.jboss.tools.smooks.xml.viewerInitor.xml">
</viewerInitor>
</extension>
@@ -112,7 +112,7 @@
creationWizard="org.jboss.tools.smooks.javabean.ui.NewJavaBeanStrucutredDataWizard"
description="This data type can get from any Java .class."
labelProvider="org.jboss.tools.smooks.javabean.model.BeanlabelProvider"
- name="JavaBean Data Type"
+ name="Java"
typeID="org.jboss.tools.smooks.ui.viewerInitor.javabean">
</viewerInitor>
</extension>
@@ -120,7 +120,7 @@
point="org.jboss.tools.smooks.ui.analyzer">
<mappingAnalyzer
class="org.jboss.tools.smooks.javabean.analyzer.JavaBeanAnalyzer"
- name="JavaBean Analyzer"
+ name="Java"
typeID="org.jboss.tools.smooks.ui.viewerInitor.javabean">
<targetSourceType
id="org.jboss.tools.smooks.ui.viewerInitor.javabean"
@@ -130,13 +130,13 @@
<sourceModelAnalyzer
class="org.jboss.tools.smooks.javabean.analyzer.JavaBeanAnalyzer"
level="0"
- name="JavaBean SourceModel Analyzer"
+ name="Java"
typeID="org.jboss.tools.smooks.ui.viewerInitor.javabean">
</sourceModelAnalyzer>
<targetModelAnalyzer
class="org.jboss.tools.smooks.javabean.analyzer.JavaBeanAnalyzer"
level="0"
- name="JavaBean TargetModel Analyzer"
+ name="Java"
typeID="org.jboss.tools.smooks.ui.viewerInitor.javabean">
</targetModelAnalyzer>
</extension>
@@ -145,7 +145,7 @@
point="org.jboss.tools.smooks.ui.analyzer">
<mappingAnalyzer
class="org.jboss.tools.smooks.java2xml.analyzer.Java2XMLAnalyzer"
- name="Java Bean"
+ name="Java"
typeID="org.jboss.tools.smooks.ui.viewerInitor.javabean">
<targetSourceType
id="org.jboss.tools.smooks.xml.viewerInitor.xml"
@@ -167,12 +167,12 @@
</mappingAnalyzer>
<sourceModelAnalyzer
class="org.jboss.tools.smooks.xml2java.analyzer.XMLSourceModelAnalyzer"
- name="XML Source"
+ name="XML"
typeID="org.jboss.tools.smooks.xml.viewerInitor.xml">
</sourceModelAnalyzer>
<targetModelAnalyzer
class="org.jboss.tools.smooks.xml2java.analyzer.XMLTargetModelAnalyzer"
- name="XML Target"
+ name="XML"
typeID="org.jboss.tools.smooks.xml.viewerInitor.xml">
</targetModelAnalyzer>
</extension>
16 years, 2 months
JBoss Tools SVN: r11481 - in trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks: utils and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: DartPeng
Date: 2008-11-02 21:01:32 -0500 (Sun, 02 Nov 2008)
New Revision: 11481
Modified:
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/javabean/ui/JavaBeanModelLoadComposite.java
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/utils/UIUtils.java
Log:
JBIDE-2994
Fix some bugs what are actived during resolving the JBIDE-2994
Modified: trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/javabean/ui/JavaBeanModelLoadComposite.java
===================================================================
--- trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/javabean/ui/JavaBeanModelLoadComposite.java 2008-11-03 01:59:25 UTC (rev 11480)
+++ trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/javabean/ui/JavaBeanModelLoadComposite.java 2008-11-03 02:01:32 UTC (rev 11481)
@@ -170,11 +170,11 @@
// rootJavaBean = (JavaBeanModel) list.get(0);
try {
ProjectClassLoader loader = new ProjectClassLoader(javaProject);
- Class clazz = loader.loadClass(this.classText.getText());
+ Class clazz = loader.loadClass(classFullName);
rootJavaBean = JavaBeanModelFactory
.getJavaBeanModelWithLazyLoad(clazz);
} catch (Exception e) {
-
+ // ignore
}
}
// if (rootJavaBean != null)
Modified: trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/utils/UIUtils.java
===================================================================
--- trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/utils/UIUtils.java 2008-11-03 01:59:25 UTC (rev 11480)
+++ trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/utils/UIUtils.java 2008-11-03 02:01:32 UTC (rev 11481)
@@ -167,7 +167,7 @@
String instanceName = ((JavaBeanModel) refObj)
.getBeanClassString();
Class instanceClazz = null;
- if(((JavaBeanModel) refObj).isPrimitive()) {
+ if(((JavaBeanModel) refObj).isPrimitive() || ((JavaBeanModel) refObj).isArray()) {
// TODO process primitive type
continue;
}
16 years, 2 months
JBoss Tools SVN: r11480 - trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/javabean/ui.
by jbosstools-commits@lists.jboss.org
Author: DartPeng
Date: 2008-11-02 20:59:25 -0500 (Sun, 02 Nov 2008)
New Revision: 11480
Modified:
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/javabean/ui/JavaBeanPropertiesSection.java
Log:
JBIDE-2994
Add GUI for editing the binding property type
Modified: trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/javabean/ui/JavaBeanPropertiesSection.java
===================================================================
--- trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/javabean/ui/JavaBeanPropertiesSection.java 2008-11-02 20:59:47 UTC (rev 11479)
+++ trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/javabean/ui/JavaBeanPropertiesSection.java 2008-11-03 01:59:25 UTC (rev 11480)
@@ -10,23 +10,47 @@
******************************************************************************/
package org.jboss.tools.smooks.javabean.ui;
+import org.eclipse.core.resources.IFile;
+import org.eclipse.core.resources.IProject;
+import org.eclipse.gef.DefaultEditDomain;
import org.eclipse.gef.EditPart;
+import org.eclipse.gef.GraphicalEditPart;
+import org.eclipse.gef.GraphicalViewer;
+import org.eclipse.jdt.core.IJavaProject;
+import org.eclipse.jdt.core.IType;
+import org.eclipse.jdt.core.JavaCore;
+import org.eclipse.jdt.core.search.IJavaSearchScope;
+import org.eclipse.jdt.internal.corext.util.JavaModelUtil;
+import org.eclipse.jdt.internal.ui.search.JavaSearchScopeFactory;
+import org.eclipse.jdt.ui.IJavaElementSearchConstants;
+import org.eclipse.jdt.ui.JavaUI;
+import org.eclipse.jface.dialogs.MessageDialog;
import org.eclipse.jface.viewers.ISelection;
import org.eclipse.jface.viewers.IStructuredSelection;
+import org.eclipse.jface.window.Window;
+import org.eclipse.swt.SWT;
import org.eclipse.swt.events.ModifyEvent;
import org.eclipse.swt.events.ModifyListener;
+import org.eclipse.swt.events.SelectionAdapter;
+import org.eclipse.swt.events.SelectionEvent;
import org.eclipse.swt.layout.FillLayout;
import org.eclipse.swt.layout.GridData;
import org.eclipse.swt.layout.GridLayout;
+import org.eclipse.swt.widgets.Button;
import org.eclipse.swt.widgets.Composite;
import org.eclipse.swt.widgets.Text;
+import org.eclipse.ui.IEditorInput;
+import org.eclipse.ui.IFileEditorInput;
+import org.eclipse.ui.dialogs.SelectionDialog;
import org.eclipse.ui.forms.widgets.Section;
import org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage;
import org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetWidgetFactory;
import org.jboss.tools.smooks.javabean.model.JavaBeanModel;
import org.jboss.tools.smooks.ui.AbstractSmooksPropertySection;
+import org.jboss.tools.smooks.ui.SmooksUIActivator;
import org.jboss.tools.smooks.ui.gef.model.AbstractStructuredDataModel;
import org.jboss.tools.smooks.ui.gef.model.LineConnectionModel;
+import org.jboss.tools.smooks.ui.gef.model.PropertyModel;
/**
* @author Dart Peng
@@ -34,10 +58,16 @@
*/
public class JavaBeanPropertiesSection extends AbstractSmooksPropertySection {
+ private static final String PRO_TYPE = "type";
+
private Text beanClassText;
private boolean lock = false;
+ protected String beanClassType;
+
+ protected String instanceClass;
+
@Override
public void createControls(Composite parent,
TabbedPropertySheetPage tabbedPropertySheetPage) {
@@ -61,20 +91,164 @@
factory.createLabel(controlComposite, "Target instance class name : ");
- beanClassText = factory.createText(controlComposite, "");
+ Composite beanCom = factory.createComposite(controlComposite);
GridData gd = new GridData(GridData.FILL_HORIZONTAL);
+ beanCom.setLayoutData(gd);
+ GridLayout beanLayout = new GridLayout();
+ beanLayout.numColumns = 2;
+ beanCom.setLayout(beanLayout);
+
+ beanClassText = factory.createText(beanCom, "");
+ gd = new GridData(GridData.FILL_HORIZONTAL);
+ gd.grabExcessHorizontalSpace = true;
beanClassText.setLayoutData(gd);
beanClassText.setEnabled(false);
+
+ Button button1 = factory.createButton(beanCom, "Browse", SWT.NONE);
+ button1.addSelectionListener(new SelectionAdapter() {
+
+ public void widgetSelected(SelectionEvent e) {
+ super.widgetSelected(e);
+ openJavaTypeDialog(beanClassText);
+ }
+
+ });
+
+ factory.createLabel(controlComposite, "Mapping Type : ");
+ Composite typeCom = factory.createComposite(controlComposite);
+ gd = new GridData(GridData.FILL_HORIZONTAL);
+ typeCom.setLayoutData(gd);
+ GridLayout typeLayout = new GridLayout();
+ typeLayout.numColumns = 2;
+ typeCom.setLayout(typeLayout);
+
+ final Text text = factory.createText(typeCom, "");
+ text.addModifyListener(new ModifyListener() {
+
+ public void modifyText(ModifyEvent e) {
+ beanClassType = text.getText();
+ PropertyModel pro = getTypePropertyModel();
+ if (pro != null) {
+ pro.setValue(beanClassType);
+ fireDirty();
+ refresh();
+ }
+ }
+
+ });
+ gd = new GridData(GridData.FILL_HORIZONTAL);
+ gd.grabExcessHorizontalSpace = true;
+ text.setLayoutData(gd);
+ Composite buttonCom = factory.createComposite(typeCom);
+ GridLayout buttonLayout = new GridLayout();
+ buttonLayout.numColumns = 2;
+ buttonCom.setLayout(buttonLayout);
+ Button button3 = factory.createButton(buttonCom, "Browse class",
+ SWT.NONE);
+ button3.addSelectionListener(new SelectionAdapter() {
+
+ public void widgetSelected(SelectionEvent e) {
+ super.widgetSelected(e);
+ openJavaTypeDialog(text);
+ }
+
+ });
+
+ Button button2 = factory.createButton(buttonCom, "Browse custom type",
+ SWT.NONE);
+ button2.addSelectionListener(new SelectionAdapter() {
+
+ public void widgetSelected(SelectionEvent e) {
+ super.widgetSelected(e);
+ browseBeanCustomTypeButtonSelected();
+ }
+
+ });
hookBeanClasText();
}
+ private PropertyModel getTypePropertyModel() {
+ LineConnectionModel line = this.getLineConnectionModel();
+ PropertyModel typePro = null;
+ if (line != null) {
+ Object[] pros = line.getPropertyArray();
+ for (int i = 0; i < pros.length; i++) {
+ PropertyModel pro = (PropertyModel) pros[i];
+ if (PRO_TYPE.equals(pro.getName())) {
+ typePro = pro;
+ break;
+ }
+ }
+ if (typePro == null) {
+ typePro = new PropertyModel();
+ typePro.setName(PRO_TYPE);
+ line.addPropertyModel(typePro);
+ }
+ }
+ return typePro;
+ }
+
+ protected void browseBeanCustomTypeButtonSelected() {
+
+ }
+
+ protected void openJavaTypeDialog(Text text) {
+ IJavaProject javaProject = createNewProjectClassLoader();
+ if (javaProject == null) {
+ MessageDialog.openError(this.getPart().getSite().getShell(),
+ "Error", "can't open type selection dialog");
+ return;
+ }
+ IJavaSearchScope scope = JavaSearchScopeFactory.getInstance()
+ .createJavaProjectSearchScope(javaProject, true);
+ SelectionDialog dialog;
+ try {
+ dialog = JavaUI.createTypeDialog(getPart().getSite().getShell(),
+ SmooksUIActivator.getDefault().getWorkbench()
+ .getActiveWorkbenchWindow(), scope,
+ IJavaElementSearchConstants.CONSIDER_CLASSES, false);
+ dialog.setMessage("Java Type:");
+ dialog.setTitle("Search Java Type");
+
+ if (dialog.open() == Window.OK) {
+ Object[] results = dialog.getResult();
+ if (results.length > 0) {
+ Object result = results[0];
+ String packageFullName = JavaModelUtil
+ .getTypeContainerName((IType) result);
+ if (packageFullName == null
+ || packageFullName.length() <= 0) {
+ text.setText(((IType) result).getElementName());
+ } else {
+ text.setText(packageFullName + "."
+ + ((IType) result).getElementName());
+ }
+ }
+ }
+ } catch (Exception e) {
+ // this.setErrorMessage("Error occurs!please see log file");
+ e.printStackTrace();
+ }
+
+ }
+
+ protected void browseBeanClassTypeButtonSelected() {
+
+ }
+
+ protected void browseBeanClassButtonSelected() {
+ // TODO Auto-generated method stub
+
+ }
+
private void hookBeanClasText() {
beanClassText.addModifyListener(new ModifyListener() {
public void modifyText(ModifyEvent arg0) {
- JavaBeanModel model = getJavaBeanModel();
+ JavaBeanModel model = getTargetJavaBeanModel();
if (model != null) {
model.setBeanClassString(beanClassText.getText());
+ instanceClass = beanClassText.getText();
if (isLock())
return;
fireDirty();
@@ -89,11 +263,38 @@
return lock;
}
- private JavaBeanModel getJavaBeanModel() {
+ protected IJavaProject createNewProjectClassLoader() {
+ try {
+ ISelection s = (ISelection) this.getSelection();
+ if (s instanceof IStructuredSelection) {
+ IStructuredSelection selection = (IStructuredSelection) s;
+ Object obj = selection.getFirstElement();
+ if (obj == null)
+ return null;
+ if (obj instanceof GraphicalEditPart) {
+ DefaultEditDomain domain = (DefaultEditDomain) ((GraphicalViewer) ((GraphicalEditPart) obj)
+ .getViewer()).getEditDomain();
+ IEditorInput input = domain.getEditorPart()
+ .getEditorInput();
+ if (input != null && input instanceof IFileEditorInput) {
+ IFile file = ((IFileEditorInput) input).getFile();
+ IProject project = file.getProject();
+ IJavaProject jp = JavaCore.create(project);
+ return jp;
+ }
+ }
+ }
+ } catch (Exception e) {
+
+ }
+ return null;
+ }
+
+ private JavaBeanModel getTargetJavaBeanModel() {
ISelection s = (ISelection) this.getSelection();
if (s instanceof IStructuredSelection) {
- IStructuredSelection selection = (IStructuredSelection)s;
- Object obj = selection.getFirstElement();
+ IStructuredSelection selection = (IStructuredSelection) s;
+ Object obj = selection.getFirstElement();
if (obj == null)
return null;
if (obj instanceof EditPart) {
@@ -111,10 +312,27 @@
return null;
}
+ private LineConnectionModel getLineConnectionModel() {
+ ISelection s = (ISelection) this.getSelection();
+ if (s instanceof IStructuredSelection) {
+ IStructuredSelection selection = (IStructuredSelection) s;
+ Object obj = selection.getFirstElement();
+ if (obj == null)
+ return null;
+ if (obj instanceof EditPart) {
+ Object model = ((EditPart) obj).getModel();
+ if (model instanceof LineConnectionModel) {
+ return (LineConnectionModel) model;
+ }
+ }
+ }
+ return null;
+ }
+
public void refresh() {
super.refresh();
- JavaBeanModel model = getJavaBeanModel();
+ JavaBeanModel model = getTargetJavaBeanModel();
if (model != null) {
if (!beanClassText.getEnabled())
beanClassText.setEnabled(true);
16 years, 2 months
JBoss Tools SVN: r11479 - trunk/seam/plugins/org.jboss.tools.seam.ui.
by jbosstools-commits@lists.jboss.org
Author: snjeza
Date: 2008-11-02 15:59:47 -0500 (Sun, 02 Nov 2008)
New Revision: 11479
Modified:
trunk/seam/plugins/org.jboss.tools.seam.ui/plugin.xml
Log:
JBIDE-3086 Add the Open Web Browser toolbar action to the Seam perspective
Modified: trunk/seam/plugins/org.jboss.tools.seam.ui/plugin.xml
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.ui/plugin.xml 2008-11-02 19:42:26 UTC (rev 11478)
+++ trunk/seam/plugins/org.jboss.tools.seam.ui/plugin.xml 2008-11-02 20:59:47 UTC (rev 11479)
@@ -161,7 +161,8 @@
</perspectiveShortcut>
<actionSet
id="org.eclipse.debug.ui.breakpointActionSet">
- </actionSet>
+ </actionSet>
+ <actionSet id="org.eclipse.wst.server.ui.internal.webbrowser.actionSet"/>
</perspectiveExtension>
</extension>
16 years, 2 months
JBoss Tools SVN: r11478 - trunk/as/plugins/org.jboss.ide.eclipse.as.ui.
by jbosstools-commits@lists.jboss.org
Author: snjeza
Date: 2008-11-02 14:42:26 -0500 (Sun, 02 Nov 2008)
New Revision: 11478
Modified:
trunk/as/plugins/org.jboss.ide.eclipse.as.ui/plugin.xml
Log:
JBIDE-3091 Issues caused by changing ID of JBoss Server View
Modified: trunk/as/plugins/org.jboss.ide.eclipse.as.ui/plugin.xml
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.ui/plugin.xml 2008-11-02 19:42:09 UTC (rev 11477)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.ui/plugin.xml 2008-11-02 19:42:26 UTC (rev 11478)
@@ -165,7 +165,7 @@
point="org.eclipse.ui.perspectiveExtensions">
<perspectiveExtension targetID="org.eclipse.ui.resourcePerspective">
<view
- id="org.jboss.ide.eclipse.as.ui.views.JBossServerView"
+ id="org.jboss.tools.as.wst.server.ui.ServersView"
ratio="0.5"
relationship="right"
relative="org.eclipse.ui.views.TaskList"/>
16 years, 2 months
JBoss Tools SVN: r11477 - trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui.
by jbosstools-commits@lists.jboss.org
Author: snjeza
Date: 2008-11-02 14:42:09 -0500 (Sun, 02 Nov 2008)
New Revision: 11477
Modified:
trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/SeamPerspectiveFactory.java
Log:
JBIDE-3091 Issues caused by changing ID of JBoss Server View
Modified: trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/SeamPerspectiveFactory.java
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/SeamPerspectiveFactory.java 2008-11-01 15:55:01 UTC (rev 11476)
+++ trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/SeamPerspectiveFactory.java 2008-11-02 19:42:09 UTC (rev 11477)
@@ -10,7 +10,7 @@
public class SeamPerspectiveFactory implements IPerspectiveFactory {
private static final String SEAM_COMPONENTS_NAVIGATOR = "org.jboss.tools.seam.ui.views.SeamComponentsNavigator"; //$NON-NLS-1$
- private static String JBOSS_SERVERS_VIEW = "org.jboss.ide.eclipse.as.ui.views.JBossServerView"; //$NON-NLS-1$
+ private static String JBOSS_SERVERS_VIEW = "org.jboss.tools.as.wst.server.ui.ServersView"; //$NON-NLS-1$
private static String WTP_SERVERS_VIEW = "org.eclipse.wst.server.ui.ServersView"; //$NON-NLS-1$
public static final String PERSPECTIVE_ID = "org.jboss.tools.seam.ui.SeamPerspective"; //$NON-NLS-1$
16 years, 2 months
JBoss Tools SVN: r11476 - workspace/snjeza/seam-examples.
by jbosstools-commits@lists.jboss.org
Author: snjeza
Date: 2008-11-01 11:55:01 -0400 (Sat, 01 Nov 2008)
New Revision: 11476
Modified:
workspace/snjeza/seam-examples/dvdstore-ear.zip
Log:
JBIDE-3031 Project examples (Seam Booking) don't start on server.
Modified: workspace/snjeza/seam-examples/dvdstore-ear.zip
===================================================================
(Binary files differ)
16 years, 2 months