diff options
Diffstat (limited to 'docs/org.eclipse.wst.validation.infopop')
9 files changed, 0 insertions, 194 deletions
diff --git a/docs/org.eclipse.wst.validation.infopop/.cvsignore b/docs/org.eclipse.wst.validation.infopop/.cvsignore deleted file mode 100644 index c14487cea..000000000 --- a/docs/org.eclipse.wst.validation.infopop/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -build.xml diff --git a/docs/org.eclipse.wst.validation.infopop/.project b/docs/org.eclipse.wst.validation.infopop/.project deleted file mode 100644 index 28f5b4fd5..000000000 --- a/docs/org.eclipse.wst.validation.infopop/.project +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<projectDescription> - <name>org.eclipse.wst.validation.infopop</name> - <comment></comment> - <projects> - </projects> - <buildSpec> - <buildCommand> - <name>org.eclipse.pde.ManifestBuilder</name> - <arguments> - </arguments> - </buildCommand> - <buildCommand> - <name>org.eclipse.pde.SchemaBuilder</name> - <arguments> - </arguments> - </buildCommand> - </buildSpec> - <natures> - <nature>org.eclipse.pde.PluginNature</nature> - </natures> -</projectDescription> diff --git a/docs/org.eclipse.wst.validation.infopop/META-INF/MANIFEST.MF b/docs/org.eclipse.wst.validation.infopop/META-INF/MANIFEST.MF deleted file mode 100644 index 64fe52565..000000000 --- a/docs/org.eclipse.wst.validation.infopop/META-INF/MANIFEST.MF +++ /dev/null @@ -1,7 +0,0 @@ -Manifest-Version: 1.0 -Bundle-ManifestVersion: 2 -Bundle-Name: %Plugin.name -Bundle-SymbolicName: org.eclipse.wst.validation.infopop; singleton:=true -Bundle-Version: 1.0.300.qualifier -Bundle-Localization: plugin -Bundle-Vendor: %Plugin.providerName diff --git a/docs/org.eclipse.wst.validation.infopop/ValidationPrefs_HelpContexts.xml b/docs/org.eclipse.wst.validation.infopop/ValidationPrefs_HelpContexts.xml deleted file mode 100644 index ddd721aac..000000000 --- a/docs/org.eclipse.wst.validation.infopop/ValidationPrefs_HelpContexts.xml +++ /dev/null @@ -1,71 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<?NLS type="org.eclipse.help.contexts"?> - -<contexts> - <!-- Eclipse Validation preferences --> -<context id="jvgp0000"> -<description>The validation preferences page allows you to view or change the default validation settings for all workbench projects. A validator is a tool that checks that resources conform to a specification, DTD, or some other set of rules. - -Each validator can apply to certain types of files, certain project natures, and certain project facets. When a validator applies to a project facet or nature, the workbench uses that validator only on projects that have that facet or nature. Likewise, most validators apply only to certain types of files, so the workbench uses those validators only on those types of files. - -Select the <b>Allow projects to override these preference settings</b> check box if you want to allow individual projects to set their own validation preferences. To configure new validation settings for an individual project, select the project in the Navigator view, right-click and select <b>Properties</b> > <b>Validation</b>. - -Select the <b>Suspend all validators</b> check box to prevent validation at the global level. - -Select the <b>Save all modified resources automatically prior to validating</b> check box if you want to save any resources you have modified before the validation begins. - -In the list of validators, select the check boxes next to each validator you want to use at the global level. Each validator has a check box to specify whether it is used on manual validation or on build validation. Choose an alternate implementation for a validator or update it's detailed settings by clicking the button in the <b>Settings</b> column. Not all validators have detailed settings. - -</description> -<topic href="../org.eclipse.jst.j2ee.doc.user/topics/tjval.html" label="Validating code in enterprise applications"/> -<topic href="../org.eclipse.jst.j2ee.doc.user/topics/tjvalglobalpref.html" label="Overriding global validation preferences"/> -<topic href="../org.eclipse.jst.j2ee.doc.user/topics/rtunevalidat.html" label="Tuning validators"/> -<topic href="../org.eclipse.jst.j2ee.doc.user/topics/rvalerr.html" label="Common validation errors and solutions"/> -</context> - -<context id="jvgp0100"> -<description>The New Filter Rule dialog adds a new rule to either an Include Group or an Exclude Group. There are several types of rules: - -<b>File extension</b> - A rule that is only concerned with matching file extensions, for example html for HTML files or xml for XML files. - -<b>Folder or file name</b> - A rule for matching folder or file names. These names are relative to a project. - -<b>Project nature</b> - The next page shows a drop down list of all the known project natures. - -<b>Facet</b> - Typically this would only be used by advanced or internal users, as you would need to know the internal facet ids. - -<b>Content Type</b> - The next page will show a drop down list of all the known content types. Content types are more powerful than file extensions, but also slower to match at runtime. -</description> -</context> - -<context id="jvgp0101"> -<description>A rule for matching file extensions. The file can be located anywhere in the project. -</description> -</context> - -<context id="jvgp0102"> -<description>Folder or file names. You can either use File or Folder browsers, or type in a name directly. These names are relative to a project. - -If you select a file or folder that is outside of the scope of a project, the rule will not be activated. - -For files you can match on either simple names, or qualified names. For example matching on the simple name "product.xml", will match the file in any directory. However, matching on the qualified name "WEB-INF/product.xml" will only match the file in the WEB-INF directory. -</description> -</context> - -<context id="jvgp0103"> -<description>This is a list of the registered Project natures. -</description> -</context> - -<context id="jvgp0104"> -<description>The internal facet id is specified here. Since you need to know internal ids this setting is typically not used by end users. -</description> -</context> - -<context id="jvgp0105"> -<description>A list of all the registered Content Types. Content types are more powerful than using file extensions or file names, as they can use the content of the file to more precisely define it's type. However, they require more computer resources to calculate. - -Content types form hierarchies, you can specify whether you require an exact match, or whether subtypes in the hierarchy should match as well. -</description> -</context> -</contexts>
\ No newline at end of file diff --git a/docs/org.eclipse.wst.validation.infopop/ValidationProjPrefs_HelpContexts.xml b/docs/org.eclipse.wst.validation.infopop/ValidationProjPrefs_HelpContexts.xml deleted file mode 100644 index c6ad7d557..000000000 --- a/docs/org.eclipse.wst.validation.infopop/ValidationProjPrefs_HelpContexts.xml +++ /dev/null @@ -1,36 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<?NLS type="org.eclipse.help.contexts"?> - -<contexts> - <!-- Validation settings for project --> - -<context id="jvpp0000"> -<description>The project validation page allows you to view or change the validation settings for a project. A validator is a tool that checks that resources conform to a specification, DTD, or some other set of rules. - -Each validator can apply to certain types of files, certain project natures, and certain project facets. When a validator applies to a project facet or nature, the workbench uses that validator only on projects that have that facet or nature. Likewise, most validators apply only to certain types of files, so the workbench uses those validators only on those types of files. - -Select the <b>Override validation preferences</b> check box if you want to override the default validation preferences set in the workbench Preferences page. If the <b>Override validation preferences</b> check box is not enabled, go to <b>Window</b> > <b>Preferences</b> > <b>Validation</b> and select the <b>Allow projects to override these preference settings</b> check box. - -Select the <b>Suspend all validators</b> check box to prevent validation for this project. - -In the list of validators, select the check boxes next to each validator you want to use for this project. Each validator has a check box to specify whether it is used on manual validation or on build validation. Choose an alternate implementation for a validator or change it's detailed settings by clicking the button in the <b>Settings</b> column. Not all validators have detailed settings. - -</description> -<topic href="../org.eclipse.jst.j2ee.doc.user/topics/tjval.html" label="Validating code in enterprise applications"/> -<topic href="../org.eclipse.jst.j2ee.doc.user/topics/tjvalglobalpref.html" label="Overriding global validation preferences"/> -<topic href="../org.eclipse.jst.j2ee.doc.user/topics/rtunevalidat.html" label="Tuning validators"/> -<topic href="../org.eclipse.jst.j2ee.doc.user/topics/rvalerr.html" label="Common validation errors and solutions"/> -</context> - -<context id="jvpp0100"> -<description>The New Filter Rule dialog adds a new rule to either an Include Group or an Exclude Group. There are several types of rules: - -<b>File extension</b> - A rule that is only concerned with matching file extensions, for example html for HTML files or xml for XML files. - -<b>Folder or file name</b> - A rule for matching folder or file names. These names are relative to a project. - -<b>Content Type</b> - The next page will show a drop down list of all the known content types. Content types are more powerful than file extensions, but also slower to match at runtime. -</description> -</context> - -</contexts>
\ No newline at end of file diff --git a/docs/org.eclipse.wst.validation.infopop/about.html b/docs/org.eclipse.wst.validation.infopop/about.html deleted file mode 100644 index 2199df3f0..000000000 --- a/docs/org.eclipse.wst.validation.infopop/about.html +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> -<HTML> - -<head> -<title>About</title> -<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1"> -</head> - -<BODY lang="EN-US"> - -<H3>About This Content</H3> - -<P>June, 2008</P> - -<H3>License</H3> - -<P>The Eclipse Foundation makes available all content in this plug-in -("Content"). Unless otherwise indicated below, the Content is provided to you -under the terms and conditions of the Eclipse Public License Version 1.0 -("EPL"). A copy of the EPL is available at -<A href="http://www.eclipse.org/org/documents/epl-v10.php">http://www.eclipse.org/org/documents/epl-v10.php</A>. -For purposes of the EPL, "Program" will mean the Content.</P> - -<P>If you did not receive this Content directly from the Eclipse Foundation, the -Content is being redistributed by another party ("Redistributor") and different -terms and conditions may apply to your use of any object code in the Content. -Check the Redistributor’s license that was provided with the Content. If no such -license exists, contact the Redistributor. Unless otherwise indicated below, the -terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at -<A href="http://www.eclipse.org/">http://www.eclipse.org/</A>.</P> - -</BODY> -</HTML> diff --git a/docs/org.eclipse.wst.validation.infopop/build.properties b/docs/org.eclipse.wst.validation.infopop/build.properties deleted file mode 100644 index ea3d3bbb4..000000000 --- a/docs/org.eclipse.wst.validation.infopop/build.properties +++ /dev/null @@ -1,7 +0,0 @@ -bin.includes = META-INF/,\ - plugin.xml,\ - ValidationPrefs_HelpContexts.xml,\ - ValidationProjPrefs_HelpContexts.xml,\ - plugin.properties,\ - about.html -generateSourceBundle=false diff --git a/docs/org.eclipse.wst.validation.infopop/plugin.properties b/docs/org.eclipse.wst.validation.infopop/plugin.properties deleted file mode 100644 index b0c0709fe..000000000 --- a/docs/org.eclipse.wst.validation.infopop/plugin.properties +++ /dev/null @@ -1,6 +0,0 @@ -# NLS_MESSAGEFORMAT_VAR -# ============================================================================== -# Translation Instruction: section to be translated -# ============================================================================== -Plugin.name = WST validation infopop plug-in -Plugin.providerName = Eclipse.org
\ No newline at end of file diff --git a/docs/org.eclipse.wst.validation.infopop/plugin.xml b/docs/org.eclipse.wst.validation.infopop/plugin.xml deleted file mode 100644 index aaf27bfdc..000000000 --- a/docs/org.eclipse.wst.validation.infopop/plugin.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<?eclipse version="3.0"?> -<plugin> - <extension - point="org.eclipse.help.contexts"> - <contexts file="ValidationProjPrefs_HelpContexts.xml" plugin="org.eclipse.wst.validation.ui" /> - <contexts file="ValidationPrefs_HelpContexts.xml" plugin="org.eclipse.wst.validation.ui" /> - </extension> - -</plugin> |