* Support for JAXB Annotations in Java editor and Annotations view
diff --git a/bundles/org.eclipse.jst.ws.jaxb.core/plugin.properties b/bundles/org.eclipse.jst.ws.jaxb.core/plugin.properties
new file mode 100644
index 0000000..e7b59a3
--- /dev/null
+++ b/bundles/org.eclipse.jst.ws.jaxb.core/plugin.properties
@@ -0,0 +1,19 @@
+###############################################################################
+# Copyright (c) 2009 Shane Clarke and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# Shane Clarke - initial API and implementation
+# Oisin Hurley - adaptation for JAXB
+###############################################################################
+
+#properties file for JAXB Core
+pluginName=JAXB Tools Core (Incubation)
+pluginProvider=Eclipse Web Tools Platform
+
+JAXB_CATEGORY_NAME=JAXB
+
+XML_SCHEMA_TYPE_RULES=Validation rules governing the use of @XmlSchemaType
\ No newline at end of file