Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcbateman2007-04-18 19:34:21 +0000
committercbateman2007-04-18 19:34:21 +0000
commit3d33b39e180279c89ea6ba1600636b791b0e3182 (patch)
tree06f051551fbb58f01226062fbb2ca85da177c643
parentccc1a44db5a5dcca9c450757871af72c55014c9a (diff)
downloadwebtools.jsf-3d33b39e180279c89ea6ba1600636b791b0e3182.tar.gz
webtools.jsf-3d33b39e180279c89ea6ba1600636b791b0e3182.tar.xz
webtools.jsf-3d33b39e180279c89ea6ba1600636b791b0e3182.zip
Fixed up non-code internal.provisional references.
-rw-r--r--jsf/plugins/org.eclipse.jst.jsf.common/model/metadata.ecore4
-rw-r--r--jsf/plugins/org.eclipse.jst.jsf.common/plugin.xml2
-rw-r--r--jsf/plugins/org.eclipse.jst.jsf.common/schema/annotationFiles.exsd4
-rw-r--r--jsf/plugins/org.eclipse.jst.jsf.common/schema/contextSymbolFactory.exsd2
-rw-r--r--jsf/plugins/org.eclipse.jst.jsf.common/schema/symbols.exsd2
-rw-r--r--jsf/plugins/org.eclipse.jst.jsf.core/schema/AttributeValueRuntimeTypes.exsd4
-rw-r--r--jsf/plugins/org.eclipse.jst.jsf.core/schema/MetaDataEnabledFeatures.exsd4
-rw-r--r--jsf/plugins/org.eclipse.jst.jsf.core/schema/externalcontext.exsd2
-rw-r--r--jsf/plugins/org.eclipse.jst.jsf.core/schema/jsfLibraries.exsd6
-rw-r--r--jsf/plugins/org.eclipse.jst.jsf.core/schema/methodresolver.exsd2
-rw-r--r--jsf/plugins/org.eclipse.jst.jsf.core/schema/propertyresolver.exsd2
-rw-r--r--jsf/plugins/org.eclipse.jst.jsf.core/schema/variableresolver.exsd2
-rw-r--r--jsf/plugins/org.eclipse.jst.jsf.core/src/org/eclipse/jst/jsf/taglibprocessing/attributevalues/Messages.java2
13 files changed, 19 insertions, 19 deletions
diff --git a/jsf/plugins/org.eclipse.jst.jsf.common/model/metadata.ecore b/jsf/plugins/org.eclipse.jst.jsf.common/model/metadata.ecore
index e14d05782..9b202c71f 100644
--- a/jsf/plugins/org.eclipse.jst.jsf.common/model/metadata.ecore
+++ b/jsf/plugins/org.eclipse.jst.jsf.common/model/metadata.ecore
@@ -91,9 +91,9 @@
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceModelProvider" eType="#//IMetaDataSourceModelProvider"/>
</eClassifiers>
- <eClassifiers xsi:type="ecore:EDataType" name="ITraitVisitor" instanceClassName="org.eclipse.jst.jsf.common.metadata.internal.provisional.query.ITraitVisitor"
+ <eClassifiers xsi:type="ecore:EDataType" name="ITraitVisitor" instanceClassName="org.eclipse.jst.jsf.common.metadata.query.ITraitVisitor"
serializable="false"/>
- <eClassifiers xsi:type="ecore:EDataType" name="IEntityVisitor" instanceClassName="org.eclipse.jst.jsf.common.metadata.internal.provisional.query.IEntityVisitor"
+ <eClassifiers xsi:type="ecore:EDataType" name="IEntityVisitor" instanceClassName="org.eclipse.jst.jsf.common.metadata.query.IEntityVisitor"
serializable="false"/>
<eClassifiers xsi:type="ecore:EDataType" name="IMetaDataSourceModelProvider" instanceClassName="org.eclipse.jst.jsf.common.metadata.internal.IMetaDataSourceModelProvider"/>
<eClassifiers xsi:type="ecore:EDataType" name="ModelContext" instanceClassName="org.eclipse.jst.jsf.common.metadata.internal.ModelKeyDescriptor"/>
diff --git a/jsf/plugins/org.eclipse.jst.jsf.common/plugin.xml b/jsf/plugins/org.eclipse.jst.jsf.common/plugin.xml
index 4f21289a1..e3f0471df 100644
--- a/jsf/plugins/org.eclipse.jst.jsf.common/plugin.xml
+++ b/jsf/plugins/org.eclipse.jst.jsf.common/plugin.xml
@@ -48,7 +48,7 @@
org.eclipse.emf.edit.provider.ITreeItemContentProvider
org.eclipse.emf.edit.provider.IItemLabelProvider
org.eclipse.emf.edit.provider.IItemPropertySource
- org.eclipse.jst.jsf.context.symbol.internal.provisional.provider.IContentProposalProvider" />
+ org.eclipse.jst.jsf.context.symbol.provider.IContentProposalProvider" />
</extension>
</plugin>
diff --git a/jsf/plugins/org.eclipse.jst.jsf.common/schema/annotationFiles.exsd b/jsf/plugins/org.eclipse.jst.jsf.common/schema/annotationFiles.exsd
index 26e39603b..fabf170c4 100644
--- a/jsf/plugins/org.eclipse.jst.jsf.common/schema/annotationFiles.exsd
+++ b/jsf/plugins/org.eclipse.jst.jsf.common/schema/annotationFiles.exsd
@@ -70,7 +70,7 @@ eg. /metadata/jsf_core.xml
Class implementing the abstract &lt;code&gt;CMAnnotationSourceFileLocator&lt;/code&gt; class. Responsible for locating the annotation file and returning an InputStream to the parser and returning a &lt;code&gt;ResourceBundle&lt;/code&gt; if there is one. If a locator is not supplied, the default implementation for a plugin relative file, &lt;code&gt;CMPluginRelativeSourceFileLocator&lt;/code&gt; will be used.
</documentation>
<appInfo>
- <meta.attribute kind="java" basedOn="org.eclipse.jst.jsf.contentmodel.annotations.internal.provisional.CMAnnotationSourceFileLocator"/>
+ <meta.attribute kind="java" basedOn="org.eclipse.jst.jsf.contentmodel.annotation.CMAnnotationSourceFileLocator:org.eclipse.jst.jsf.contentmodel.annotation.ICMAnnotationFileParser"/>
</appInfo>
</annotation>
</attribute>
@@ -80,7 +80,7 @@ eg. /metadata/jsf_core.xml
The name of the parser class used to fill the internal model. If not specified the default, &lt;code&gt;CMAnnotationFileParser&lt;/code&gt;, will be used which conforms to the default schema &lt;code&gt;http://org.eclipse.jst.jsf.contentmodel.annotations/grammarAnnotationSchema&lt;/code&gt;. If parser is provided, it must implement &lt;code&gt;ICMAnnotationFileParser&lt;/code&gt;.
</documentation>
<appInfo>
- <meta.attribute kind="java" basedOn="org.eclipse.jst.jsf.contentmodel.annotations.internal.provisional.ICMAnnotationFileParser"/>
+ <meta.attribute kind="java" basedOn="org.eclipse.jst.jsf.contentmodel.annotation.CMAnnotationSourceFileLocator:org.eclipse.jst.jsf.contentmodel.annotations.ICMAnnotationFileParser"/>
</appInfo>
</annotation>
</attribute>
diff --git a/jsf/plugins/org.eclipse.jst.jsf.common/schema/contextSymbolFactory.exsd b/jsf/plugins/org.eclipse.jst.jsf.common/schema/contextSymbolFactory.exsd
index cd7d24192..b44040c00 100644
--- a/jsf/plugins/org.eclipse.jst.jsf.common/schema/contextSymbolFactory.exsd
+++ b/jsf/plugins/org.eclipse.jst.jsf.common/schema/contextSymbolFactory.exsd
@@ -61,7 +61,7 @@ See developer docs on decorating variable contributing tags for more information
An instance of AbstractContextSymbolFactory that implements the context symbol factory.
</documentation>
<appInfo>
- <meta.attribute kind="java" basedOn="org.eclipse.jst.jsf.context.symbol.internal.provisional.source.AbstractContextSymbolFactory"/>
+ <meta.attribute kind="java" basedOn="org.eclipse.jst.jsf.context.symbol.source.AbstractContextSymbolFactory"/>
</appInfo>
</annotation>
</attribute>
diff --git a/jsf/plugins/org.eclipse.jst.jsf.common/schema/symbols.exsd b/jsf/plugins/org.eclipse.jst.jsf.common/schema/symbols.exsd
index 28f5cadd3..9269e284a 100644
--- a/jsf/plugins/org.eclipse.jst.jsf.common/schema/symbols.exsd
+++ b/jsf/plugins/org.eclipse.jst.jsf.common/schema/symbols.exsd
@@ -54,7 +54,7 @@ A list of registered symbol providers may be found by calling SymbolsPlugin.getS
An instance of the factory interface that will be invoked to create an instance of this symbol source provider. Factory must have a zero-arg default constructor.
</documentation>
<appInfo>
- <meta.attribute kind="java" basedOn="org.eclipse.jst.jsf.context.symbol.internal.provisional.source.ISymbolSourceProviderFactory"/>
+ <meta.attribute kind="java" basedOn="org.eclipse.jst.jsf.context.symbol.source.ISymbolSourceProviderFactory"/>
</appInfo>
</annotation>
</attribute>
diff --git a/jsf/plugins/org.eclipse.jst.jsf.core/schema/AttributeValueRuntimeTypes.exsd b/jsf/plugins/org.eclipse.jst.jsf.core/schema/AttributeValueRuntimeTypes.exsd
index 0a8147f3b..fb2715bc9 100644
--- a/jsf/plugins/org.eclipse.jst.jsf.core/schema/AttributeValueRuntimeTypes.exsd
+++ b/jsf/plugins/org.eclipse.jst.jsf.core/schema/AttributeValueRuntimeTypes.exsd
@@ -59,10 +59,10 @@
<attribute name="class" type="string">
<annotation>
<documentation>
- Class that will be used to implement the type. It must implement &lt;code&gt;org.eclipse.jst.jsf.metadataprocessors.internal.provisional.IMetaDataEnabledFeature&lt;/code&gt; and it is recommended that the user extend the &lt;code&gt;org.eclipse.jst.jsf.metadataprocessors.internal.provisional.AbstractRootTypeDescriptor&lt;/code&gt; or one of its subclasses.
+ Class that will be used to implement the type. It must implement &lt;code&gt;org.eclipse.jst.jsf.metadataprocessors.IMetaDataEnabledFeature&lt;/code&gt; and it is recommended that the user extend the &lt;code&gt;org.eclipse.jst.jsf.metadataprocessors.AbstractRootTypeDescriptor&lt;/code&gt; or one of its subclasses.
</documentation>
<appInfo>
- <meta.attribute kind="java" basedOn="org.eclipse.jst.jsf.metadataprocessors.internal.provisional.AbstractRootTypeDescriptor:org.eclipse.jst.jsf.metadataprocessors.internal.provisional.IMetaDataEnabledFeature"/>
+ <meta.attribute kind="java" basedOn="org.eclipse.jst.jsf.metadataprocessors.AbstractRootTypeDescriptor:org.eclipse.jst.jsf.metadataprocessors.IMetaDataEnabledFeature"/>
</appInfo>
</annotation>
</attribute>
diff --git a/jsf/plugins/org.eclipse.jst.jsf.core/schema/MetaDataEnabledFeatures.exsd b/jsf/plugins/org.eclipse.jst.jsf.core/schema/MetaDataEnabledFeatures.exsd
index 238978ff5..45a8457a3 100644
--- a/jsf/plugins/org.eclipse.jst.jsf.core/schema/MetaDataEnabledFeatures.exsd
+++ b/jsf/plugins/org.eclipse.jst.jsf.core/schema/MetaDataEnabledFeatures.exsd
@@ -59,10 +59,10 @@
<attribute name="class" type="string" use="required">
<annotation>
<documentation>
- Fully qualified implementing class that must implement &lt;code&gt;org.eclipse.jst.jsf.metadataprocessors.internal.provisional.IMetaDataEnabledFeature&lt;/code&gt;.
+ Fully qualified implementing class that must implement &lt;code&gt;org.eclipse.jst.jsf.metadataprocessors.IMetaDataEnabledFeature&lt;/code&gt;.
</documentation>
<appInfo>
- <meta.attribute kind="java" basedOn="org.eclipse.jst.jsf.metadataprocessors.internal.provisional.AbstractMetaDataEnabledFeature:org.eclipse.jst.jsf.metadataprocessors.internal.provisional.IMetaDataEnabledFeature"/>
+ <meta.attribute kind="java" basedOn="org.eclipse.jst.jsf.metadataprocessors.AbstractMetaDataEnabledFeature:org.eclipse.jst.jsf.metadataprocessors.IMetaDataEnabledFeature"/>
</appInfo>
</annotation>
</attribute>
diff --git a/jsf/plugins/org.eclipse.jst.jsf.core/schema/externalcontext.exsd b/jsf/plugins/org.eclipse.jst.jsf.core/schema/externalcontext.exsd
index f8ee9672d..ec870c665 100644
--- a/jsf/plugins/org.eclipse.jst.jsf.core/schema/externalcontext.exsd
+++ b/jsf/plugins/org.eclipse.jst.jsf.core/schema/externalcontext.exsd
@@ -57,7 +57,7 @@
The factory class to be used to instantiate new IDTExternalContext instances.
</documentation>
<appInfo>
- <meta.attribute kind="java" basedOn="org.eclipse.jst.jsf.designtime.internal.provisional.context.AbstractDTExternalContextFactory"/>
+ <meta.attribute kind="java" basedOn="org.eclipse.jst.jsf.designtime.context.AbstractDTExternalContextFactory"/>
</appInfo>
</annotation>
</attribute>
diff --git a/jsf/plugins/org.eclipse.jst.jsf.core/schema/jsfLibraries.exsd b/jsf/plugins/org.eclipse.jst.jsf.core/schema/jsfLibraries.exsd
index fe3bbf6ec..ee4b500cc 100644
--- a/jsf/plugins/org.eclipse.jst.jsf.core/schema/jsfLibraries.exsd
+++ b/jsf/plugins/org.eclipse.jst.jsf.core/schema/jsfLibraries.exsd
@@ -83,10 +83,10 @@
<attribute name="archiveFilesDelegate" type="string" use="required">
<annotation>
<documentation>
- class that must extend org.eclipse.jst.jsf.core.internal.provisional.jsflibraryregistry.JSFLibraryArchiveFilesDelegate to supply a collection of ArchiveFiles for the library
+ class that must extend org.eclipse.jst.jsf.core.jsflibraryregistry.JSFLibraryArchiveFilesDelegate to supply a collection of ArchiveFiles for the library
</documentation>
<appInfo>
- <meta.attribute kind="java" basedOn="org.eclipse.jst.jsf.core.internal.provisional.jsflibraryregistry.JSFLibraryArchiveFilesDelegate"/>
+ <meta.attribute kind="java" basedOn="org.eclipse.jst.jsf.core.jsflibraryregistry.JSFLibraryArchiveFilesDelegate"/>
</appInfo>
</annotation>
</attribute>
@@ -128,7 +128,7 @@
<meta.section type="apiInfo"/>
</appInfo>
<documentation>
- Value of the attribute class must be a fully qualified name of a Java class that extends the abstract class &lt;code&gt;org.eclipse.jst.jsf.core.internal.provisional.jsflibraryregistry.JSFLibraryArchiveFilesDelegate&lt;/code&gt; and has a public 0-arg constructor.
+ Value of the attribute class must be a fully qualified name of a Java class that extends the abstract class &lt;code&gt;org.eclipse.jst.jsf.core.jsflibraryregistry.JSFLibraryArchiveFilesDelegate&lt;/code&gt; and has a public 0-arg constructor.
</documentation>
</annotation>
diff --git a/jsf/plugins/org.eclipse.jst.jsf.core/schema/methodresolver.exsd b/jsf/plugins/org.eclipse.jst.jsf.core/schema/methodresolver.exsd
index e0b2ae258..1de42a48b 100644
--- a/jsf/plugins/org.eclipse.jst.jsf.core/schema/methodresolver.exsd
+++ b/jsf/plugins/org.eclipse.jst.jsf.core/schema/methodresolver.exsd
@@ -57,7 +57,7 @@
The class implementing the method resolver.
</documentation>
<appInfo>
- <meta.attribute kind="java" basedOn="org.eclipse.jst.jsf.designtime.internal.provisional.el.AbstractDTMethodResolver"/>
+ <meta.attribute kind="java" basedOn="org.eclipse.jst.jsf.designtime.el.AbstractDTMethodResolver"/>
</appInfo>
</annotation>
</attribute>
diff --git a/jsf/plugins/org.eclipse.jst.jsf.core/schema/propertyresolver.exsd b/jsf/plugins/org.eclipse.jst.jsf.core/schema/propertyresolver.exsd
index f4139702b..7a3a985d7 100644
--- a/jsf/plugins/org.eclipse.jst.jsf.core/schema/propertyresolver.exsd
+++ b/jsf/plugins/org.eclipse.jst.jsf.core/schema/propertyresolver.exsd
@@ -57,7 +57,7 @@
The class implementing the property resolver.
</documentation>
<appInfo>
- <meta.attribute kind="java" basedOn="org.eclipse.jst.jsf.designtime.internal.provisional.el.AbstractDTPropertyResolver"/>
+ <meta.attribute kind="java" basedOn="org.eclipse.jst.jsf.designtime.el.AbstractDTPropertyResolver"/>
</appInfo>
</annotation>
</attribute>
diff --git a/jsf/plugins/org.eclipse.jst.jsf.core/schema/variableresolver.exsd b/jsf/plugins/org.eclipse.jst.jsf.core/schema/variableresolver.exsd
index 4328ee4e8..26b10323f 100644
--- a/jsf/plugins/org.eclipse.jst.jsf.core/schema/variableresolver.exsd
+++ b/jsf/plugins/org.eclipse.jst.jsf.core/schema/variableresolver.exsd
@@ -57,7 +57,7 @@
The class implementing the property resolver.
</documentation>
<appInfo>
- <meta.attribute kind="java" basedOn="org.eclipse.jst.jsf.designtime.internal.provisional.el.AbstractDTVariableResolver"/>
+ <meta.attribute kind="java" basedOn="org.eclipse.jst.jsf.designtime.el.AbstractDTVariableResolver"/>
</appInfo>
</annotation>
</attribute>
diff --git a/jsf/plugins/org.eclipse.jst.jsf.core/src/org/eclipse/jst/jsf/taglibprocessing/attributevalues/Messages.java b/jsf/plugins/org.eclipse.jst.jsf.core/src/org/eclipse/jst/jsf/taglibprocessing/attributevalues/Messages.java
index 5f997eb7b..39f413fc7 100644
--- a/jsf/plugins/org.eclipse.jst.jsf.core/src/org/eclipse/jst/jsf/taglibprocessing/attributevalues/Messages.java
+++ b/jsf/plugins/org.eclipse.jst.jsf.core/src/org/eclipse/jst/jsf/taglibprocessing/attributevalues/Messages.java
@@ -17,7 +17,7 @@ import org.eclipse.osgi.util.NLS;
* Message bundle for attributevalue types/features
*/
public class Messages extends NLS {
- private static final String BUNDLE_NAME = "org.eclipse.jst.jsf.taglibprocessing.internal.provisional.attributevalues.messages"; //$NON-NLS-1$
+ private static final String BUNDLE_NAME = "org.eclipse.jst.jsf.taglibprocessing.attributevalues.messages"; //$NON-NLS-1$
static {
NLS.initializeMessages(BUNDLE_NAME, Messages.class);
}

Back to the top