JBoss Tools SVN: r35501 - in trunk/cdi: plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: akazakov
Date: 2011-10-07 20:17:12 -0400 (Fri, 07 Oct 2011)
New Revision: 35501
Removed:
trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/CDIPerspectiveFactory.java
Modified:
trunk/cdi/plugins/org.jboss.tools.cdi.ui/plugin.properties
trunk/cdi/plugins/org.jboss.tools.cdi.ui/plugin.xml
trunk/cdi/tests/org.jboss.tools.cdi.ui.test/src/org/jboss/tools/cdi/ui/test/perspective/CDIPerspectiveTest.java
Log:
https://issues.jboss.org/browse/JBIDE-9844 Cleanup perspectives
Modified: trunk/cdi/plugins/org.jboss.tools.cdi.ui/plugin.properties
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.ui/plugin.properties 2011-10-08 00:16:00 UTC (rev 35500)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.ui/plugin.properties 2011-10-08 00:17:12 UTC (rev 35501)
@@ -16,6 +16,4 @@
preferenceKeywords.newBeansXML=CDI XML
NewWizards.file=File beans.xml
-NewWizards.file.description=Create a new beans.xml File
-
-perspective.name=CDI
\ No newline at end of file
+NewWizards.file.description=Create a new beans.xml File
\ No newline at end of file
Modified: trunk/cdi/plugins/org.jboss.tools.cdi.ui/plugin.xml
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.ui/plugin.xml 2011-10-08 00:16:00 UTC (rev 35500)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.ui/plugin.xml 2011-10-08 00:17:12 UTC (rev 35501)
@@ -340,19 +340,9 @@
</extension>
<extension
- point="org.eclipse.ui.perspectives">
- <perspective
- class="org.jboss.tools.cdi.ui.CDIPerspectiveFactory"
- icon="$nl$/icons/cdi16.png"
- id="org.jboss.tools.cdi.ui.CDIPerspective"
- name="%perspective.name">
- </perspective>
- </extension>
-
- <extension
point="org.eclipse.ui.perspectiveExtensions">
<perspectiveExtension
- targetID="org.jboss.tools.cdi.ui.CDIPerspective">
+ targetID="org.eclipse.jst.j2ee.J2EEPerspective">
<newWizardShortcut
id="org.jboss.tools.cdi.ui.wizard.NewBeanCreationWizard">
</newWizardShortcut>
@@ -385,24 +375,140 @@
id="org.jboss.tools.jst.web.ui.WebDevelopmentPerspective">
</perspectiveShortcut>
<perspectiveShortcut
- id="org.eclipse.jdt.ui.JavaPerspective">
- </perspectiveShortcut>
- <perspectiveShortcut
- id="org.eclipse.jdt.ui.JavaBrowsingPerspective">
- </perspectiveShortcut>
- <perspectiveShortcut
- id="org.eclipse.debug.ui.DebugPerspective">
- </perspectiveShortcut>
- <perspectiveShortcut
id="org.hibernate.eclipse.console.HibernateConsolePerspective">
</perspectiveShortcut>
- <actionSet
- id="org.eclipse.debug.ui.breakpointActionSet">
- </actionSet>
- <actionSet id="org.eclipse.wst.server.ui.internal.webbrowser.actionSet"/>
</perspectiveExtension>
</extension>
+ <extension point="org.eclipse.ui.navigator.navigatorContent">
+ <commonWizard
+ menuGroupId="org.jboss.tools.cdi.ui"
+ type="new"
+ wizardId="org.jboss.tools.cdi.ui.wizard.NewBeanCreationWizard">
+ <enablement>
+ <or>
+ <adapt type="org.eclipse.core.resources.IFile" />
+ <adapt type="org.eclipse.core.resources.IFolder" />
+ <adapt type="org.eclipse.core.resources.IProject" />
+ <adapt type="org.eclipse.core.resources.IWorkspaceRoot" />
+ <adapt type="org.eclipse.jdt.core.IJavaElement" />
+ </or>
+ </enablement>
+ </commonWizard>
+ <commonWizard
+ menuGroupId="org.jboss.tools.cdi.ui"
+ type="new"
+ wizardId="org.jboss.tools.cdi.ui.wizard.NewQualifierCreationWizard">
+ <enablement>
+ <or>
+ <adapt type="org.eclipse.core.resources.IFile" />
+ <adapt type="org.eclipse.core.resources.IFolder" />
+ <adapt type="org.eclipse.core.resources.IProject" />
+ <adapt type="org.eclipse.core.resources.IWorkspaceRoot" />
+ <adapt type="org.eclipse.jdt.core.IJavaElement" />
+ </or>
+ </enablement>
+ </commonWizard>
+ <commonWizard
+ menuGroupId="org.jboss.tools.cdi.ui"
+ type="new"
+ wizardId="org.jboss.tools.cdi.ui.wizard.NewStereotypeCreationWizard">
+ <enablement>
+ <or>
+ <adapt type="org.eclipse.core.resources.IFile" />
+ <adapt type="org.eclipse.core.resources.IFolder" />
+ <adapt type="org.eclipse.core.resources.IProject" />
+ <adapt type="org.eclipse.core.resources.IWorkspaceRoot" />
+ <adapt type="org.eclipse.jdt.core.IJavaElement" />
+ </or>
+ </enablement>
+ </commonWizard>
+ <commonWizard
+ menuGroupId="org.jboss.tools.cdi.ui"
+ type="new"
+ wizardId="org.jboss.tools.cdi.ui.wizard.NewScopeCreationWizard">
+ <enablement>
+ <or>
+ <adapt type="org.eclipse.core.resources.IFile" />
+ <adapt type="org.eclipse.core.resources.IFolder" />
+ <adapt type="org.eclipse.core.resources.IProject" />
+ <adapt type="org.eclipse.core.resources.IWorkspaceRoot" />
+ <adapt type="org.eclipse.jdt.core.IJavaElement" />
+ </or>
+ </enablement>
+ </commonWizard>
+ <commonWizard
+ menuGroupId="org.jboss.tools.cdi.ui"
+ type="new"
+ wizardId="org.jboss.tools.cdi.ui.wizard.NewInterceptorBindingCreationWizard">
+ <enablement>
+ <or>
+ <adapt type="org.eclipse.core.resources.IFile" />
+ <adapt type="org.eclipse.core.resources.IFolder" />
+ <adapt type="org.eclipse.core.resources.IProject" />
+ <adapt type="org.eclipse.core.resources.IWorkspaceRoot" />
+ <adapt type="org.eclipse.jdt.core.IJavaElement" />
+ </or>
+ </enablement>
+ </commonWizard>
+ <commonWizard
+ menuGroupId="org.jboss.tools.cdi.ui"
+ type="new"
+ wizardId="org.jboss.tools.cdi.ui.wizard.NewInterceptorCreationWizard">
+ <enablement>
+ <or>
+ <adapt type="org.eclipse.core.resources.IFile" />
+ <adapt type="org.eclipse.core.resources.IFolder" />
+ <adapt type="org.eclipse.core.resources.IProject" />
+ <adapt type="org.eclipse.core.resources.IWorkspaceRoot" />
+ <adapt type="org.eclipse.jdt.core.IJavaElement" />
+ </or>
+ </enablement>
+ </commonWizard>
+ <commonWizard
+ menuGroupId="org.jboss.tools.cdi.ui"
+ type="new"
+ wizardId="org.jboss.tools.cdi.ui.wizard.NewDecoratorCreationWizard">
+ <enablement>
+ <or>
+ <adapt type="org.eclipse.core.resources.IFile" />
+ <adapt type="org.eclipse.core.resources.IFolder" />
+ <adapt type="org.eclipse.core.resources.IProject" />
+ <adapt type="org.eclipse.core.resources.IWorkspaceRoot" />
+ <adapt type="org.eclipse.jdt.core.IJavaElement" />
+ </or>
+ </enablement>
+ </commonWizard>
+ <commonWizard
+ menuGroupId="org.jboss.tools.cdi.ui"
+ type="new"
+ wizardId="org.jboss.tools.cdi.ui.wizard.NewAnnotationLiteralCreationWizard">
+ <enablement>
+ <or>
+ <adapt type="org.eclipse.core.resources.IFile" />
+ <adapt type="org.eclipse.core.resources.IFolder" />
+ <adapt type="org.eclipse.core.resources.IProject" />
+ <adapt type="org.eclipse.core.resources.IWorkspaceRoot" />
+ <adapt type="org.eclipse.jdt.core.IJavaElement" />
+ </or>
+ </enablement>
+ </commonWizard>
+ <commonWizard
+ menuGroupId="org.jboss.tools.cdi.ui"
+ type="new"
+ wizardId="org.jboss.tools.cdi.ui.wizard.NewBeansXMLCreationWizard">
+ <enablement>
+ <or>
+ <adapt type="org.eclipse.core.resources.IFile" />
+ <adapt type="org.eclipse.core.resources.IFolder" />
+ <adapt type="org.eclipse.core.resources.IProject" />
+ <adapt type="org.eclipse.core.resources.IWorkspaceRoot" />
+ <adapt type="org.eclipse.jdt.core.IJavaElement" />
+ </or>
+ </enablement>
+ </commonWizard>
+ </extension>
+
<extension
point="org.eclipse.wst.sse.ui.completionProposal">
<proposalCategory
Deleted: trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/CDIPerspectiveFactory.java
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/CDIPerspectiveFactory.java 2011-10-08 00:16:00 UTC (rev 35500)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/CDIPerspectiveFactory.java 2011-10-08 00:17:12 UTC (rev 35501)
@@ -1,76 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2010 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:
- * Red Hat, Inc. - initial API and implementation
- ******************************************************************************/
-package org.jboss.tools.cdi.ui;
-
-import org.eclipse.debug.ui.IDebugUIConstants;
-import org.eclipse.jdt.ui.JavaUI;
-import org.eclipse.ui.IFolderLayout;
-import org.eclipse.ui.IPageLayout;
-import org.eclipse.ui.IPerspectiveFactory;
-import org.eclipse.ui.navigator.resources.ProjectExplorer;
-
-/**
- * @author Alexey Kazakov
- */
-public class CDIPerspectiveFactory implements IPerspectiveFactory {
-
- private static String WTP_SERVERS_VIEW = "org.eclipse.wst.server.ui.ServersView"; //$NON-NLS-1$
-
- public static final String PERSPECTIVE_ID = "org.jboss.tools.cdi.ui.CDIPerspective"; //$NON-NLS-1$
-
- public void createInitialLayout(IPageLayout layout) {
- String editorArea = layout.getEditorArea();
-
- IFolderLayout leftTop = layout.createFolder("leftTop", IPageLayout.LEFT, (float)0.2, editorArea); //$NON-NLS-1$
- leftTop.addView(JavaUI.ID_PACKAGES);
- leftTop.addView(ProjectExplorer.VIEW_ID);
- leftTop.addPlaceholder(IPageLayout.ID_RES_NAV);
-
- IFolderLayout leftBottom = layout.createFolder("leftBottom", IPageLayout.BOTTOM, 0.64f, "leftTop"); //$NON-NLS-1$ //$NON-NLS-2$
- //leftBottom.addView(IPageLayout.ID_OUTLINE);
- leftBottom.addView(IPageLayout.ID_PROP_SHEET);
-
- IFolderLayout bottom = layout.createFolder("bottom", IPageLayout.BOTTOM, (float)0.78, editorArea); //$NON-NLS-1$
- bottom.addView(IPageLayout.ID_PROBLEM_VIEW);
- bottom.addView(IPageLayout.ID_TASK_LIST);
- bottom.addView(WTP_SERVERS_VIEW);
-
- IFolderLayout rightTop = layout.createFolder("right", IPageLayout.RIGHT, (float)0.8, editorArea); //$NON-NLS-1$
-// rightTop.addView("org.jboss.tools.common.model.ui.views.palette.PaletteView"); //$NON-NLS-1$
- rightTop.addView("org.eclipse.gef.ui.palette_view"); //$NON-NLS-1$
- IFolderLayout rightBottom = layout.createFolder("rightBottom", IPageLayout.BOTTOM, (float)0.64, "right"); //$NON-NLS-1$ //$NON-NLS-2$
- rightBottom.addView(IPageLayout.ID_OUTLINE);
-
- layout.addActionSet(IDebugUIConstants.LAUNCH_ACTION_SET);
- layout.addActionSet(JavaUI.ID_ACTION_SET);
- layout.addActionSet(JavaUI.ID_ELEMENT_CREATION_ACTION_SET);
- layout.addActionSet(IPageLayout.ID_NAVIGATE_ACTION_SET);
-
- // views - java
- layout.addShowViewShortcut(JavaUI.ID_PACKAGES);
- layout.addShowViewShortcut(JavaUI.ID_TYPE_HIERARCHY);
- layout.addShowViewShortcut(JavaUI.ID_SOURCE_VIEW);
-
- // views - standard workbench
- layout.addShowViewShortcut(IPageLayout.ID_OUTLINE);
- layout.addShowViewShortcut(IPageLayout.ID_PROBLEM_VIEW);
- layout.addShowViewShortcut(IPageLayout.ID_RES_NAV);
-
- // new actions - Java project creation wizard
- layout.addNewWizardShortcut("org.eclipse.jdt.ui.wizards.NewPackageCreationWizard"); //$NON-NLS-1$
- layout.addNewWizardShortcut("org.eclipse.jdt.ui.wizards.NewClassCreationWizard"); //$NON-NLS-1$
- layout.addNewWizardShortcut("org.eclipse.jdt.ui.wizards.NewInterfaceCreationWizard"); //$NON-NLS-1$
- layout.addNewWizardShortcut("org.eclipse.jdt.ui.wizards.NewSourceFolderCreationWizard"); //$NON-NLS-1$
- layout.addNewWizardShortcut("org.eclipse.jdt.ui.wizards.NewSnippetFileCreationWizard"); //$NON-NLS-1$
- layout.addNewWizardShortcut("org.eclipse.ui.wizards.new.folder");//$NON-NLS-1$
- layout.addNewWizardShortcut("org.eclipse.ui.wizards.new.file");//$NON-NLS-1$
- }
-}
\ No newline at end of file
Modified: trunk/cdi/tests/org.jboss.tools.cdi.ui.test/src/org/jboss/tools/cdi/ui/test/perspective/CDIPerspectiveTest.java
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.ui.test/src/org/jboss/tools/cdi/ui/test/perspective/CDIPerspectiveTest.java 2011-10-08 00:16:00 UTC (rev 35500)
+++ trunk/cdi/tests/org.jboss.tools.cdi.ui.test/src/org/jboss/tools/cdi/ui/test/perspective/CDIPerspectiveTest.java 2011-10-08 00:17:12 UTC (rev 35501)
@@ -10,11 +10,13 @@
******************************************************************************/
package org.jboss.tools.cdi.ui.test.perspective;
+import java.util.HashSet;
+import java.util.Set;
+
import junit.framework.TestCase;
import org.eclipse.ui.IWorkbenchPage;
import org.eclipse.ui.WorkbenchException;
-import org.jboss.tools.cdi.ui.CDIPerspectiveFactory;
import org.jboss.tools.test.util.WorkbenchUtils;
/**
@@ -23,7 +25,21 @@
public class CDIPerspectiveTest extends TestCase {
public void testPerspective() throws WorkbenchException {
- IWorkbenchPage page = WorkbenchUtils.getWorkbench().getActiveWorkbenchWindow().openPage(CDIPerspectiveFactory.PERSPECTIVE_ID, null);
+ IWorkbenchPage page = WorkbenchUtils.getWorkbench().getActiveWorkbenchWindow().openPage("org.eclipse.jst.j2ee.J2EEPerspective", null);
assertNotNull(page);
+ String[] shortcuts = page.getNewWizardShortcuts();
+ Set<String> shortcutSet = new HashSet<String>();
+ for (String shortcut : shortcuts) {
+ shortcutSet.add(shortcut);
+ }
+ assertTrue("Have not found org.jboss.tools.cdi.ui.wizard.NewBeanCreationWizard in org.eclipse.jst.j2ee.J2EEPerspective.", shortcutSet.contains("org.jboss.tools.cdi.ui.wizard.NewBeanCreationWizard"));
+ assertTrue("Have not found org.jboss.tools.cdi.ui.wizard.NewQualifierCreationWizard in org.eclipse.jst.j2ee.J2EEPerspective.", shortcutSet.contains("org.jboss.tools.cdi.ui.wizard.NewQualifierCreationWizard"));
+ assertTrue("Have not found org.jboss.tools.cdi.ui.wizard.NewStereotypeCreationWizard in org.eclipse.jst.j2ee.J2EEPerspective.", shortcutSet.contains("org.jboss.tools.cdi.ui.wizard.NewStereotypeCreationWizard"));
+ assertTrue("Have not found org.jboss.tools.cdi.ui.wizard.NewScopeCreationWizard in org.eclipse.jst.j2ee.J2EEPerspective.", shortcutSet.contains("org.jboss.tools.cdi.ui.wizard.NewScopeCreationWizard"));
+ assertTrue("Have not found org.jboss.tools.cdi.ui.wizard.NewInterceptorBindingCreationWizard in org.eclipse.jst.j2ee.J2EEPerspective.", shortcutSet.contains("org.jboss.tools.cdi.ui.wizard.NewInterceptorBindingCreationWizard"));
+ assertTrue("Have not found org.jboss.tools.cdi.ui.wizard.NewInterceptorCreationWizard in org.eclipse.jst.j2ee.J2EEPerspective.", shortcutSet.contains("org.jboss.tools.cdi.ui.wizard.NewInterceptorCreationWizard"));
+ assertTrue("Have not found org.jboss.tools.cdi.ui.wizard.NewDecoratorCreationWizard in org.eclipse.jst.j2ee.J2EEPerspective.", shortcutSet.contains("org.jboss.tools.cdi.ui.wizard.NewDecoratorCreationWizard"));
+ assertTrue("Have not found org.jboss.tools.cdi.ui.wizard.NewAnnotationLiteralCreationWizard in org.eclipse.jst.j2ee.J2EEPerspective.", shortcutSet.contains("org.jboss.tools.cdi.ui.wizard.NewAnnotationLiteralCreationWizard"));
+ assertTrue("Have not found org.jboss.tools.cdi.ui.wizard.NewBeansXMLCreationWizard in org.eclipse.jst.j2ee.J2EEPerspective.", shortcutSet.contains("org.jboss.tools.cdi.ui.wizard.NewBeansXMLCreationWizard"));
}
}
\ No newline at end of file
13 years, 3 months
JBoss Tools SVN: r35500 - trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/marker.
by jbosstools-commits@lists.jboss.org
Author: dazarov
Date: 2011-10-07 20:16:00 -0400 (Fri, 07 Oct 2011)
New Revision: 35500
Modified:
trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/marker/CDIProblemMarkerResolutionGenerator.java
Log:
Quick fixes for problem markers in beans.xml https://issues.jboss.org/browse/JBIDE-9833
Modified: trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/marker/CDIProblemMarkerResolutionGenerator.java
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/marker/CDIProblemMarkerResolutionGenerator.java 2011-10-07 23:52:00 UTC (rev 35499)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/marker/CDIProblemMarkerResolutionGenerator.java 2011-10-08 00:16:00 UTC (rev 35500)
@@ -43,9 +43,11 @@
import org.jboss.tools.cdi.core.CDIUtil;
import org.jboss.tools.cdi.core.IBean;
import org.jboss.tools.cdi.core.ICDIProject;
+import org.jboss.tools.cdi.core.IClassBean;
import org.jboss.tools.cdi.core.IDecorator;
import org.jboss.tools.cdi.core.IInjectionPoint;
import org.jboss.tools.cdi.core.IInterceptor;
+import org.jboss.tools.cdi.core.IStereotype;
import org.jboss.tools.cdi.core.IStereotyped;
import org.jboss.tools.cdi.internal.core.impl.CDIProject;
import org.jboss.tools.cdi.internal.core.validation.CDIValidationErrorManager;
@@ -515,14 +517,14 @@
};
}
}else if(messageId == CDIValidationErrorManager.ILLEGAL_ALTERNATIVE_BEAN_CLASS_ID){
- IJavaElement element = findJavaElementByQualifiedName(file.getProject(), text);
+ IJavaElement element = getTypeToAddAlternativeToBean(file.getProject(), text);
if(element != null){
return new IMarkerResolution[] {
new AddAnnotationMarkerResolution(element, CDIConstants.ALTERNATIVE_ANNOTATION_TYPE_NAME)
};
}
}else if(messageId == CDIValidationErrorManager.ILLEGAL_ALTERNATIVE_ANNOTATION_ID){
- IJavaElement element = findJavaElementByQualifiedName(file.getProject(), text);
+ IJavaElement element = getTypeToAddAlternativeToStereotype(file.getProject(), text);
if(element != null){
return new IMarkerResolution[] {
new AddAnnotationMarkerResolution(element, CDIConstants.ALTERNATIVE_ANNOTATION_TYPE_NAME)
@@ -547,6 +549,56 @@
return new IMarkerResolution[] {};
}
+ private IType getTypeToAddAlternativeToBean(IProject project, String qualifiedName){
+ IJavaProject javaProject = EclipseUtil.getJavaProject(project);
+ IType type = null;
+ try {
+ type = javaProject.findType(qualifiedName);
+ } catch (JavaModelException ex) {
+ CDIUIPlugin.getDefault().logError(ex);
+ }
+
+ if(type != null){
+ CDICoreNature cdiNature = CDIUtil.getCDINatureWithProgress(project);
+ if(cdiNature != null){
+ ICDIProject cdiProject = cdiNature.getDelegate();
+
+ if(cdiProject != null){
+ IClassBean classBean = cdiProject.getBeanClass(type);
+ if(classBean != null && !classBean.isAlternative()){
+ return type;
+ }
+ }
+ }
+ }
+ return null;
+ }
+
+ private IType getTypeToAddAlternativeToStereotype(IProject project, String qualifiedName){
+ IJavaProject javaProject = EclipseUtil.getJavaProject(project);
+ IType type = null;
+ try {
+ type = javaProject.findType(qualifiedName);
+ } catch (JavaModelException ex) {
+ CDIUIPlugin.getDefault().logError(ex);
+ }
+
+ if(type != null){
+ CDICoreNature cdiNature = CDIUtil.getCDINatureWithProgress(project);
+ if(cdiNature != null){
+ ICDIProject cdiProject = cdiNature.getDelegate();
+
+ if(cdiProject != null){
+ IStereotype stereotype = cdiProject.getStereotype(qualifiedName);
+ if(stereotype != null && !stereotype.isAlternative()){
+ return type;
+ }
+ }
+ }
+ }
+ return null;
+ }
+
private IJavaElement findJavaElementByQualifiedName(IProject project, String qualifiedName){
IJavaProject javaProject = EclipseUtil.getJavaProject(project);
try {
@@ -651,7 +703,6 @@
CDICoreNature cdiNature = CDIUtil.getCDINatureWithProgress(file.getProject());
if(cdiNature == null)
return null;
-
ICDIProject cdiProject = cdiNature.getDelegate();
13 years, 3 months
JBoss Tools SVN: r35499 - in trunk: archives/plugins/org.jboss.ide.eclipse.archives.ui and 37 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-10-07 19:52:00 -0400 (Fri, 07 Oct 2011)
New Revision: 35499
Modified:
trunk/archives/features/org.jboss.ide.eclipse.archives.feature/feature_fr.properties
trunk/archives/features/org.jboss.ide.eclipse.archives.feature/feature_gu.properties
trunk/archives/features/org.jboss.ide.eclipse.archives.feature/feature_ja.properties
trunk/archives/features/org.jboss.ide.eclipse.archives.feature/feature_pt_BR.properties
trunk/archives/plugins/org.jboss.ide.eclipse.archives.ui/about.properties
trunk/archives/plugins/org.jboss.ide.eclipse.archives.ui/about_fr.properties
trunk/archives/plugins/org.jboss.ide.eclipse.archives.ui/about_pt_BR.properties
trunk/as/features/org.jboss.ide.eclipse.as.feature/feature_ja.properties
trunk/as/features/org.jboss.ide.eclipse.as.feature/feature_pt_BR.properties
trunk/as/plugins/org.jboss.ide.eclipse.as.ui/about.properties
trunk/as/plugins/org.jboss.ide.eclipse.as.ui/about_ja.properties
trunk/birt/plugins/org.jboss.tools.birt.oda.ui/about.properties
trunk/birt/plugins/org.jboss.tools.birt.oda.ui/about_ja.properties
trunk/birt/tests/org.jboss.tools.birt.core.test/about.properties
trunk/bpel-old/plugins/org.eclipse.bpel.ui/about.properties
trunk/central/plugins/org.jboss.tools.central/about.properties
trunk/common/plugins/org.jboss.tools.common.jdt.debug/about.properties
trunk/esb/plugins/org.jboss.tools.esb.ui/about.properties
trunk/esb/plugins/org.jboss.tools.esb.ui/about_ja.properties
trunk/examples/plugins/org.jboss.tools.community.project.examples/about.properties
trunk/examples/plugins/org.jboss.tools.project.examples/about.properties
trunk/examples/plugins/org.jboss.tools.project.examples/about_ja.properties
trunk/freemarker/plugins/org.jboss.ide.eclipse.freemarker/about.properties
trunk/freemarker/plugins/org.jboss.ide.eclipse.freemarker/about_ja.properties
trunk/hibernatetools/plugins/org.hibernate.eclipse/about.properties
trunk/jbpm/plugins/org.jboss.tools.jbpm.convert/about.properties
trunk/jbpm/plugins/org.jboss.tools.jbpm.convert/about_ja.properties
trunk/maven/plugins/org.jboss.tools.maven.cdi/about.properties
trunk/maven/plugins/org.jboss.tools.maven.hibernate/about.properties
trunk/maven/plugins/org.jboss.tools.maven.jaxrs/about.properties
trunk/maven/plugins/org.jboss.tools.maven.jbosspackaging/about.properties
trunk/maven/plugins/org.jboss.tools.maven.jsf/about.properties
trunk/maven/plugins/org.jboss.tools.maven.portlet/about.properties
trunk/maven/plugins/org.jboss.tools.maven.project.examples/about.properties
trunk/maven/plugins/org.jboss.tools.maven.seam/about.properties
trunk/maven/plugins/org.jboss.tools.maven.ui/about.properties
trunk/portlet/plugins/org.jboss.tools.portlet.ui/about.properties
trunk/portlet/plugins/org.jboss.tools.portlet.ui/about_ja.properties
trunk/portlet/tests/org.jboss.tools.portlet.core.test/about.properties
trunk/runtime/plugins/org.jboss.tools.runtime.as.detector/about.properties
trunk/runtime/plugins/org.jboss.tools.runtime.core/about.properties
trunk/runtime/plugins/org.jboss.tools.runtime.drools.detector/about.properties
trunk/runtime/plugins/org.jboss.tools.runtime.esb.detector/about.properties
trunk/runtime/plugins/org.jboss.tools.runtime.jbpm.detector/about.properties
trunk/runtime/plugins/org.jboss.tools.runtime.seam.detector/about.properties
trunk/runtime/plugins/org.jboss.tools.runtime.ui/about.properties
trunk/runtime/plugins/org.jboss.tools.runtime/about.properties
trunk/smooks/plugins/org.jboss.tools.smooks.ui/about.properties
trunk/smooks/plugins/org.jboss.tools.smooks.ui/about_ja.properties
trunk/struts/plugins/org.jboss.tools.struts.ui/about.properties
trunk/vpe/plugins/org.jboss.tools.vpe/about.properties
trunk/vpe/plugins/org.jboss.tools.vpe/about_ja.properties
trunk/vpe/plugins/org.jboss.tools.xulrunner.initializer/about.properties
trunk/vpe/plugins/org.jboss.tools.xulrunner.initializer/about_ja.properties
trunk/ws/plugins/org.jboss.tools.ws.ui/about.properties
trunk/ws/plugins/org.jboss.tools.ws.ui/about_ja.properties
Log:
fix copyrights - cannot be 'copyright JBoss by Red Hat, because the copyright holder is Red Hat, Inc. 'JBoss by Red Hat' is only the plugin/feature provider, not the copyright holder. (Long story, don't ask.)
Modified: trunk/archives/features/org.jboss.ide.eclipse.archives.feature/feature_fr.properties
===================================================================
--- trunk/archives/features/org.jboss.ide.eclipse.archives.feature/feature_fr.properties 2011-10-07 23:47:50 UTC (rev 35498)
+++ trunk/archives/features/org.jboss.ide.eclipse.archives.feature/feature_fr.properties 2011-10-07 23:52:00 UTC (rev 35499)
@@ -3,5 +3,5 @@
updateSiteName=Site de mise \u00E0 jour JBossTools
devUpdateSiteName=Site de mise \u00E0 jour de d\u00E9veloppement JBossTools
description=Le projet Archives offre une mani\u00E8re de d\u00E9finir des archives en se basant sur l'inclusion/l'exclusion de filesets, ceux-ci sont ensuite mis \u00E0 jour par incr\u00E9mentation, permettant ainsi un d\u00E9ploiement courant pour tout type de projet Eclipse.
-copyright=JBoss, Home of Professional Open Source\nCopyright JBoss by Red Hat, and individual contributors as indicated\nby the @authors tag, 2006-2009. See the copyright.txt in the distribution\nfor a full listing of individual contributors.
+copyright=JBoss, Home of Professional Open Source\nCopyright (c) Red Hat, Inc., and individual contributors as indicated\nby the @authors tag, 2006-2009. See the copyright.txt in the distribution\nfor a full listing of individual contributors.
license=Red Hat, Inc. vous certifie ces fonctionnalit\u00E9s et plugins sous certaines licences de logiciels \u00E0 source ouverte (ou aggr\u00E9gations de telles licences), qui dans un cas particulier, peuvent inclure la licence Eclipse Public License, la licence publique g\u00E9n\u00E9rale limit\u00E9e GNU (GNU Lesser General Public License), et/ou certaines autres licences de logiciels \u00E0 source ouverte. Pour obtenir plus de d\u00E9tails sur les licences, veuillez consulter le code source correspondant, ou contactez le service des affaires l\u00E9gales de Red Hat \: Red Hat Legal Affairs, 1801 Varsity Drive, Raleigh NC 27606 USA.
Modified: trunk/archives/features/org.jboss.ide.eclipse.archives.feature/feature_gu.properties
===================================================================
--- trunk/archives/features/org.jboss.ide.eclipse.archives.feature/feature_gu.properties 2011-10-07 23:47:50 UTC (rev 35498)
+++ trunk/archives/features/org.jboss.ide.eclipse.archives.feature/feature_gu.properties 2011-10-07 23:52:00 UTC (rev 35499)
@@ -1,3 +1,3 @@
devUpdateSiteName=JBossTools \u0AB5\u0ABF\u0A95\u0ABE\u0AB8 \u0AB8\u0AC1\u0AA7\u0ABE\u0AB0\u0ABE \u0AB8\u0ABE\u0A88\u0A9F
-copyright=Boss, Home of Professional Open Source\nCopyright JBoss by Red Hat, and individual contributors as indicated\nby the @authors tag, 2006-2009. See the copyright.txt in the distribution\nfor a full listing of individual contributors.
+copyright=Boss, Home of Professional Open Source\nCopyright (c) Red Hat, Inc., and individual contributors as indicated\nby the @authors tag, 2006-2009. See the copyright.txt in the distribution\nfor a full listing of individual contributors.
license=eredfd
Modified: trunk/archives/features/org.jboss.ide.eclipse.archives.feature/feature_ja.properties
===================================================================
--- trunk/archives/features/org.jboss.ide.eclipse.archives.feature/feature_ja.properties 2011-10-07 23:47:50 UTC (rev 35498)
+++ trunk/archives/features/org.jboss.ide.eclipse.archives.feature/feature_ja.properties 2011-10-07 23:52:00 UTC (rev 35499)
@@ -3,4 +3,4 @@
updateSiteName=JBossTools \u66F4\u65B0\u30B5\u30A4\u30C8
devUpdateSiteName=JBossTools \u958B\u767A\u66F4\u65B0\u30B5\u30A4\u30C8
description=\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u30FB\u30A2\u30FC\u30AB\u30A4\u30D6\u306F\u3001include/exclude \u30D5\u30A1\u30A4\u30EB\u30BB\u30C3\u30C8\u306B\u57FA\u3065\u304F\u30A2\u30FC\u30AB\u30A4\u30D6\u3092\u5B9A\u7FA9\u3059\u308B\u65B9\u6CD5\u3092\u63D0\u4F9B\u3057\u3001\n\u3044\u304B\u306A\u308B\u30BF\u30A4\u30D7\u306E Eclipse \u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u3067\u3082\u5DEE\u5206\u66F4\u65B0\u306B\u3088\u308B\u6D41\u308C\u308B\u3088\u3046\u306A\u958B\u767A\u3092\u53EF\u80FD\u306B\u3057\u307E\u3059\u3002
-copyright=JBoss, Home of Professional Open Source\nCopyright JBoss by Red Hat, and individual contributors as indicated\nby the @authors tag, 2006-2010. See the copyright.txt in the distribution\nfor a full listing of individual contributors.
+copyright=JBoss, Home of Professional Open Source\nCopyright (c) Red Hat, Inc., and individual contributors as indicated\nby the @authors tag, 2006-2010. See the copyright.txt in the distribution\nfor a full listing of individual contributors.
Modified: trunk/archives/features/org.jboss.ide.eclipse.archives.feature/feature_pt_BR.properties
===================================================================
--- trunk/archives/features/org.jboss.ide.eclipse.archives.feature/feature_pt_BR.properties 2011-10-07 23:47:50 UTC (rev 35498)
+++ trunk/archives/features/org.jboss.ide.eclipse.archives.feature/feature_pt_BR.properties 2011-10-07 23:52:00 UTC (rev 35499)
@@ -3,5 +3,5 @@
updateSiteName=Site de Atualiza\u00E7\u00E3o do JBossTools
devUpdateSiteName=Site de Atualiza\u00E7\u00E3o do Desenvolvimento do JBossTools
description=Os Arquivos de Projeto fornecem uma maneira de definir arquivos baseados nos conjuntos de arquivo inclus\u00E3o/exclus\u00E3o dos quais s\u00E3o incrementados permitindo a implementa\u00E7\u00E3o fluente para qualquer tipo de projeto Eclipse.
-copyright=JBoss, Home of Professional Open Source\nCopyright JBoss by Red Hat, e contribuidores individuais conforme indicado pelo @authors tag, 2006-2009. Consulte copyright.txt na distribui\u00E7\u00E3o para a listagem completa de contribuidores individuais.
+copyright=JBoss, Home of Professional Open Source\nCopyright (c) Red Hat, Inc., e contribuidores individuais conforme indicado pelo @authors tag, 2006-2009. Consulte copyright.txt na distribui\u00E7\u00E3o para a listagem completa de contribuidores individuais.
license=A Red Hat, Inc licencia estes recursos e plugins sob certas licen\u00E7as (ou agrega\u00E7\u00F5es de tais licen\u00E7as), que em cada caso particular podem incluir a Licen\u00E7a P\u00FAblica do Eclipse, a Licen\u00E7a P\u00FAblica Geral do GNU Lesser e/ou algumas outras licen\u00E7as de c\u00F3digo aberto. Para maior precis\u00E3o destas licen\u00E7as, consulte o c\u00F3digo aberto correspondente ou contate Red Hat Legal Affairs, 1801 Varsity Drive, Raleigh NC 27606 USA.
Modified: trunk/archives/plugins/org.jboss.ide.eclipse.archives.ui/about.properties
===================================================================
--- trunk/archives/plugins/org.jboss.ide.eclipse.archives.ui/about.properties 2011-10-07 23:47:50 UTC (rev 35498)
+++ trunk/archives/plugins/org.jboss.ide.eclipse.archives.ui/about.properties 2011-10-07 23:52:00 UTC (rev 35499)
@@ -1 +1 @@
-blurb=JBoss Archives Tools\n \n Version\: {featureVersion}\n \n (c) Copyright JBoss by Red Hat, contributors and others 2004 - 2010. All rights reserved.\n Visit http\://jboss.org/tools
\ No newline at end of file
+blurb=JBoss Archives Tools\n \n Version\: {featureVersion}\n \n (c) Copyright (c) Red Hat, Inc., contributors and others 2004 - 2010. All rights reserved.\n Visit http\://jboss.org/tools
\ No newline at end of file
Modified: trunk/archives/plugins/org.jboss.ide.eclipse.archives.ui/about_fr.properties
===================================================================
--- trunk/archives/plugins/org.jboss.ide.eclipse.archives.ui/about_fr.properties 2011-10-07 23:47:50 UTC (rev 35498)
+++ trunk/archives/plugins/org.jboss.ide.eclipse.archives.ui/about_fr.properties 2011-10-07 23:52:00 UTC (rev 35499)
@@ -1 +1 @@
-blurb=Outils d'archives JBoss\n\nVersion \: {featureVersion}\n\n(c) Copyright JBoss by Red Hat, contributors and others 2004 - 2009. Tous droits r\u00E9serv\u00E9s.\nVisitez http\://jboss.org/tools
+blurb=Outils d'archives JBoss\n\nVersion \: {featureVersion}\n\n(c) Copyright (c) Red Hat, Inc., contributors and others 2004 - 2009. Tous droits r\u00E9serv\u00E9s.\nVisitez http\://jboss.org/tools
Modified: trunk/archives/plugins/org.jboss.ide.eclipse.archives.ui/about_pt_BR.properties
===================================================================
--- trunk/archives/plugins/org.jboss.ide.eclipse.archives.ui/about_pt_BR.properties 2011-10-07 23:47:50 UTC (rev 35498)
+++ trunk/archives/plugins/org.jboss.ide.eclipse.archives.ui/about_pt_BR.properties 2011-10-07 23:52:00 UTC (rev 35499)
@@ -1 +1 @@
-blurb=Ferramentas dos Arquivos JBoss\n\nVers\u00E3o\: {featureVersion}\n\n(c) Copyright JBoss by Red Hat, contributors and others 2004 - 2009. All rights reserved.\nVisit http\://jboss.org/tools
+blurb=Ferramentas dos Arquivos JBoss\n\nVers\u00E3o\: {featureVersion}\n\n(c) Copyright (c) Red Hat, Inc., contributors and others 2004 - 2009. All rights reserved.\nVisit http\://jboss.org/tools
Modified: trunk/as/features/org.jboss.ide.eclipse.as.feature/feature_ja.properties
===================================================================
--- trunk/as/features/org.jboss.ide.eclipse.as.feature/feature_ja.properties 2011-10-07 23:47:50 UTC (rev 35498)
+++ trunk/as/features/org.jboss.ide.eclipse.as.feature/feature_ja.properties 2011-10-07 23:52:00 UTC (rev 35499)
@@ -3,4 +3,4 @@
updateSiteName=JBossTools Update Site
devUpdateSiteName=JBossTools Development Update Site
description=JBoss AS 4.x \u3068 5.x \u7528\u306E WTP \u30A2\u30C0\u30D7\u30BF\u30FC\u3092\u63D0\u4F9B\u3057\u307E\u3059\u3002\u5DEE\u5206\u30C7\u30D7\u30ED\u30A4\u3068\u5C55\u958B\u578B\u30C7\u30D7\u30ED\u30A4\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u307E\u3059\u3002
-copyright=JBoss, Home of Professional Open Source\nCopyright JBoss by Red Hat, and individual contributors as indicated\nby the @authors tag, 2006-2010. See the copyright.txt in the distribution\nfor a full listing of individual contributors.
+copyright=JBoss, Home of Professional Open Source\nCopyright (c) Red Hat, Inc., and individual contributors as indicated\nby the @authors tag, 2006-2010. See the copyright.txt in the distribution\nfor a full listing of individual contributors.
Modified: trunk/as/features/org.jboss.ide.eclipse.as.feature/feature_pt_BR.properties
===================================================================
--- trunk/as/features/org.jboss.ide.eclipse.as.feature/feature_pt_BR.properties 2011-10-07 23:47:50 UTC (rev 35498)
+++ trunk/as/features/org.jboss.ide.eclipse.as.feature/feature_pt_BR.properties 2011-10-07 23:52:00 UTC (rev 35499)
@@ -1 +1 @@
-copyright=JBoss, Home of Professional Open Source\nCopyright JBoss by Red Hat, and individual contributors as indicated\nby the @authors tag, 2006-2009. See the copyright.txt in the distribution\nfor a full listing of individual contributors
+copyright=JBoss, Home of Professional Open Source\nCopyright (c) Red Hat, Inc., and individual contributors as indicated\nby the @authors tag, 2006-2009. See the copyright.txt in the distribution\nfor a full listing of individual contributors
Modified: trunk/as/plugins/org.jboss.ide.eclipse.as.ui/about.properties
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.ui/about.properties 2011-10-07 23:47:50 UTC (rev 35498)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.ui/about.properties 2011-10-07 23:52:00 UTC (rev 35499)
@@ -1 +1 @@
-blurb=JBossAS Tools\n \n Version\: {featureVersion}\n \n (c) Copyright JBoss by Red Hat, contributors and others 2004 - 2010. All rights reserved.\n Visit http\://jboss.org/tools
\ No newline at end of file
+blurb=JBossAS Tools\n \n Version\: {featureVersion}\n \n (c) Copyright (c) Red Hat, Inc., contributors and others 2004 - 2010. All rights reserved.\n Visit http\://jboss.org/tools
\ No newline at end of file
Modified: trunk/as/plugins/org.jboss.ide.eclipse.as.ui/about_ja.properties
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.ui/about_ja.properties 2011-10-07 23:47:50 UTC (rev 35498)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.ui/about_ja.properties 2011-10-07 23:52:00 UTC (rev 35499)
@@ -1 +1 @@
-blurb=JBossAS Tools\n \n Version\: {featureVersion}\n \n (c) Copyright JBoss by Red Hat, contributors and others 2004 - 2010. All rights reserved.\n Visit http\://jboss.org/tools
+blurb=JBossAS Tools\n \n Version\: {featureVersion}\n \n (c) Copyright (c) Red Hat, Inc., contributors and others 2004 - 2010. All rights reserved.\n Visit http\://jboss.org/tools
Modified: trunk/birt/plugins/org.jboss.tools.birt.oda.ui/about.properties
===================================================================
--- trunk/birt/plugins/org.jboss.tools.birt.oda.ui/about.properties 2011-10-07 23:47:50 UTC (rev 35498)
+++ trunk/birt/plugins/org.jboss.tools.birt.oda.ui/about.properties 2011-10-07 23:52:00 UTC (rev 35499)
@@ -1,2 +1,2 @@
-blurb=JBoss BIRT Integration\n\nVersion\: {featureVersion}\n\n(c) Copyright JBoss by Red Hat, contributors and others 2004 - 2010. All rights reserved.\nVisit http\://jboss.org/tools
+blurb=JBoss BIRT Integration\n\nVersion\: {featureVersion}\n\n(c) Copyright (c) Red Hat, Inc., contributors and others 2004 - 2010. All rights reserved.\nVisit http\://jboss.org/tools
Modified: trunk/birt/plugins/org.jboss.tools.birt.oda.ui/about_ja.properties
===================================================================
--- trunk/birt/plugins/org.jboss.tools.birt.oda.ui/about_ja.properties 2011-10-07 23:47:50 UTC (rev 35498)
+++ trunk/birt/plugins/org.jboss.tools.birt.oda.ui/about_ja.properties 2011-10-07 23:52:00 UTC (rev 35499)
@@ -1 +1 @@
-blurb=JBoss BIRT \u9023\u643A\n\nVersion\: {featureVersion}\n\n(c) Copyright JBoss by Red Hat, contributors and others 2004 - 2010. All rights reserved.\nVisit http\://jboss.org/tools
+blurb=JBoss BIRT \u9023\u643A\n\nVersion\: {featureVersion}\n\n(c) Copyright (c) Red Hat, Inc., contributors and others 2004 - 2010. All rights reserved.\nVisit http\://jboss.org/tools
Modified: trunk/birt/tests/org.jboss.tools.birt.core.test/about.properties
===================================================================
--- trunk/birt/tests/org.jboss.tools.birt.core.test/about.properties 2011-10-07 23:47:50 UTC (rev 35498)
+++ trunk/birt/tests/org.jboss.tools.birt.core.test/about.properties 2011-10-07 23:52:00 UTC (rev 35499)
@@ -1,2 +1,2 @@
-blurb=JBoss BIRT Integration tests\n\nVersion\: {featureVersion}\n\n(c) Copyright JBoss by Red Hat, contributors and others 2004 - 2011. All rights reserved.\nVisit http\://jboss.org/tools
+blurb=JBoss BIRT Integration tests\n\nVersion\: {featureVersion}\n\n(c) Copyright (c) Red Hat, Inc., contributors and others 2004 - 2011. All rights reserved.\nVisit http\://jboss.org/tools
Modified: trunk/bpel-old/plugins/org.eclipse.bpel.ui/about.properties
===================================================================
--- trunk/bpel-old/plugins/org.eclipse.bpel.ui/about.properties 2011-10-07 23:47:50 UTC (rev 35498)
+++ trunk/bpel-old/plugins/org.eclipse.bpel.ui/about.properties 2011-10-07 23:52:00 UTC (rev 35499)
@@ -1 +1 @@
-blurb=JBoss BPEL Editor\n \n Version\: {featureVersion}\n \n (c) Copyright JBoss by Red Hat, contributors and others 2004 - 2010. All rights reserved.\n Visit http\://jboss.org/tools
\ No newline at end of file
+blurb=JBoss BPEL Editor\n \n Version\: {featureVersion}\n \n (c) Copyright (c) Red Hat, Inc., contributors and others 2004 - 2010. All rights reserved.\n Visit http\://jboss.org/tools
\ No newline at end of file
Modified: trunk/central/plugins/org.jboss.tools.central/about.properties
===================================================================
--- trunk/central/plugins/org.jboss.tools.central/about.properties 2011-10-07 23:47:50 UTC (rev 35498)
+++ trunk/central/plugins/org.jboss.tools.central/about.properties 2011-10-07 23:52:00 UTC (rev 35499)
@@ -1,2 +1,2 @@
-blurb=JBoss Central\n\nVersion\: {featureVersion}\n\n(c) Copyright JBoss by Red Hat, contributors and others 2004 - 2011. All rights reserved.\nVisit http\://jboss.org/tools
+blurb=JBoss Central\n\nVersion\: {featureVersion}\n\n(c) Copyright (c) Red Hat, Inc., contributors and others 2004 - 2011. All rights reserved.\nVisit http\://jboss.org/tools
Modified: trunk/common/plugins/org.jboss.tools.common.jdt.debug/about.properties
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.jdt.debug/about.properties 2011-10-07 23:47:50 UTC (rev 35498)
+++ trunk/common/plugins/org.jboss.tools.common.jdt.debug/about.properties 2011-10-07 23:52:00 UTC (rev 35499)
@@ -1,2 +1,2 @@
-blurb=JBoss Tools Launching Support\n\nVersion\: {featureVersion}\n\n(c) Copyright JBoss by Red Hat, contributors and others 2004 - 2011. All rights reserved.\nVisit http\://jboss.org/tools
+blurb=JBoss Tools Launching Support\n\nVersion\: {featureVersion}\n\n(c) Copyright (c) Red Hat, Inc., contributors and others 2004 - 2011. All rights reserved.\nVisit http\://jboss.org/tools
Modified: trunk/esb/plugins/org.jboss.tools.esb.ui/about.properties
===================================================================
--- trunk/esb/plugins/org.jboss.tools.esb.ui/about.properties 2011-10-07 23:47:50 UTC (rev 35498)
+++ trunk/esb/plugins/org.jboss.tools.esb.ui/about.properties 2011-10-07 23:52:00 UTC (rev 35499)
@@ -1,2 +1,2 @@
-blurb=JBoss ESB Tools\n\nVersion\: {featureVersion}\n\n(c) Copyright JBoss by Red Hat, contributors and others 2004 - 2010. All rights reserved.\nVisit http\://jboss.org/tools
+blurb=JBoss ESB Tools\n\nVersion\: {featureVersion}\n\n(c) Copyright (c) Red Hat, Inc., contributors and others 2004 - 2010. All rights reserved.\nVisit http\://jboss.org/tools
Modified: trunk/esb/plugins/org.jboss.tools.esb.ui/about_ja.properties
===================================================================
--- trunk/esb/plugins/org.jboss.tools.esb.ui/about_ja.properties 2011-10-07 23:47:50 UTC (rev 35498)
+++ trunk/esb/plugins/org.jboss.tools.esb.ui/about_ja.properties 2011-10-07 23:52:00 UTC (rev 35499)
@@ -1 +1 @@
-blurb=JBoss ESB Tools\n\nVersion\: {featureVersion}\n\n(c) Copyright JBoss by Red Hat, contributors and others 2004 - 2010. All rights reserved.\nVisit http\://jboss.org/tools
+blurb=JBoss ESB Tools\n\nVersion\: {featureVersion}\n\n(c) Copyright (c) Red Hat, Inc., contributors and others 2004 - 2010. All rights reserved.\nVisit http\://jboss.org/tools
Modified: trunk/examples/plugins/org.jboss.tools.community.project.examples/about.properties
===================================================================
--- trunk/examples/plugins/org.jboss.tools.community.project.examples/about.properties 2011-10-07 23:47:50 UTC (rev 35498)
+++ trunk/examples/plugins/org.jboss.tools.community.project.examples/about.properties 2011-10-07 23:52:00 UTC (rev 35499)
@@ -1,2 +1,2 @@
-blurb=JBoss Tools Community Project Examples\n\nVersion\: {featureVersion}\n\n(c) Copyright JBoss by Red Hat, contributors and others 2004 - 2010. All rights reserved.\nVisit http\://jboss.org/tools
+blurb=JBoss Tools Community Project Examples\n\nVersion\: {featureVersion}\n\n(c) Copyright (c) Red Hat, Inc., contributors and others 2004 - 2010. All rights reserved.\nVisit http\://jboss.org/tools
Modified: trunk/examples/plugins/org.jboss.tools.project.examples/about.properties
===================================================================
--- trunk/examples/plugins/org.jboss.tools.project.examples/about.properties 2011-10-07 23:47:50 UTC (rev 35498)
+++ trunk/examples/plugins/org.jboss.tools.project.examples/about.properties 2011-10-07 23:52:00 UTC (rev 35499)
@@ -1,2 +1,2 @@
-blurb=JBoss Project Examples\n\nVersion\: {featureVersion}\n\n(c) Copyright JBoss by Red Hat, contributors and others 2004 - 2010. All rights reserved.\nVisit http\://jboss.org/tools
+blurb=JBoss Project Examples\n\nVersion\: {featureVersion}\n\n(c) Copyright (c) Red Hat, Inc., contributors and others 2004 - 2010. All rights reserved.\nVisit http\://jboss.org/tools
Modified: trunk/examples/plugins/org.jboss.tools.project.examples/about_ja.properties
===================================================================
--- trunk/examples/plugins/org.jboss.tools.project.examples/about_ja.properties 2011-10-07 23:47:50 UTC (rev 35498)
+++ trunk/examples/plugins/org.jboss.tools.project.examples/about_ja.properties 2011-10-07 23:52:00 UTC (rev 35499)
@@ -1 +1 @@
-blurb=JBoss \u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u30FB\u30B5\u30F3\u30D7\u30EB\n\nVersion\: {featureVersion}\n\n(c) Copyright JBoss by Red Hat, contributors and others 2004 - 2010. All rights reserved.\nVisit http\://jboss.org/tools
+blurb=JBoss \u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u30FB\u30B5\u30F3\u30D7\u30EB\n\nVersion\: {featureVersion}\n\n(c) Copyright (c) Red Hat, Inc., contributors and others 2004 - 2010. All rights reserved.\nVisit http\://jboss.org/tools
Modified: trunk/freemarker/plugins/org.jboss.ide.eclipse.freemarker/about.properties
===================================================================
--- trunk/freemarker/plugins/org.jboss.ide.eclipse.freemarker/about.properties 2011-10-07 23:47:50 UTC (rev 35498)
+++ trunk/freemarker/plugins/org.jboss.ide.eclipse.freemarker/about.properties 2011-10-07 23:52:00 UTC (rev 35499)
@@ -1,2 +1,2 @@
-blurb=FreeMarker IDE\n\nVersion\: {featureVersion}\n\n(c) Copyright JBoss by Red Hat, contributors and others 2004 - 2010. All rights reserved.\nVisit http\://jboss.org/tools
+blurb=FreeMarker IDE\n\nVersion\: {featureVersion}\n\n(c) Copyright (c) Red Hat, Inc., contributors and others 2004 - 2010. All rights reserved.\nVisit http\://jboss.org/tools
Modified: trunk/freemarker/plugins/org.jboss.ide.eclipse.freemarker/about_ja.properties
===================================================================
--- trunk/freemarker/plugins/org.jboss.ide.eclipse.freemarker/about_ja.properties 2011-10-07 23:47:50 UTC (rev 35498)
+++ trunk/freemarker/plugins/org.jboss.ide.eclipse.freemarker/about_ja.properties 2011-10-07 23:52:00 UTC (rev 35499)
@@ -1 +1 @@
-blurb=FreeMarker IDE\n\nVersion\: {featureVersion}\n\n(c) Copyright JBoss by Red Hat, contributors and others 2004 - 2010. All rights reserved.\nVisit http\://jboss.org/tools
+blurb=FreeMarker IDE\n\nVersion\: {featureVersion}\n\n(c) Copyright (c) Red Hat, Inc., contributors and others 2004 - 2010. All rights reserved.\nVisit http\://jboss.org/tools
Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse/about.properties
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse/about.properties 2011-10-07 23:47:50 UTC (rev 35498)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse/about.properties 2011-10-07 23:52:00 UTC (rev 35499)
@@ -1,2 +1,2 @@
-blurb=Hibernate Tools for Eclipse\n\nVersion\: {featureVersion}\n\n(c) Copyright JBoss by Red Hat, contributors and others 2004 - 2010. All rights reserved.\nVisit http\://tools.hibernate.org
+blurb=Hibernate Tools for Eclipse\n\nVersion\: {featureVersion}\n\n(c) Copyright (c) Red Hat, Inc., contributors and others 2004 - 2010. All rights reserved.\nVisit http\://tools.hibernate.org
Modified: trunk/jbpm/plugins/org.jboss.tools.jbpm.convert/about.properties
===================================================================
--- trunk/jbpm/plugins/org.jboss.tools.jbpm.convert/about.properties 2011-10-07 23:47:50 UTC (rev 35498)
+++ trunk/jbpm/plugins/org.jboss.tools.jbpm.convert/about.properties 2011-10-07 23:52:00 UTC (rev 35499)
@@ -1,2 +1,2 @@
-blurb=jBPM Convert\n\nVersion\: {featureVersion}\n\n(c) Copyright JBoss by Red Hat, contributors and others 2004 - 2010. All rights reserved.\nVisit http\://jboss.org/tools
+blurb=jBPM Convert\n\nVersion\: {featureVersion}\n\n(c) Copyright (c) Red Hat, Inc., contributors and others 2004 - 2010. All rights reserved.\nVisit http\://jboss.org/tools
Modified: trunk/jbpm/plugins/org.jboss.tools.jbpm.convert/about_ja.properties
===================================================================
--- trunk/jbpm/plugins/org.jboss.tools.jbpm.convert/about_ja.properties 2011-10-07 23:47:50 UTC (rev 35498)
+++ trunk/jbpm/plugins/org.jboss.tools.jbpm.convert/about_ja.properties 2011-10-07 23:52:00 UTC (rev 35499)
@@ -1 +1 @@
-blurb=jBPM \u5909\u63DB\n\nVersion\: {featureVersion}\n\n(c) Copyright JBoss by Red Hat, contributors and others 2004 - 2010. All rights reserved.\nVisit http\://jboss.org/tools
+blurb=jBPM \u5909\u63DB\n\nVersion\: {featureVersion}\n\n(c) Copyright (c) Red Hat, Inc., contributors and others 2004 - 2010. All rights reserved.\nVisit http\://jboss.org/tools
Modified: trunk/maven/plugins/org.jboss.tools.maven.cdi/about.properties
===================================================================
--- trunk/maven/plugins/org.jboss.tools.maven.cdi/about.properties 2011-10-07 23:47:50 UTC (rev 35498)
+++ trunk/maven/plugins/org.jboss.tools.maven.cdi/about.properties 2011-10-07 23:52:00 UTC (rev 35499)
@@ -1,2 +1,2 @@
-blurb=JBoss Maven CDI Configurator\n\nVersion\: {featureVersion}\n\n(c) Copyright JBoss by Red Hat, contributors and others 2004 - 2010. All rights reserved.\nVisit http\://jboss.org/tools
+blurb=JBoss Maven CDI Configurator\n\nVersion\: {featureVersion}\n\n(c) Copyright (c) Red Hat, Inc., contributors and others 2004 - 2010. All rights reserved.\nVisit http\://jboss.org/tools
Modified: trunk/maven/plugins/org.jboss.tools.maven.hibernate/about.properties
===================================================================
--- trunk/maven/plugins/org.jboss.tools.maven.hibernate/about.properties 2011-10-07 23:47:50 UTC (rev 35498)
+++ trunk/maven/plugins/org.jboss.tools.maven.hibernate/about.properties 2011-10-07 23:52:00 UTC (rev 35499)
@@ -1,2 +1,2 @@
-blurb=JBoss Maven Hibernate Configurator\n\nVersion\: {featureVersion}\n\n(c) Copyright JBoss by Red Hat, contributors and others 2004 - 2010. All rights reserved.\nVisit http\://jboss.org/tools
+blurb=JBoss Maven Hibernate Configurator\n\nVersion\: {featureVersion}\n\n(c) Copyright (c) Red Hat, Inc., contributors and others 2004 - 2010. All rights reserved.\nVisit http\://jboss.org/tools
Modified: trunk/maven/plugins/org.jboss.tools.maven.jaxrs/about.properties
===================================================================
--- trunk/maven/plugins/org.jboss.tools.maven.jaxrs/about.properties 2011-10-07 23:47:50 UTC (rev 35498)
+++ trunk/maven/plugins/org.jboss.tools.maven.jaxrs/about.properties 2011-10-07 23:52:00 UTC (rev 35499)
@@ -1,2 +1,2 @@
-blurb=JBoss Maven JAX-RS Configurator\n\nVersion\: {featureVersion}\n\n(c) Copyright JBoss by Red Hat, contributors and others 2004 - 2010. All rights reserved.\nVisit http\://jboss.org/tools
+blurb=JBoss Maven JAX-RS Configurator\n\nVersion\: {featureVersion}\n\n(c) Copyright (c) Red Hat, Inc., contributors and others 2004 - 2010. All rights reserved.\nVisit http\://jboss.org/tools
Modified: trunk/maven/plugins/org.jboss.tools.maven.jbosspackaging/about.properties
===================================================================
--- trunk/maven/plugins/org.jboss.tools.maven.jbosspackaging/about.properties 2011-10-07 23:47:50 UTC (rev 35498)
+++ trunk/maven/plugins/org.jboss.tools.maven.jbosspackaging/about.properties 2011-10-07 23:52:00 UTC (rev 35499)
@@ -1,2 +1,2 @@
-blurb=JBoss Packaging Maven Configurators\n\nVersion\: {featureVersion}\n\n(c) Copyright JBoss by Red Hat, contributors and others 2004 - 2010. All rights reserved.\nVisit http\://jboss.org/tools
+blurb=JBoss Packaging Maven Configurators\n\nVersion\: {featureVersion}\n\n(c) Copyright (c) Red Hat, Inc., contributors and others 2004 - 2010. All rights reserved.\nVisit http\://jboss.org/tools
Modified: trunk/maven/plugins/org.jboss.tools.maven.jsf/about.properties
===================================================================
--- trunk/maven/plugins/org.jboss.tools.maven.jsf/about.properties 2011-10-07 23:47:50 UTC (rev 35498)
+++ trunk/maven/plugins/org.jboss.tools.maven.jsf/about.properties 2011-10-07 23:52:00 UTC (rev 35499)
@@ -1,2 +1,2 @@
-blurb=JBoss Maven JSF Configurator\n\nVersion\: {featureVersion}\n\n(c) Copyright JBoss by Red Hat, contributors and others 2004 - 2010. All rights reserved.\nVisit http\://jboss.org/tools
+blurb=JBoss Maven JSF Configurator\n\nVersion\: {featureVersion}\n\n(c) Copyright (c) Red Hat, Inc., contributors and others 2004 - 2010. All rights reserved.\nVisit http\://jboss.org/tools
Modified: trunk/maven/plugins/org.jboss.tools.maven.portlet/about.properties
===================================================================
--- trunk/maven/plugins/org.jboss.tools.maven.portlet/about.properties 2011-10-07 23:47:50 UTC (rev 35498)
+++ trunk/maven/plugins/org.jboss.tools.maven.portlet/about.properties 2011-10-07 23:52:00 UTC (rev 35499)
@@ -1,2 +1,2 @@
-blurb=JBoss Maven Portlet Configurator\n\nVersion\: {featureVersion}\n\n(c) Copyright JBoss by Red Hat, contributors and others 2004 - 2010. All rights reserved.\nVisit http\://jboss.org/tools
+blurb=JBoss Maven Portlet Configurator\n\nVersion\: {featureVersion}\n\n(c) Copyright (c) Red Hat, Inc., contributors and others 2004 - 2010. All rights reserved.\nVisit http\://jboss.org/tools
Modified: trunk/maven/plugins/org.jboss.tools.maven.project.examples/about.properties
===================================================================
--- trunk/maven/plugins/org.jboss.tools.maven.project.examples/about.properties 2011-10-07 23:47:50 UTC (rev 35498)
+++ trunk/maven/plugins/org.jboss.tools.maven.project.examples/about.properties 2011-10-07 23:52:00 UTC (rev 35499)
@@ -1,2 +1,2 @@
-blurb=JBoss Maven Project Examples\n\nVersion\: {featureVersion}\n\n(c) Copyright JBoss by Red Hat, contributors and others 2004 - 2010. All rights reserved.\nVisit http\://jboss.org/tools
+blurb=JBoss Maven Project Examples\n\nVersion\: {featureVersion}\n\n(c) Copyright (c) Red Hat, Inc., contributors and others 2004 - 2010. All rights reserved.\nVisit http\://jboss.org/tools
Modified: trunk/maven/plugins/org.jboss.tools.maven.seam/about.properties
===================================================================
--- trunk/maven/plugins/org.jboss.tools.maven.seam/about.properties 2011-10-07 23:47:50 UTC (rev 35498)
+++ trunk/maven/plugins/org.jboss.tools.maven.seam/about.properties 2011-10-07 23:52:00 UTC (rev 35499)
@@ -1,2 +1,2 @@
-blurb=Integration Seam projects with Maven\n\nVersion\: {featureVersion}\n\n(c) Copyright JBoss by Red Hat, contributors and others 2004 - 2010. All rights reserved.\nVisit http\://jboss.org/tools
+blurb=Integration Seam projects with Maven\n\nVersion\: {featureVersion}\n\n(c) Copyright (c) Red Hat, Inc., contributors and others 2004 - 2010. All rights reserved.\nVisit http\://jboss.org/tools
Modified: trunk/maven/plugins/org.jboss.tools.maven.ui/about.properties
===================================================================
--- trunk/maven/plugins/org.jboss.tools.maven.ui/about.properties 2011-10-07 23:47:50 UTC (rev 35498)
+++ trunk/maven/plugins/org.jboss.tools.maven.ui/about.properties 2011-10-07 23:52:00 UTC (rev 35499)
@@ -1,2 +1,2 @@
-blurb=JBoss Maven Integration\n\nVersion\: {featureVersion}\n\n(c) Copyright JBoss by Red Hat, contributors and others 2004 - 2010. All rights reserved.\nVisit http\://jboss.org/tools
+blurb=JBoss Maven Integration\n\nVersion\: {featureVersion}\n\n(c) Copyright (c) Red Hat, Inc., contributors and others 2004 - 2010. All rights reserved.\nVisit http\://jboss.org/tools
Modified: trunk/portlet/plugins/org.jboss.tools.portlet.ui/about.properties
===================================================================
--- trunk/portlet/plugins/org.jboss.tools.portlet.ui/about.properties 2011-10-07 23:47:50 UTC (rev 35498)
+++ trunk/portlet/plugins/org.jboss.tools.portlet.ui/about.properties 2011-10-07 23:52:00 UTC (rev 35499)
@@ -1,2 +1,2 @@
-blurb=JBoss Portlet\n\nVersion\: {featureVersion}\n\n(c) Copyright JBoss by Red Hat, contributors and others 2004 - 2010. All rights reserved.\nVisit http\://jboss.org/tools
+blurb=JBoss Portlet\n\nVersion\: {featureVersion}\n\n(c) Copyright (c) Red Hat, Inc., contributors and others 2004 - 2010. All rights reserved.\nVisit http\://jboss.org/tools
Modified: trunk/portlet/plugins/org.jboss.tools.portlet.ui/about_ja.properties
===================================================================
--- trunk/portlet/plugins/org.jboss.tools.portlet.ui/about_ja.properties 2011-10-07 23:47:50 UTC (rev 35498)
+++ trunk/portlet/plugins/org.jboss.tools.portlet.ui/about_ja.properties 2011-10-07 23:52:00 UTC (rev 35499)
@@ -1 +1 @@
-blurb=JBoss \u30DD\u30FC\u30C8\u30EC\u30C3\u30C8\n\nVersion\: {featureVersion}\n\n(c) Copyright JBoss by Red Hat, contributors and others 2004 - 2010. All rights reserved.\nVisit http\://jboss.org/tools
+blurb=JBoss \u30DD\u30FC\u30C8\u30EC\u30C3\u30C8\n\nVersion\: {featureVersion}\n\n(c) Copyright (c) Red Hat, Inc., contributors and others 2004 - 2010. All rights reserved.\nVisit http\://jboss.org/tools
Modified: trunk/portlet/tests/org.jboss.tools.portlet.core.test/about.properties
===================================================================
--- trunk/portlet/tests/org.jboss.tools.portlet.core.test/about.properties 2011-10-07 23:47:50 UTC (rev 35498)
+++ trunk/portlet/tests/org.jboss.tools.portlet.core.test/about.properties 2011-10-07 23:52:00 UTC (rev 35499)
@@ -1,2 +1,2 @@
-blurb=JBoss Portlet tests\n\nVersion\: {featureVersion}\n\n(c) Copyright JBoss by Red Hat, contributors and others 2004 - 2011. All rights reserved.\nVisit http\://jboss.org/tools
+blurb=JBoss Portlet tests\n\nVersion\: {featureVersion}\n\n(c) Copyright (c) Red Hat, Inc., contributors and others 2004 - 2011. All rights reserved.\nVisit http\://jboss.org/tools
Modified: trunk/runtime/plugins/org.jboss.tools.runtime/about.properties
===================================================================
--- trunk/runtime/plugins/org.jboss.tools.runtime/about.properties 2011-10-07 23:47:50 UTC (rev 35498)
+++ trunk/runtime/plugins/org.jboss.tools.runtime/about.properties 2011-10-07 23:52:00 UTC (rev 35499)
@@ -1,2 +1,2 @@
-blurb=JBoss Runtime Initializer\n\nVersion\: {featureVersion}\n\n(c) Copyright JBoss by Red Hat, contributors and others 2004 - 2010. All rights reserved.\nVisit http\://jboss.org/tools
+blurb=JBoss Runtime Initializer\n\nVersion\: {featureVersion}\n\n(c) Copyright (c) Red Hat, Inc., contributors and others 2004 - 2010. All rights reserved.\nVisit http\://jboss.org/tools
Modified: trunk/runtime/plugins/org.jboss.tools.runtime.as.detector/about.properties
===================================================================
--- trunk/runtime/plugins/org.jboss.tools.runtime.as.detector/about.properties 2011-10-07 23:47:50 UTC (rev 35498)
+++ trunk/runtime/plugins/org.jboss.tools.runtime.as.detector/about.properties 2011-10-07 23:52:00 UTC (rev 35499)
@@ -1,2 +1,2 @@
-blurb=JBoss Runtime AS Detector\n\nVersion\: {featureVersion}\n\n(c) Copyright JBoss by Red Hat, contributors and others 2004 - 2011. All rights reserved.\nVisit http\://jboss.org/tools
+blurb=JBoss Runtime AS Detector\n\nVersion\: {featureVersion}\n\n(c) Copyright (c) Red Hat, Inc., contributors and others 2004 - 2011. All rights reserved.\nVisit http\://jboss.org/tools
Modified: trunk/runtime/plugins/org.jboss.tools.runtime.core/about.properties
===================================================================
--- trunk/runtime/plugins/org.jboss.tools.runtime.core/about.properties 2011-10-07 23:47:50 UTC (rev 35498)
+++ trunk/runtime/plugins/org.jboss.tools.runtime.core/about.properties 2011-10-07 23:52:00 UTC (rev 35499)
@@ -1,2 +1,2 @@
-blurb=JBoss Runtime Detection\n\nVersion\: {featureVersion}\n\n(c) Copyright JBoss by Red Hat, contributors and others 2004 - 2010. All rights reserved.\nVisit http\://jboss.org/tools
+blurb=JBoss Runtime Detection\n\nVersion\: {featureVersion}\n\n(c) Copyright (c) Red Hat, Inc., contributors and others 2004 - 2010. All rights reserved.\nVisit http\://jboss.org/tools
Modified: trunk/runtime/plugins/org.jboss.tools.runtime.drools.detector/about.properties
===================================================================
--- trunk/runtime/plugins/org.jboss.tools.runtime.drools.detector/about.properties 2011-10-07 23:47:50 UTC (rev 35498)
+++ trunk/runtime/plugins/org.jboss.tools.runtime.drools.detector/about.properties 2011-10-07 23:52:00 UTC (rev 35499)
@@ -1,2 +1,2 @@
-blurb=JBoss Runtime Drools Detector\n\nVersion\: {featureVersion}\n\n(c) Copyright JBoss by Red Hat, contributors and others 2004 - 2011. All rights reserved.\nVisit http\://jboss.org/tools
+blurb=JBoss Runtime Drools Detector\n\nVersion\: {featureVersion}\n\n(c) Copyright (c) Red Hat, Inc., contributors and others 2004 - 2011. All rights reserved.\nVisit http\://jboss.org/tools
Modified: trunk/runtime/plugins/org.jboss.tools.runtime.esb.detector/about.properties
===================================================================
--- trunk/runtime/plugins/org.jboss.tools.runtime.esb.detector/about.properties 2011-10-07 23:47:50 UTC (rev 35498)
+++ trunk/runtime/plugins/org.jboss.tools.runtime.esb.detector/about.properties 2011-10-07 23:52:00 UTC (rev 35499)
@@ -1,2 +1,2 @@
-blurb=JBoss Runtime ESB Detector\n\nVersion\: {featureVersion}\n\n(c) Copyright JBoss by Red Hat, contributors and others 2004 - 2011. All rights reserved.\nVisit http\://jboss.org/tools
+blurb=JBoss Runtime ESB Detector\n\nVersion\: {featureVersion}\n\n(c) Copyright (c) Red Hat, Inc., contributors and others 2004 - 2011. All rights reserved.\nVisit http\://jboss.org/tools
Modified: trunk/runtime/plugins/org.jboss.tools.runtime.jbpm.detector/about.properties
===================================================================
--- trunk/runtime/plugins/org.jboss.tools.runtime.jbpm.detector/about.properties 2011-10-07 23:47:50 UTC (rev 35498)
+++ trunk/runtime/plugins/org.jboss.tools.runtime.jbpm.detector/about.properties 2011-10-07 23:52:00 UTC (rev 35499)
@@ -1,2 +1,2 @@
-blurb=JBoss Runtime jBPM Detector\n\nVersion\: {featureVersion}\n\n(c) Copyright JBoss by Red Hat, contributors and others 2004 - 2011. All rights reserved.\nVisit http\://jboss.org/tools
+blurb=JBoss Runtime jBPM Detector\n\nVersion\: {featureVersion}\n\n(c) Copyright (c) Red Hat, Inc., contributors and others 2004 - 2011. All rights reserved.\nVisit http\://jboss.org/tools
Modified: trunk/runtime/plugins/org.jboss.tools.runtime.seam.detector/about.properties
===================================================================
--- trunk/runtime/plugins/org.jboss.tools.runtime.seam.detector/about.properties 2011-10-07 23:47:50 UTC (rev 35498)
+++ trunk/runtime/plugins/org.jboss.tools.runtime.seam.detector/about.properties 2011-10-07 23:52:00 UTC (rev 35499)
@@ -1,2 +1,2 @@
-blurb=JBoss Runtime Seam Detector\n\nVersion\: {featureVersion}\n\n(c) Copyright JBoss by Red Hat, contributors and others 2004 - 2011. All rights reserved.\nVisit http\://jboss.org/tools
+blurb=JBoss Runtime Seam Detector\n\nVersion\: {featureVersion}\n\n(c) Copyright (c) Red Hat, Inc., contributors and others 2004 - 2011. All rights reserved.\nVisit http\://jboss.org/tools
Modified: trunk/runtime/plugins/org.jboss.tools.runtime.ui/about.properties
===================================================================
--- trunk/runtime/plugins/org.jboss.tools.runtime.ui/about.properties 2011-10-07 23:47:50 UTC (rev 35498)
+++ trunk/runtime/plugins/org.jboss.tools.runtime.ui/about.properties 2011-10-07 23:52:00 UTC (rev 35499)
@@ -1,2 +1,2 @@
-blurb=JBoss Runtime Detection UI\n\nVersion\: {featureVersion}\n\n(c) Copyright JBoss by Red Hat, contributors and others 2004 - 2011. All rights reserved.\nVisit http\://jboss.org/tools
+blurb=JBoss Runtime Detection UI\n\nVersion\: {featureVersion}\n\n(c) Copyright (c) Red Hat, Inc., contributors and others 2004 - 2011. All rights reserved.\nVisit http\://jboss.org/tools
Modified: trunk/smooks/plugins/org.jboss.tools.smooks.ui/about.properties
===================================================================
--- trunk/smooks/plugins/org.jboss.tools.smooks.ui/about.properties 2011-10-07 23:47:50 UTC (rev 35498)
+++ trunk/smooks/plugins/org.jboss.tools.smooks.ui/about.properties 2011-10-07 23:52:00 UTC (rev 35499)
@@ -1,2 +1,2 @@
-blurb=Smooks Tools\n\nVersion\: {featureVersion}\n\n(c) Copyright JBoss by Red Hat, contributors and others 2004 - 2010. All rights reserved.\nVisit http\://jboss.org/tools
+blurb=Smooks Tools\n\nVersion\: {featureVersion}\n\n(c) Copyright (c) Red Hat, Inc., contributors and others 2004 - 2010. All rights reserved.\nVisit http\://jboss.org/tools
Modified: trunk/smooks/plugins/org.jboss.tools.smooks.ui/about_ja.properties
===================================================================
--- trunk/smooks/plugins/org.jboss.tools.smooks.ui/about_ja.properties 2011-10-07 23:47:50 UTC (rev 35498)
+++ trunk/smooks/plugins/org.jboss.tools.smooks.ui/about_ja.properties 2011-10-07 23:52:00 UTC (rev 35499)
@@ -1 +1 @@
-blurb=Smooks Tools\n\nVersion\: {featureVersion}\n\n(c) Copyright JBoss by Red Hat, contributors and others 2004 - 2010. All rights reserved.\nVisit http\://jboss.org/tools
+blurb=Smooks Tools\n\nVersion\: {featureVersion}\n\n(c) Copyright (c) Red Hat, Inc., contributors and others 2004 - 2010. All rights reserved.\nVisit http\://jboss.org/tools
Modified: trunk/struts/plugins/org.jboss.tools.struts.ui/about.properties
===================================================================
--- trunk/struts/plugins/org.jboss.tools.struts.ui/about.properties 2011-10-07 23:47:50 UTC (rev 35498)
+++ trunk/struts/plugins/org.jboss.tools.struts.ui/about.properties 2011-10-07 23:52:00 UTC (rev 35499)
@@ -2,6 +2,6 @@
\n\
Version: {featureVersion}\n\
\n\
-(c) Copyright JBoss by Red Hat, contributors and others 2004 - 2010. All rights reserved.\n\
+(c) Copyright (c) Red Hat, Inc., contributors and others 2004 - 2010. All rights reserved.\n\
Visit http://jboss.org/tools
Modified: trunk/vpe/plugins/org.jboss.tools.vpe/about.properties
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe/about.properties 2011-10-07 23:47:50 UTC (rev 35498)
+++ trunk/vpe/plugins/org.jboss.tools.vpe/about.properties 2011-10-07 23:52:00 UTC (rev 35499)
@@ -1 +1 @@
-blurb=JBoss Tools RichFaces for Eclipse\n \n Version\: {featureVersion}\n \n (c) Copyright JBoss by Red Hat, contributors and others 2004 - 2010. All rights reserved.\n Visit http\://jboss.org/tools
\ No newline at end of file
+blurb=JBoss Tools RichFaces for Eclipse\n \n Version\: {featureVersion}\n \n (c) Copyright (c) Red Hat, Inc., contributors and others 2004 - 2010. All rights reserved.\n Visit http\://jboss.org/tools
\ No newline at end of file
Modified: trunk/vpe/plugins/org.jboss.tools.vpe/about_ja.properties
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe/about_ja.properties 2011-10-07 23:47:50 UTC (rev 35498)
+++ trunk/vpe/plugins/org.jboss.tools.vpe/about_ja.properties 2011-10-07 23:52:00 UTC (rev 35499)
@@ -1 +1 @@
-blurb=Eclipse \u7528 JBoss Tools RichFaces\n \n Version\: {featureVersion}\n \n (c) Copyright JBoss by Red Hat, contributors and others 2004 - 2010. All rights reserved.\n Visit http\://jboss.org/tools
+blurb=Eclipse \u7528 JBoss Tools RichFaces\n \n Version\: {featureVersion}\n \n (c) Copyright (c) Red Hat, Inc., contributors and others 2004 - 2010. All rights reserved.\n Visit http\://jboss.org/tools
Modified: trunk/vpe/plugins/org.jboss.tools.xulrunner.initializer/about.properties
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.xulrunner.initializer/about.properties 2011-10-07 23:47:50 UTC (rev 35498)
+++ trunk/vpe/plugins/org.jboss.tools.xulrunner.initializer/about.properties 2011-10-07 23:52:00 UTC (rev 35499)
@@ -2,6 +2,6 @@
\n\
Version: {featureVersion}\n\
\n\
-(c) Copyright JBoss by Red Hat, contributors and others 2004 - 2010. All rights reserved.\n\
+(c) Copyright (c) Red Hat, Inc., contributors and others 2004 - 2010. All rights reserved.\n\
Visit http://jboss.org/tools
Modified: trunk/vpe/plugins/org.jboss.tools.xulrunner.initializer/about_ja.properties
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.xulrunner.initializer/about_ja.properties 2011-10-07 23:47:50 UTC (rev 35498)
+++ trunk/vpe/plugins/org.jboss.tools.xulrunner.initializer/about_ja.properties 2011-10-07 23:52:00 UTC (rev 35499)
@@ -1 +1 @@
-blurb=XULRunner\n\nVersion\: {featureVersion}\n\n(c) Copyright JBoss by Red Hat, contributors and others 2004 - 2010. All rights reserved.\nVisit http\://jboss.org/tools
+blurb=XULRunner\n\nVersion\: {featureVersion}\n\n(c) Copyright (c) Red Hat, Inc., contributors and others 2004 - 2010. All rights reserved.\nVisit http\://jboss.org/tools
Modified: trunk/ws/plugins/org.jboss.tools.ws.ui/about.properties
===================================================================
--- trunk/ws/plugins/org.jboss.tools.ws.ui/about.properties 2011-10-07 23:47:50 UTC (rev 35498)
+++ trunk/ws/plugins/org.jboss.tools.ws.ui/about.properties 2011-10-07 23:52:00 UTC (rev 35499)
@@ -2,6 +2,6 @@
\n\
Version: {featureVersion}\n\
\n\
-(c) Copyright JBoss by Red Hat, contributors and others 2004 - 2010. All rights reserved.\n\
+(c) Copyright (c) Red Hat, Inc., contributors and others 2004 - 2010. All rights reserved.\n\
Visit http://jboss.org/tools
Modified: trunk/ws/plugins/org.jboss.tools.ws.ui/about_ja.properties
===================================================================
--- trunk/ws/plugins/org.jboss.tools.ws.ui/about_ja.properties 2011-10-07 23:47:50 UTC (rev 35498)
+++ trunk/ws/plugins/org.jboss.tools.ws.ui/about_ja.properties 2011-10-07 23:52:00 UTC (rev 35499)
@@ -1 +1 @@
-blurb=JBoss Web \u30B5\u30FC\u30D3\u30B9 Tools\n\nVersion\: {featureVersion}\n\n(c) Copyright JBoss by Red Hat, contributors and others 2004 - 2010. All rights reserved.\nVisit http\://jboss.org/tools
+blurb=JBoss Web \u30B5\u30FC\u30D3\u30B9 Tools\n\nVersion\: {featureVersion}\n\n(c) Copyright (c) Red Hat, Inc., contributors and others 2004 - 2010. All rights reserved.\nVisit http\://jboss.org/tools
13 years, 3 months
JBoss Tools SVN: r35498 - in trunk: archives/features/org.jboss.ide.eclipse.archives.test.feature and 9 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-10-07 19:47:50 -0400 (Fri, 07 Oct 2011)
New Revision: 35498
Modified:
trunk/archives/features/org.jboss.ide.eclipse.archives.feature/feature.properties
trunk/archives/features/org.jboss.ide.eclipse.archives.test.feature/feature.properties
trunk/as/features/org.jboss.ide.eclipse.as.archives.integration.feature/feature.properties
trunk/as/features/org.jboss.ide.eclipse.as.feature/feature.properties
trunk/as/features/org.jboss.ide.eclipse.as.jmx.integration.feature/feature.properties
trunk/as/features/org.jboss.ide.eclipse.as.server.egit.integration.feature/feature.properties
trunk/as/features/org.jboss.ide.eclipse.as.server.rse.integration.feature/feature.properties
trunk/as/features/org.jboss.ide.eclipse.as.serverAdapter.wtp.feature/feature.properties
trunk/as/features/org.jboss.ide.eclipse.as.source.feature/feature.xml
trunk/as/features/org.jboss.ide.eclipse.as.test.source.feature/feature.xml
trunk/hibernatetools/features/org.hibernate.eclipse.feature/feature.properties
Log:
reformat features and fix copyrights
Modified: trunk/archives/features/org.jboss.ide.eclipse.archives.feature/feature.properties
===================================================================
--- trunk/archives/features/org.jboss.ide.eclipse.archives.feature/feature.properties 2011-10-07 23:46:17 UTC (rev 35497)
+++ trunk/archives/features/org.jboss.ide.eclipse.archives.feature/feature.properties 2011-10-07 23:47:50 UTC (rev 35498)
@@ -30,7 +30,7 @@
gets incrementally updated allowing for fluent deployment for any type of Eclipse project.
copyright=JBoss, Home of Professional Open Source\n\
-Copyright JBoss by Red Hat, and individual contributors as indicated\n\
+Copyright (c) Red Hat, Inc., and individual contributors as indicated\n\
by the @authors tag, 2006-2011. See the copyright.txt in the distribution\n\
for a full listing of individual contributors.
Modified: trunk/archives/features/org.jboss.ide.eclipse.archives.test.feature/feature.properties
===================================================================
--- trunk/archives/features/org.jboss.ide.eclipse.archives.test.feature/feature.properties 2011-10-07 23:46:17 UTC (rev 35497)
+++ trunk/archives/features/org.jboss.ide.eclipse.archives.test.feature/feature.properties 2011-10-07 23:47:50 UTC (rev 35498)
@@ -28,4 +28,4 @@
# "description" property - description of the feature
description=Provides testing against the Project Archives toolset.
-copyright=JBoss, Home of Professional Open Source\nCopyright JBoss by Red Hat, and individual contributors as indicated\nby the @authors tag, 2006-2011. See the copyright.txt in the distribution\nfor a full listing of individual contributors.
+copyright=JBoss, Home of Professional Open Source\nCopyright (c) Red Hat, Inc., and individual contributors as indicated\nby the @authors tag, 2006-2011. See the copyright.txt in the distribution\nfor a full listing of individual contributors.
Modified: trunk/as/features/org.jboss.ide.eclipse.as.archives.integration.feature/feature.properties
===================================================================
--- trunk/as/features/org.jboss.ide.eclipse.as.archives.integration.feature/feature.properties 2011-10-07 23:46:17 UTC (rev 35497)
+++ trunk/as/features/org.jboss.ide.eclipse.as.archives.integration.feature/feature.properties 2011-10-07 23:47:50 UTC (rev 35498)
@@ -28,4 +28,4 @@
# "description" property - description of the feature
description=Provides support for zipped deployments against WTP server adapters.
-copyright=JBoss, Home of Professional Open Source\nCopyright JBoss by Red Hat, and individual contributors as indicated\nby the @authors tag, 2006-2011. See the copyright.txt in the distribution\nfor a full listing of individual contributors.
+copyright=JBoss, Home of Professional Open Source\nCopyright (c) Red Hat, Inc., and individual contributors as indicated\nby the @authors tag, 2006-2011. See the copyright.txt in the distribution\nfor a full listing of individual contributors.
Modified: trunk/as/features/org.jboss.ide.eclipse.as.feature/feature.properties
===================================================================
--- trunk/as/features/org.jboss.ide.eclipse.as.feature/feature.properties 2011-10-07 23:46:17 UTC (rev 35497)
+++ trunk/as/features/org.jboss.ide.eclipse.as.feature/feature.properties 2011-10-07 23:47:50 UTC (rev 35498)
@@ -28,4 +28,4 @@
# "description" property - description of the feature
description=Provides WTP server adapters for JBoss installations. These adapters are capable of deployment and providing classpaths for projects. Zipped or exploded deployments, JMX integration, and other extensions are included.
-copyright=JBoss, Home of Professional Open Source\nCopyright JBoss by Red Hat, and individual contributors as indicated\nby the @authors tag, 2006-2011. See the copyright.txt in the distribution\nfor a full listing of individual contributors.
+copyright=JBoss, Home of Professional Open Source\nCopyright (c) Red Hat, Inc., and individual contributors as indicated\nby the @authors tag, 2006-2011. See the copyright.txt in the distribution\nfor a full listing of individual contributors.
Modified: trunk/as/features/org.jboss.ide.eclipse.as.jmx.integration.feature/feature.properties
===================================================================
--- trunk/as/features/org.jboss.ide.eclipse.as.jmx.integration.feature/feature.properties 2011-10-07 23:46:17 UTC (rev 35497)
+++ trunk/as/features/org.jboss.ide.eclipse.as.jmx.integration.feature/feature.properties 2011-10-07 23:47:50 UTC (rev 35498)
@@ -28,4 +28,4 @@
# "description" property - description of the feature
description=Provides integration points between JBoss Servers and JMX
-copyright=JBoss, Home of Professional Open Source\nCopyright JBoss by Red Hat, and individual contributors as indicated\nby the @authors tag, 2006-2011. See the copyright.txt in the distribution\nfor a full listing of individual contributors.
+copyright=JBoss, Home of Professional Open Source\nCopyright (c) Red Hat, Inc., and individual contributors as indicated\nby the @authors tag, 2006-2011. See the copyright.txt in the distribution\nfor a full listing of individual contributors.
Modified: trunk/as/features/org.jboss.ide.eclipse.as.server.egit.integration.feature/feature.properties
===================================================================
--- trunk/as/features/org.jboss.ide.eclipse.as.server.egit.integration.feature/feature.properties 2011-10-07 23:46:17 UTC (rev 35497)
+++ trunk/as/features/org.jboss.ide.eclipse.as.server.egit.integration.feature/feature.properties 2011-10-07 23:47:50 UTC (rev 35498)
@@ -28,4 +28,4 @@
# "description" property - description of the feature
description=Provides integration points between AS Server tooling and the Git tooling of Eclipse (EGit)
-copyright=JBoss, Home of Professional Open Source\nCopyright JBoss by Red Hat, and individual contributors as indicated\nby the @authors tag, 2011. See the copyright.txt in the distribution\nfor a full listing of individual contributors.
+copyright=JBoss, Home of Professional Open Source\nCopyright (c) Red Hat, Inc., and individual contributors as indicated\nby the @authors tag, 2011. See the copyright.txt in the distribution\nfor a full listing of individual contributors.
Modified: trunk/as/features/org.jboss.ide.eclipse.as.server.rse.integration.feature/feature.properties
===================================================================
--- trunk/as/features/org.jboss.ide.eclipse.as.server.rse.integration.feature/feature.properties 2011-10-07 23:46:17 UTC (rev 35497)
+++ trunk/as/features/org.jboss.ide.eclipse.as.server.rse.integration.feature/feature.properties 2011-10-07 23:47:50 UTC (rev 35498)
@@ -28,4 +28,4 @@
# "description" property - description of the feature
description=Provides integration points between AS Server tooling and the Remote Systems Tooling of Eclipse
-copyright=JBoss, Home of Professional Open Source\nCopyright JBoss by Red Hat, and individual contributors as indicated\nby the @authors tag, 2006-2011. See the copyright.txt in the distribution\nfor a full listing of individual contributors.
+copyright=JBoss, Home of Professional Open Source\nCopyright (c) Red Hat, Inc., and individual contributors as indicated\nby the @authors tag, 2006-2011. See the copyright.txt in the distribution\nfor a full listing of individual contributors.
Modified: trunk/as/features/org.jboss.ide.eclipse.as.serverAdapter.wtp.feature/feature.properties
===================================================================
--- trunk/as/features/org.jboss.ide.eclipse.as.serverAdapter.wtp.feature/feature.properties 2011-10-07 23:46:17 UTC (rev 35497)
+++ trunk/as/features/org.jboss.ide.eclipse.as.serverAdapter.wtp.feature/feature.properties 2011-10-07 23:47:50 UTC (rev 35498)
@@ -28,4 +28,4 @@
# "description" property - description of the feature
description=Provides WTP server adapters for JBoss installations. These adapters are capable of deployment and providing classpaths for projects.
-copyright=JBoss, Home of Professional Open Source\nCopyright JBoss by Red Hat, and individual contributors as indicated\nby the @authors tag, 2006-2011. See the copyright.txt in the distribution\nfor a full listing of individual contributors.
+copyright=JBoss, Home of Professional Open Source\nCopyright (c) Red Hat, Inc., and individual contributors as indicated\nby the @authors tag, 2006-2011. See the copyright.txt in the distribution\nfor a full listing of individual contributors.
Modified: trunk/as/features/org.jboss.ide.eclipse.as.source.feature/feature.xml
===================================================================
--- trunk/as/features/org.jboss.ide.eclipse.as.source.feature/feature.xml 2011-10-07 23:46:17 UTC (rev 35497)
+++ trunk/as/features/org.jboss.ide.eclipse.as.source.feature/feature.xml 2011-10-07 23:47:50 UTC (rev 35498)
@@ -1,39 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.jboss.ide.eclipse.as.source.feature"
- label="%featureName"
- version="2.3.0.qualifier"
- provider-name="%featureProvider">
+<feature id="org.jboss.ide.eclipse.as.source.feature" label="%featureName" version="2.3.0.qualifier" provider-name="%featureProvider">
- <description>
+ <description>
%description
</description>
- <copyright>
+ <copyright>
JBoss, Home of Professional Open Source
Copyright (c) 2011 Red Hat, Inc., and individual contributors as indicated
by the @authors tag. See the copyright.txt in the distribution
for a full listing of individual contributors.
</copyright>
- <license url="%licenseURL">
+ <license url="%licenseURL">
%license
</license>
- <!-- because as.feature contains all the child features, so too as.source.feature contains all plugins
+ <!-- because as.feature contains all the child features, so too as.source.feature contains all plugins
except egit (JBIDE-9549) and openshift (moving to own component)
-->
- <plugin id="org.jboss.ide.eclipse.archives.webtools.source" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
- <plugin id="org.jboss.ide.eclipse.as.classpath.core.source" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
- <plugin id="org.jboss.ide.eclipse.as.classpath.ui.source" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
- <plugin id="org.jboss.ide.eclipse.as.core.source" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
- <plugin id="org.jboss.ide.eclipse.as.doc.user.source" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
- <plugin id="org.jboss.ide.eclipse.as.jmx.integration.source" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
- <plugin id="org.jboss.ide.eclipse.as.management.as7.source" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
- <plugin id="org.jboss.ide.eclipse.as.rse.core.source" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
- <plugin id="org.jboss.ide.eclipse.as.rse.ui.source" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
- <plugin id="org.jboss.ide.eclipse.as.ui.source" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
- <plugin id="org.jboss.ide.eclipse.as.ui.mbeans.source" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
- <plugin id="org.jboss.ide.eclipse.as.wtp.core.source" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
- <plugin id="org.jboss.ide.eclipse.as.wtp.ui.source" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
+ <plugin id="org.jboss.ide.eclipse.archives.webtools.source" download-size="0" install-size="0" version="0.0.0" unpack="false" />
+ <plugin id="org.jboss.ide.eclipse.as.classpath.core.source" download-size="0" install-size="0" version="0.0.0" unpack="false" />
+ <plugin id="org.jboss.ide.eclipse.as.classpath.ui.source" download-size="0" install-size="0" version="0.0.0" unpack="false" />
+ <plugin id="org.jboss.ide.eclipse.as.core.source" download-size="0" install-size="0" version="0.0.0" unpack="false" />
+ <plugin id="org.jboss.ide.eclipse.as.doc.user.source" download-size="0" install-size="0" version="0.0.0" unpack="false" />
+ <plugin id="org.jboss.ide.eclipse.as.jmx.integration.source" download-size="0" install-size="0" version="0.0.0" unpack="false" />
+ <plugin id="org.jboss.ide.eclipse.as.management.as7.source" download-size="0" install-size="0" version="0.0.0" unpack="false" />
+ <plugin id="org.jboss.ide.eclipse.as.rse.core.source" download-size="0" install-size="0" version="0.0.0" unpack="false" />
+ <plugin id="org.jboss.ide.eclipse.as.rse.ui.source" download-size="0" install-size="0" version="0.0.0" unpack="false" />
+ <plugin id="org.jboss.ide.eclipse.as.ui.source" download-size="0" install-size="0" version="0.0.0" unpack="false" />
+ <plugin id="org.jboss.ide.eclipse.as.ui.mbeans.source" download-size="0" install-size="0" version="0.0.0" unpack="false" />
+ <plugin id="org.jboss.ide.eclipse.as.wtp.core.source" download-size="0" install-size="0" version="0.0.0" unpack="false" />
+ <plugin id="org.jboss.ide.eclipse.as.wtp.ui.source" download-size="0" install-size="0" version="0.0.0" unpack="false" />
</feature>
Modified: trunk/as/features/org.jboss.ide.eclipse.as.test.source.feature/feature.xml
===================================================================
--- trunk/as/features/org.jboss.ide.eclipse.as.test.source.feature/feature.xml 2011-10-07 23:46:17 UTC (rev 35497)
+++ trunk/as/features/org.jboss.ide.eclipse.as.test.source.feature/feature.xml 2011-10-07 23:47:50 UTC (rev 35498)
@@ -1,35 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.jboss.ide.eclipse.as.test.source.feature"
- label="%featureName"
- version="1.0.0.qualifier"
- provider-name="%featureProvider">
+<feature id="org.jboss.ide.eclipse.as.test.source.feature" label="%featureName" version="1.0.0.qualifier" provider-name="%featureProvider">
- <description>
+ <description>
%description
</description>
- <copyright>
+ <copyright>
JBoss, Home of Professional Open Source
Copyright (c) 2006-2011 Red Hat, Inc., and individual contributors as indicated
by the @authors tag. See the copyright.txt in the distribution
for a full listing of individual contributors.
</copyright>
- <license url="%licenseURL">
+ <license url="%licenseURL">
%license
</license>
- <plugin id="org.jboss.ide.eclipse.as.archives.integration.test.source" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
- <plugin id="org.jboss.ide.eclipse.as.test.source" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
- <plugin id="org.jboss.ide.eclipse.as.ui.test.source" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
- <plugin id="org.jboss.ide.eclipse.as.management.as7.tests.source" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
+ <plugin id="org.jboss.ide.eclipse.as.archives.integration.test.source" download-size="0" install-size="0" version="0.0.0" unpack="false" />
+ <plugin id="org.jboss.ide.eclipse.as.test.source" download-size="0" install-size="0" version="0.0.0" unpack="false" />
+ <plugin id="org.jboss.ide.eclipse.as.ui.test.source" download-size="0" install-size="0" version="0.0.0" unpack="false" />
+ <plugin id="org.jboss.ide.eclipse.as.management.as7.tests.source" download-size="0" install-size="0" version="0.0.0" unpack="false" />
- <!-- JBIDE-9871 :: TODO: add to ../pom.xml
+ <!-- JBIDE-9871 :: TODO: add to ../pom.xml
<plugin id="org.jboss.ide.eclipse.as.egit.test.source" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
-->
- <!-- JBIDE-9871 :: TODO: add to ../pom.xml
+ <!-- JBIDE-9871 :: TODO: add to ../pom.xml
<plugin id="org.jboss.tools.openshift.express.client.test.source" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
<plugin id="org.jboss.ide.eclipse.as.openshift.test.source" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
-->
Modified: trunk/hibernatetools/features/org.hibernate.eclipse.feature/feature.properties
===================================================================
--- trunk/hibernatetools/features/org.hibernate.eclipse.feature/feature.properties 2011-10-07 23:46:17 UTC (rev 35497)
+++ trunk/hibernatetools/features/org.hibernate.eclipse.feature/feature.properties 2011-10-07 23:47:50 UTC (rev 35498)
@@ -31,6 +31,6 @@
Also includes hibernate-tools.jar for use with standalone Ant tools.
copyright=JBoss, Home of Professional Open Source\n\
-Copyright JBoss by Red Hat, and individual contributors as indicated \
+Copyright (c) Red Hat, Inc., and individual contributors as indicated \
by the @authors tag, 2006-2011. See the copyright.txt in the distribution \
for a full listing of individual contributors.
\ No newline at end of file
13 years, 3 months
JBoss Tools SVN: r35497 - in trunk: common/features/org.jboss.tools.common.all.source.feature and 2 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-10-07 19:46:17 -0400 (Fri, 07 Oct 2011)
New Revision: 35497
Modified:
trunk/as/features/org.jboss.tools.openshift.express.source.feature/feature.xml
trunk/common/features/org.jboss.tools.common.all.source.feature/feature.properties
trunk/common/features/org.jboss.tools.common.all.test.source.feature/feature.properties
trunk/common/features/org.jboss.tools.common.jdt.source.feature/feature.properties
Log:
reformat source features
Modified: trunk/as/features/org.jboss.tools.openshift.express.source.feature/feature.xml
===================================================================
--- trunk/as/features/org.jboss.tools.openshift.express.source.feature/feature.xml 2011-10-07 23:45:53 UTC (rev 35496)
+++ trunk/as/features/org.jboss.tools.openshift.express.source.feature/feature.xml 2011-10-07 23:46:17 UTC (rev 35497)
@@ -1,25 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.jboss.tools.openshift.express.source.feature"
- label="%featureName"
- version="2.3.0.qualifier"
- provider-name="%featureProvider">
+<feature id="org.jboss.tools.openshift.express.source.feature" label="%featureName" version="2.3.0.qualifier" provider-name="%featureProvider">
- <description>
+ <description>
%description
</description>
- <copyright>
+ <copyright>
JBoss, Home of Professional Open Source
Copyright (c) 2011 Red Hat, Inc., and individual contributors as indicated
by the @authors tag. See the copyright.txt in the distribution
for a full listing of individual contributors.
</copyright>
- <license url="%licenseURL">
+ <license url="%licenseURL">
%license
</license>
- <plugin id="org.jboss.tools.openshift.express.ui.source" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
- <plugin id="org.jboss.tools.openshift.express.client.source" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
+ <plugin id="org.jboss.tools.openshift.express.ui.source" download-size="0" install-size="0" version="0.0.0" unpack="false" />
+ <plugin id="org.jboss.tools.openshift.express.client.source" download-size="0" install-size="0" version="0.0.0" unpack="false" />
</feature>
Modified: trunk/common/features/org.jboss.tools.common.all.source.feature/feature.properties
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.source.feature/feature.properties 2011-10-07 23:45:53 UTC (rev 35496)
+++ trunk/common/features/org.jboss.tools.common.all.source.feature/feature.properties 2011-10-07 23:46:17 UTC (rev 35497)
@@ -24,7 +24,7 @@
# "description" property - description of the feature
description=Common functionality on which other plugins and features depend
-copyright=JBoss, Home of Professional Open Source\nCopyright JBoss by Red Hat, and individual contributors as indicated\nby the @authors tag, 2006-2011. See the copyright.txt in the distribution\nfor a full listing of individual contributors.
+copyright=JBoss, Home of Professional Open Source\nCopyright (c) Red Hat, Inc., and individual contributors as indicated\nby the @authors tag, 2006-2011. See the copyright.txt in the distribution\nfor a full listing of individual contributors.
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
Modified: trunk/common/features/org.jboss.tools.common.all.test.source.feature/feature.properties
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.test.source.feature/feature.properties 2011-10-07 23:45:53 UTC (rev 35496)
+++ trunk/common/features/org.jboss.tools.common.all.test.source.feature/feature.properties 2011-10-07 23:46:17 UTC (rev 35497)
@@ -25,7 +25,7 @@
description=Tests for Common functionality on which other plugins and features depend
copyright=JBoss, Home of Professional Open Source\n\
-Copyright JBoss by Red Hat, and individual contributors as indicated\n\
+Copyright (c) Red Hat, Inc., and individual contributors as indicated\n\
by the @authors tag, 2006-2011. See the copyright.txt in the distribution\n\
for a full listing of individual contributors.
Modified: trunk/common/features/org.jboss.tools.common.jdt.source.feature/feature.properties
===================================================================
--- trunk/common/features/org.jboss.tools.common.jdt.source.feature/feature.properties 2011-10-07 23:45:53 UTC (rev 35496)
+++ trunk/common/features/org.jboss.tools.common.jdt.source.feature/feature.properties 2011-10-07 23:46:17 UTC (rev 35497)
@@ -26,7 +26,7 @@
gets incrementally updated allowing for fluent deployment for any type of Eclipse project.
copyright=JBoss, Home of Professional Open Source\n\
-Copyright JBoss by Red Hat, and individual contributors as indicated\n\
+Copyright (c) Red Hat, Inc., and individual contributors as indicated\n\
by the @authors tag, 2011. See the copyright.txt in the distribution\n\
for a full listing of individual contributors.
13 years, 3 months
JBoss Tools SVN: r35496 - in trunk: archives/features/org.jboss.ide.eclipse.archives.test.source.feature and 5 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-10-07 19:45:53 -0400 (Fri, 07 Oct 2011)
New Revision: 35496
Modified:
trunk/archives/features/org.jboss.ide.eclipse.archives.source.feature/feature.properties
trunk/archives/features/org.jboss.ide.eclipse.archives.test.source.feature/feature.properties
trunk/archives/features/org.jboss.ide.eclipse.archives.test.source.feature/feature.xml
trunk/birt/features/org.jboss.tools.birt.source.feature/feature.properties
trunk/birt/features/org.jboss.tools.birt.test.source.feature/feature.properties
trunk/jmx/features/org.jboss.tools.jmx.source.feature/feature.xml
trunk/jmx/features/org.jboss.tools.jmx.test.source.feature/feature.xml
trunk/tests/features/org.jboss.tools.test.source.feature/feature.properties
Log:
reformat source features
Modified: trunk/archives/features/org.jboss.ide.eclipse.archives.source.feature/feature.properties
===================================================================
--- trunk/archives/features/org.jboss.ide.eclipse.archives.source.feature/feature.properties 2011-10-07 23:45:01 UTC (rev 35495)
+++ trunk/archives/features/org.jboss.ide.eclipse.archives.source.feature/feature.properties 2011-10-07 23:45:53 UTC (rev 35496)
@@ -26,7 +26,7 @@
gets incrementally updated allowing for fluent deployment for any type of Eclipse project.
copyright=JBoss, Home of Professional Open Source\n\
-Copyright JBoss by Red Hat, and individual contributors as indicated\n\
+Copyright (c) Red Hat, Inc., and individual contributors as indicated\n\
by the @authors tag, 2006-2011. See the copyright.txt in the distribution\n\
for a full listing of individual contributors.
Modified: trunk/archives/features/org.jboss.ide.eclipse.archives.test.source.feature/feature.properties
===================================================================
--- trunk/archives/features/org.jboss.ide.eclipse.archives.test.source.feature/feature.properties 2011-10-07 23:45:01 UTC (rev 35495)
+++ trunk/archives/features/org.jboss.ide.eclipse.archives.test.source.feature/feature.properties 2011-10-07 23:45:53 UTC (rev 35496)
@@ -26,7 +26,7 @@
gets incrementally updated allowing for fluent deployment for any type of Eclipse project.
copyright=JBoss, Home of Professional Open Source\n\
-Copyright JBoss by Red Hat, and individual contributors as indicated\n\
+Copyright (c) Red Hat, Inc., and individual contributors as indicated\n\
by the @authors tag, 2006-2011. See the copyright.txt in the distribution\n\
for a full listing of individual contributors.
Modified: trunk/archives/features/org.jboss.ide.eclipse.archives.test.source.feature/feature.xml
===================================================================
--- trunk/archives/features/org.jboss.ide.eclipse.archives.test.source.feature/feature.xml 2011-10-07 23:45:01 UTC (rev 35495)
+++ trunk/archives/features/org.jboss.ide.eclipse.archives.test.source.feature/feature.xml 2011-10-07 23:45:53 UTC (rev 35496)
@@ -1,22 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.jboss.ide.eclipse.archives.test.source.feature"
- label="%featureName"
- version="3.2.1.qualifier"
- provider-name="%featureProvider">
+<feature id="org.jboss.ide.eclipse.archives.test.source.feature" label="%featureName" version="3.2.1.qualifier" provider-name="%featureProvider">
- <description>
+ <description>
%description
</description>
- <copyright>
+ <copyright>
JBoss, Home of Professional Open Source
Copyright (c) 2011 Red Hat, Inc., and individual contributors as indicated
by the @authors tag. See the copyright.txt in the distribution
for a full listing of individual contributors.
</copyright>
- <license url="%licenseURL">
+ <license url="%licenseURL">
%license
</license>
Modified: trunk/birt/features/org.jboss.tools.birt.source.feature/feature.properties
===================================================================
--- trunk/birt/features/org.jboss.tools.birt.source.feature/feature.properties 2011-10-07 23:45:01 UTC (rev 35495)
+++ trunk/birt/features/org.jboss.tools.birt.source.feature/feature.properties 2011-10-07 23:45:53 UTC (rev 35496)
@@ -25,10 +25,7 @@
description=JBoss BIRT Integration
gets incrementally updated allowing for fluent deployment for any type of Eclipse project.
-copyright=JBoss, Home of Professional Open Source\n\
-Copyright JBoss by Red Hat, and individual contributors as indicated\n\
-by the @authors tag, 2006-2011. See the copyright.txt in the distribution\n\
-for a full listing of individual contributors.
+copyright=JBoss, Home of Professional Open Source\nCopyright (c) Red Hat, Inc., and individual contributors as indicated\nby the @authors tag, 2006-2011. See the copyright.txt in the distribution\nfor a full listing of individual contributors.
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
Modified: trunk/birt/features/org.jboss.tools.birt.test.source.feature/feature.properties
===================================================================
--- trunk/birt/features/org.jboss.tools.birt.test.source.feature/feature.properties 2011-10-07 23:45:01 UTC (rev 35495)
+++ trunk/birt/features/org.jboss.tools.birt.test.source.feature/feature.properties 2011-10-07 23:45:53 UTC (rev 35496)
@@ -25,7 +25,7 @@
description=JBoss BIRT Integration tests
copyright=JBoss, Home of Professional Open Source\n\
-Copyright JBoss by Red Hat, and individual contributors as indicated\n\
+Copyright (c) Red Hat, Inc., and individual contributors as indicated\n\
by the @authors tag, 2011. See the copyright.txt in the distribution\n\
for a full listing of individual contributors.
Modified: trunk/jmx/features/org.jboss.tools.jmx.source.feature/feature.xml
===================================================================
--- trunk/jmx/features/org.jboss.tools.jmx.source.feature/feature.xml 2011-10-07 23:45:01 UTC (rev 35495)
+++ trunk/jmx/features/org.jboss.tools.jmx.source.feature/feature.xml 2011-10-07 23:45:53 UTC (rev 35496)
@@ -1,25 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.jboss.tools.jmx.source.feature"
- label="%featureName"
- version="1.2.0.qualifier"
- provider-name="%featureProvider">
+<feature id="org.jboss.tools.jmx.source.feature" label="%featureName" version="1.2.0.qualifier" provider-name="%featureProvider">
- <description>
+ <description>
%description
</description>
- <copyright>
+ <copyright>
JBoss, Home of Professional Open Source
Copyright (c) 2006-2011 Red Hat, Inc., and individual contributors as indicated
by the @authors tag. See the copyright.txt in the distribution
for a full listing of individual contributors.
</copyright>
- <license url="%licenseURL">
+ <license url="%licenseURL">
%license
</license>
- <plugin id="org.jboss.tools.jmx.core.source" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
- <plugin id="org.jboss.tools.jmx.ui.source" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
+ <plugin id="org.jboss.tools.jmx.core.source" download-size="0" install-size="0" version="0.0.0" unpack="false" />
+ <plugin id="org.jboss.tools.jmx.ui.source" download-size="0" install-size="0" version="0.0.0" unpack="false" />
</feature>
Modified: trunk/jmx/features/org.jboss.tools.jmx.test.source.feature/feature.xml
===================================================================
--- trunk/jmx/features/org.jboss.tools.jmx.test.source.feature/feature.xml 2011-10-07 23:45:01 UTC (rev 35495)
+++ trunk/jmx/features/org.jboss.tools.jmx.test.source.feature/feature.xml 2011-10-07 23:45:53 UTC (rev 35496)
@@ -1,25 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.jboss.tools.jmx.test.source.feature"
- label="%featureName"
- version="1.2.0.qualifier"
- provider-name="%featureProvider">
+<feature id="org.jboss.tools.jmx.test.source.feature" label="%featureName" version="1.2.0.qualifier" provider-name="%featureProvider">
- <description>
+ <description>
%description
</description>
- <copyright>
+ <copyright>
JBoss, Home of Professional Open Source
Copyright (c) 2006-2011 Red Hat, Inc., and individual contributors as indicated
by the @authors tag. See the copyright.txt in the distribution
for a full listing of individual contributors.
</copyright>
- <license url="%licenseURL">
+ <license url="%licenseURL">
%license
</license>
- <plugin id="org.jboss.tools.jmx.core.test.source" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
- <plugin id="org.jboss.tools.jmx.ui.test.source" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
+ <plugin id="org.jboss.tools.jmx.core.test.source" download-size="0" install-size="0" version="0.0.0" unpack="false" />
+ <plugin id="org.jboss.tools.jmx.ui.test.source" download-size="0" install-size="0" version="0.0.0" unpack="false" />
</feature>
Modified: trunk/tests/features/org.jboss.tools.test.source.feature/feature.properties
===================================================================
--- trunk/tests/features/org.jboss.tools.test.source.feature/feature.properties 2011-10-07 23:45:01 UTC (rev 35495)
+++ trunk/tests/features/org.jboss.tools.test.source.feature/feature.properties 2011-10-07 23:45:53 UTC (rev 35496)
@@ -25,7 +25,7 @@
description= JBoss Tools - Tests - Tests Framework source
copyright=JBoss, Home of Professional Open Source\n\
-Copyright JBoss by Red Hat, and individual contributors as indicated\n\
+Copyright (c) Red Hat, Inc., and individual contributors as indicated\n\
by the @authors tag, 2011. See the copyright.txt in the distribution\n\
for a full listing of individual contributors.
13 years, 3 months
JBoss Tools SVN: r35495 - in trunk/birt: features/org.jboss.tools.birt.feature and 4 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-10-07 19:45:01 -0400 (Fri, 07 Oct 2011)
New Revision: 35495
Added:
trunk/birt/features/org.jboss.tools.birt.source.feature/
trunk/birt/features/org.jboss.tools.birt.source.feature/.project
trunk/birt/features/org.jboss.tools.birt.source.feature/build.properties
trunk/birt/features/org.jboss.tools.birt.source.feature/feature.properties
trunk/birt/features/org.jboss.tools.birt.source.feature/feature.xml
trunk/birt/features/org.jboss.tools.birt.source.feature/license.html
trunk/birt/features/org.jboss.tools.birt.source.feature/pom.xml
trunk/birt/features/org.jboss.tools.birt.test.source.feature/
trunk/birt/features/org.jboss.tools.birt.test.source.feature/.project
trunk/birt/features/org.jboss.tools.birt.test.source.feature/build.properties
trunk/birt/features/org.jboss.tools.birt.test.source.feature/feature.properties
trunk/birt/features/org.jboss.tools.birt.test.source.feature/feature.xml
trunk/birt/features/org.jboss.tools.birt.test.source.feature/license.html
trunk/birt/features/org.jboss.tools.birt.test.source.feature/pom.xml
Modified:
trunk/birt/features/org.jboss.tools.birt.feature/feature.xml
trunk/birt/features/org.jboss.tools.birt.feature/pom.xml
trunk/birt/features/org.jboss.tools.birt.test.feature/feature.xml
trunk/birt/features/org.jboss.tools.birt.test.feature/pom.xml
trunk/birt/features/pom.xml
trunk/birt/site/site.xml
Log:
JBIDE-8838 add source plugins/features to birt component
Modified: trunk/birt/features/org.jboss.tools.birt.feature/feature.xml
===================================================================
--- trunk/birt/features/org.jboss.tools.birt.feature/feature.xml 2011-10-07 23:32:55 UTC (rev 35494)
+++ trunk/birt/features/org.jboss.tools.birt.feature/feature.xml 2011-10-07 23:45:01 UTC (rev 35495)
@@ -1,49 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.jboss.tools.birt.feature"
- label="%featureName"
- version="1.3.0.qualifier"
- provider-name="%providerName"
- plugin="org.jboss.tools.birt.oda.ui">
+<feature id="org.jboss.tools.birt.feature" label="%featureName" version="1.3.0.qualifier" provider-name="%providerName" plugin="org.jboss.tools.birt.oda.ui">
- <description>
+ <description>
%description
</description>
- <copyright>
+ <copyright>
%copyright
</copyright>
- <license url="%licenseURL">
+ <license url="%licenseURL">
%license
</license>
- <requires>
- <import feature="org.eclipse.birt" version="2.5.0" match="greaterOrEqual"/>
- <import feature="org.eclipse.birt.integration.wtp" version="2.5.0" match="greaterOrEqual"/>
- <import feature="org.eclipse.birt.chart" version="2.5.0" match="greaterOrEqual"/>
- <import feature="org.eclipse.birt.chart.integration.wtp" version="2.5.0" match="greaterOrEqual"/>
- </requires>
+ <requires>
+ <import feature="org.eclipse.birt" version="2.5.0" match="greaterOrEqual" />
+ <import feature="org.eclipse.birt.integration.wtp" version="2.5.0" match="greaterOrEqual" />
+ <import feature="org.eclipse.birt.chart" version="2.5.0" match="greaterOrEqual" />
+ <import feature="org.eclipse.birt.chart.integration.wtp" version="2.5.0" match="greaterOrEqual" />
+ </requires>
- <plugin
- id="org.jboss.tools.birt.oda"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.jboss.tools.birt.oda.ui"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.jboss.tools.birt.core"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
+ <plugin id="org.jboss.tools.birt.oda" download-size="0" install-size="0" version="0.0.0" unpack="false" />
+ <plugin id="org.jboss.tools.birt.oda.ui" download-size="0" install-size="0" version="0.0.0" unpack="false" />
+ <plugin id="org.jboss.tools.birt.core" download-size="0" install-size="0" version="0.0.0" unpack="false" />
</feature>
Modified: trunk/birt/features/org.jboss.tools.birt.feature/pom.xml
===================================================================
--- trunk/birt/features/org.jboss.tools.birt.feature/pom.xml 2011-10-07 23:32:55 UTC (rev 35494)
+++ trunk/birt/features/org.jboss.tools.birt.feature/pom.xml 2011-10-07 23:45:01 UTC (rev 35495)
@@ -8,6 +8,5 @@
</parent>
<groupId>org.jboss.tools.birt.features</groupId>
<artifactId>org.jboss.tools.birt.feature</artifactId>
-
<packaging>eclipse-feature</packaging>
</project>
Added: trunk/birt/features/org.jboss.tools.birt.source.feature/.project
===================================================================
--- trunk/birt/features/org.jboss.tools.birt.source.feature/.project (rev 0)
+++ trunk/birt/features/org.jboss.tools.birt.source.feature/.project 2011-10-07 23:45:01 UTC (rev 35495)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.jboss.tools.birt.source.feature</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.pde.FeatureBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.FeatureNature</nature>
+ </natures>
+</projectDescription>
Added: trunk/birt/features/org.jboss.tools.birt.source.feature/build.properties
===================================================================
--- trunk/birt/features/org.jboss.tools.birt.source.feature/build.properties (rev 0)
+++ trunk/birt/features/org.jboss.tools.birt.source.feature/build.properties 2011-10-07 23:45:01 UTC (rev 35495)
@@ -0,0 +1,3 @@
+bin.includes = feature.xml,\
+ feature.properties,\
+ license.html
Added: trunk/birt/features/org.jboss.tools.birt.source.feature/feature.properties
===================================================================
--- trunk/birt/features/org.jboss.tools.birt.source.feature/feature.properties (rev 0)
+++ trunk/birt/features/org.jboss.tools.birt.source.feature/feature.properties 2011-10-07 23:45:01 UTC (rev 35495)
@@ -0,0 +1,48 @@
+###############################################################################
+# Copyright (c) 2008-2011 Red Hat, Inc. and others.
+# All rights reserved. This program and the accompanying materials
+# are 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:
+# JBoss by Red Hat - Initial implementation.
+##############################################################################
+# feature.properties
+# contains externalized strings for feature.xml
+# "%foo" in feature.xml corresponds to the key "foo" in this file
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# This file should be translated.
+
+# "featureName" property - name of the feature
+featureName=JBoss BIRT Integration source
+featureProvider=JBoss by Red Hat
+
+# "updateSiteName" property - label for the update site
+updateSiteName=JBossTools Update Site
+
+# "description" property - description of the feature
+description=JBoss BIRT Integration
+gets incrementally updated allowing for fluent deployment for any type of Eclipse project.
+
+copyright=JBoss, Home of Professional Open Source\n\
+Copyright JBoss by Red Hat, and individual contributors as indicated\n\
+by the @authors tag, 2006-2011. See the copyright.txt in the distribution\n\
+for a full listing of individual contributors.
+
+# "licenseURL" property - URL of the "Feature License"
+# do not translate value - just change to point to a locale-specific HTML page
+licenseURL=license.html
+
+# START NON-TRANSLATABLE
+# "license" property - text of the "Feature Update License"
+# should be plain text version of license agreement pointed to be "licenseURL"
+license=Red Hat, Inc. licenses these features and plugins to you under \
+certain open source licenses (or aggregations of such licenses), which \
+in a particular case may include the Eclipse Public License, the GNU \
+Lesser General Public License, and/or certain other open source \
+licenses. For precise licensing details, consult the corresponding \
+source code, or contact Red Hat Legal Affairs, 1801 Varsity Drive, \
+Raleigh NC 27606 USA.
+# END NON-TRANSLATABLE
+########### end of license property ##########################################
Added: trunk/birt/features/org.jboss.tools.birt.source.feature/feature.xml
===================================================================
--- trunk/birt/features/org.jboss.tools.birt.source.feature/feature.xml (rev 0)
+++ trunk/birt/features/org.jboss.tools.birt.source.feature/feature.xml 2011-10-07 23:45:01 UTC (rev 35495)
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature id="org.jboss.tools.birt.source.feature" label="%featureName" version="1.3.0.qualifier" provider-name="%featureProvider">
+
+ <description>
+ %description
+ </description>
+
+ <copyright>
+ JBoss, Home of Professional Open Source
+Copyright (c) 2011 Red Hat, Inc., and individual contributors as indicated
+by the @authors tag. See the copyright.txt in the distribution
+for a full listing of individual contributors.
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <plugin id="org.jboss.tools.birt.oda.source" download-size="0" install-size="0" version="0.0.0" unpack="false" />
+ <plugin id="org.jboss.tools.birt.oda.ui.source" download-size="0" install-size="0" version="0.0.0" unpack="false" />
+ <plugin id="org.jboss.tools.birt.core.source" download-size="0" install-size="0" version="0.0.0" unpack="false" />
+</feature>
Added: trunk/birt/features/org.jboss.tools.birt.source.feature/license.html
===================================================================
--- trunk/birt/features/org.jboss.tools.birt.source.feature/license.html (rev 0)
+++ trunk/birt/features/org.jboss.tools.birt.source.feature/license.html 2011-10-07 23:45:01 UTC (rev 35495)
@@ -0,0 +1,14 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
+<html>
+
+<body>
+<p>Red Hat, Inc. licenses these features and plugins to you under
+certain open source licenses (or aggregations of such licenses), which
+in a particular case may include the Eclipse Public License, the GNU
+Lesser General Public License, and/or certain other open source
+licenses. For precise licensing details, consult the corresponding
+source code, or contact Red Hat Legal Affairs, 1801 Varsity Drive,
+Raleigh NC 27606 USA.
+</p>
+</body>
+</html>
\ No newline at end of file
Copied: trunk/birt/features/org.jboss.tools.birt.source.feature/pom.xml (from rev 35494, trunk/birt/features/org.jboss.tools.birt.feature/pom.xml)
===================================================================
--- trunk/birt/features/org.jboss.tools.birt.source.feature/pom.xml (rev 0)
+++ trunk/birt/features/org.jboss.tools.birt.source.feature/pom.xml 2011-10-07 23:45:01 UTC (rev 35495)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.jboss.tools.birt</groupId>
+ <artifactId>features</artifactId>
+ <version>1.3.0-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.birt.features</groupId>
+ <artifactId>org.jboss.tools.birt.source.feature</artifactId>
+ <packaging>eclipse-feature</packaging>
+</project>
Modified: trunk/birt/features/org.jboss.tools.birt.test.feature/feature.xml
===================================================================
--- trunk/birt/features/org.jboss.tools.birt.test.feature/feature.xml 2011-10-07 23:32:55 UTC (rev 35494)
+++ trunk/birt/features/org.jboss.tools.birt.test.feature/feature.xml 2011-10-07 23:45:01 UTC (rev 35495)
@@ -1,28 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.jboss.tools.birt.test.feature"
- label="%featureName"
- version="1.3.0.qualifier"
- provider-name="%providerName"
- plugin="org.jboss.tools.birt.core.test">
+<feature id="org.jboss.tools.birt.test.feature" label="%featureName" version="1.3.0.qualifier" provider-name="%providerName" plugin="org.jboss.tools.birt.core.test">
- <description>
+ <description>
%description
</description>
- <copyright>
+ <copyright>
%copyright
</copyright>
- <license url="%licenseURL">
+ <license url="%licenseURL">
%license
</license>
- <plugin
- id="org.jboss.tools.birt.core.test"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
+ <plugin id="org.jboss.tools.birt.core.test" download-size="0" install-size="0" version="0.0.0" unpack="false" />
</feature>
Modified: trunk/birt/features/org.jboss.tools.birt.test.feature/pom.xml
===================================================================
--- trunk/birt/features/org.jboss.tools.birt.test.feature/pom.xml 2011-10-07 23:32:55 UTC (rev 35494)
+++ trunk/birt/features/org.jboss.tools.birt.test.feature/pom.xml 2011-10-07 23:45:01 UTC (rev 35495)
@@ -8,6 +8,5 @@
</parent>
<groupId>org.jboss.tools.birt.features</groupId>
<artifactId>org.jboss.tools.birt.test.feature</artifactId>
-
<packaging>eclipse-feature</packaging>
</project>
Added: trunk/birt/features/org.jboss.tools.birt.test.source.feature/.project
===================================================================
--- trunk/birt/features/org.jboss.tools.birt.test.source.feature/.project (rev 0)
+++ trunk/birt/features/org.jboss.tools.birt.test.source.feature/.project 2011-10-07 23:45:01 UTC (rev 35495)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.jboss.tools.birt.test.source.feature</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.pde.FeatureBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.FeatureNature</nature>
+ </natures>
+</projectDescription>
Added: trunk/birt/features/org.jboss.tools.birt.test.source.feature/build.properties
===================================================================
--- trunk/birt/features/org.jboss.tools.birt.test.source.feature/build.properties (rev 0)
+++ trunk/birt/features/org.jboss.tools.birt.test.source.feature/build.properties 2011-10-07 23:45:01 UTC (rev 35495)
@@ -0,0 +1,3 @@
+bin.includes = feature.xml,\
+ feature.properties,\
+ license.html
Added: trunk/birt/features/org.jboss.tools.birt.test.source.feature/feature.properties
===================================================================
--- trunk/birt/features/org.jboss.tools.birt.test.source.feature/feature.properties (rev 0)
+++ trunk/birt/features/org.jboss.tools.birt.test.source.feature/feature.properties 2011-10-07 23:45:01 UTC (rev 35495)
@@ -0,0 +1,47 @@
+###############################################################################
+# Copyright (c) 2008-2011 Red Hat, Inc. and others.
+# All rights reserved. This program and the accompanying materials
+# are 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:
+# JBoss by Red Hat - Initial implementation.
+##############################################################################
+# feature.properties
+# contains externalized strings for feature.xml
+# "%foo" in feature.xml corresponds to the key "foo" in this file
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# This file should be translated.
+
+# "featureName" property - name of the feature
+featureName=JBoss BIRT Integration tests source
+featureProvider=JBoss by Red Hat
+
+# "updateSiteName" property - label for the update site
+updateSiteName=JBossTools Update Site
+
+# "description" property - description of the feature
+description=JBoss BIRT Integration tests
+
+copyright=JBoss, Home of Professional Open Source\n\
+Copyright JBoss by Red Hat, and individual contributors as indicated\n\
+by the @authors tag, 2011. See the copyright.txt in the distribution\n\
+for a full listing of individual contributors.
+
+# "licenseURL" property - URL of the "Feature License"
+# do not translate value - just change to point to a locale-specific HTML page
+licenseURL=license.html
+
+# START NON-TRANSLATABLE
+# "license" property - text of the "Feature Update License"
+# should be plain text version of license agreement pointed to be "licenseURL"
+license=Red Hat, Inc. licenses these features and plugins to you under \
+certain open source licenses (or aggregations of such licenses), which \
+in a particular case may include the Eclipse Public License, the GNU \
+Lesser General Public License, and/or certain other open source \
+licenses. For precise licensing details, consult the corresponding \
+source code, or contact Red Hat Legal Affairs, 1801 Varsity Drive, \
+Raleigh NC 27606 USA.
+# END NON-TRANSLATABLE
+########### end of license property ##########################################
Added: trunk/birt/features/org.jboss.tools.birt.test.source.feature/feature.xml
===================================================================
--- trunk/birt/features/org.jboss.tools.birt.test.source.feature/feature.xml (rev 0)
+++ trunk/birt/features/org.jboss.tools.birt.test.source.feature/feature.xml 2011-10-07 23:45:01 UTC (rev 35495)
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature id="org.jboss.tools.birt.test.source.feature" label="%featureName" version="1.3.0.qualifier" provider-name="%featureProvider">
+
+ <description>
+ %description
+ </description>
+
+ <copyright>
+ JBoss, Home of Professional Open Source
+Copyright (c) 2011 Red Hat, Inc., and individual contributors as indicated
+by the @authors tag. See the copyright.txt in the distribution
+for a full listing of individual contributors.
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <plugin id="org.jboss.tools.birt.core.test.source" download-size="0" install-size="0" version="0.0.0" unpack="false" />
+</feature>
Added: trunk/birt/features/org.jboss.tools.birt.test.source.feature/license.html
===================================================================
--- trunk/birt/features/org.jboss.tools.birt.test.source.feature/license.html (rev 0)
+++ trunk/birt/features/org.jboss.tools.birt.test.source.feature/license.html 2011-10-07 23:45:01 UTC (rev 35495)
@@ -0,0 +1,14 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
+<html>
+
+<body>
+<p>Red Hat, Inc. licenses these features and plugins to you under
+certain open source licenses (or aggregations of such licenses), which
+in a particular case may include the Eclipse Public License, the GNU
+Lesser General Public License, and/or certain other open source
+licenses. For precise licensing details, consult the corresponding
+source code, or contact Red Hat Legal Affairs, 1801 Varsity Drive,
+Raleigh NC 27606 USA.
+</p>
+</body>
+</html>
\ No newline at end of file
Copied: trunk/birt/features/org.jboss.tools.birt.test.source.feature/pom.xml (from rev 35494, trunk/birt/features/org.jboss.tools.birt.feature/pom.xml)
===================================================================
--- trunk/birt/features/org.jboss.tools.birt.test.source.feature/pom.xml (rev 0)
+++ trunk/birt/features/org.jboss.tools.birt.test.source.feature/pom.xml 2011-10-07 23:45:01 UTC (rev 35495)
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.jboss.tools.birt</groupId>
+ <artifactId>features</artifactId>
+ <version>1.3.0-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.birt.features</groupId>
+ <artifactId>org.jboss.tools.birt.test.source.feature</artifactId>
+ <packaging>eclipse-feature</packaging>
+</project>
Modified: trunk/birt/features/pom.xml
===================================================================
--- trunk/birt/features/pom.xml 2011-10-07 23:32:55 UTC (rev 35494)
+++ trunk/birt/features/pom.xml 2011-10-07 23:45:01 UTC (rev 35495)
@@ -13,7 +13,9 @@
<packaging>pom</packaging>
<modules>
<module>org.jboss.tools.birt.feature</module>
+ <module>org.jboss.tools.birt.source.feature</module>
<module>org.jboss.tools.birt.test.feature</module>
+ <module>org.jboss.tools.birt.test.source.feature</module>
</modules>
</project>
Modified: trunk/birt/site/site.xml
===================================================================
--- trunk/birt/site/site.xml 2011-10-07 23:32:55 UTC (rev 35494)
+++ trunk/birt/site/site.xml 2011-10-07 23:45:01 UTC (rev 35495)
@@ -8,8 +8,14 @@
<feature url="features/org.jboss.tools.birt.feature_0.0.0.jar" id="org.jboss.tools.birt.feature" version="0.0.0">
<category name="JBoss Tools birt Nightly Build Update Site"/>
</feature>
+ <feature url="features/org.jboss.tools.birt.source.feature_0.0.0.jar" id="org.jboss.tools.birt.source.feature" version="0.0.0">
+ <category name="JBoss Tools birt Nightly Build Update Site"/>
+ </feature>
<feature url="features/org.jboss.tools.birt.test.feature_0.0.0.jar" id="org.jboss.tools.birt.test.feature" version="0.0.0">
<category name="JBoss Tools birt Nightly Build Update Site"/>
</feature>
+ <feature url="features/org.jboss.tools.birt.test.source.feature_0.0.0.jar" id="org.jboss.tools.birt.test.source.feature" version="0.0.0">
+ <category name="JBoss Tools birt Nightly Build Update Site"/>
+ </feature>
</site>
13 years, 3 months
JBoss Tools SVN: r35494 - in trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui: wizard and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2011-10-07 19:32:55 -0400 (Fri, 07 Oct 2011)
New Revision: 35494
Modified:
trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/CDIUIMessages.java
trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/CDIUIMessages.properties
trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/wizard/NewDecoratorWizardPage.java
Log:
JBIDE-9865
https://issues.jboss.org/browse/JBIDE-9865
In New Decorator wizard, initialized with type name, displayed info message prompting to add decorator type.
Modified: trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/CDIUIMessages.java
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/CDIUIMessages.java 2011-10-07 23:14:46 UTC (rev 35493)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/CDIUIMessages.java 2011-10-07 23:32:55 UTC (rev 35494)
@@ -52,6 +52,7 @@
public static String NEW_DECORATOR_WIZARD_TITLE;
public static String NEW_DECORATOR_WIZARD_PAGE_NAME;
+ public static String NEW_DECORATOR_WIZARD_INTERFACES_LABEL;
public static String NEW_DECORATOR_WIZARD_DESCRIPTION;
public static String NEW_BEAN_WIZARD_TITLE;
Modified: trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/CDIUIMessages.properties
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/CDIUIMessages.properties 2011-10-07 23:14:46 UTC (rev 35493)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/CDIUIMessages.properties 2011-10-07 23:32:55 UTC (rev 35494)
@@ -36,19 +36,20 @@
NEW_INTERCEPTOR_WIZARD_TITLE=New Interceptor
NEW_INTERCEPTOR_WIZARD_PAGE_NAME=Interceptor Type
-NEW_INTERCEPTOR_WIZARD_DESCRIPTION=Create a new Interceptor Java class
+NEW_INTERCEPTOR_WIZARD_DESCRIPTION=Create a new Interceptor Java class.
NEW_DECORATOR_WIZARD_TITLE=New Decorator
NEW_DECORATOR_WIZARD_PAGE_NAME=Decorator Type
-NEW_DECORATOR_WIZARD_DESCRIPTION=Create a new Decorator Java class
+NEW_DECORATOR_WIZARD_INTERFACES_LABEL=Decorated Type:\nInterfaces:
+NEW_DECORATOR_WIZARD_DESCRIPTION=Create a new Decorator Java class.
NEW_BEAN_WIZARD_TITLE=New CDI Bean
NEW_BEAN_WIZARD_PAGE_NAME=Bean Type
-NEW_BEAN_WIZARD_DESCRIPTION=Create a new Bean Java class
+NEW_BEAN_WIZARD_DESCRIPTION=Create a new Bean Java class.
NEW_ANNOTATION_LITERAL_WIZARD_TITLE=New Annotation Literal
NEW_ANNOTATION_LITERAL_WIZARD_PAGE_NAME=Annotation Literal Type
-NEW_ANNOTATION_LITERAL_WIZARD_DESCRIPTION=Create a new Annotation Literal Java class
+NEW_ANNOTATION_LITERAL_WIZARD_DESCRIPTION=Create a new Annotation Literal Java class.
SELECT_STEREOTYPE=Select Stereotype Annotation Type
SELECT_INTERCEPTOR_BINDING=Select Interceptor Binding Annotation Type
@@ -123,7 +124,7 @@
NEW_BEANS_XML_WIZARD_TITLE=New beans.xml File
NEW_BEANS_XML_WIZARD_PAGE_NAME=beans.xml File
-NEW_BEANS_XML_WIZARD_DESCRIPTION=Create a new beans.xml File
+NEW_BEANS_XML_WIZARD_DESCRIPTION=Create a new beans.xml File.
OPEN_CDI_NAMED_BEAN_DIALOG_LOADING=CDI Project beans loading
OPEN_CDI_NAMED_BEAN_DIALOG_NAME=OpenCDINamedBeanDialog
Modified: trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/wizard/NewDecoratorWizardPage.java
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/wizard/NewDecoratorWizardPage.java 2011-10-07 23:14:46 UTC (rev 35493)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/wizard/NewDecoratorWizardPage.java 2011-10-07 23:32:55 UTC (rev 35494)
@@ -381,6 +381,9 @@
}
protected void updateStatus(IStatus[] status) {
+ if(!CDIUIMessages.NEW_DECORATOR_WIZARD_DESCRIPTION.equals(getDescription())) {
+ setDescription(CDIUIMessages.NEW_DECORATOR_WIZARD_DESCRIPTION);
+ }
IStatus[] ns = new IStatus[status.length + 1];
System.arraycopy(status, 0, ns, 0, status.length);
ns[status.length] = fieldNameStatus;
@@ -439,4 +442,15 @@
return false;
}
+ @Override
+ public void setVisible(boolean visible) {
+ if(!getControl().isVisible() && visible && fSuperInterfacesStatus.matches(IStatus.ERROR) && !fTypeNameStatus.matches(IStatus.ERROR)) {
+ setDescription(fSuperInterfacesStatus.getMessage());
+ }
+ super.setVisible(visible);
+ }
+
+ protected String getSuperInterfacesLabel() {
+ return CDIUIMessages.NEW_DECORATOR_WIZARD_INTERFACES_LABEL;
+ }
}
\ No newline at end of file
13 years, 3 months
JBoss Tools SVN: r35493 - trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/marker.
by jbosstools-commits@lists.jboss.org
Author: dazarov
Date: 2011-10-07 19:14:46 -0400 (Fri, 07 Oct 2011)
New Revision: 35493
Modified:
trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/marker/CDIProblemMarkerResolutionGenerator.java
Log:
Quick fixes for problem markers in beans.xml https://issues.jboss.org/browse/JBIDE-9833
Modified: trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/marker/CDIProblemMarkerResolutionGenerator.java
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/marker/CDIProblemMarkerResolutionGenerator.java 2011-10-07 22:53:14 UTC (rev 35492)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/marker/CDIProblemMarkerResolutionGenerator.java 2011-10-07 23:14:46 UTC (rev 35493)
@@ -501,13 +501,19 @@
}
if(messageId == CDIValidationErrorManager.UNKNOWN_ALTERNATIVE_BEAN_CLASS_NAME_ID){
- return new IMarkerResolution[] {
- new CreateCDIElementMarkerResolution(file.getProject(), text, CreateCDIElementMarkerResolution.CREATE_BEAN_CLASS)
- };
+ IJavaElement element = findJavaElementByQualifiedName(file.getProject(), text);
+ if(element == null){
+ return new IMarkerResolution[] {
+ new CreateCDIElementMarkerResolution(file.getProject(), text, CreateCDIElementMarkerResolution.CREATE_BEAN_CLASS)
+ };
+ }
}else if(messageId == CDIValidationErrorManager.UNKNOWN_ALTERNATIVE_ANNOTATION_NAME_ID){
- return new IMarkerResolution[] {
- new CreateCDIElementMarkerResolution(file.getProject(), text, CreateCDIElementMarkerResolution.CREATE_STEREOTYPE)
- };
+ IJavaElement element = findJavaElementByQualifiedName(file.getProject(), text);
+ if(element == null){
+ return new IMarkerResolution[] {
+ new CreateCDIElementMarkerResolution(file.getProject(), text, CreateCDIElementMarkerResolution.CREATE_STEREOTYPE)
+ };
+ }
}else if(messageId == CDIValidationErrorManager.ILLEGAL_ALTERNATIVE_BEAN_CLASS_ID){
IJavaElement element = findJavaElementByQualifiedName(file.getProject(), text);
if(element != null){
@@ -523,13 +529,19 @@
};
}
}else if(messageId == CDIValidationErrorManager.UNKNOWN_DECORATOR_BEAN_CLASS_NAME_ID){
- return new IMarkerResolution[] {
- new CreateCDIElementMarkerResolution(file.getProject(), text, CreateCDIElementMarkerResolution.CREATE_DECORATOR)
- };
+ IJavaElement element = findJavaElementByQualifiedName(file.getProject(), text);
+ if(element == null){
+ return new IMarkerResolution[] {
+ new CreateCDIElementMarkerResolution(file.getProject(), text, CreateCDIElementMarkerResolution.CREATE_DECORATOR)
+ };
+ }
}else if(messageId == CDIValidationErrorManager.UNKNOWN_INTERCEPTOR_CLASS_NAME_ID){
- return new IMarkerResolution[] {
- new CreateCDIElementMarkerResolution(file.getProject(), text, CreateCDIElementMarkerResolution.CREATE_INTERCEPTOR)
- };
+ IJavaElement element = findJavaElementByQualifiedName(file.getProject(), text);
+ if(element == null){
+ return new IMarkerResolution[] {
+ new CreateCDIElementMarkerResolution(file.getProject(), text, CreateCDIElementMarkerResolution.CREATE_INTERCEPTOR)
+ };
+ }
}
}
return new IMarkerResolution[] {};
13 years, 3 months
JBoss Tools SVN: r35492 - trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/marker.
by jbosstools-commits@lists.jboss.org
Author: dazarov
Date: 2011-10-07 18:53:14 -0400 (Fri, 07 Oct 2011)
New Revision: 35492
Modified:
trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/marker/CDIProblemMarkerResolutionGenerator.java
Log:
Quick fixes for problem markers in beans.xml https://issues.jboss.org/browse/JBIDE-9833
Modified: trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/marker/CDIProblemMarkerResolutionGenerator.java
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/marker/CDIProblemMarkerResolutionGenerator.java 2011-10-07 22:41:33 UTC (rev 35491)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/marker/CDIProblemMarkerResolutionGenerator.java 2011-10-07 22:53:14 UTC (rev 35492)
@@ -496,6 +496,8 @@
text = document.get(start, end-start);
} catch (BadLocationException e) {
CDIUIPlugin.getDefault().logError(e);
+ } finally {
+ provider.disconnect(input);
}
if(messageId == CDIValidationErrorManager.UNKNOWN_ALTERNATIVE_BEAN_CLASS_NAME_ID){
13 years, 3 months