JBoss Tools SVN: r2492 - trunk/seam/plugins/org.jboss.tools.seam.ui.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2007-07-18 05:18:22 -0400 (Wed, 18 Jul 2007)
New Revision: 2492
Modified:
trunk/seam/plugins/org.jboss.tools.seam.ui/plugin.xml
Log:
Seam entity and conversation new wizards are commented.
Modified: trunk/seam/plugins/org.jboss.tools.seam.ui/plugin.xml
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.ui/plugin.xml 2007-07-18 09:13:47 UTC (rev 2491)
+++ trunk/seam/plugins/org.jboss.tools.seam.ui/plugin.xml 2007-07-18 09:18:22 UTC (rev 2492)
@@ -48,7 +48,7 @@
class="org.eclipse.core.resources.IResource">
</selection>
</wizard>
- <wizard
+ <!--wizard
category="org.jboss.tools.seam.ui"
class="org.jboss.tools.seam.ui.wizard.SeamEntityWizard"
icon="icons/sample.gif"
@@ -73,7 +73,7 @@
<selection
class="org.eclipse.core.resources.IResource">
</selection>
- </wizard>
+ </wizard-->
</extension>
<extension
point="org.eclipse.wst.common.project.facet.ui.wizardPages">
17 years, 5 months
JBoss Tools SVN: r2491 - in trunk: seam/plugins/org.jboss.ide.seam.gen and 6 other directories.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2007-07-18 05:13:47 -0400 (Wed, 18 Jul 2007)
New Revision: 2491
Removed:
trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/operation/
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web.ui/src/org/jboss/tools/jst/web/ui/RedHat4WebPerspectiveFactory.java
trunk/seam/plugins/org.jboss.ide.seam.gen/.project
trunk/seam/plugins/org.jboss.ide.seam.gen/src/org/jboss/ide/seam/gen/SeamGenProperty.java
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/project/facet/ISeamFacetDataModelProperties.java
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/project/facet/SeamFacetInstallDelegete.java
trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/widget/editor/CompositeEditor.java
trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/IParameter.java
trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamActionWizard.java
trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamActionWizardPage1.java
trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamBaseOperation.java
trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamBaseWizard.java
trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamBaseWizardPage.java
trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamConversationVizardPage1.java
trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamConversationWizard.java
trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamEntityWizard.java
trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamFofrmWizard.java
trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamFormWizardPage1.java
trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamWizardFactory.java
trunk/vpe/plugins/org.jboss.tools.vpe.mozilla.win32/os/win32/x86/chrome/chrome.rdf
trunk/vpe/plugins/org.jboss.tools.vpe.mozilla.win32/os/win32/x86/components/xpti.dat
Log:
http://jira.jboss.org/jira/browse/EXIN-222
Action for EARconfiguration is finished
http://jira.jboss.org/jira/browse/EXIN-223
Form for EAR configuration is finished
Modified: trunk/jst/plugins/org.jboss.tools.jst.web.ui/src/org/jboss/tools/jst/web/ui/RedHat4WebPerspectiveFactory.java
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web.ui/src/org/jboss/tools/jst/web/ui/RedHat4WebPerspectiveFactory.java 2007-07-18 08:30:07 UTC (rev 2490)
+++ trunk/jst/plugins/org.jboss.tools.jst.web.ui/src/org/jboss/tools/jst/web/ui/RedHat4WebPerspectiveFactory.java 2007-07-18 09:13:47 UTC (rev 2491)
@@ -31,7 +31,9 @@
IFolderLayout leftTop = layout.createFolder("leftTop", IPageLayout.LEFT, (float)0.2, editorArea); //$NON-NLS-1$
leftTop.addView(JavaUI.ID_PACKAGES);
leftTop.addView("org.jboss.tools.jst.web.ui.navigator.WebProjectsView");
+ leftTop.addView("org.jboss.tools.seam.ui.views.SeamComponentsNavigator");
leftTop.addPlaceholder(IPageLayout.ID_RES_NAV);
+
IFolderLayout leftBottom = layout.createFolder("leftBottom", IPageLayout.BOTTOM, 0.64f, "leftTop");
//leftBottom.addView(IPageLayout.ID_OUTLINE);
@@ -53,6 +55,9 @@
layout.addActionSet(JavaUI.ID_ELEMENT_CREATION_ACTION_SET);
layout.addActionSet(IPageLayout.ID_NAVIGATE_ACTION_SET);
+ // views - seam
+ layout.addShowViewShortcut("org.jboss.tools.seam.ui.views.SeamComponentsNavigator");
+
// views - java
layout.addShowViewShortcut(JavaUI.ID_PACKAGES);
layout.addShowViewShortcut(JavaUI.ID_TYPE_HIERARCHY);
Modified: trunk/seam/plugins/org.jboss.ide.seam.gen/.project
===================================================================
--- trunk/seam/plugins/org.jboss.ide.seam.gen/.project 2007-07-18 08:30:07 UTC (rev 2490)
+++ trunk/seam/plugins/org.jboss.ide.seam.gen/.project 2007-07-18 09:13:47 UTC (rev 2491)
@@ -25,4 +25,11 @@
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
+ <linkedResources>
+ <link>
+ <name>seam-home</name>
+ <type>2</type>
+ <location>C:/java/jboss-seam-1.2.1.GA</location>
+ </link>
+ </linkedResources>
</projectDescription>
Modified: trunk/seam/plugins/org.jboss.ide.seam.gen/src/org/jboss/ide/seam/gen/SeamGenProperty.java
===================================================================
--- trunk/seam/plugins/org.jboss.ide.seam.gen/src/org/jboss/ide/seam/gen/SeamGenProperty.java 2007-07-18 08:30:07 UTC (rev 2490)
+++ trunk/seam/plugins/org.jboss.ide.seam.gen/src/org/jboss/ide/seam/gen/SeamGenProperty.java 2007-07-18 09:13:47 UTC (rev 2491)
@@ -65,7 +65,8 @@
public void applyValue(Properties existing, Control control) {
- String property = existing.getProperty( getDefaultPropertyName() );
+ if(getDefaultPropertyName()==null) return;
+ String property = existing==null?null:existing.getProperty( getDefaultPropertyName() );
if(property!=null) {
if(control instanceof Text) {
((Text)control).setText( property );
Modified: trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/project/facet/ISeamFacetDataModelProperties.java
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/project/facet/ISeamFacetDataModelProperties.java 2007-07-18 08:30:07 UTC (rev 2490)
+++ trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/project/facet/ISeamFacetDataModelProperties.java 2007-07-18 09:13:47 UTC (rev 2491)
@@ -55,9 +55,15 @@
public static final String SESION_BEAN_PACKAGE_NAME = "action.package";
+ public static final String SESION_BEAN_PACKAGE_PATH = "action.package.path";
+
public static final String ENTITY_BEAN_PACKAGE_NAME = "model.package";
+ public static final String ENTITY_BEAN_PACKAGE_PATH = "model.package.path";
+
public static final String TEST_CASES_PACKAGE_NAME = "test.package";
+
+ public static final String TEST_CASES_PACKAGE_PATH = "test.package.path";
public static final String JBOSS_SEAM_HOME = "seam.jbossas.home.folder";
Modified: trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/project/facet/SeamFacetInstallDelegete.java
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/project/facet/SeamFacetInstallDelegete.java 2007-07-18 08:30:07 UTC (rev 2490)
+++ trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/project/facet/SeamFacetInstallDelegete.java 2007-07-18 09:13:47 UTC (rev 2491)
@@ -149,7 +149,7 @@
IVirtualFolder webRootFolder = com.getRootFolder().getFolder(new Path("/"));
IVirtualFolder srcRootFolder = com.getRootFolder().getFolder(new Path("/WEB-INF/classes"));
IContainer folder = webRootFolder.getUnderlyingFolder();
- model.setProperty(ISeamFacetDataModelProperties.SEAM_PROJECT_NAME, project.getName());
+// model.setProperty(ISeamFacetDataModelProperties.SEAM_PROJECT_NAME, project.getName());
File webContentFolder = folder.getLocation().toFile();
File webInfFolder = new File(webContentFolder,"WEB-INF");
Modified: trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/widget/editor/CompositeEditor.java
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/widget/editor/CompositeEditor.java 2007-07-18 08:30:07 UTC (rev 2490)
+++ trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/widget/editor/CompositeEditor.java 2007-07-18 09:13:47 UTC (rev 2491)
@@ -104,4 +104,10 @@
}
super.setValue(event.getNewValue());
}
+
+ public void setEnabled(boolean set) {
+ for (IFieldEditor editor : editors) {
+ editor.setEnabled(set);
+ }
+ }
}
Modified: trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/IParameter.java
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/IParameter.java 2007-07-18 08:30:07 UTC (rev 2490)
+++ trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/IParameter.java 2007-07-18 09:13:47 UTC (rev 2491)
@@ -24,5 +24,9 @@
public static String SEAM_METHOD_NAME = "method.name";
public static String SEAM_PAGE_NAME = "page.name";
public static String SEAM_MASTER_PAGE_NAME = "masterPage.name";
- public static String SEAM_ENTITY_CLASS_NAME = "entity.name";
+ public static String SEAM_ENTITY_CLASS_NAME = "entity.name";
+ public static String SEAM_PROJECT_LOCATION_PATH = "seam.project.location";
+ public static String SEAM_PROJECT_WEBCONTENT_PATH = "seam.project.webcontent";
+
+
}
Modified: trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamActionWizard.java
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamActionWizard.java 2007-07-18 08:30:07 UTC (rev 2490)
+++ trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamActionWizard.java 2007-07-18 09:13:47 UTC (rev 2491)
@@ -11,6 +11,8 @@
package org.jboss.tools.seam.ui.wizard;
import java.io.File;
+import java.util.ArrayList;
+import java.util.List;
import java.util.Map;
import org.apache.tools.ant.types.FilterSet;
@@ -51,27 +53,58 @@
addPage(new SeamActionWizardPage1());
}
+ public static IUndoableOperation CREATE_SEAM_ACTION = new SeamActionCreateOperation();
+
/**
*
* TODO move operations to core plugin
*/
- public static final IUndoableOperation CREATE_SEAM_ACTION = new SeamBaseOperation("Action creating operation"){
+ public static class SeamActionCreateOperation extends SeamBaseOperation{
-
- public File getBeanFile(Map<String, Object> vars) {
- return new File(getSeamFolder(vars),"src/ActionJavaBean.java");
+ /**
+ * @param label
+ */
+ public SeamActionCreateOperation() {
+ super(("Action creating operation"));
}
-
- public File getTestClassFile(Map<String, Object> vars) {
- return new File(getSeamFolder(vars),"test/ActionTest.java");
+
+ @Override
+ public List<String[]> getFileMappings(Map<String, Object> vars) {
+ if("war".equals(vars.get(ISeamFacetDataModelProperties.JBOSS_AS_DEPLOY_AS)))
+ return ACTION_WAR_MAPPING;
+ else
+ return ACTION_EAR_MAPPING;
}
- public File getTestngXmlFile(Map<String, Object> vars) {
- return new File(getSeamFolder(vars),"test/testng.xml");
- }
+ public static final List<String[]> ACTION_WAR_MAPPING = new ArrayList<String[]>();
- public File getPageXhtml(Map<String, Object> vars) {
- return new File(getSeamFolder(vars),"view/action.xhtml");
+ public static final List<String[]> ACTION_EAR_MAPPING = new ArrayList<String[]>();
+
+ static {
+ // initialize war files mapping
+ ACTION_WAR_MAPPING.add(new String[]{
+ "${" + ISeamFacetDataModelProperties.JBOSS_SEAM_HOME + "}/seam-gen/src/ActionJavaBean.java",
+ "${" + IParameter.SEAM_PROJECT_LOCATION_PATH + "}/src/${" + ISeamFacetDataModelProperties.SESION_BEAN_PACKAGE_PATH + "}/${" + IParameter.SEAM_LOCAL_INTERFACE_NAME +"}.java/"});
+ ACTION_WAR_MAPPING.add(new String[]{
+ "${" + ISeamFacetDataModelProperties.JBOSS_SEAM_HOME + "}/seam-gen/test/ActionTest.java",
+ "${" + IParameter.SEAM_PROJECT_LOCATION_PATH + "}/src/${" + ISeamFacetDataModelProperties.TEST_CASES_PACKAGE_PATH + "}/${"+ IParameter.SEAM_LOCAL_INTERFACE_NAME +"}Test.java/"});
+ ACTION_WAR_MAPPING.add(new String[]{
+ "${" + ISeamFacetDataModelProperties.JBOSS_SEAM_HOME + "}/seam-gen/test/testng.xml",
+ "${" + IParameter.SEAM_PROJECT_LOCATION_PATH + "}/src/${" + ISeamFacetDataModelProperties.TEST_CASES_PACKAGE_PATH + "}/${"+ IParameter.SEAM_LOCAL_INTERFACE_NAME +"}Test.xml/"});
+ ACTION_WAR_MAPPING.add(new String[]{
+ "${" + ISeamFacetDataModelProperties.JBOSS_SEAM_HOME + "}/seam-gen/view/action.xhtml",
+ "${" + IParameter.SEAM_PROJECT_WEBCONTENT_PATH + "}/${" + IParameter.SEAM_PAGE_NAME +"}.xhtml"});
+
+ // initialize ear files mapping
+ ACTION_EAR_MAPPING.add(new String[]{
+ "${" + ISeamFacetDataModelProperties.JBOSS_SEAM_HOME + "}/seam-gen/src/ActionBean.java",
+ "${" + IParameter.SEAM_PROJECT_LOCATION_PATH + "}/src/${" + ISeamFacetDataModelProperties.SESION_BEAN_PACKAGE_PATH + "}/${" + IParameter.SEAM_BEAN_NAME +"}.java/"});
+ ACTION_EAR_MAPPING.add(new String[]{
+ "${" + ISeamFacetDataModelProperties.JBOSS_SEAM_HOME + "}/seam-gen/src/Action.java",
+ "${" + IParameter.SEAM_PROJECT_LOCATION_PATH + "}/src/${" + ISeamFacetDataModelProperties.SESION_BEAN_PACKAGE_PATH + "}/${" + IParameter.SEAM_LOCAL_INTERFACE_NAME +"}.java/"});
+ ACTION_EAR_MAPPING.add(ACTION_WAR_MAPPING.get(1));
+ ACTION_EAR_MAPPING.add(ACTION_WAR_MAPPING.get(2));
+ ACTION_EAR_MAPPING.add(ACTION_WAR_MAPPING.get(3));
}
};
}
Modified: trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamActionWizardPage1.java
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamActionWizardPage1.java 2007-07-18 08:30:07 UTC (rev 2490)
+++ trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamActionWizardPage1.java 2007-07-18 09:13:47 UTC (rev 2491)
@@ -26,4 +26,8 @@
setMessage("Select the name of the new Seam Conversation. A new Java interface and SLSB " +
"with key Seam/EJB annotations will be created.");
}
+
+ protected void createEditors() {
+ addEditors(SeamWizardFactory.createActionFormFieldEditors(SeamWizardUtils.getSelectedProjectName()));
+ }
}
Modified: trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamBaseOperation.java
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamBaseOperation.java 2007-07-18 08:30:07 UTC (rev 2490)
+++ trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamBaseOperation.java 2007-07-18 09:13:47 UTC (rev 2491)
@@ -12,9 +12,12 @@
package org.jboss.tools.seam.ui.wizard;
import java.io.File;
+import java.util.ArrayList;
import java.util.HashMap;
+import java.util.List;
import java.util.Map;
+import org.apache.tools.ant.types.FilterSet;
import org.apache.tools.ant.types.FilterSetCollection;
import org.eclipse.core.commands.ExecutionException;
import org.eclipse.core.commands.operations.AbstractOperation;
@@ -59,10 +62,13 @@
@Override
public IStatus execute(IProgressMonitor monitor, IAdaptable info)
throws ExecutionException {
- Map<String, INamedElement> params = (Map)info.getAdapter(Map.class);
+ Map<String, INamedElement> params = (Map)info.getAdapter(Map.class);
+ IProject project = ResourcesPlugin.getWorkspace().getRoot().getProject(
+ params.get(IParameter.SEAM_PROJECT_NAME).getValueAsString());
+
Map<String, Object> vars = new HashMap<String, Object>();
- IEclipsePreferences seamFacetPrefs = SeamCorePlugin.getSeamFacetPreferences(
- ResourcesPlugin.getWorkspace().getRoot().getProject(params.get(IParameter.SEAM_PROJECT_NAME).getValueAsString()));
+ IEclipsePreferences seamFacetPrefs = SeamCorePlugin.getSeamFacetPreferences(project);
+
try {
for (String key : seamFacetPrefs.keys()) {
@@ -73,11 +79,35 @@
INamedElement elem = (INamedElement)valueHolder;
vars.put(elem.getName(),elem.getValue().toString());
}
- vars.put(ISeamFacetDataModelProperties.SEAM_PROJECT_INSTANCE,
- ResourcesPlugin.getWorkspace().getRoot().getProject(
- vars.get(ISeamFacetDataModelProperties.SEAM_PROJECT_NAME).toString()));
- return execute(monitor, vars);
+ String actionFolder = vars.get(ISeamFacetDataModelProperties.SESION_BEAN_PACKAGE_NAME).toString();
+ String testFolder = vars.get(ISeamFacetDataModelProperties.TEST_CASES_PACKAGE_NAME).toString();
+
+ IVirtualComponent com = ComponentCore.createComponent(project);
+ IVirtualFolder webRootFolder = com.getRootFolder().getFolder(new Path("/"));
+ IContainer webRootContainer = webRootFolder.getUnderlyingFolder();
+
+ vars.put(ISeamFacetDataModelProperties.SEAM_PROJECT_INSTANCE,project);
+ vars.put(IParameter.SEAM_PROJECT_LOCATION_PATH,project.getLocation().toFile().toString());
+ vars.put(IParameter.SEAM_PROJECT_WEBCONTENT_PATH,webRootContainer.getLocation().toFile().toString());
+ vars.put(ISeamFacetDataModelProperties.SESION_BEAN_PACKAGE_PATH, actionFolder.replace('.','/'));
+ vars.put(ISeamFacetDataModelProperties.SESION_BEAN_PACKAGE_NAME, actionFolder);
+ vars.put(ISeamFacetDataModelProperties.TEST_CASES_PACKAGE_PATH, testFolder.replace('.','/'));
+ vars.put(ISeamFacetDataModelProperties.TEST_CASES_PACKAGE_NAME, testFolder);
+
+ List<String[]> fileMapping = getFileMappings(vars);
+ List<String[]> fileMappingCopy = applayVariables(fileMapping,vars);
+ FilterSetCollection filters = getFilterSetCollection(vars);
+ for (String[] mapping : fileMappingCopy) {
+ if(SeamCorePlugin.getDefault().isDebugging()) {
+ System.out.println(mapping[0] + "->" + mapping[1]);
+ }
+ AntCopyUtils.copyFileToFile(new File(mapping[0]),new File(mapping[1]),filters,true);
+ }
+
+ project.refreshLocal(IResource.DEPTH_INFINITE, monitor);
+ } catch (CoreException e) {
+ SeamCorePlugin.getPluginLog().logError(e);
} catch (BackingStoreException e) {
SeamCorePlugin.getPluginLog().logError(e);
}
@@ -85,55 +115,46 @@
}
/**
+ * @param fileMapping
+ * @param vars
+ * @return
+ */
+ public static List<String[]> applayVariables(List<String[]> fileMapping,
+ Map<String, Object> vars) {
+ List<String[]> result = new ArrayList<String[]>();
+ for (String[] filter : fileMapping) {
+ String source = filter[0];
+ for (Object property : vars.keySet()){
+ if(source.contains("${"+property.toString()+"}")) {
+ source = source.replace("${"+property.toString()+"}",vars.get(property.toString()).toString());
+ }
+ }
+ String dest = filter[1];
+ for (Object property : vars.keySet()){
+ if(dest.contains("${"+property.toString()+"}")) {
+ dest = dest.replace("${"+property.toString()+"}",vars.get(property.toString()).toString());
+ }
+ }
+ result.add(new String[]{source,dest});
+ }
+ return result;
+ }
+
+ /**
+ * @param vars
+ * @return
+ */
+ public abstract List<String[]> getFileMappings(Map<String, Object> vars);
+
+ /**
*
- * @param monitor
- * @param params
+ * @param vars
* @return
- * @throws ExecutionException
*/
- public IStatus execute(IProgressMonitor monitor, Map<String,Object> vars)
- throws ExecutionException {
-
- // Target Project
- IProject targetProject = (IProject)vars.get(ISeamFacetDataModelProperties.SEAM_PROJECT_INSTANCE);
-
- IVirtualComponent com = ComponentCore.createComponent(targetProject);
- IVirtualFolder webRootFolder = com.getRootFolder().getFolder(new Path("/"));
- IContainer webRootContainer = webRootFolder.getUnderlyingFolder();
-
- FilterSetCollection filters = new FilterSetCollection(SeamFacetFilterSetFactory.createFiltersFilterSet(vars));
-
- // Input data
-// String beanName = vars.get(IParameter.SEAM_BEAN_NAME).toString();
- String actionFolder = vars.get(ISeamFacetDataModelProperties.SESION_BEAN_PACKAGE_NAME).toString();
- String interfaceName = vars.get(IParameter.SEAM_LOCAL_INTERFACE_NAME).toString();
- String testFolder = vars.get(ISeamFacetDataModelProperties.TEST_CASES_PACKAGE_NAME).toString();
- String pageName = vars.get(IParameter.SEAM_PAGE_NAME).toString();
-
- File seamTargetInterfaceFile = new File(targetProject.getLocation().toFile().toString()
- + "/src/" + actionFolder.replace('.','/') + "/" + interfaceName + ".java");
- AntCopyUtils.copyFileToFile(getBeanFile(vars),seamTargetInterfaceFile,filters,true);
-
- File seamTargetActionTestFile = new File(targetProject.getLocation().toFile().toString()
- + "/src/" + testFolder.replace('.','/') + "/" + interfaceName + "Test.java");
- AntCopyUtils.copyFileToFile(getTestClassFile(vars),seamTargetActionTestFile,filters,true);
+ public FilterSetCollection getFilterSetCollection(Map vars) {
+ return new FilterSetCollection(SeamFacetFilterSetFactory.createFiltersFilterSet(vars));
+ }
- File seamTargetTestinFile = new File(targetProject.getLocation().toFile().toString()
- + "/src/" + testFolder.replace('.','/') + "/" + interfaceName + "Test.xml");
- AntCopyUtils.copyFileToFile(getTestngXmlFile(vars),seamTargetTestinFile,filters,true);
-
- File seamTargetActionPageFile = new File(webRootContainer.getLocation().toFile().toString()
- + "/" + pageName + ".xhtml");
- AntCopyUtils.copyFileToFile(getPageXhtml(vars),seamTargetActionPageFile,filters,true);
-
- try {
- targetProject.refreshLocal(IResource.DEPTH_INFINITE, monitor);
- } catch (CoreException e) {
- SeamCorePlugin.getPluginLog().logError(e);
- }
- return Status.OK_STATUS;
- }
-
/* (non-Javadoc)
* @see org.eclipse.core.commands.operations.AbstractOperation#redo(org.eclipse.core.runtime.IProgressMonitor, org.eclipse.core.runtime.IAdaptable)
*/
@@ -165,12 +186,4 @@
public File getSeamFolder(Map<String, Object> vars) {
return new File(vars.get(ISeamFacetDataModelProperties.JBOSS_SEAM_HOME).toString(),"seam-gen");
}
-
- public abstract File getBeanFile(Map<String, Object> vars);
-
- public abstract File getTestClassFile(Map<String, Object> vars);
-
- public abstract File getTestngXmlFile(Map<String, Object> vars);
-
- public abstract File getPageXhtml(Map<String, Object> vars);
}
Modified: trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamBaseWizard.java
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamBaseWizard.java 2007-07-18 08:30:07 UTC (rev 2490)
+++ trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamBaseWizard.java 2007-07-18 09:13:47 UTC (rev 2491)
@@ -50,6 +50,8 @@
@Override
public boolean performFinish() {
try {
+
+ // TODO lock only current project, not entire workspace
getContainer().run(false,false, new WorkspaceModifyOperation(){
@Override
protected void execute(IProgressMonitor monitor)
Modified: trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamBaseWizardPage.java
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamBaseWizardPage.java 2007-07-18 08:30:07 UTC (rev 2490)
+++ trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamBaseWizardPage.java 2007-07-18 09:13:47 UTC (rev 2491)
@@ -41,7 +41,7 @@
* @author eskimo
*
*/
-public class SeamBaseWizardPage extends WizardPage implements IAdaptable, PropertyChangeListener {
+public abstract class SeamBaseWizardPage extends WizardPage implements IAdaptable, PropertyChangeListener {
/**
*
@@ -63,9 +63,7 @@
createEditors();
}
- protected void createEditors() {
- addEditors(SeamWizardFactory.createDefaultWizardEditors(SeamWizardUtils.getSelectedProjectName()));
- }
+ protected abstract void createEditors();
Map<String,IFieldEditor> editorRegistry = new HashMap<String,IFieldEditor>();
@@ -79,11 +77,18 @@
if (!"".equals(editorRegistry.get(IParameter.SEAM_PROJECT_NAME).getValue())){
Map errors = ValidatorFactory.SEAM_PROJECT_NAME_VALIDATOR.validate(
- editorRegistry.get(IParameter.SEAM_PROJECT_NAME).getValue(), null);
+ getEditor(IParameter.SEAM_PROJECT_NAME).getValue(), null);
if(errors.size()>0) {
setErrorMessage(errors.get(IValidator.DEFAULT_ERROR).toString());
+ getEditor(IParameter.SEAM_BEAN_NAME).setEnabled(false);
+ } else if(isWar()) {
+ getEditor(IParameter.SEAM_BEAN_NAME).setEnabled(false);
+ } else {
+ getEditor(IParameter.SEAM_BEAN_NAME).setEnabled(true);
}
+ } else {
+ getEditor(IParameter.SEAM_BEAN_NAME).setEnabled(false);
}
setPageComplete(false);
}
@@ -170,12 +175,15 @@
if(errors.size()>0) {
setErrorMessage(errors.get(IValidator.DEFAULT_ERROR).toString());
setPageComplete(false);
+ getEditor(IParameter.SEAM_BEAN_NAME).setEnabled(false);
return;
}
- IResource project = ResourcesPlugin.getWorkspace().getRoot().findMember(
- editorRegistry.get(IParameter.SEAM_PROJECT_NAME).getValueAsString());
+ IResource project = getSelectedProject();
+ String type = SeamCorePlugin.getSeamFacetPreferences(project.getProject()).get(ISeamFacetDataModelProperties.JBOSS_AS_DEPLOY_AS,"war");
+
+ getEditor(IParameter.SEAM_BEAN_NAME).setEnabled(!"war".equals(type));
errors = ValidatorFactory.SEAM_COMPONENT_NAME_VALIDATOR.validate(
editorRegistry.get(IParameter.SEAM_COMPONENT_NAME).getValue(), new Object[]{"Seam component",project});
@@ -194,6 +202,19 @@
setPageComplete(false);
return;
}
+
+ if(!isWar()) {
+ errors = ValidatorFactory.SEAM_COMPONENT_NAME_VALIDATOR.validate(
+ editorRegistry.get(IParameter.SEAM_BEAN_NAME).getValue(), new Object[]{"Bean",project});
+
+ if(errors.size()>0) {
+ setErrorMessage(errors.get(IValidator.DEFAULT_ERROR).toString());
+ setPageComplete(false);
+ return;
+ }
+ } else {
+
+ }
errors = ValidatorFactory.SEAM_METHOD_NAME_VALIDATOR.validate(
editorRegistry.get(IParameter.SEAM_METHOD_NAME).getValue(), new Object[]{"Method",project});
@@ -227,4 +248,18 @@
setMessage(null);
setPageComplete(true);
}
+
+ /**
+ * @return
+ */
+ public IResource getSelectedProject() {
+ IResource project = ResourcesPlugin.getWorkspace().getRoot().findMember(
+ editorRegistry.get(IParameter.SEAM_PROJECT_NAME).getValueAsString());
+ return project;
+ }
+
+ public boolean isWar() {
+ if(getSelectedProject()==null) return true;
+ return "war".equals(SeamCorePlugin.getSeamFacetPreferences(getSelectedProject().getProject()).get(ISeamFacetDataModelProperties.JBOSS_AS_DEPLOY_AS,"war"));
+ }
}
Modified: trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamConversationVizardPage1.java
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamConversationVizardPage1.java 2007-07-18 08:30:07 UTC (rev 2490)
+++ trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamConversationVizardPage1.java 2007-07-18 09:13:47 UTC (rev 2491)
@@ -22,4 +22,8 @@
setMessage("Select the name of the new Seam Conversation. A set of classes " +
"managing a coversation will be created.");
}
+
+ protected void createEditors() {
+ addEditors(SeamWizardFactory.createActionFormFieldEditors(SeamWizardUtils.getSelectedProjectName()));
+ }
}
Modified: trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamConversationWizard.java
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamConversationWizard.java 2007-07-18 08:30:07 UTC (rev 2490)
+++ trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamConversationWizard.java 2007-07-18 09:13:47 UTC (rev 2491)
@@ -11,6 +11,7 @@
package org.jboss.tools.seam.ui.wizard;
import java.io.File;
+import java.util.List;
import java.util.Map;
import org.eclipse.core.commands.ExecutionException;
@@ -47,6 +48,12 @@
return new File(getSeamFolder(vars),"view/action.xhtml");
}
+ @Override
+ public List<String[]> getFileMappings(Map<String, Object> vars) {
+ // TODO Auto-generated method stub
+ return null;
+ }
+
};
}
Modified: trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamEntityWizard.java
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamEntityWizard.java 2007-07-18 08:30:07 UTC (rev 2490)
+++ trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamEntityWizard.java 2007-07-18 09:13:47 UTC (rev 2491)
@@ -11,6 +11,7 @@
package org.jboss.tools.seam.ui.wizard;
import java.io.File;
+import java.util.List;
import java.util.Map;
import org.eclipse.core.commands.ExecutionException;
@@ -55,6 +56,12 @@
public File getPageXhtml(Map<String, Object> vars) {
return new File(getSeamFolder(vars),"view/action.xhtml");
}
+
+ @Override
+ public List<String[]> getFileMappings(Map<String, Object> vars) {
+ // TODO Auto-generated method stub
+ return null;
+ }
};
Modified: trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamFofrmWizard.java
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamFofrmWizard.java 2007-07-18 08:30:07 UTC (rev 2490)
+++ trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamFofrmWizard.java 2007-07-18 09:13:47 UTC (rev 2491)
@@ -11,6 +11,8 @@
package org.jboss.tools.seam.ui.wizard;
import java.io.File;
+import java.util.ArrayList;
+import java.util.List;
import java.util.Map;
import org.eclipse.core.commands.ExecutionException;
@@ -20,6 +22,7 @@
import org.eclipse.core.runtime.IStatus;
import org.eclipse.core.runtime.Status;
import org.eclipse.ui.INewWizard;
+import org.jboss.tools.seam.internal.core.project.facet.ISeamFacetDataModelProperties;
/**
*
@@ -37,9 +40,14 @@
addPage(new SeamFormWizardPage1());
}
- private static IUndoableOperation CREATE_SEAM_FORM = new SeamBaseOperation("Form creating operation"){
-
+ private static IUndoableOperation CREATE_SEAM_FORM = new SeamFormCreateOperation();
+
+ public static class SeamFormCreateOperation extends SeamBaseOperation {
+ public SeamFormCreateOperation() {
+ super("Form creating operation");
+ }
+
public File getBeanFile(Map<String, Object> vars) {
return new File(getSeamFolder(vars),"src/FormActionJavaBean.java");
}
@@ -55,5 +63,46 @@
public File getPageXhtml(Map<String, Object> vars) {
return new File(getSeamFolder(vars),"view/form.xhtml");
}
+
+ /* (non-Javadoc)
+ * @see org.jboss.tools.seam.ui.wizard.SeamBaseOperation#getFileMappings(java.util.Map)
+ */
+ @Override
+ public List<String[]> getFileMappings(Map<String, Object> vars) {
+ if("war".equals(vars.get(ISeamFacetDataModelProperties.JBOSS_AS_DEPLOY_AS)))
+ return FORM_WAR_MAPPING;
+ else
+ return FORM_EAR_MAPPING;
+ }
+
+ public static final List<String[]> FORM_WAR_MAPPING = new ArrayList<String[]>();
+
+ public static final List<String[]> FORM_EAR_MAPPING = new ArrayList<String[]>();
+
+ static {
+ FORM_WAR_MAPPING.add(new String[]{
+ "${" + ISeamFacetDataModelProperties.JBOSS_SEAM_HOME + "}/seam-gen/src/FormActionJavaBean.java",
+ "${" + IParameter.SEAM_PROJECT_LOCATION_PATH + "}/src/${" + ISeamFacetDataModelProperties.SESION_BEAN_PACKAGE_PATH + "}/${" + IParameter.SEAM_LOCAL_INTERFACE_NAME +"}.java/"});
+ FORM_WAR_MAPPING.add(new String[]{
+ "${" + ISeamFacetDataModelProperties.JBOSS_SEAM_HOME + "}/seam-gen/test/FormTest.java",
+ "${" + IParameter.SEAM_PROJECT_LOCATION_PATH + "}/src/${" + ISeamFacetDataModelProperties.TEST_CASES_PACKAGE_PATH + "}/${"+ IParameter.SEAM_LOCAL_INTERFACE_NAME +"}Test.java/"});
+ FORM_WAR_MAPPING.add(new String[]{
+ "${" + ISeamFacetDataModelProperties.JBOSS_SEAM_HOME + "}/seam-gen/test/testng.xml",
+ "${" + IParameter.SEAM_PROJECT_LOCATION_PATH + "}/src/${" + ISeamFacetDataModelProperties.TEST_CASES_PACKAGE_PATH + "}/${"+ IParameter.SEAM_LOCAL_INTERFACE_NAME +"}Test.xml/"});
+ FORM_WAR_MAPPING.add(new String[]{
+ "${" + ISeamFacetDataModelProperties.JBOSS_SEAM_HOME + "}/seam-gen/view/form.xhtml",
+ "${" + IParameter.SEAM_PROJECT_WEBCONTENT_PATH + "}/${" + IParameter.SEAM_PAGE_NAME +"}.xhtml"});
+
+ // initialize ear files mapping
+ FORM_EAR_MAPPING.add(new String[]{
+ "${" + ISeamFacetDataModelProperties.JBOSS_SEAM_HOME + "}/seam-gen/src/FormActionBean.java",
+ "${" + IParameter.SEAM_PROJECT_LOCATION_PATH + "}/src/${" + ISeamFacetDataModelProperties.SESION_BEAN_PACKAGE_PATH + "}/${" + IParameter.SEAM_BEAN_NAME +"}.java/"});
+ FORM_EAR_MAPPING.add(new String[]{
+ "${" + ISeamFacetDataModelProperties.JBOSS_SEAM_HOME + "}/seam-gen/src/FormAction.java",
+ "${" + IParameter.SEAM_PROJECT_LOCATION_PATH + "}/src/${" + ISeamFacetDataModelProperties.SESION_BEAN_PACKAGE_PATH + "}/${" + IParameter.SEAM_LOCAL_INTERFACE_NAME +"}.java/"});
+ FORM_EAR_MAPPING.add(FORM_WAR_MAPPING.get(1));
+ FORM_EAR_MAPPING.add(FORM_WAR_MAPPING.get(2));
+ FORM_EAR_MAPPING.add(FORM_WAR_MAPPING.get(3));
+ }
};
}
Modified: trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamFormWizardPage1.java
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamFormWizardPage1.java 2007-07-18 08:30:07 UTC (rev 2490)
+++ trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamFormWizardPage1.java 2007-07-18 09:13:47 UTC (rev 2491)
@@ -25,4 +25,8 @@
setMessage("Select the name of the new Seam Form. A new Seam Form with a single input field and related " +
"Java Interface, SLSB and key Seam/EJB3 annotations will be created.");
}
+
+ protected void createEditors() {
+ addEditors(SeamWizardFactory.createActionFormFieldEditors(SeamWizardUtils.getSelectedProjectName()));
+ }
}
Modified: trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamWizardFactory.java
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamWizardFactory.java 2007-07-18 08:30:07 UTC (rev 2490)
+++ trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamWizardFactory.java 2007-07-18 09:13:47 UTC (rev 2491)
@@ -70,12 +70,12 @@
IParameter.SEAM_PAGE_NAME, "Master page name:", "");
}
- public static final IFieldEditor[] createDefaultWizardEditors(String defaultSelection) {
+ public static final IFieldEditor[] createActionFormFieldEditors(String defaultSelection) {
return new IFieldEditor[]{
SeamWizardFactory.createSeamProjectSelectionFieldEditor(SeamWizardUtils.getSelectedProjectName()),
SeamWizardFactory.createSeamComponentNameFieldEditor(),
SeamWizardFactory.createSeamLocalInterfaceNameFieldEditor(),
-// SeamWizardFactory.createSeamBeanNameFieldEditor(),
+ SeamWizardFactory.createSeamBeanNameFieldEditor(),
SeamWizardFactory.createSeamMethodNameFieldEditor(),
SeamWizardFactory.createSeamPageNameFieldEditor()
};
Modified: trunk/vpe/plugins/org.jboss.tools.vpe.mozilla.win32/os/win32/x86/chrome/chrome.rdf
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe.mozilla.win32/os/win32/x86/chrome/chrome.rdf 2007-07-18 08:30:07 UTC (rev 2490)
+++ trunk/vpe/plugins/org.jboss.tools.vpe.mozilla.win32/os/win32/x86/chrome/chrome.rdf 2007-07-18 09:13:47 UTC (rev 2491)
@@ -2,23 +2,65 @@
<RDF:RDF xmlns:c="http://www.mozilla.org/rdf/chrome#"
xmlns:NC="http://home.netscape.com/NC-rdf#"
xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
- <RDF:Description about="urn:mozilla:locale:US:navigator-region"
- c:baseURL="jar:resource:/chrome/US.jar!/locale/US/navigator-region/"
- c:localeVersion="1.6">
- <c:package resource="urn:mozilla:package:navigator-region"/>
+ <RDF:Seq about="urn:mozilla:package:root">
+ <RDF:li resource="urn:mozilla:package:necko"/>
+ <RDF:li resource="urn:mozilla:package:xbl-marquee"/>
+ <RDF:li resource="urn:mozilla:package:embed"/>
+ <RDF:li resource="urn:mozilla:package:editor"/>
+ <RDF:li resource="urn:mozilla:package:editor-region"/>
+ <RDF:li resource="urn:mozilla:package:navigator-platform"/>
+ <RDF:li resource="urn:mozilla:package:navigator"/>
+ <RDF:li resource="urn:mozilla:package:navigator-region"/>
+ <RDF:li resource="urn:mozilla:package:communicator"/>
+ <RDF:li resource="urn:mozilla:package:communicator-platform"/>
+ <RDF:li resource="urn:mozilla:package:communicator-region"/>
+ <RDF:li resource="urn:mozilla:package:global"/>
+ <RDF:li resource="urn:mozilla:package:global-platform"/>
+ <RDF:li resource="urn:mozilla:package:global-region"/>
+ <RDF:li resource="urn:mozilla:package:download-manager"/>
+ <RDF:li resource="urn:mozilla:package:cookie"/>
+ <RDF:li resource="urn:mozilla:package:wallet"/>
+ <RDF:li resource="urn:mozilla:package:content-packs"/>
+ <RDF:li resource="urn:mozilla:package:help"/>
+ <RDF:li resource="urn:mozilla:package:p3p"/>
+ <RDF:li resource="urn:mozilla:package:autoconfig"/>
+ <RDF:li resource="urn:mozilla:package:venkman"/>
+ <RDF:li resource="urn:mozilla:package:inspector"/>
+ <RDF:li resource="urn:mozilla:package:chatzilla"/>
+ <RDF:li resource="urn:mozilla:package:messenger-mdn"/>
+ <RDF:li resource="urn:mozilla:package:messenger-views"/>
+ <RDF:li resource="urn:mozilla:package:messenger-mapi"/>
+ <RDF:li resource="urn:mozilla:package:messenger"/>
+ <RDF:li resource="urn:mozilla:package:messenger-region"/>
+ <RDF:li resource="urn:mozilla:package:vpe"/>
+ </RDF:Seq>
+ <RDF:Description about="urn:mozilla:skin:classic/1.0"
+ c:displayName="Classic"
+ c:accessKey="C"
+ c:author="mozilla.org"
+ c:description="This theme simulates the familiar appearance of previous Netscape versions for the Windows operating system."
+ c:name="classic/1.0"
+ c:image="jar:resource:/chrome/classic.jar!/skin/classic/global/preview.gif"
+ c:locType="install">
+ <c:packages resource="urn:mozilla:skin:classic/1.0:packages"/>
</RDF:Description>
- <RDF:Description about="urn:mozilla:skin:modern/1.0:global"
+ <RDF:Description about="urn:mozilla:package:messenger-mapi"
+ c:baseURL="jar:resource:/chrome/messenger.jar!/content/messenger-mapi/"
+ c:locType="install"
+ c:displayName="Messenger"
+ c:author="mozilla.org"
+ c:name="messenger-mapi"
+ c:localeVersion="1.6"
+ c:skinVersion="1.5" />
+ <RDF:Description about="urn:mozilla:skin:classic/1.0:editor"
c:skinVersion="1.5"
- c:baseURL="jar:resource:/chrome/modern.jar!/skin/modern/global/"
+ c:baseURL="jar:resource:/chrome/classic.jar!/skin/classic/editor/"
c:allowScripts="false">
- <c:package resource="urn:mozilla:package:global"/>
+ <c:package resource="urn:mozilla:package:editor"/>
</RDF:Description>
- <RDF:Description about="urn:mozilla:package:communicator-region"
- c:baseURL="jar:resource:/chrome/comm.jar!/content/communicator-region/"
- c:locType="install"
- c:author="mozilla.org"
- c:name="communicator-region"
- c:localeVersion="1.6" />
+ <RDF:Description about="urn:mozilla:package:browser"
+ c:hasOverlays="true"
+ c:hasStylesheets="true" />
<RDF:Description about="urn:mozilla:skin:modern/1.0:navigator"
c:skinVersion="1.5"
c:baseURL="jar:resource:/chrome/modern.jar!/skin/modern/navigator/"
@@ -31,102 +73,182 @@
c:allowScripts="false">
<c:package resource="urn:mozilla:package:editor"/>
</RDF:Description>
- <RDF:Description about="urn:mozilla:locale:US:communicator-region"
+ <RDF:Description about="urn:mozilla:locale:US:messenger-region"
c:localeVersion="1.6"
- c:baseURL="jar:resource:/chrome/US.jar!/locale/US/communicator-region/">
- <c:package resource="urn:mozilla:package:communicator-region"/>
+ c:baseURL="jar:resource:/chrome/US.jar!/locale/US/messenger-region/">
+ <c:package resource="urn:mozilla:package:messenger-region"/>
</RDF:Description>
- <RDF:Description about="urn:mozilla:locale:en-US:inspector"
- c:baseURL="jar:resource:/chrome/inspector.jar!/locale/en-US/inspector/"
- c:localeVersion="1.6">
+ <RDF:Description about="urn:mozilla:locale:en-US:autoconfig"
+ c:localeVersion="1.6"
+ c:baseURL="jar:resource:/chrome/en-US.jar!/locale/en-US/autoconfig/">
+ <c:package resource="urn:mozilla:package:autoconfig"/>
+ </RDF:Description>
+ <RDF:Description about="urn:mozilla:skin:modern/1.0:messenger"
+ c:skinVersion="1.5"
+ c:baseURL="jar:resource:/chrome/modern.jar!/skin/modern/messenger/"
+ c:allowScripts="false">
+ <c:package resource="urn:mozilla:package:messenger"/>
+ </RDF:Description>
+ <RDF:Description about="urn:mozilla:locale:en-US:embed"
+ c:baseURL="jar:resource:/chrome/embed-sample.jar!/locale/en-US/embed/">
+ <c:package resource="urn:mozilla:package:embed"/>
+ </RDF:Description>
+ <RDF:Description about="urn:mozilla:locale:en-US:navigator-platform"
+ c:localeVersion="1.6"
+ c:baseURL="jar:resource:/chrome/en-win.jar!/locale/en-US/navigator-platform/">
+ <c:package resource="urn:mozilla:package:navigator-platform"/>
+ </RDF:Description>
+ <RDF:Description about="urn:mozilla:skin:modern/1.0:inspector"
+ c:skinVersion="1.5"
+ c:baseURL="jar:resource:/chrome/inspector.jar!/skin/modern/inspector/"
+ c:allowScripts="false">
<c:package resource="urn:mozilla:package:inspector"/>
</RDF:Description>
- <RDF:Description about="urn:mozilla:package:navigator-platform"
- c:baseURL="jar:resource:/chrome/comm.jar!/content/navigator-platform/"
+ <RDF:Description about="urn:mozilla:package:help"
+ c:baseURL="jar:resource:/chrome/help.jar!/content/help/"
c:locType="install"
- c:displayName="Windows Specific Resources"
- c:author="mozilla.org"
- c:name="navigator-platform"
- c:localeVersion="1.6">
- <c:selectedLocale resource="urn:mozilla:locale:en-US:navigator-platform"/>
+ c:displayName="Mozilla Help Viewer"
+ c:author="netscape.com"
+ c:name="help"
+ c:localeVersion="1.6" />
+ <RDF:Description about="urn:mozilla:skin:classic/1.0:navigator"
+ c:skinVersion="1.5"
+ c:baseURL="jar:resource:/chrome/classic.jar!/skin/classic/navigator/"
+ c:allowScripts="false">
+ <c:package resource="urn:mozilla:package:navigator"/>
</RDF:Description>
- <RDF:Seq about="urn:mozilla:skin:classic/1.0:packages">
- <RDF:li resource="urn:mozilla:skin:classic/1.0:global"/>
- <RDF:li resource="urn:mozilla:skin:classic/1.0:communicator"/>
- <RDF:li resource="urn:mozilla:skin:classic/1.0:editor"/>
- <RDF:li resource="urn:mozilla:skin:classic/1.0:messenger"/>
- <RDF:li resource="urn:mozilla:skin:classic/1.0:navigator"/>
- <RDF:li resource="urn:mozilla:skin:classic/1.0:inspector"/>
- </RDF:Seq>
- <RDF:Seq about="urn:mozilla:locale:root">
- <RDF:li resource="urn:mozilla:locale:en-US"/>
- <RDF:li resource="urn:mozilla:locale:US"/>
- </RDF:Seq>
- <RDF:Description about="urn:mozilla:locale:US:messenger-region"
- c:baseURL="jar:resource:/chrome/US.jar!/locale/US/messenger-region/"
- c:localeVersion="1.6">
- <c:package resource="urn:mozilla:package:messenger-region"/>
+ <RDF:Description about="urn:mozilla:locale:en-US:wallet"
+ c:localeVersion="1.6"
+ c:baseURL="jar:resource:/chrome/en-US.jar!/locale/en-US/wallet/">
+ <c:package resource="urn:mozilla:package:wallet"/>
</RDF:Description>
- <RDF:Description about="urn:mozilla:package:cookie"
- c:baseURL="jar:resource:/chrome/comm.jar!/content/cookie/"
- c:locType="install"
- c:displayName="Cookie Manager"
- c:author="mozilla.org"
- c:name="cookie"
+ <RDF:Description about="urn:mozilla:locale:en-US:venkman"
c:localeVersion="1.6"
- c:hasOverlays="true" />
- <RDF:Description about="urn:mozilla:locale:US:editor-region"
+ c:baseURL="jar:resource:/chrome/venkman.jar!/locale/en-US/venkman/">
+ <c:package resource="urn:mozilla:package:venkman"/>
+ </RDF:Description>
+ <RDF:Description about="urn:mozilla:locale:en-US:p3p"
c:localeVersion="1.6"
- c:baseURL="jar:resource:/chrome/US.jar!/locale/US/editor-region/">
- <c:package resource="urn:mozilla:package:editor-region"/>
+ c:baseURL="jar:resource:/chrome/en-US.jar!/locale/en-US/p3p/">
+ <c:package resource="urn:mozilla:package:p3p"/>
</RDF:Description>
- <RDF:Description about="urn:mozilla:package:browser"
- c:hasOverlays="true"
- c:hasStylesheets="true" />
- <RDF:Description about="urn:mozilla:locale:en-US:communicator"
- c:baseURL="jar:resource:/chrome/en-US.jar!/locale/en-US/communicator/"
- c:localeVersion="1.6">
- <c:package resource="urn:mozilla:package:communicator"/>
+ <RDF:Description about="urn:mozilla:package:communicator-region"
+ c:baseURL="jar:resource:/chrome/comm.jar!/content/communicator-region/"
+ c:locType="install"
+ c:author="mozilla.org"
+ c:name="communicator-region"
+ c:localeVersion="1.6" />
+ <RDF:Description about="urn:mozilla:package:communicator-platform"
+ c:baseURL="jar:resource:/chrome/comm.jar!/content/communicator-platform/"
+ c:locType="install"
+ c:displayName="Platform Specific Bindings"
+ c:author="mozilla.org"
+ c:name="communicator-platform"
+ c:localeVersion="1.6" />
+ <RDF:Description about="urn:mozilla:package:autoconfig"
+ c:baseURL="jar:resource:/chrome/comm.jar!/content/autoconfig/"
+ c:locType="install"
+ c:displayName="AutoConfig"
+ c:author="mozilla.org"
+ c:name="autoconfig"
+ c:localeVersion="1.6" />
+ <RDF:Description about="urn:mozilla:skin:modern/1.0:embed"
+ c:baseURL="jar:resource:/chrome/embed-sample.jar!/skin/classic/embed/"
+ c:allowScripts="false">
+ <c:package resource="urn:mozilla:package:embed"/>
</RDF:Description>
<RDF:Description about="urn:mozilla:skin:modern/1.0:chatzilla"
c:baseURL="jar:resource:/chrome/chatzilla.jar!/skin/modern/chatzilla/"
c:allowScripts="false">
<c:package resource="urn:mozilla:package:chatzilla"/>
</RDF:Description>
- <RDF:Description about="urn:mozilla:package:inspector"
- c:hasOverlays="true"
- c:baseURL="jar:resource:/chrome/inspector.jar!/content/inspector/"
+ <RDF:Description about="urn:mozilla:package:vpe"
+ c:baseURL="resource:/chrome/vpe/content/"
c:locType="install"
- c:displayName="Document Inspector"
- c:author="Joe Hewitt"
- c:name="inspector"
+ c:displayName="Xul Vpe"
+ c:author="Edward"
+ c:name="VPE"
+ c:extension="true" />
+ <RDF:Description about="urn:mozilla:package:global-region"
+ c:baseURL="jar:resource:/chrome/toolkit.jar!/content/global-region/"
+ c:locType="install"
+ c:displayName="US Regional Contents"
+ c:author="mozilla.org"
+ c:name="global-region"
+ c:localeVersion="1.6">
+ <c:selectedLocale resource="urn:mozilla:locale:US:global-region"/>
+ </RDF:Description>
+ <RDF:Description about="urn:mozilla:skin:modern/1.0"
+ c:accessKey="M"
+ c:description="A contemporary theme for all Communicator components."
+ c:image="jar:resource:/chrome/modern.jar!/skin/modern/global/preview.gif"
+ c:displayName="Modern"
+ c:author="mozilla.org"
+ c:name="modern/1.0"
+ c:locType="install">
+ <c:packages resource="urn:mozilla:skin:modern/1.0:packages"/>
+ </RDF:Description>
+ <RDF:Description about="urn:mozilla:locale:en-US:chatzilla"
c:localeVersion="1.6"
- c:skinVersion="1.5">
- <c:selectedSkin resource="urn:mozilla:skin:classic/1.0:inspector"/>
+ c:baseURL="jar:resource:/chrome/chatzilla.jar!/locale/en-US/chatzilla/">
+ <c:package resource="urn:mozilla:package:chatzilla"/>
</RDF:Description>
- <RDF:Description about="urn:mozilla:skin:modern/1.0:messenger"
+ <RDF:Description about="urn:mozilla:package:global-platform"
+ c:baseURL="jar:resource:/chrome/toolkit.jar!/content/global-platform/"
+ c:locType="install"
+ c:displayName="Platform Specific"
+ c:author="mozilla.org"
+ c:name="global-platform"
+ c:localeVersion="1.6" />
+ <RDF:Description about="urn:mozilla:locale:US:global-region"
+ c:localeVersion="1.6"
+ c:baseURL="jar:resource:/chrome/US.jar!/locale/US/global-region/">
+ <c:package resource="urn:mozilla:package:global-region"/>
+ </RDF:Description>
+ <RDF:Description about="urn:mozilla:skin:modern/1.0:communicator"
c:skinVersion="1.5"
- c:baseURL="jar:resource:/chrome/modern.jar!/skin/modern/messenger/"
+ c:baseURL="jar:resource:/chrome/modern.jar!/skin/modern/communicator/"
c:allowScripts="false">
- <c:package resource="urn:mozilla:package:messenger"/>
+ <c:package resource="urn:mozilla:package:communicator"/>
</RDF:Description>
- <RDF:Description about="urn:mozilla:package:content-packs"
- c:baseURL="jar:resource:/chrome/content-packs.jar!/content/content-packs/"
+ <RDF:Description about="urn:mozilla:locale:en-US:inspector"
+ c:localeVersion="1.6"
+ c:baseURL="jar:resource:/chrome/inspector.jar!/locale/en-US/inspector/">
+ <c:package resource="urn:mozilla:package:inspector"/>
+ </RDF:Description>
+ <RDF:Description about="urn:mozilla:package:editor-region"
+ c:baseURL="jar:resource:/chrome/comm.jar!/content/editor-region/"
c:locType="install"
- c:displayName="Content Pack Switching"
c:author="mozilla.org"
- c:name="content-packs"
+ c:name="editor-region"
c:localeVersion="1.6" />
- <RDF:Description about="urn:mozilla:skin:classic/1.0:global"
- c:baseURL="jar:resource:/chrome/classic.jar!/skin/classic/global/"
- c:allowScripts="false"
- c:skinVersion="1.5">
- <c:package resource="urn:mozilla:package:global"/>
+ <RDF:Description about="urn:mozilla:locale:US:editor-region"
+ c:localeVersion="1.6"
+ c:baseURL="jar:resource:/chrome/US.jar!/locale/US/editor-region/">
+ <c:package resource="urn:mozilla:package:editor-region"/>
</RDF:Description>
- <RDF:Description about="urn:mozilla:locale:en-US:embed"
- c:baseURL="jar:resource:/chrome/embed-sample.jar!/locale/en-US/embed/">
- <c:package resource="urn:mozilla:package:embed"/>
+ <RDF:Description about="urn:mozilla:locale:en-US:messenger"
+ c:localeVersion="1.6"
+ c:baseURL="jar:resource:/chrome/en-US.jar!/locale/en-US/messenger/">
+ <c:package resource="urn:mozilla:package:messenger"/>
</RDF:Description>
+ <RDF:Description about="urn:mozilla:skin:modern/1.0:venkman"
+ c:baseURL="jar:resource:/chrome/venkman.jar!/skin/modern/venkman/"
+ c:allowScripts="false">
+ <c:package resource="urn:mozilla:package:venkman"/>
+ </RDF:Description>
+ <RDF:Description about="urn:mozilla:package:navigator"
+ c:baseURL="jar:resource:/chrome/comm.jar!/content/navigator/"
+ c:locType="install"
+ c:displayName="Navigator"
+ c:author="mozilla.org"
+ c:name="navigator"
+ c:localeVersion="1.6"
+ c:skinVersion="1.5"
+ c:hasOverlays="true">
+ <c:selectedLocale resource="urn:mozilla:locale:en-US:navigator"/>
+ <c:selectedSkin resource="urn:mozilla:skin:classic/1.0:navigator"/>
+ </RDF:Description>
<RDF:Description about="urn:mozilla:package:editor"
c:baseURL="jar:resource:/chrome/comm.jar!/content/editor/"
c:locType="install"
@@ -138,74 +260,58 @@
c:hasOverlays="true">
<c:selectedSkin resource="urn:mozilla:skin:classic/1.0:editor"/>
</RDF:Description>
- <RDF:Description about="urn:mozilla:package:messenger-mdn"
- c:baseURL="jar:resource:/chrome/messenger.jar!/content/messenger-mdn/"
+ <RDF:Description about="urn:mozilla:package:embed"
+ c:baseURL="jar:resource:/chrome/embed-sample.jar!/content/embed/"
c:locType="install"
- c:displayName="Messenger"
+ c:displayName="Embed"
c:author="mozilla.org"
- c:name="messenger-mdn"
+ c:name="embed" />
+ <RDF:Seq about="urn:mozilla:locale:root">
+ <RDF:li resource="urn:mozilla:locale:en-US"/>
+ <RDF:li resource="urn:mozilla:locale:US"/>
+ </RDF:Seq>
+ <RDF:Description about="urn:mozilla:locale:en-US:necko"
c:localeVersion="1.6"
- c:skinVersion="1.5" />
- <RDF:Description about="urn:mozilla:skin:classic/1.0:communicator"
- c:baseURL="jar:resource:/chrome/classic.jar!/skin/classic/communicator/"
- c:allowScripts="false"
- c:skinVersion="1.5">
- <c:package resource="urn:mozilla:package:communicator"/>
+ c:baseURL="jar:resource:/chrome/en-US.jar!/locale/en-US/necko/">
+ <c:package resource="urn:mozilla:package:necko"/>
</RDF:Description>
- <RDF:Description about="urn:mozilla:package:messenger-region"
- c:baseURL="jar:resource:/chrome/messenger.jar!/content/messenger-region/"
- c:locType="install"
- c:author="mozilla.org"
- c:name="messenger-region"
- c:localeVersion="1.6" />
- <RDF:Description about="urn:mozilla:skin:modern/1.0:inspector"
+ <RDF:Description about="urn:mozilla:skin:classic/1.0:global"
c:skinVersion="1.5"
- c:baseURL="jar:resource:/chrome/inspector.jar!/skin/modern/inspector/"
+ c:baseURL="jar:resource:/chrome/classic.jar!/skin/classic/global/"
c:allowScripts="false">
- <c:package resource="urn:mozilla:package:inspector"/>
+ <c:package resource="urn:mozilla:package:global"/>
</RDF:Description>
- <RDF:Description about="urn:mozilla:package:download-manager"
- c:baseURL="jar:resource:/chrome/comm.jar!/content/communicator/downloadmanager/"
- c:locType="install"
- c:displayName="Win-specific dl mgr files"
- c:author="mozilla.org"
- c:name="dlmgr"
+ <RDF:Description about="urn:mozilla:locale:en-US:messenger-mapi"
c:localeVersion="1.6"
- c:skinVersion="1.5" />
- <RDF:Description about="urn:mozilla:locale:en-US:wallet"
- c:baseURL="jar:resource:/chrome/en-US.jar!/locale/en-US/wallet/"
- c:localeVersion="1.6">
- <c:package resource="urn:mozilla:package:wallet"/>
+ c:baseURL="jar:resource:/chrome/en-win.jar!/locale/en-US/messenger-mapi/">
+ <c:package resource="urn:mozilla:package:messenger-mapi"/>
</RDF:Description>
- <RDF:Description about="urn:mozilla:locale:en-US:chatzilla"
- c:baseURL="jar:resource:/chrome/chatzilla.jar!/locale/en-US/chatzilla/"
- c:localeVersion="1.6">
- <c:package resource="urn:mozilla:package:chatzilla"/>
- </RDF:Description>
- <RDF:Description about="urn:mozilla:package:autoconfig"
- c:baseURL="jar:resource:/chrome/comm.jar!/content/autoconfig/"
+ <RDF:Description about="urn:mozilla:package:navigator-region"
+ c:baseURL="jar:resource:/chrome/comm.jar!/content/navigator-region/"
c:locType="install"
- c:displayName="AutoConfig"
c:author="mozilla.org"
- c:name="autoconfig"
+ c:name="navigator-region"
c:localeVersion="1.6" />
- <RDF:Description about="urn:mozilla:locale:US"
- c:displayName="US Region"
- c:localeType="region"
+ <RDF:Description about="urn:mozilla:package:content-packs"
+ c:baseURL="jar:resource:/chrome/content-packs.jar!/content/content-packs/"
+ c:locType="install"
+ c:displayName="Content Pack Switching"
+ c:author="mozilla.org"
+ c:name="content-packs"
+ c:localeVersion="1.6" />
+ <RDF:Description about="urn:mozilla:locale:en-US:navigator"
c:localeVersion="1.6"
- c:author="mozilla.org"
- c:name="US"
- c:previewURL="http://www.mozilla.org/locales/US.gif"
- c:locType="install">
- <c:packages resource="urn:mozilla:locale:US:packages"/>
+ c:baseURL="jar:resource:/chrome/en-US.jar!/locale/en-US/navigator/">
+ <c:package resource="urn:mozilla:package:navigator"/>
</RDF:Description>
- <RDF:Description about="urn:mozilla:package:venkman"
- c:baseURL="jar:resource:/chrome/venkman.jar!/content/venkman/"
+ <RDF:Description about="urn:mozilla:package:messenger-mdn"
+ c:baseURL="jar:resource:/chrome/messenger.jar!/content/messenger-mdn/"
c:locType="install"
- c:displayName="JavaScript Debugger"
+ c:displayName="Messenger"
c:author="mozilla.org"
+ c:name="messenger-mdn"
c:localeVersion="1.6"
- c:name="venkman" />
+ c:skinVersion="1.5" />
<RDF:Description about="urn:mozilla:locale:en-US"
c:localeVersion="1.6"
c:displayName="English(US)"
@@ -215,62 +321,58 @@
c:locType="install">
<c:packages resource="urn:mozilla:locale:en-US:packages"/>
</RDF:Description>
- <RDF:Description about="urn:mozilla:locale:en-US:messenger-mdn"
- c:baseURL="jar:resource:/chrome/en-US.jar!/locale/en-US/messenger-mdn/"
- c:localeVersion="1.6">
- <c:package resource="urn:mozilla:package:messenger-mdn"/>
- </RDF:Description>
- <RDF:Description about="urn:mozilla:package:chatzilla"
- c:baseURL="jar:resource:/chrome/chatzilla.jar!/content/chatzilla/"
+ <RDF:Description about="urn:mozilla:package:download-manager"
+ c:baseURL="jar:resource:/chrome/comm.jar!/content/communicator/downloadmanager/"
c:locType="install"
- c:displayName="Chatzilla"
+ c:displayName="Win-specific dl mgr files"
c:author="mozilla.org"
- c:authorURL="http://www.mozilla.org/projects/rt-messaging/chatzilla/"
- c:description="A simple, straightforward Internet Relay Chat (IRC) client."
+ c:name="dlmgr"
c:localeVersion="1.6"
- c:extension="true"
- c:name="chatzilla" />
- <RDF:Description about="urn:mozilla:locale:en-US:p3p"
- c:baseURL="jar:resource:/chrome/en-US.jar!/locale/en-US/p3p/"
- c:localeVersion="1.6">
- <c:package resource="urn:mozilla:package:p3p"/>
- </RDF:Description>
- <RDF:Description about="urn:mozilla:package:global"
- c:baseURL="jar:resource:/chrome/toolkit.jar!/content/global/"
+ c:skinVersion="1.5" />
+ <RDF:Description about="urn:mozilla:package:messenger-region"
+ c:baseURL="jar:resource:/chrome/messenger.jar!/content/messenger-region/"
c:locType="install"
- c:displayName="Toolkit"
c:author="mozilla.org"
- c:name="global"
+ c:name="messenger-region"
+ c:localeVersion="1.6" />
+ <RDF:Description about="urn:mozilla:skin:classic/1.0:inspector"
+ c:skinVersion="1.5"
+ c:baseURL="jar:resource:/chrome/inspector.jar!/skin/classic/inspector/"
+ c:allowScripts="false">
+ <c:package resource="urn:mozilla:package:inspector"/>
+ </RDF:Description>
+ <RDF:Description about="urn:mozilla:locale:en-US:messenger-mdn"
c:localeVersion="1.6"
+ c:baseURL="jar:resource:/chrome/en-US.jar!/locale/en-US/messenger-mdn/">
+ <c:package resource="urn:mozilla:package:messenger-mdn"/>
+ </RDF:Description>
+ <RDF:Description about="urn:mozilla:skin:classic/1.0:communicator"
c:skinVersion="1.5"
- c:hasStylesheets="true">
- <c:selectedSkin resource="urn:mozilla:skin:classic/1.0:global"/>
- <c:selectedLocale resource="urn:mozilla:locale:en-US:global"/>
+ c:baseURL="jar:resource:/chrome/classic.jar!/skin/classic/communicator/"
+ c:allowScripts="false">
+ <c:package resource="urn:mozilla:package:communicator"/>
</RDF:Description>
- <RDF:Description about="urn:mozilla:package:p3p"
- c:baseURL="jar:resource:/chrome/comm.jar!/content/p3p/"
+ <RDF:Description about="urn:mozilla:locale:US:navigator-region"
+ c:localeVersion="1.6"
+ c:baseURL="jar:resource:/chrome/US.jar!/locale/US/navigator-region/">
+ <c:package resource="urn:mozilla:package:navigator-region"/>
+ </RDF:Description>
+ <RDF:Description about="urn:mozilla:package:xbl-marquee"
+ c:baseURL="jar:resource:/chrome/comm.jar!/content/xbl-marquee/"
c:locType="install"
- c:displayName="Platform for Privacy Preferences Project"
+ c:displayName="XBL Marquee Emulation"
c:author="Netscape Communications Corporation"
- c:name="p3p"
- c:localeVersion="1.6" />
- <RDF:Description about="urn:mozilla:package:navigator"
- c:baseURL="jar:resource:/chrome/comm.jar!/content/navigator/"
- c:locType="install"
- c:displayName="Navigator"
- c:author="mozilla.org"
- c:name="navigator"
- c:localeVersion="1.6"
+ c:name="xbl-marquee" />
+ <RDF:Seq about="urn:mozilla:skin:root">
+ <RDF:li resource="urn:mozilla:skin:modern/1.0"/>
+ <RDF:li resource="urn:mozilla:skin:classic/1.0"/>
+ </RDF:Seq>
+ <RDF:Description about="urn:mozilla:skin:modern/1.0:global"
c:skinVersion="1.5"
- c:hasOverlays="true">
- <c:selectedLocale resource="urn:mozilla:locale:en-US:navigator"/>
- <c:selectedSkin resource="urn:mozilla:skin:classic/1.0:navigator"/>
+ c:baseURL="jar:resource:/chrome/modern.jar!/skin/modern/global/"
+ c:allowScripts="false">
+ <c:package resource="urn:mozilla:package:global"/>
</RDF:Description>
- <RDF:Description about="urn:mozilla:locale:en-US:messenger-mapi"
- c:baseURL="jar:resource:/chrome/en-win.jar!/locale/en-US/messenger-mapi/"
- c:localeVersion="1.6">
- <c:package resource="urn:mozilla:package:messenger-mapi"/>
- </RDF:Description>
<RDF:Description about="urn:mozilla:package:necko"
c:baseURL="jar:resource:/chrome/comm.jar!/content/necko/"
c:locType="install"
@@ -280,67 +382,15 @@
c:localeVersion="1.6">
<c:selectedLocale resource="urn:mozilla:locale:en-US:necko"/>
</RDF:Description>
- <RDF:Description about="urn:mozilla:skin:modern/1.0"
- c:accessKey="M"
- c:description="A contemporary theme for all Communicator components."
- c:image="jar:resource:/chrome/modern.jar!/skin/modern/global/preview.gif"
- c:displayName="Modern"
+ <RDF:Description about="urn:mozilla:package:navigator-platform"
+ c:baseURL="jar:resource:/chrome/comm.jar!/content/navigator-platform/"
+ c:locType="install"
+ c:displayName="Windows Specific Resources"
c:author="mozilla.org"
- c:name="modern/1.0"
- c:locType="install">
- <c:packages resource="urn:mozilla:skin:modern/1.0:packages"/>
- </RDF:Description>
- <RDF:Description about="urn:mozilla:locale:en-US:global-platform"
- c:baseURL="jar:resource:/chrome/en-win.jar!/locale/en-US/global-platform/"
+ c:name="navigator-platform"
c:localeVersion="1.6">
- <c:package resource="urn:mozilla:package:global-platform"/>
+ <c:selectedLocale resource="urn:mozilla:locale:en-US:navigator-platform"/>
</RDF:Description>
- <RDF:Description about="urn:mozilla:package:vpe"
- c:baseURL="resource:/chrome/vpe/content/"
- c:locType="install"
- c:displayName="Xul Vpe"
- c:author="Edward"
- c:name="VPE"
- c:extension="true" />
- <RDF:Description about="urn:mozilla:skin:modern/1.0:communicator"
- c:skinVersion="1.5"
- c:baseURL="jar:resource:/chrome/modern.jar!/skin/modern/communicator/"
- c:allowScripts="false">
- <c:package resource="urn:mozilla:package:communicator"/>
- </RDF:Description>
- <RDF:Description about="urn:mozilla:skin:modern/1.0:embed"
- c:baseURL="jar:resource:/chrome/embed-sample.jar!/skin/classic/embed/"
- c:allowScripts="false">
- <c:package resource="urn:mozilla:package:embed"/>
- </RDF:Description>
- <RDF:Description about="urn:mozilla:skin:classic/1.0:messenger"
- c:baseURL="jar:resource:/chrome/classic.jar!/skin/classic/messenger/"
- c:allowScripts="false"
- c:skinVersion="1.5">
- <c:package resource="urn:mozilla:package:messenger"/>
- </RDF:Description>
- <RDF:Description about="urn:mozilla:locale:en-US:content-packs"
- c:baseURL="jar:resource:/chrome/en-US.jar!/locale/en-US/content-packs/"
- c:localeVersion="1.6">
- <c:package resource="urn:mozilla:package:content-packs"/>
- </RDF:Description>
- <RDF:Description about="urn:mozilla:skin:classic/1.0"
- c:displayName="Classic"
- c:accessKey="C"
- c:author="mozilla.org"
- c:description="This theme simulates the familiar appearance of previous Netscape versions for the Windows operating system."
- c:name="classic/1.0"
- c:image="jar:resource:/chrome/classic.jar!/skin/classic/global/preview.gif"
- c:locType="install">
- <c:packages resource="urn:mozilla:skin:classic/1.0:packages"/>
- </RDF:Description>
- <RDF:Seq about="urn:mozilla:locale:US:packages">
- <RDF:li resource="urn:mozilla:locale:US:editor-region"/>
- <RDF:li resource="urn:mozilla:locale:US:navigator-region"/>
- <RDF:li resource="urn:mozilla:locale:US:communicator-region"/>
- <RDF:li resource="urn:mozilla:locale:US:global-region"/>
- <RDF:li resource="urn:mozilla:locale:US:messenger-region"/>
- </RDF:Seq>
<RDF:Description about="urn:mozilla:package:messenger"
c:hasOverlays="true"
c:baseURL="jar:resource:/chrome/messenger.jar!/content/messenger/"
@@ -352,111 +402,92 @@
c:skinVersion="1.5">
<c:selectedSkin resource="urn:mozilla:skin:classic/1.0:messenger"/>
</RDF:Description>
- <RDF:Description about="urn:mozilla:package:communicator"
- c:baseURL="jar:resource:/chrome/comm.jar!/content/communicator/"
+ <RDF:Description about="urn:mozilla:skin:classic/1.0:messenger"
+ c:skinVersion="1.5"
+ c:baseURL="jar:resource:/chrome/classic.jar!/skin/classic/messenger/"
+ c:allowScripts="false">
+ <c:package resource="urn:mozilla:package:messenger"/>
+ </RDF:Description>
+ <RDF:Description about="urn:mozilla:locale:en-US:cookie"
+ c:localeVersion="1.6"
+ c:baseURL="jar:resource:/chrome/en-US.jar!/locale/en-US/cookie/">
+ <c:package resource="urn:mozilla:package:cookie"/>
+ </RDF:Description>
+ <RDF:Description about="urn:mozilla:locale:en-US:communicator-platform"
+ c:localeVersion="1.6"
+ c:baseURL="jar:resource:/chrome/en-win.jar!/locale/en-US/communicator-platform/">
+ <c:package resource="urn:mozilla:package:communicator-platform"/>
+ </RDF:Description>
+ <RDF:Description about="urn:mozilla:package:cookie"
+ c:baseURL="jar:resource:/chrome/comm.jar!/content/cookie/"
c:locType="install"
- c:displayName="Communicator Shared"
+ c:displayName="Cookie Manager"
c:author="mozilla.org"
- c:name="communicator"
+ c:name="cookie"
c:localeVersion="1.6"
- c:skinVersion="1.5"
- c:hasOverlays="true">
- <c:selectedLocale resource="urn:mozilla:locale:en-US:communicator"/>
- <c:selectedSkin resource="urn:mozilla:skin:classic/1.0:communicator"/>
+ c:hasOverlays="true" />
+ <RDF:Description about="urn:mozilla:locale:en-US:global"
+ c:localeVersion="1.6"
+ c:baseURL="jar:resource:/chrome/en-US.jar!/locale/en-US/global/">
+ <c:package resource="urn:mozilla:package:global"/>
</RDF:Description>
- <RDF:Description about="urn:mozilla:package:help"
- c:baseURL="jar:resource:/chrome/help.jar!/content/help/"
+ <RDF:Description about="urn:mozilla:package:p3p"
+ c:baseURL="jar:resource:/chrome/comm.jar!/content/p3p/"
c:locType="install"
- c:displayName="Mozilla Help Viewer"
- c:author="netscape.com"
- c:name="help"
+ c:displayName="Platform for Privacy Preferences Project"
+ c:author="Netscape Communications Corporation"
+ c:name="p3p"
c:localeVersion="1.6" />
- <RDF:Description about="urn:mozilla:locale:en-US:venkman"
- c:baseURL="jar:resource:/chrome/venkman.jar!/locale/en-US/venkman/"
- c:localeVersion="1.6">
- <c:package resource="urn:mozilla:package:venkman"/>
- </RDF:Description>
- <RDF:Description about="urn:mozilla:package:messenger-views"
- c:baseURL="jar:resource:/chrome/messenger.jar!/content/messenger-views/"
+ <RDF:Description about="urn:mozilla:package:venkman"
+ c:baseURL="jar:resource:/chrome/venkman.jar!/content/venkman/"
c:locType="install"
- c:displayName="Messenger"
+ c:displayName="JavaScript Debugger"
c:author="mozilla.org"
- c:name="messenger-views"
c:localeVersion="1.6"
- c:skinVersion="1.5" />
- <RDF:Description about="urn:mozilla:locale:en-US:cookie"
- c:baseURL="jar:resource:/chrome/en-US.jar!/locale/en-US/cookie/"
- c:localeVersion="1.6">
- <c:package resource="urn:mozilla:package:cookie"/>
- </RDF:Description>
- <RDF:Seq about="urn:mozilla:package:root">
- <RDF:li resource="urn:mozilla:package:necko"/>
- <RDF:li resource="urn:mozilla:package:xbl-marquee"/>
- <RDF:li resource="urn:mozilla:package:embed"/>
- <RDF:li resource="urn:mozilla:package:editor"/>
- <RDF:li resource="urn:mozilla:package:editor-region"/>
- <RDF:li resource="urn:mozilla:package:navigator-platform"/>
- <RDF:li resource="urn:mozilla:package:navigator"/>
- <RDF:li resource="urn:mozilla:package:navigator-region"/>
- <RDF:li resource="urn:mozilla:package:communicator"/>
- <RDF:li resource="urn:mozilla:package:communicator-platform"/>
- <RDF:li resource="urn:mozilla:package:communicator-region"/>
- <RDF:li resource="urn:mozilla:package:global"/>
- <RDF:li resource="urn:mozilla:package:global-platform"/>
- <RDF:li resource="urn:mozilla:package:global-region"/>
- <RDF:li resource="urn:mozilla:package:download-manager"/>
- <RDF:li resource="urn:mozilla:package:cookie"/>
- <RDF:li resource="urn:mozilla:package:wallet"/>
- <RDF:li resource="urn:mozilla:package:content-packs"/>
- <RDF:li resource="urn:mozilla:package:help"/>
- <RDF:li resource="urn:mozilla:package:p3p"/>
- <RDF:li resource="urn:mozilla:package:autoconfig"/>
- <RDF:li resource="urn:mozilla:package:venkman"/>
- <RDF:li resource="urn:mozilla:package:inspector"/>
- <RDF:li resource="urn:mozilla:package:chatzilla"/>
- <RDF:li resource="urn:mozilla:package:messenger-mdn"/>
- <RDF:li resource="urn:mozilla:package:messenger-views"/>
- <RDF:li resource="urn:mozilla:package:messenger-mapi"/>
- <RDF:li resource="urn:mozilla:package:messenger"/>
- <RDF:li resource="urn:mozilla:package:messenger-region"/>
- <RDF:li resource="urn:mozilla:package:vpe"/>
+ c:name="venkman" />
+ <RDF:Seq about="urn:mozilla:skin:modern/1.0:packages">
+ <RDF:li resource="urn:mozilla:skin:modern/1.0:embed"/>
+ <RDF:li resource="urn:mozilla:skin:modern/1.0:communicator"/>
+ <RDF:li resource="urn:mozilla:skin:modern/1.0:editor"/>
+ <RDF:li resource="urn:mozilla:skin:modern/1.0:global"/>
+ <RDF:li resource="urn:mozilla:skin:modern/1.0:messenger"/>
+ <RDF:li resource="urn:mozilla:skin:modern/1.0:navigator"/>
+ <RDF:li resource="urn:mozilla:skin:modern/1.0:venkman"/>
+ <RDF:li resource="urn:mozilla:skin:modern/1.0:inspector"/>
+ <RDF:li resource="urn:mozilla:skin:modern/1.0:chatzilla"/>
</RDF:Seq>
- <RDF:Description about="urn:mozilla:locale:en-US:communicator-platform"
- c:baseURL="jar:resource:/chrome/en-win.jar!/locale/en-US/communicator-platform/"
- c:localeVersion="1.6">
- <c:package resource="urn:mozilla:package:communicator-platform"/>
- </RDF:Description>
- <RDF:Description about="urn:mozilla:package:navigator-region"
- c:baseURL="jar:resource:/chrome/comm.jar!/content/navigator-region/"
+ <RDF:Description about="urn:mozilla:package:wallet"
+ c:baseURL="jar:resource:/chrome/comm.jar!/content/wallet/"
c:locType="install"
+ c:displayName="Form Manager"
c:author="mozilla.org"
- c:name="navigator-region"
+ c:name="wallet"
c:localeVersion="1.6" />
- <RDF:Description about="urn:mozilla:locale:en-US:messenger"
- c:baseURL="jar:resource:/chrome/en-US.jar!/locale/en-US/messenger/"
- c:localeVersion="1.6">
- <c:package resource="urn:mozilla:package:messenger"/>
- </RDF:Description>
- <RDF:Description about="urn:mozilla:locale:en-US:autoconfig"
- c:baseURL="jar:resource:/chrome/en-US.jar!/locale/en-US/autoconfig/"
- c:localeVersion="1.6">
- <c:package resource="urn:mozilla:package:autoconfig"/>
- </RDF:Description>
- <RDF:Description about="urn:mozilla:locale:US:global-region"
- c:baseURL="jar:resource:/chrome/US.jar!/locale/US/global-region/"
- c:localeVersion="1.6">
- <c:package resource="urn:mozilla:package:global-region"/>
- </RDF:Description>
- <RDF:Description about="urn:mozilla:locale:en-US:navigator"
- c:baseURL="jar:resource:/chrome/en-US.jar!/locale/en-US/navigator/"
- c:localeVersion="1.6">
- <c:package resource="urn:mozilla:package:navigator"/>
- </RDF:Description>
- <RDF:Description about="urn:mozilla:locale:en-US:navigator-platform"
- c:baseURL="jar:resource:/chrome/en-win.jar!/locale/en-US/navigator-platform/"
- c:localeVersion="1.6">
- <c:package resource="urn:mozilla:package:navigator-platform"/>
- </RDF:Description>
+ <RDF:Seq about="urn:mozilla:skin:classic/1.0:packages">
+ <RDF:li resource="urn:mozilla:skin:classic/1.0:global"/>
+ <RDF:li resource="urn:mozilla:skin:classic/1.0:communicator"/>
+ <RDF:li resource="urn:mozilla:skin:classic/1.0:editor"/>
+ <RDF:li resource="urn:mozilla:skin:classic/1.0:messenger"/>
+ <RDF:li resource="urn:mozilla:skin:classic/1.0:navigator"/>
+ <RDF:li resource="urn:mozilla:skin:classic/1.0:inspector"/>
+ </RDF:Seq>
+ <RDF:Seq about="urn:mozilla:locale:US:packages">
+ <RDF:li resource="urn:mozilla:locale:US:editor-region"/>
+ <RDF:li resource="urn:mozilla:locale:US:navigator-region"/>
+ <RDF:li resource="urn:mozilla:locale:US:communicator-region"/>
+ <RDF:li resource="urn:mozilla:locale:US:global-region"/>
+ <RDF:li resource="urn:mozilla:locale:US:messenger-region"/>
+ </RDF:Seq>
+ <RDF:Description about="urn:mozilla:package:chatzilla"
+ c:baseURL="jar:resource:/chrome/chatzilla.jar!/content/chatzilla/"
+ c:locType="install"
+ c:displayName="Chatzilla"
+ c:author="mozilla.org"
+ c:authorURL="http://www.mozilla.org/projects/rt-messaging/chatzilla/"
+ c:description="A simple, straightforward Internet Relay Chat (IRC) client."
+ c:localeVersion="1.6"
+ c:extension="true"
+ c:name="chatzilla" />
<RDF:Seq about="urn:mozilla:locale:en-US:packages">
<RDF:li resource="urn:mozilla:locale:en-US:necko"/>
<RDF:li resource="urn:mozilla:locale:en-US:embed"/>
@@ -480,118 +511,87 @@
<RDF:li resource="urn:mozilla:locale:en-US:messenger"/>
<RDF:li resource="urn:mozilla:locale:en-US:messenger-mapi"/>
</RDF:Seq>
- <RDF:Description about="urn:mozilla:package:wallet"
- c:baseURL="jar:resource:/chrome/comm.jar!/content/wallet/"
+ <RDF:Description about="urn:mozilla:package:inspector"
+ c:hasOverlays="true"
+ c:baseURL="jar:resource:/chrome/inspector.jar!/content/inspector/"
c:locType="install"
- c:displayName="Form Manager"
- c:author="mozilla.org"
- c:name="wallet"
- c:localeVersion="1.6" />
- <RDF:Seq about="urn:mozilla:skin:root">
- <RDF:li resource="urn:mozilla:skin:modern/1.0"/>
- <RDF:li resource="urn:mozilla:skin:classic/1.0"/>
- </RDF:Seq>
- <RDF:Description about="urn:mozilla:locale:en-US:editor"
- c:baseURL="jar:resource:/chrome/en-US.jar!/locale/en-US/editor/"
- c:localeVersion="1.6">
- <c:package resource="urn:mozilla:package:editor"/>
- </RDF:Description>
- <RDF:Description about="urn:mozilla:skin:classic/1.0:inspector"
- c:baseURL="jar:resource:/chrome/inspector.jar!/skin/classic/inspector/"
- c:allowScripts="false"
+ c:displayName="Document Inspector"
+ c:author="Joe Hewitt"
+ c:name="inspector"
+ c:localeVersion="1.6"
c:skinVersion="1.5">
- <c:package resource="urn:mozilla:package:inspector"/>
+ <c:selectedSkin resource="urn:mozilla:skin:classic/1.0:inspector"/>
</RDF:Description>
- <RDF:Description about="urn:mozilla:locale:en-US:necko"
- c:baseURL="jar:resource:/chrome/en-US.jar!/locale/en-US/necko/"
- c:localeVersion="1.6">
- <c:package resource="urn:mozilla:package:necko"/>
- </RDF:Description>
- <RDF:Description about="urn:mozilla:package:global-platform"
- c:baseURL="jar:resource:/chrome/toolkit.jar!/content/global-platform/"
+ <RDF:Description about="urn:mozilla:package:messenger-views"
+ c:baseURL="jar:resource:/chrome/messenger.jar!/content/messenger-views/"
c:locType="install"
- c:displayName="Platform Specific"
- c:author="mozilla.org"
- c:name="global-platform"
- c:localeVersion="1.6" />
- <RDF:Seq about="urn:mozilla:skin:modern/1.0:packages">
- <RDF:li resource="urn:mozilla:skin:modern/1.0:embed"/>
- <RDF:li resource="urn:mozilla:skin:modern/1.0:communicator"/>
- <RDF:li resource="urn:mozilla:skin:modern/1.0:editor"/>
- <RDF:li resource="urn:mozilla:skin:modern/1.0:global"/>
- <RDF:li resource="urn:mozilla:skin:modern/1.0:messenger"/>
- <RDF:li resource="urn:mozilla:skin:modern/1.0:navigator"/>
- <RDF:li resource="urn:mozilla:skin:modern/1.0:venkman"/>
- <RDF:li resource="urn:mozilla:skin:modern/1.0:inspector"/>
- <RDF:li resource="urn:mozilla:skin:modern/1.0:chatzilla"/>
- </RDF:Seq>
- <RDF:Description about="urn:mozilla:package:messenger-mapi"
- c:baseURL="jar:resource:/chrome/messenger.jar!/content/messenger-mapi/"
- c:locType="install"
c:displayName="Messenger"
c:author="mozilla.org"
- c:name="messenger-mapi"
+ c:name="messenger-views"
c:localeVersion="1.6"
c:skinVersion="1.5" />
- <RDF:Description about="urn:mozilla:package:embed"
- c:baseURL="jar:resource:/chrome/embed-sample.jar!/content/embed/"
- c:locType="install"
- c:displayName="Embed"
+ <RDF:Description about="urn:mozilla:locale:en-US:content-packs"
+ c:baseURL="jar:resource:/chrome/en-US.jar!/locale/en-US/content-packs/"
+ c:localeVersion="1.6">
+ <c:package resource="urn:mozilla:package:content-packs"/>
+ </RDF:Description>
+ <RDF:Description about="urn:mozilla:locale:US"
+ c:displayName="US Region"
+ c:localeType="region"
+ c:localeVersion="1.6"
c:author="mozilla.org"
- c:name="embed" />
- <RDF:Description about="urn:mozilla:locale:en-US:help"
- c:baseURL="jar:resource:/chrome/en-US.jar!/locale/en-US/help/"
+ c:name="US"
+ c:previewURL="http://www.mozilla.org/locales/US.gif"
+ c:locType="install">
+ <c:packages resource="urn:mozilla:locale:US:packages"/>
+ </RDF:Description>
+ <RDF:Description about="urn:mozilla:locale:en-US:global-platform"
+ c:baseURL="jar:resource:/chrome/en-win.jar!/locale/en-US/global-platform/"
c:localeVersion="1.6">
- <c:package resource="urn:mozilla:package:help"/>
+ <c:package resource="urn:mozilla:package:global-platform"/>
</RDF:Description>
- <RDF:Description about="urn:mozilla:skin:classic/1.0:editor"
- c:baseURL="jar:resource:/chrome/classic.jar!/skin/classic/editor/"
- c:allowScripts="false"
- c:skinVersion="1.5">
- <c:package resource="urn:mozilla:package:editor"/>
- </RDF:Description>
- <RDF:Description about="urn:mozilla:package:xbl-marquee"
- c:baseURL="jar:resource:/chrome/comm.jar!/content/xbl-marquee/"
+ <RDF:Description about="urn:mozilla:package:global"
+ c:baseURL="jar:resource:/chrome/toolkit.jar!/content/global/"
c:locType="install"
- c:displayName="XBL Marquee Emulation"
- c:author="Netscape Communications Corporation"
- c:name="xbl-marquee" />
- <RDF:Description about="urn:mozilla:package:editor-region"
- c:baseURL="jar:resource:/chrome/comm.jar!/content/editor-region/"
- c:locType="install"
+ c:displayName="Toolkit"
c:author="mozilla.org"
- c:name="editor-region"
- c:localeVersion="1.6" />
- <RDF:Description about="urn:mozilla:package:communicator-platform"
- c:baseURL="jar:resource:/chrome/comm.jar!/content/communicator-platform/"
- c:locType="install"
- c:displayName="Platform Specific Bindings"
- c:author="mozilla.org"
- c:name="communicator-platform"
- c:localeVersion="1.6" />
- <RDF:Description about="urn:mozilla:skin:classic/1.0:navigator"
- c:baseURL="jar:resource:/chrome/classic.jar!/skin/classic/navigator/"
- c:allowScripts="false"
- c:skinVersion="1.5">
- <c:package resource="urn:mozilla:package:navigator"/>
+ c:name="global"
+ c:localeVersion="1.6"
+ c:skinVersion="1.5"
+ c:hasStylesheets="true">
+ <c:selectedLocale resource="urn:mozilla:locale:en-US:global"/>
+ <c:selectedSkin resource="urn:mozilla:skin:classic/1.0:global"/>
</RDF:Description>
- <RDF:Description about="urn:mozilla:package:global-region"
- c:baseURL="jar:resource:/chrome/toolkit.jar!/content/global-region/"
+ <RDF:Description about="urn:mozilla:locale:en-US:editor"
+ c:localeVersion="1.6"
+ c:baseURL="jar:resource:/chrome/en-US.jar!/locale/en-US/editor/">
+ <c:package resource="urn:mozilla:package:editor"/>
+ </RDF:Description>
+ <RDF:Description about="urn:mozilla:locale:en-US:communicator"
+ c:baseURL="jar:resource:/chrome/en-US.jar!/locale/en-US/communicator/"
+ c:localeVersion="1.6">
+ <c:package resource="urn:mozilla:package:communicator"/>
+ </RDF:Description>
+ <RDF:Description about="urn:mozilla:package:communicator"
+ c:baseURL="jar:resource:/chrome/comm.jar!/content/communicator/"
c:locType="install"
- c:displayName="US Regional Contents"
+ c:displayName="Communicator Shared"
c:author="mozilla.org"
- c:name="global-region"
- c:localeVersion="1.6">
- <c:selectedLocale resource="urn:mozilla:locale:US:global-region"/>
+ c:name="communicator"
+ c:localeVersion="1.6"
+ c:skinVersion="1.5"
+ c:hasOverlays="true">
+ <c:selectedLocale resource="urn:mozilla:locale:en-US:communicator"/>
+ <c:selectedSkin resource="urn:mozilla:skin:classic/1.0:communicator"/>
</RDF:Description>
- <RDF:Description about="urn:mozilla:locale:en-US:global"
- c:baseURL="jar:resource:/chrome/en-US.jar!/locale/en-US/global/"
+ <RDF:Description about="urn:mozilla:locale:en-US:help"
+ c:localeVersion="1.6"
+ c:baseURL="jar:resource:/chrome/en-US.jar!/locale/en-US/help/">
+ <c:package resource="urn:mozilla:package:help"/>
+ </RDF:Description>
+ <RDF:Description about="urn:mozilla:locale:US:communicator-region"
+ c:baseURL="jar:resource:/chrome/US.jar!/locale/US/communicator-region/"
c:localeVersion="1.6">
- <c:package resource="urn:mozilla:package:global"/>
+ <c:package resource="urn:mozilla:package:communicator-region"/>
</RDF:Description>
- <RDF:Description about="urn:mozilla:skin:modern/1.0:venkman"
- c:baseURL="jar:resource:/chrome/venkman.jar!/skin/modern/venkman/"
- c:allowScripts="false">
- <c:package resource="urn:mozilla:package:venkman"/>
- </RDF:Description>
</RDF:RDF>
Modified: trunk/vpe/plugins/org.jboss.tools.vpe.mozilla.win32/os/win32/x86/components/xpti.dat
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe.mozilla.win32/os/win32/x86/components/xpti.dat 2007-07-18 08:30:07 UTC (rev 2490)
+++ trunk/vpe/plugins/org.jboss.tools.vpe.mozilla.win32/os/win32/x86/components/xpti.dat 2007-07-18 09:13:47 UTC (rev 2491)
@@ -2,154 +2,154 @@
[Header,2]
0,Version,2,0
-1,AppDir,C:\MyDocuments\Exadel\projects\eclipse-workspaces\rhds\jbosstools\org.jboss.tools.vpe.mozilla.win32\os\win32\x86
+1,AppDir,C:\exadel-projects\rhds\plugins\org.jboss.tools.vpe.mozilla.win32\os\win32\x86
[Directories,2]
-0,C:\MyDocuments\Exadel\projects\eclipse-workspaces\rhds\jbosstools\org.jboss.tools.vpe.mozilla.win32\os\win32\x86\components
-1,C:\MyDocuments\Exadel\projects\eclipse-workspaces\rhds\jbosstools\org.jboss.tools.vpe.mozilla.win32\os\win32\x86\plugins
+0,C:\exadel-projects\rhds\plugins\org.jboss.tools.vpe.mozilla.win32\os\win32\x86\components
+1,C:\exadel-projects\rhds\plugins\org.jboss.tools.vpe.mozilla.win32\os\win32\x86\plugins
[Files,141]
-0,msgbase.xpt,0,32295,1183054976343
-1,dom_html.xpt,0,17354,1183054976171
-2,msgimap.xpt,0,15708,1183054977359
-3,websrvcs.xpt,0,14664,1183054978218
-4,addrbook.xpt,0,13743,1183054977859
-5,msgcompo.xpt,0,11992,1183054976046
-6,necko.xpt,0,11665,1183054977921
-7,dom_css.xpt,0,11009,1183054976718
-8,editor.xpt,0,10902,1183054976421
-9,gfx.xpt,0,9373,1183054976062
-10,msgsearch.xpt,0,9279,1183054977171
-11,xpcom_ds.xpt,0,8837,1183054976296
-12,accessibility.xpt,0,8575,1183054977281
-13,docshell_base.xpt,0,8200,1183054977296
-14,dom_base.xpt,0,7576,1183054977796
-15,xpconnect.xpt,0,7334,1183054976125
-16,msgdb.xpt,0,6711,1183054976468
-17,xpcom_io.xpt,0,6515,1183054976609
-18,dom_core.xpt,0,6358,1183054977296
-19,dom_xul.xpt,0,6231,1183054977984
-20,jsdservice.xpt,0,5953,1183054978281
-21,dom_events.xpt,0,5808,1183054976156
-22,content_base.xpt,0,5783,1183054976171
-23,msgnews.xpt,0,5564,1183054976687
-24,widget.xpt,0,5401,1183054976031
-25,webBrowser_core.xpt,0,5287,1183054977640
-26,plugin.xpt,0,4728,1183054977406
-27,rdf.xpt,0,4513,1183054975937
-28,msglocal.xpt,0,4050,1183054977421
-29,appshell.xpt,0,3660,1183054977781
-30,xpcom_components.xpt,0,3624,1183054977343
-31,xpcom_obsolete.xpt,0,3355,1183054978062
-32,import.xpt,0,3234,1183054975906
-33,pref.xpt,0,3145,1183054976109
-34,mime.xpt,0,3076,1183054976437
-35,uriloader.xpt,0,3025,1183054977250
-36,inspector.xpt,0,2980,1183054976218
-37,layout_xul_tree.xpt,0,2797,1183054977218
-38,xpcom_thread.xpt,0,2590,1183054976937
-39,xpcom_base.xpt,0,2543,1183054976656
-40,caps.xpt,0,2341,1183054976703
-41,shistory.xpt,0,2277,1183054976062
-42,necko_cache.xpt,0,2180,1183054977546
-43,imglib2.xpt,0,2169,1183054977859
-44,layout_xul.xpt,0,2154,1183054976203
-45,necko_http.xpt,0,2073,1183054977062
-46,windowwatcher.xpt,0,2020,1183054978093
-47,webbrowserpersist.xpt,0,1876,1183054977328
-48,profile.xpt,0,1831,1183054978234
-49,commandhandler.xpt,0,1789,1183054978000
-50,necko_cookie.xpt,0,1642,1183054976734
-51,mimetype.xpt,0,1563,1183054977625
-52,xpcom_xpti.xpt,0,1560,1183054977328
-53,chrome.xpt,0,1512,1183054976609
-54,locale.xpt,0,1512,1183054976109
-55,winhooks.xpt,0,1481,1183054977421
-56,dom_range.xpt,0,1397,1183054977031
-57,necko_strconv.xpt,0,1372,1183054977843
-58,xultmpl.xpt,0,1360,1183054977750
-59,uconv.xpt,0,1339,1183054977312
-60,xmlextras.xpt,0,1335,1183054976734
-61,dom_xpath.xpt,0,1312,1183054977218
-62,dom_traversal.xpt,0,1282,1183054977937
-63,txmgr.xpt,0,1258,1183054976125
-64,webshell_idls.xpt,0,1191,1183054976343
-65,spellchecker.xpt,0,1182,1183054977734
-66,unicharutil.xpt,0,1146,1183054977609
-67,xpinstall.xpt,0,1137,1183054976953
-68,oji.xpt,0,1120,1183054976031
-69,xuldoc.xpt,0,1113,1183054977671
-70,exthandler.xpt,0,1060,1183054976812
-71,search.xpt,0,1057,1183054977968
-72,downloadmanager.xpt,0,1048,1183054976140
-73,find.xpt,0,1036,1183054976312
-74,bookmarks.xpt,0,992,1183054976093
-75,xml-rpc.xpt,0,989,1183054977203
-76,autocomplete.xpt,0,983,1183054976546
-77,wallet.xpt,0,968,1183054977890
-78,cookie.xpt,0,952,1183054976281
-79,jar.xpt,0,941,1183054976296
-80,mozfind.xpt,0,845,1183054977453
-81,content_xslt.xpt,0,766,1183054976375
-82,dom_stylesheets.xpt,0,728,1183054977500
-83,necko_dns.xpt,0,709,1183054977953
-84,content_html.xpt,0,703,1183054977046
-85,content_xmldoc.xpt,0,693,1183054976015
-86,IVpeResizer.xpt,0,688,1183054976265
-87,chardet.xpt,0,676,1183054976593
-88,composer.xpt,0,651,1183054976437
-89,intl.xpt,0,645,1183054976859
-90,p3p.xpt,0,625,1183054977718
-91,dom.xpt,0,604,1183054978015
-92,mailview.xpt,0,550,1183054975953
-93,prefmigr.xpt,0,505,1183054977812
-94,dom_xbl.xpt,0,498,1183054978093
-95,necko_jar.xpt,0,485,1183054977656
-96,mozbrwsr.xpt,0,463,1183054976078
-97,history.xpt,0,432,1183054977078
-98,typeaheadfind.xpt,0,426,1183054977750
-99,content_htmldoc.xpt,0,421,1183054976359
-100,htmlparser.xpt,0,416,1183054976015
-101,ipcd.xpt,0,413,1183054976312
-102,IVpeDnD.xpt,0,409,1183054976750
-103,necko_file.xpt,0,408,1183054977906
-104,mapihook.xpt,0,392,1183054976875
-105,embed_base.xpt,0,390,1183054977750
-106,proxyObject.xpt,0,388,1183054977468
-107,directory.xpt,0,373,1183054977437
-108,necko_about.xpt,0,357,1183054976750
-109,xremoteservice.xpt,0,340,1183054977953
-110,autoconfig.xpt,0,332,1183054977390
-111,layout_base.xpt,0,303,1183054977781
-112,helperAppDlg.xpt,0,292,1183054976546
-113,necko_ftp.xpt,0,287,1183054977468
-114,progressDlg.xpt,0,286,1183054977046
-115,necko_res.xpt,0,285,1183054977796
-116,util.xpt,0,279,1183054977171
-117,alerts.xpt,0,278,1183054976781
-118,imgicon.xpt,0,267,1183054976078
-119,signonviewer.xpt,0,252,1183054976625
-120,jsurl.xpt,0,237,1183054977406
-121,dom_views.xpt,0,226,1183054977906
-122,walletpreview.xpt,0,223,1183054977312
-123,walleteditor.xpt,0,215,1183054978218
-124,windowds.xpt,0,212,1183054976500
-125,sidebar.xpt,0,207,1183054975890
-126,urlwidgt.xpt,0,206,1183054976843
-127,mailnews.xpt,0,205,1183054976625
-128,profilesharingsetup.xpt,0,203,1183054976109
-129,prefetch.xpt,0,192,1183054977062
-130,necko_viewsource.xpt,0,188,1183054976593
-131,txtsvc.xpt,0,188,1183054978156
-132,jsconsole.xpt,0,186,1183054976515
-133,urlbarhistory.xpt,0,183,1183054976593
-134,impComm4xMail.xpt,0,178,1183054978031
-135,lwbrk.xpt,0,174,1183054976656
-136,ucnative.xpt,0,165,1183054975984
-137,intlcmpt.xpt,0,159,1183054978125
-138,related.xpt,0,159,1183054977843
-139,accessibility-msaa.xpt,0,148,1183054976250
-140,necko_data.xpt,0,122,1183054976093
+0,msgbase.xpt,0,32295,1182708750854
+1,dom_html.xpt,0,17354,1182708750854
+2,msgimap.xpt,0,15708,1182708750854
+3,websrvcs.xpt,0,14664,1182708750854
+4,addrbook.xpt,0,13743,1182708750854
+5,msgcompo.xpt,0,11992,1182708750854
+6,necko.xpt,0,11665,1182708750854
+7,dom_css.xpt,0,11009,1182708750854
+8,editor.xpt,0,10902,1182708750854
+9,gfx.xpt,0,9373,1182708750854
+10,msgsearch.xpt,0,9279,1182708750854
+11,xpcom_ds.xpt,0,8837,1182708750854
+12,accessibility.xpt,0,8575,1182708750854
+13,docshell_base.xpt,0,8200,1182708750854
+14,dom_base.xpt,0,7576,1182708750854
+15,xpconnect.xpt,0,7334,1182708750854
+16,msgdb.xpt,0,6711,1182708750854
+17,xpcom_io.xpt,0,6515,1182708750854
+18,dom_core.xpt,0,6358,1182708750854
+19,dom_xul.xpt,0,6231,1182708750854
+20,jsdservice.xpt,0,5953,1182708750854
+21,dom_events.xpt,0,5808,1182708750854
+22,content_base.xpt,0,5783,1182708750854
+23,msgnews.xpt,0,5564,1182708750854
+24,widget.xpt,0,5401,1182708750854
+25,webBrowser_core.xpt,0,5287,1182708750854
+26,plugin.xpt,0,4728,1182708750854
+27,rdf.xpt,0,4513,1182708750854
+28,msglocal.xpt,0,4050,1182708750854
+29,appshell.xpt,0,3660,1182708750854
+30,xpcom_components.xpt,0,3624,1182708750854
+31,xpcom_obsolete.xpt,0,3355,1182708750854
+32,import.xpt,0,3234,1182708750854
+33,pref.xpt,0,3145,1182708750854
+34,mime.xpt,0,3076,1182708750854
+35,uriloader.xpt,0,3025,1182708750854
+36,inspector.xpt,0,2980,1182708750854
+37,layout_xul_tree.xpt,0,2797,1182708750854
+38,xpcom_thread.xpt,0,2590,1182708750854
+39,xpcom_base.xpt,0,2543,1182708750854
+40,caps.xpt,0,2341,1182708750854
+41,shistory.xpt,0,2277,1182708750854
+42,necko_cache.xpt,0,2180,1182708750854
+43,imglib2.xpt,0,2169,1182708750854
+44,layout_xul.xpt,0,2154,1182708750854
+45,necko_http.xpt,0,2073,1182708750854
+46,windowwatcher.xpt,0,2020,1182708750854
+47,webbrowserpersist.xpt,0,1876,1182708750854
+48,profile.xpt,0,1831,1182708750854
+49,commandhandler.xpt,0,1789,1182708750854
+50,necko_cookie.xpt,0,1642,1182708750854
+51,mimetype.xpt,0,1563,1182708750854
+52,xpcom_xpti.xpt,0,1560,1182708750854
+53,chrome.xpt,0,1512,1182708750854
+54,locale.xpt,0,1512,1182708750854
+55,winhooks.xpt,0,1481,1182708750854
+56,dom_range.xpt,0,1397,1182708750854
+57,necko_strconv.xpt,0,1372,1182708750854
+58,xultmpl.xpt,0,1360,1182708750854
+59,uconv.xpt,0,1339,1182708750854
+60,xmlextras.xpt,0,1335,1182708750854
+61,dom_xpath.xpt,0,1312,1182708750854
+62,dom_traversal.xpt,0,1282,1182708750854
+63,txmgr.xpt,0,1258,1182708750854
+64,webshell_idls.xpt,0,1191,1182708750854
+65,spellchecker.xpt,0,1182,1182708750854
+66,unicharutil.xpt,0,1146,1182708750854
+67,xpinstall.xpt,0,1137,1182708750854
+68,oji.xpt,0,1120,1182708750854
+69,xuldoc.xpt,0,1113,1182708750854
+70,exthandler.xpt,0,1060,1182708750854
+71,search.xpt,0,1057,1182708750854
+72,downloadmanager.xpt,0,1048,1182708750854
+73,find.xpt,0,1036,1182708750854
+74,bookmarks.xpt,0,992,1182708750854
+75,xml-rpc.xpt,0,989,1182708750854
+76,autocomplete.xpt,0,983,1182708750854
+77,wallet.xpt,0,968,1182708750854
+78,cookie.xpt,0,952,1182708750854
+79,jar.xpt,0,941,1182708750854
+80,mozfind.xpt,0,845,1182708750854
+81,content_xslt.xpt,0,766,1182708750854
+82,dom_stylesheets.xpt,0,728,1182708750854
+83,necko_dns.xpt,0,709,1182708750854
+84,content_html.xpt,0,703,1182708750854
+85,content_xmldoc.xpt,0,693,1182708750854
+86,IVpeResizer.xpt,0,688,1182708750854
+87,chardet.xpt,0,676,1182708750854
+88,composer.xpt,0,651,1182708750854
+89,intl.xpt,0,645,1182708750854
+90,p3p.xpt,0,625,1182708750854
+91,dom.xpt,0,604,1182708750854
+92,mailview.xpt,0,550,1182708750854
+93,prefmigr.xpt,0,505,1182708750854
+94,dom_xbl.xpt,0,498,1182708750854
+95,necko_jar.xpt,0,485,1182708750854
+96,mozbrwsr.xpt,0,463,1182708750854
+97,history.xpt,0,432,1182708750854
+98,typeaheadfind.xpt,0,426,1182708750854
+99,content_htmldoc.xpt,0,421,1182708750854
+100,htmlparser.xpt,0,416,1182708750854
+101,ipcd.xpt,0,413,1182708750854
+102,IVpeDnD.xpt,0,409,1182708750854
+103,necko_file.xpt,0,408,1182708750854
+104,mapihook.xpt,0,392,1182708750854
+105,embed_base.xpt,0,390,1182708750854
+106,proxyObject.xpt,0,388,1182708750854
+107,directory.xpt,0,373,1182708750854
+108,necko_about.xpt,0,357,1182708750854
+109,xremoteservice.xpt,0,340,1182708750854
+110,autoconfig.xpt,0,332,1182708750854
+111,layout_base.xpt,0,303,1182708750854
+112,helperAppDlg.xpt,0,292,1182708750854
+113,necko_ftp.xpt,0,287,1182708750854
+114,progressDlg.xpt,0,286,1182708750854
+115,necko_res.xpt,0,285,1182708750854
+116,util.xpt,0,279,1182708750854
+117,alerts.xpt,0,278,1182708750854
+118,imgicon.xpt,0,267,1182708750854
+119,signonviewer.xpt,0,252,1182708750854
+120,jsurl.xpt,0,237,1182708750854
+121,dom_views.xpt,0,226,1182708750854
+122,walletpreview.xpt,0,223,1182708750854
+123,walleteditor.xpt,0,215,1182708750854
+124,windowds.xpt,0,212,1182708750854
+125,sidebar.xpt,0,207,1182708750854
+126,urlwidgt.xpt,0,206,1182708750854
+127,mailnews.xpt,0,205,1182708750854
+128,profilesharingsetup.xpt,0,203,1182708750854
+129,prefetch.xpt,0,192,1182708750854
+130,necko_viewsource.xpt,0,188,1182708750854
+131,txtsvc.xpt,0,188,1182708750854
+132,jsconsole.xpt,0,186,1182708750854
+133,urlbarhistory.xpt,0,183,1182708750854
+134,impComm4xMail.xpt,0,178,1182708750854
+135,lwbrk.xpt,0,174,1182708750854
+136,ucnative.xpt,0,165,1182708750854
+137,intlcmpt.xpt,0,159,1182708750854
+138,related.xpt,0,159,1182708750854
+139,accessibility-msaa.xpt,0,148,1182708750854
+140,necko_data.xpt,0,122,1182708750854
[ArchiveItems,0]
17 years, 5 months
JBoss Tools SVN: r2490 - trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/internal/project/facet.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2007-07-18 04:30:07 -0400 (Wed, 18 Jul 2007)
New Revision: 2490
Modified:
trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/internal/project/facet/DataModelValidatorDelegate.java
Log:
Fixed Invalid thread access, that occured because of setting data model property in SeamFacetInstallDelegete
Modified: trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/internal/project/facet/DataModelValidatorDelegate.java
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/internal/project/facet/DataModelValidatorDelegate.java 2007-07-18 08:25:02 UTC (rev 2489)
+++ trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/internal/project/facet/DataModelValidatorDelegate.java 2007-07-18 08:30:07 UTC (rev 2490)
@@ -14,6 +14,7 @@
import java.util.Map;
import org.eclipse.jface.wizard.WizardPage;
+import org.eclipse.swt.widgets.Display;
import org.eclipse.wst.common.frameworks.datamodel.DataModelEvent;
import org.eclipse.wst.common.frameworks.datamodel.IDataModel;
import org.eclipse.wst.common.frameworks.datamodel.IDataModelListener;
@@ -65,7 +66,13 @@
*
*/
public void propertyChanged(DataModelEvent event) {
- validateUntillError();
+ //When SeamFacetInstallDelegete sets model property,
+ //it can result in Invalid thread access.
+ Display.getDefault().asyncExec(new Runnable() {
+ public void run() {
+ validateUntillError();
+ }
+ });
}
/**
17 years, 5 months
JBoss Tools SVN: r2489 - trunk/common/plugins/org.jboss.tools.common/src/org/jboss/tools/common/xml.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2007-07-18 04:25:02 -0400 (Wed, 18 Jul 2007)
New Revision: 2489
Modified:
trunk/common/plugins/org.jboss.tools.common/src/org/jboss/tools/common/xml/XMLUtilities.java
Log:
Thrown Exception is narrowed to IOException, as implied by change to SeamProject.store()
Modified: trunk/common/plugins/org.jboss.tools.common/src/org/jboss/tools/common/xml/XMLUtilities.java
===================================================================
--- trunk/common/plugins/org.jboss.tools.common/src/org/jboss/tools/common/xml/XMLUtilities.java 2007-07-18 06:17:52 UTC (rev 2488)
+++ trunk/common/plugins/org.jboss.tools.common/src/org/jboss/tools/common/xml/XMLUtilities.java 2007-07-18 08:25:02 UTC (rev 2489)
@@ -206,7 +206,7 @@
return h.errors.toArray(new String[0]);
}
- public static final void serialize(Element element, String filename) throws Exception {
+ public static final void serialize(Element element, String filename) throws IOException {
File f = new File(filename);
if(f.exists() && !f.canWrite()) return;
if(!f.exists()) f.createNewFile();
@@ -233,35 +233,36 @@
return format;
}
- public static final boolean serialize(Element element, Writer w) throws Exception {
+ public static final boolean serialize(Element element, Writer w) throws IOException {
if(element == null) return false;
serialize(element, new XMLSerializer(w, createOutputFormat("UTF-8")));
w.close();
return true;
}
- public static final boolean serialize(Element element, OutputStream w) throws Exception {
+ public static final boolean serialize(Element element, OutputStream w) throws IOException {
if(element == null) return false;
serialize(element, new XMLSerializer(w, createOutputFormat("UTF-8")));
w.close();
return true;
}
- public static void serialize(Element element, XMLSerializer serial) throws Exception {
+ public static void serialize(Element element, XMLSerializer serial) throws IOException {
serial.asDOMSerializer();
serial.serialize(element);
}
- public static void serialize(Document document, XMLSerializer serial) throws Exception {
+ public static void serialize(Document document, XMLSerializer serial) throws IOException {
+ if(serial == null || document == null) return;
serial.asDOMSerializer();
serial.serialize(document);
}
- public static final boolean serialize(Document document, Writer w) throws Exception {
+ public static final boolean serialize(Document document, Writer w) throws IOException {
return serialize(document, w, null);
}
- public static final boolean serialize(Document document, Writer w, String encoding) throws Exception {
+ public static final boolean serialize(Document document, Writer w, String encoding) throws IOException {
if(document == null) return false;
serialize(document, new XMLSerializer(w, createOutputFormat(encoding)));
w.close();
17 years, 5 months
JBoss Tools SVN: r2488 - in trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam: internal/core and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: max.andersen(a)jboss.com
Date: 2007-07-18 02:17:52 -0400 (Wed, 18 Jul 2007)
New Revision: 2488
Modified:
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/core/SeamCoreBuilder.java
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/SeamProject.java
Log:
fixed bogus exception handling and NPE for cases where a builder is executed on a non-seam project
Modified: trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/core/SeamCoreBuilder.java
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/core/SeamCoreBuilder.java 2007-07-18 00:47:06 UTC (rev 2487)
+++ trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/core/SeamCoreBuilder.java 2007-07-18 06:17:52 UTC (rev 2488)
@@ -10,6 +10,7 @@
******************************************************************************/
package org.jboss.tools.seam.core;
+import java.io.IOException;
import java.util.Map;
import org.eclipse.core.resources.IProject;
@@ -75,6 +76,10 @@
protected IProject[] build(int kind, Map args, IProgressMonitor monitor)
throws CoreException {
SeamProject sp = getSeamProject();
+ if(sp==null) {
+ return null; //
+ }
+
sp.resolveStorage(kind != FULL_BUILD);
if(sp.getClassPath().update()) {
@@ -93,8 +98,8 @@
}
try {
sp.store();
- } catch (Exception e) {
- SeamCorePlugin.getPluginLog().logError("Error storing build results");
+ } catch (IOException e) {
+ SeamCorePlugin.getPluginLog().logError("Error storing build results for " + sp.getProject().getName(), e);
}
return null;
}
Modified: trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/SeamProject.java
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/SeamProject.java 2007-07-18 00:47:06 UTC (rev 2487)
+++ trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/SeamProject.java 2007-07-18 06:17:52 UTC (rev 2488)
@@ -11,6 +11,7 @@
package org.jboss.tools.seam.internal.core;
import java.io.File;
+import java.io.IOException;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
@@ -174,8 +175,9 @@
/**
* Stores results of last build, so that on exit/enter Eclipse
* load them without rebuilding project
+ * @throws IOException
*/
- public void store() throws Exception {
+ public void store() throws IOException {
File file = getStorageFile();
file.getParentFile().mkdirs();
17 years, 5 months
JBoss Tools SVN: r2487 - trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/internal/project/facet.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2007-07-17 20:47:06 -0400 (Tue, 17 Jul 2007)
New Revision: 2487
Modified:
trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/internal/project/facet/DataModelValidatorDelegate.java
Log:
http://jira.jboss.com/jira/browse/JBIDE-590
setPageComplete() invoked after validation
Modified: trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/internal/project/facet/DataModelValidatorDelegate.java
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/internal/project/facet/DataModelValidatorDelegate.java 2007-07-18 00:39:55 UTC (rev 2486)
+++ trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/internal/project/facet/DataModelValidatorDelegate.java 2007-07-18 00:47:06 UTC (rev 2487)
@@ -73,6 +73,7 @@
*/
public void validateUntillError() {
page.setErrorMessage(getFirstValidationError());
+ page.setPageComplete(page.getErrorMessage()==null);
}
/**
17 years, 5 months
JBoss Tools SVN: r2486 - trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/views.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2007-07-17 20:39:55 -0400 (Tue, 17 Jul 2007)
New Revision: 2486
Modified:
trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/views/RootContentProvider.java
Log:
http://jira.jboss.com/jira/browse/JBIDE-592
null pointer exception is fixed
Modified: trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/views/RootContentProvider.java
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/views/RootContentProvider.java 2007-07-17 18:46:48 UTC (rev 2485)
+++ trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/views/RootContentProvider.java 2007-07-18 00:39:55 UTC (rev 2486)
@@ -159,7 +159,8 @@
public void resourceChanged(IResourceChangeEvent event) {
try {
- event.getDelta().accept(visitor);
+ if(event.getDelta()==null) refresh(null);
+ else event.getDelta().accept(visitor);
} catch (Exception e) {
SeamCorePlugin.getPluginLog().logError(e);
}
17 years, 5 months
JBoss Tools SVN: r2485 - trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/validation.
by jbosstools-commits@lists.jboss.org
Author: akazakov
Date: 2007-07-17 14:46:48 -0400 (Tue, 17 Jul 2007)
New Revision: 2485
Modified:
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/validation/SeamJavaValidator.java
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/validation/messages.properties
Log:
http://jira.jboss.com/jira/browse/EXIN-327 Fixed some issues with @DataModel validation
Modified: trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/validation/SeamJavaValidator.java
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/validation/SeamJavaValidator.java 2007-07-17 18:34:10 UTC (rev 2484)
+++ trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/validation/SeamJavaValidator.java 2007-07-17 18:46:48 UTC (rev 2485)
@@ -69,7 +69,9 @@
private static final String UNKNOWN_FACTORY_NAME_MESSAGE_ID = "UNKNOWN_FACTORY_NAME";
private static final String MULTIPLE_DATA_BINDER_MESSAGE_ID = "MULTIPLE_DATA_BINDER";
private static final String DUPLICATE_VARIABLE_NAME_MESSAGE_ID = "DUPLICATE_VARIABLE_NAME";
+ private static final String UNKNOWN_DATA_MODEL_MESSAGE_ID = "UNKNOWN_DATA_MODEL";
+
private SeamValidationContext validationContext;
private ISeamProject project;
@@ -187,13 +189,13 @@
firstDuplicateVariableWasMarked = true;
// mark original factory
validationContext.addLinkedResource(factoryName, factory.getSourcePath());
- location = getLoactionOfName(factory);
+ location = getLocationOfName(factory);
this.addError(DUPLICATE_VARIABLE_NAME_MESSAGE_ID, new String[]{factoryName}, location, factory.getResource(), MARKED_SEAM_RESOURCE_MESSAGE_GROUP);
}
// mark duplicate variable
IResource resource = getComponentResourceWithName(variable);
validationContext.addLinkedResource(factoryName, resource.getFullPath());
- location = getLoactionOfName(variable);
+ location = getLocationOfName(variable);
this.addError(DUPLICATE_VARIABLE_NAME_MESSAGE_ID, new String[]{factoryName}, location, resource, MARKED_SEAM_RESOURCE_MESSAGE_GROUP);
markedDuplicateFactoryNames.add(factoryName);
@@ -208,7 +210,7 @@
// mark unknown factory name
// save link to factory resource
validationContext.addLinkedResource(factoryName, factory.getSourcePath());
- this.addError(UNKNOWN_FACTORY_NAME_MESSAGE_ID, new String[]{factoryName}, getLoactionOfName(factory), factory.getResource(), MARKED_SEAM_RESOURCE_MESSAGE_GROUP);
+ this.addError(UNKNOWN_FACTORY_NAME_MESSAGE_ID, new String[]{factoryName}, getLocationOfName(factory), factory.getResource(), MARKED_SEAM_RESOURCE_MESSAGE_GROUP);
}
}
} catch (Exception e) {
@@ -233,7 +235,7 @@
return element.getResource();
}
- private static ISeamTextSourceReference getLoactionOfName(ISeamElement element) {
+ private static ISeamTextSourceReference getLocationOfName(ISeamElement element) {
ISeamTextSourceReference location = null;
if(element instanceof AbstractContextVariable) {
location = ((AbstractContextVariable)element).getLocationFor("name");
@@ -448,34 +450,54 @@
return;
}
for (IBijectedAttribute bijection : bijections) {
- String name = bijection.getName();
- if(name==null) {
- if(bijection.isOfType(BijectedAttributeType.DATA_MODEL_SELECTION) || bijection.isOfType(BijectedAttributeType.DATA_MODEL_SELECTION_INDEX)) {
- // here must be the only one @DataModel in the component
- Set<IBijectedAttribute> dataBinders = declaration.getBijectedAttributesByType(BijectedAttributeType.DATA_BINDER);
- if(dataBinders.size()>0) {
- for (IBijectedAttribute dataBinder : dataBinders) {
- addError(MULTIPLE_DATA_BINDER_MESSAGE_ID, dataBinder, declaration.getResource(), MARKED_SEAM_RESOURCE_MESSAGE_GROUP);
- }
- }
- }
- } else if(name.startsWith("#{")) {
- // EL Validator should do this work.
+ if(bijection.isOfType(BijectedAttributeType.DATA_MODEL_SELECTION) || bijection.isOfType(BijectedAttributeType.DATA_MODEL_SELECTION_INDEX)) {
+ validateDataModelSelection(declaration, bijection);
} else {
- // save link between java source and variable name
- validationContext.addLinkedResource(name, declaration.getSourcePath());
+ validateInAndOut(declaration, bijection);
+ }
+ }
+ }
- // Validate @In & @DataModelSelection & @DataModelSelectionIndex
- if(bijection.isOfType(BijectedAttributeType.IN) || bijection.isOfType(BijectedAttributeType.DATA_MODEL_SELECTION) || bijection.isOfType(BijectedAttributeType.DATA_MODEL_SELECTION_INDEX)) {
- Set<ISeamContextVariable> variables = project.getVariablesByName(name);
- if(variables==null || variables.size()<1) {
- // Injection has unknown name. Mark it.
- // TODO check preferences to mark it as Error or Warning or ignore it.
- IResource declarationResource = declaration.getResource();
- addError(UNKNOWN_INJECTION_NAME_MESSAGE_ID, new String[]{name}, bijection, declarationResource, MARKED_SEAM_RESOURCE_MESSAGE_GROUP);
- }
+ private void validateInAndOut(ISeamJavaComponentDeclaration declaration, IBijectedAttribute bijection) {
+ String name = bijection.getName();
+ if(name==null || name.startsWith("#{")) {
+ return;
+ }
+ // save link between java source and variable name
+ validationContext.addLinkedResource(name, declaration.getSourcePath());
+
+ // Validate @In
+ if(bijection.isOfType(BijectedAttributeType.IN)) {
+ Set<ISeamContextVariable> variables = project.getVariablesByName(name);
+ if(variables==null || variables.size()<1) {
+ // Injection has unknown name. Mark it.
+ // TODO check preferences to mark it as Error or Warning or ignore it.
+ IResource declarationResource = declaration.getResource();
+ addError(UNKNOWN_INJECTION_NAME_MESSAGE_ID, new String[]{name}, bijection, declarationResource, MARKED_SEAM_RESOURCE_MESSAGE_GROUP);
+ }
+ }
+ }
+
+ private void validateDataModelSelection(ISeamJavaComponentDeclaration declaration, IBijectedAttribute bijection) {
+ String name = bijection.getName();
+ if(name==null) {
+ // here must be the only one @DataModel in the component
+ Set<IBijectedAttribute> dataBinders = declaration.getBijectedAttributesByType(BijectedAttributeType.DATA_BINDER);
+ if(dataBinders.size()>0) {
+ for (IBijectedAttribute dataBinder : dataBinders) {
+ addError(MULTIPLE_DATA_BINDER_MESSAGE_ID, dataBinder, declaration.getResource(), MARKED_SEAM_RESOURCE_MESSAGE_GROUP);
}
}
+ } else {
+ // save link between java source and variable name
+ validationContext.addLinkedResource(name, declaration.getSourcePath());
+ Set<IBijectedAttribute> dataBinders = declaration.getBijectedAttributesByName(name);
+ for (IBijectedAttribute dataBinder : dataBinders) {
+ if(dataBinder.isOfType(BijectedAttributeType.DATA_BINDER) || dataBinder.isOfType(BijectedAttributeType.OUT)) {
+ return;
+ }
+ }
+ addError(UNKNOWN_DATA_MODEL_MESSAGE_ID, new String[]{name}, getLocationOfName(bijection), declaration.getResource(), MARKED_SEAM_RESOURCE_MESSAGE_GROUP);
}
}
}
\ No newline at end of file
Modified: trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/validation/messages.properties
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/validation/messages.properties 2007-07-17 18:34:10 UTC (rev 2484)
+++ trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/validation/messages.properties 2007-07-17 18:46:48 UTC (rev 2485)
@@ -19,4 +19,5 @@
DUPLICATE_CREATE=Duplicate @Create method "{0}"
UNKNOWN_FACTORY_NAME=Factory method "{0}" with a void return type must have an associated @Out/Databinder
MULTIPLE_DATA_BINDER=@DataModelSelection and @DataModelSelectionIndex without name requires the only one @DataModel in the component.
-DUPLICATE_VARIABLE_NAME=Duplicate variable name: {0}
\ No newline at end of file
+DUPLICATE_VARIABLE_NAME=Duplicate variable name: {0}
+UNKNOWN_DATA_MODEL=Unknown @DataModel/@Out name: {0}
\ No newline at end of file
17 years, 5 months
JBoss Tools SVN: r2484 - in trunk: jst/plugins/org.jboss.tools.jst.jsp/resources and 2 other directories.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2007-07-17 14:34:10 -0400 (Tue, 17 Jul 2007)
New Revision: 2484
Removed:
trunk/common/plugins/org.jboss.tools.common.kb/resources/icons/proposals/
trunk/jst/plugins/org.jboss.tools.jst.jsp/resources/icons/
trunk/jst/plugins/org.jboss.tools.jst.jsp/resources/org/jboss/tools/common/text/xml/internal/ui/
trunk/jst/plugins/org.jboss.tools.jst.web.ui/resources/
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web.ui/.classpath
Log:
http://jira.jboss.org/jira/browse/EXIN-239
unused icons were removed
Modified: trunk/jst/plugins/org.jboss.tools.jst.web.ui/.classpath
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web.ui/.classpath 2007-07-17 17:49:51 UTC (rev 2483)
+++ trunk/jst/plugins/org.jboss.tools.jst.web.ui/.classpath 2007-07-17 18:34:10 UTC (rev 2484)
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" path="src/"/>
- <classpathentry kind="src" path="resources/"/>
+ <classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
17 years, 5 months
JBoss Tools SVN: r2483 - in trunk/common/plugins/org.jboss.tools.common.model/images: icons and 9 other directories.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2007-07-17 13:49:51 -0400 (Tue, 17 Jul 2007)
New Revision: 2483
Removed:
trunk/common/plugins/org.jboss.tools.common.model/images/common/Thumbs.db
trunk/common/plugins/org.jboss.tools.common.model/images/icons/Thumbs.db
trunk/common/plugins/org.jboss.tools.common.model/images/java/Thumbs.db
trunk/common/plugins/org.jboss.tools.common.model/images/jsf/Thumbs.db
trunk/common/plugins/org.jboss.tools.common.model/images/mapeditor/Thumbs.db
trunk/common/plugins/org.jboss.tools.common.model/images/navigationtree/Thumbs.db
trunk/common/plugins/org.jboss.tools.common.model/images/orm2/Thumbs.db
trunk/common/plugins/org.jboss.tools.common.model/images/struts/Thumbs.db
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/Thumbs.db
trunk/common/plugins/org.jboss.tools.common.model/images/tabicons/Thumbs.db
trunk/common/plugins/org.jboss.tools.common.model/images/webxml/Thumbs.db
Modified:
trunk/common/plugins/org.jboss.tools.common.model/images/java/attr.gif
trunk/common/plugins/org.jboss.tools.common.model/images/java/method.gif
trunk/common/plugins/org.jboss.tools.common.model/images/java/newpackages.gif
trunk/common/plugins/org.jboss.tools.common.model/images/java/package.gif
trunk/common/plugins/org.jboss.tools.common.model/images/java/packages.gif
trunk/common/plugins/org.jboss.tools.common.model/images/java/property.gif
trunk/common/plugins/org.jboss.tools.common.model/images/jsf/factory.gif
trunk/common/plugins/org.jboss.tools.common.model/images/navigationtree/icons_folder16.gif
trunk/common/plugins/org.jboss.tools.common.model/images/navigationtree/icons_group16.gif
trunk/common/plugins/org.jboss.tools.common.model/images/navigationtree/java.gif
trunk/common/plugins/org.jboss.tools.common.model/images/navigationtree/macros16.gif
trunk/common/plugins/org.jboss.tools.common.model/images/navigationtree/macros_group.gif
trunk/common/plugins/org.jboss.tools.common.model/images/navigationtree/new_project.gif
trunk/common/plugins/org.jboss.tools.common.model/images/navigationtree/new_property.gif
trunk/common/plugins/org.jboss.tools.common.model/images/navigationtree/options_folder16.gif
trunk/common/plugins/org.jboss.tools.common.model/images/navigationtree/options_item16.gif
trunk/common/plugins/org.jboss.tools.common.model/images/navigationtree/options_tree.gif
trunk/common/plugins/org.jboss.tools.common.model/images/navigationtree/palette_tree.gif
trunk/common/plugins/org.jboss.tools.common.model/images/navigationtree/project.gif
trunk/common/plugins/org.jboss.tools.common.model/images/navigationtree/properties.gif
trunk/common/plugins/org.jboss.tools.common.model/images/navigationtree/property.gif
trunk/common/plugins/org.jboss.tools.common.model/images/navigationtree/state_template16.gif
trunk/common/plugins/org.jboss.tools.common.model/images/navigationtree/state_template_folder16.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/action.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/action_mappings.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/data_source.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/data_sources.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/exceptions.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/form_bean.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/form_beans.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/form_property.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/forwards.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/global_forward.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/global_forward_small.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/link.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/message_resources.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/message_resources_folder.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/module_root.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/new_action.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/new_data_source.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/new_exception.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/new_form_bean.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/new_form_property.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/new_global_forward.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/new_message_resources.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/new_plug_in.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/new_properties.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/new_struts.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/new_template16.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/page.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/page_w_tile.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/plug_in.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/plug_in_folder.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/filter.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_filter.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_macro_icons.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_taglibs_attribute.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_taglibs_file.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_taglibs_tag.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_tiles_add.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_tiles_bean.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_tiles_definition.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_tiles_file.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_tiles_item.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_tiles_put.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_tiles_putlist.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_validator.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_validator_arg0.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_validator_arg1.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_validator_arg2.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_validator_arg3.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_validator_constant.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_validator_field.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_validator_file.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_validator_form.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_validator_formset.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_validator_global.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_validator_message.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_webapp_error.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_webapp_file.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_webapp_init_param.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_webapp_security_role.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_webapp_servlet.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_webapp_servlet_map.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_webapp_session_config.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_webapp_welcome.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_webapp_welcome_list.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/taglibs_attribute.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/taglibs_file.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/taglibs_tag.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/tiles_add.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/tiles_bean.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/tiles_definition.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/tiles_file.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/tiles_item.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/tiles_put.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/tiles_putlist.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/validator.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/validator_arg0.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/validator_arg1.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/validator_arg2.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/validator_arg3.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/validator_constant.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/validator_field.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/validator_file.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/validator_form.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/validator_formset.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/validator_global.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/validator_message.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/webapp_file.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/webapp_init_param.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/webapp_security_role.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/webapp_servlet.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/webapp_servlet_map.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/webapp_session_config.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/webapp_welcome.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/webapp_welcome_list.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/properties.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/struts.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/struts_project.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/struts_root.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/tile.gif
trunk/common/plugins/org.jboss.tools.common.model/images/struts/web_root.gif
trunk/common/plugins/org.jboss.tools.common.model/images/tabicons/group_icons.gif
trunk/common/plugins/org.jboss.tools.common.model/images/tabicons/macro_icons.gif
trunk/common/plugins/org.jboss.tools.common.model/images/tabicons/new_group_icons.gif
trunk/common/plugins/org.jboss.tools.common.model/images/tabicons/new_macro_icons.gif
trunk/common/plugins/org.jboss.tools.common.model/images/tabicons/new_tab_icons.gif
trunk/common/plugins/org.jboss.tools.common.model/images/tabicons/tab_icons.gif
trunk/common/plugins/org.jboss.tools.common.model/images/webxml/attr_filter.gif
trunk/common/plugins/org.jboss.tools.common.model/images/webxml/attr_filter_new.gif
trunk/common/plugins/org.jboss.tools.common.model/images/webxml/auth_constraint.gif
trunk/common/plugins/org.jboss.tools.common.model/images/webxml/auth_constraint_new.gif
trunk/common/plugins/org.jboss.tools.common.model/images/webxml/ejb.gif
trunk/common/plugins/org.jboss.tools.common.model/images/webxml/ejb_local.gif
trunk/common/plugins/org.jboss.tools.common.model/images/webxml/ejb_local_new.gif
trunk/common/plugins/org.jboss.tools.common.model/images/webxml/ejb_new.gif
trunk/common/plugins/org.jboss.tools.common.model/images/webxml/env_entry.gif
trunk/common/plugins/org.jboss.tools.common.model/images/webxml/env_entry_new.gif
trunk/common/plugins/org.jboss.tools.common.model/images/webxml/error_page.gif
trunk/common/plugins/org.jboss.tools.common.model/images/webxml/error_page_new.gif
trunk/common/plugins/org.jboss.tools.common.model/images/webxml/filter.gif
trunk/common/plugins/org.jboss.tools.common.model/images/webxml/filter_map.gif
trunk/common/plugins/org.jboss.tools.common.model/images/webxml/filter_map_new.gif
trunk/common/plugins/org.jboss.tools.common.model/images/webxml/filter_new.gif
trunk/common/plugins/org.jboss.tools.common.model/images/webxml/init_param.gif
trunk/common/plugins/org.jboss.tools.common.model/images/webxml/init_param_new.gif
trunk/common/plugins/org.jboss.tools.common.model/images/webxml/listener.gif
trunk/common/plugins/org.jboss.tools.common.model/images/webxml/listener_new.gif
trunk/common/plugins/org.jboss.tools.common.model/images/webxml/login.gif
trunk/common/plugins/org.jboss.tools.common.model/images/webxml/login_new.gif
trunk/common/plugins/org.jboss.tools.common.model/images/webxml/mime_map.gif
trunk/common/plugins/org.jboss.tools.common.model/images/webxml/mime_map_new.gif
trunk/common/plugins/org.jboss.tools.common.model/images/webxml/reference.gif
trunk/common/plugins/org.jboss.tools.common.model/images/webxml/reference_new.gif
trunk/common/plugins/org.jboss.tools.common.model/images/webxml/role.gif
trunk/common/plugins/org.jboss.tools.common.model/images/webxml/role_new.gif
trunk/common/plugins/org.jboss.tools.common.model/images/webxml/run_as.gif
trunk/common/plugins/org.jboss.tools.common.model/images/webxml/run_as_new.gif
trunk/common/plugins/org.jboss.tools.common.model/images/webxml/security_constraint.gif
trunk/common/plugins/org.jboss.tools.common.model/images/webxml/security_constraint_new.gif
trunk/common/plugins/org.jboss.tools.common.model/images/webxml/security_role.gif
trunk/common/plugins/org.jboss.tools.common.model/images/webxml/security_role_new.gif
trunk/common/plugins/org.jboss.tools.common.model/images/webxml/servlet.gif
trunk/common/plugins/org.jboss.tools.common.model/images/webxml/servlet_map.gif
trunk/common/plugins/org.jboss.tools.common.model/images/webxml/servlet_map_new.gif
trunk/common/plugins/org.jboss.tools.common.model/images/webxml/servlet_new.gif
trunk/common/plugins/org.jboss.tools.common.model/images/webxml/session_config.gif
trunk/common/plugins/org.jboss.tools.common.model/images/webxml/session_config_new.gif
trunk/common/plugins/org.jboss.tools.common.model/images/webxml/taglib.gif
trunk/common/plugins/org.jboss.tools.common.model/images/webxml/taglib_new.gif
trunk/common/plugins/org.jboss.tools.common.model/images/webxml/user_data.gif
trunk/common/plugins/org.jboss.tools.common.model/images/webxml/user_data_new.gif
trunk/common/plugins/org.jboss.tools.common.model/images/webxml/web_resource_collection.gif
trunk/common/plugins/org.jboss.tools.common.model/images/webxml/web_resource_collection_new.gif
trunk/common/plugins/org.jboss.tools.common.model/images/webxml/welcome_file_list.gif
trunk/common/plugins/org.jboss.tools.common.model/images/webxml/welcome_file_list_new.gif
Log:
http://jira.jboss.org/jira/browse/EXIN-239
Deleted: trunk/common/plugins/org.jboss.tools.common.model/images/common/Thumbs.db
===================================================================
(Binary files differ)
Deleted: trunk/common/plugins/org.jboss.tools.common.model/images/icons/Thumbs.db
===================================================================
(Binary files differ)
Deleted: trunk/common/plugins/org.jboss.tools.common.model/images/java/Thumbs.db
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/java/attr.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/java/method.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/java/newpackages.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/java/package.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/java/packages.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/java/property.gif
===================================================================
(Binary files differ)
Deleted: trunk/common/plugins/org.jboss.tools.common.model/images/jsf/Thumbs.db
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/jsf/factory.gif
===================================================================
(Binary files differ)
Deleted: trunk/common/plugins/org.jboss.tools.common.model/images/mapeditor/Thumbs.db
===================================================================
(Binary files differ)
Deleted: trunk/common/plugins/org.jboss.tools.common.model/images/navigationtree/Thumbs.db
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/navigationtree/icons_folder16.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/navigationtree/icons_group16.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/navigationtree/java.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/navigationtree/macros16.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/navigationtree/macros_group.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/navigationtree/new_project.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/navigationtree/new_property.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/navigationtree/options_folder16.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/navigationtree/options_item16.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/navigationtree/options_tree.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/navigationtree/palette_tree.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/navigationtree/project.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/navigationtree/properties.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/navigationtree/property.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/navigationtree/state_template16.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/navigationtree/state_template_folder16.gif
===================================================================
(Binary files differ)
Deleted: trunk/common/plugins/org.jboss.tools.common.model/images/orm2/Thumbs.db
===================================================================
(Binary files differ)
Deleted: trunk/common/plugins/org.jboss.tools.common.model/images/struts/Thumbs.db
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/action.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/action_mappings.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/data_source.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/data_sources.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/exceptions.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/form_bean.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/form_beans.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/form_property.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/forwards.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/global_forward.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/global_forward_small.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/link.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/message_resources.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/message_resources_folder.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/module_root.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/new_action.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/new_data_source.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/new_exception.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/new_form_bean.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/new_form_property.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/new_global_forward.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/new_message_resources.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/new_plug_in.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/new_properties.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/new_struts.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/new_template16.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/page.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/page_w_tile.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/plug_in.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/plug_in_folder.gif
===================================================================
(Binary files differ)
Deleted: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/Thumbs.db
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/filter.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_filter.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_macro_icons.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_taglibs_attribute.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_taglibs_file.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_taglibs_tag.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_tiles_add.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_tiles_bean.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_tiles_definition.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_tiles_file.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_tiles_item.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_tiles_put.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_tiles_putlist.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_validator.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_validator_arg0.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_validator_arg1.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_validator_arg2.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_validator_arg3.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_validator_constant.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_validator_field.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_validator_file.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_validator_form.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_validator_formset.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_validator_global.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_validator_message.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_webapp_error.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_webapp_file.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_webapp_init_param.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_webapp_security_role.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_webapp_servlet.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_webapp_servlet_map.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_webapp_session_config.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_webapp_welcome.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/new_webapp_welcome_list.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/taglibs_attribute.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/taglibs_file.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/taglibs_tag.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/tiles_add.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/tiles_bean.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/tiles_definition.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/tiles_file.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/tiles_item.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/tiles_put.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/tiles_putlist.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/validator.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/validator_arg0.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/validator_arg1.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/validator_arg2.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/validator_arg3.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/validator_constant.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/validator_field.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/validator_file.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/validator_form.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/validator_formset.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/validator_global.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/validator_message.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/webapp_file.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/webapp_init_param.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/webapp_security_role.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/webapp_servlet.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/webapp_servlet_map.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/webapp_session_config.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/webapp_welcome.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/pro/webapp_welcome_list.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/properties.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/struts.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/struts_project.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/struts_root.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/tile.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/struts/web_root.gif
===================================================================
(Binary files differ)
Deleted: trunk/common/plugins/org.jboss.tools.common.model/images/tabicons/Thumbs.db
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/tabicons/group_icons.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/tabicons/macro_icons.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/tabicons/new_group_icons.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/tabicons/new_macro_icons.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/tabicons/new_tab_icons.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/tabicons/tab_icons.gif
===================================================================
(Binary files differ)
Deleted: trunk/common/plugins/org.jboss.tools.common.model/images/webxml/Thumbs.db
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/webxml/attr_filter.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/webxml/attr_filter_new.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/webxml/auth_constraint.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/webxml/auth_constraint_new.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/webxml/ejb.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/webxml/ejb_local.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/webxml/ejb_local_new.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/webxml/ejb_new.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/webxml/env_entry.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/webxml/env_entry_new.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/webxml/error_page.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/webxml/error_page_new.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/webxml/filter.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/webxml/filter_map.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/webxml/filter_map_new.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/webxml/filter_new.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/webxml/init_param.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/webxml/init_param_new.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/webxml/listener.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/webxml/listener_new.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/webxml/login.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/webxml/login_new.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/webxml/mime_map.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/webxml/mime_map_new.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/webxml/reference.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/webxml/reference_new.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/webxml/role.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/webxml/role_new.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/webxml/run_as.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/webxml/run_as_new.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/webxml/security_constraint.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/webxml/security_constraint_new.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/webxml/security_role.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/webxml/security_role_new.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/webxml/servlet.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/webxml/servlet_map.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/webxml/servlet_map_new.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/webxml/servlet_new.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/webxml/session_config.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/webxml/session_config_new.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/webxml/taglib.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/webxml/taglib_new.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/webxml/user_data.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/webxml/user_data_new.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/webxml/web_resource_collection.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/webxml/web_resource_collection_new.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/webxml/welcome_file_list.gif
===================================================================
(Binary files differ)
Modified: trunk/common/plugins/org.jboss.tools.common.model/images/webxml/welcome_file_list_new.gif
===================================================================
(Binary files differ)
17 years, 5 months