Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsrinivasan2006-11-30 18:48:50 +0000
committerrsrinivasan2006-11-30 18:48:50 +0000
commit72e6c2eb1cacacadc75101f708e3f9525b505839 (patch)
tree6fb7f884a38677dd76f10cef2b9a11e36226453c
parentea2a101ddf171c5440035d5f41bdbcfab56d4dae (diff)
parent74f4efbf5a6eb0dd42e0640d252282817dbbd1a4 (diff)
downloadwebtools.jsf-20061127.tar.gz
webtools.jsf-20061127.tar.xz
webtools.jsf-20061127.zip
This commit was manufactured by cvs2svn to create tag 'v20061127'.v20061127
-rw-r--r--jsf/plugins/org.eclipse.jst.jsf.common/build.properties7
-rw-r--r--jsf/plugins/org.eclipse.jst.jsf.common/plugin.properties79
2 files changed, 85 insertions, 1 deletions
diff --git a/jsf/plugins/org.eclipse.jst.jsf.common/build.properties b/jsf/plugins/org.eclipse.jst.jsf.common/build.properties
index b60bcabe4..45ccf6ebe 100644
--- a/jsf/plugins/org.eclipse.jst.jsf.common/build.properties
+++ b/jsf/plugins/org.eclipse.jst.jsf.common/build.properties
@@ -5,4 +5,9 @@ bin.includes = META-INF/,\
bin/,\
build.properties,\
plugin.properties,\
- about.html \ No newline at end of file
+ about.html,\
+ plugin.xml,\
+ icons/,\
+ model/,\
+ schema/
+
diff --git a/jsf/plugins/org.eclipse.jst.jsf.common/plugin.properties b/jsf/plugins/org.eclipse.jst.jsf.common/plugin.properties
index 22fa204a1..81a5d1cee 100644
--- a/jsf/plugins/org.eclipse.jst.jsf.common/plugin.properties
+++ b/jsf/plugins/org.eclipse.jst.jsf.common/plugin.properties
@@ -9,3 +9,82 @@
plugin.name=JSF Context Plug-in
plugin.provider=Eclipse.org
+_UI_CreateChild_text = {0}
+_UI_CreateChild_text2 = {1} {0}
+_UI_CreateChild_text3 = {1}
+_UI_CreateChild_tooltip = Create New {0} Under {1} Feature
+_UI_CreateChild_description = Create a new child of type {0} for the {1} feature of the selected {2}.
+_UI_CreateSibling_description = Create a new sibling of type {0} for the selected {2}, under the {1} feature of their parent.
+
+_UI_PropertyDescriptor_description = The {0} of the {1}
+
+_UI_IBeanInstanceSymbol_type = IBean Instance Symbol
+_UI_IBeanPropertySymbol_type = IBean Property Symbol
+_UI_IInstanceSymbol_type = IInstance Symbol
+_UI_IJavaSymbol_type = IJava Symbol
+_UI_IJavaTypeDescriptor_type = IJava Type Descriptor
+_UI_ISymbol_type = ISymbol
+_UI_ITypeDescriptor_type = IType Descriptor
+_UI_IDescribedInDetail_type = IDescribed In Detail
+_UI_Unknown_type = Object
+
+_UI_Unknown_datatype= Value
+
+_UI_IBeanInstanceSymbol_javaTypeDescriptor_feature = Java Type Descriptor
+_UI_IBeanPropertySymbol_owner_feature = Owner
+_UI_IBeanPropertySymbol_readable_feature = Readable
+_UI_IBeanPropertySymbol_writable_feature = Writable
+_UI_IInstanceSymbol_typeDescriptor_feature = Type Descriptor
+_UI_IJavaSymbol_javaElement_feature = Java Element
+_UI_IJavaTypeDescriptor_type_feature = Type
+_UI_IJavaTypeDescriptor_beanProperties_feature = Bean Properties
+_UI_ISymbol_name_feature = Name
+_UI_Unknown_feature = Unspecified
+
+_UI_IJavaTypeDescriptor2_type = IJava Type Descriptor2
+_UI_IBeanMethodSymbol_type = IBean Method Symbol
+_UI_IComponentSymbol_type = IComponent Symbol
+_UI_IPropertySymbol_type = IProperty Symbol
+_UI_IMapTypeDescriptor_type = IMap Type Descriptor
+_UI_IBeanInstanceSymbol_properties_feature = Properties
+_UI_IBeanInstanceSymbol_methods_feature = Methods
+_UI_IInstanceSymbol_typeResolved_feature = Type Resolved
+_UI_IInstanceSymbol_runtimeSource_feature = Runtime Source
+_UI_ITypeDescriptor_properties_feature = Properties
+_UI_ITypeDescriptor_typeSignature_feature = Type Signature
+_UI_ITypeDescriptor_superTypes_feature = Super Types
+_UI_ITypeDescriptor_interfaceTypes_feature = Interface Types
+_UI_IJavaTypeDescriptor2_type_feature = Type
+_UI_IJavaTypeDescriptor2_beanProperties_feature = Bean Properties
+_UI_IJavaTypeDescriptor2_beanMethods_feature = Bean Methods
+_UI_IBeanMethodSymbol_owner_feature = Owner
+_UI_IPropertySymbol_typeDescriptor_feature = Type Descriptor
+_UI_IPropertySymbol_intermediate_feature = Intermediate
+_UI_IMapTypeDescriptor_mapSource_feature = Map Source
+_UI_ERuntimeSource_BUILT_IN_SYMBOL_literal = BUILT_IN_SYMBOL
+_UI_ERuntimeSource_MANAGED_BEAN_SYMBOL_literal = MANAGED_BEAN_SYMBOL
+_UI_ERuntimeSource_TAG_INSTANTIATED_SYMBOL_literal = TAG_INSTANTIATED_SYMBOL
+_UI_ERuntimeSource_OTHER_literal = OTHER
+_UI_ITypeDescriptor_superTypeSignatures_feature = Super Type Signatures
+_UI_ITypeDescriptor_interfaceTypeSignatures_feature = Interface Type Signatures
+_UI_ITypeDescriptor_typeSignatureDelegate_feature = Type Signature Delegate
+_UI_IMethodSymbol_type = IMethod Symbol
+_UI_IObjectSymbol_type = IObject Symbol
+_UI_ITypeDescriptor_methods_feature = Methods
+_UI_IMapTypeDescriptor_immutable_feature = Immutable
+_UI_IMethodSymbol_signature_feature = Signature
+_UI_IObjectSymbol_typeDescriptor_feature = Type Descriptor
+_UI_IObjectSymbol_readable_feature = Readable
+_UI_IObjectSymbol_writable_feature = Writable
+pluginName = My Model
+providerName = www.example.org
+
+_UI_UnconstrainedTypeDescriptor_type = Unconstrained Type Descriptor
+_UI_UnconstrainedMapTypeDescriptor_type = Unconstrained Map Type Descriptor
+_UI_IUnconstrainedTypeDescriptor_type = IUnconstrained Type Descriptor
+_UI_IUnconstrainedMapTypeDescriptor_type = IUnconstrained Map Type Descriptor
+_UI_IBoundedTypeDescriptor_type = IBounded Type Descriptor
+_UI_IBoundedMapTypeDescriptor_type = IBounded Map Type Descriptor
+_UI_IBoundedJavaTypeDescriptor_type = IBounded Java Type Descriptor
+# ====================================================================
+

Back to the top