Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid_williams2007-04-28 07:42:43 +0000
committerdavid_williams2007-04-28 07:42:43 +0000
commit14a62c2c888694719c339cd68e934ef19f74bd22 (patch)
treefe7ad68446c6a5c92c8a1ecf2a60aa6844dd6b84 /bundles/org.eclipse.jst.standard.schemas
parentd79d851ef9d3aa88a846e9415cbf8c2ee7f31630 (diff)
downloadwebtools.sourceediting-14a62c2c888694719c339cd68e934ef19f74bd22.tar.gz
webtools.sourceediting-14a62c2c888694719c339cd68e934ef19f74bd22.tar.xz
webtools.sourceediting-14a62c2c888694719c339cd68e934ef19f74bd22.zip
adding JEE schemas
Diffstat (limited to 'bundles/org.eclipse.jst.standard.schemas')
-rw-r--r--bundles/org.eclipse.jst.standard.schemas/.settings/org.eclipse.core.resources.prefs3
-rw-r--r--bundles/org.eclipse.jst.standard.schemas/.settings/org.eclipse.pde.prefs15
-rw-r--r--bundles/org.eclipse.jst.standard.schemas/META-INF/MANIFEST.MF6
-rw-r--r--bundles/org.eclipse.jst.standard.schemas/build.properties6
-rw-r--r--bundles/org.eclipse.jst.standard.schemas/plugin.properties3
5 files changed, 30 insertions, 3 deletions
diff --git a/bundles/org.eclipse.jst.standard.schemas/.settings/org.eclipse.core.resources.prefs b/bundles/org.eclipse.jst.standard.schemas/.settings/org.eclipse.core.resources.prefs
new file mode 100644
index 0000000000..79ae132401
--- /dev/null
+++ b/bundles/org.eclipse.jst.standard.schemas/.settings/org.eclipse.core.resources.prefs
@@ -0,0 +1,3 @@
+#Sat Apr 28 03:39:56 EDT 2007
+eclipse.preferences.version=1
+encoding/<project>=ISO-8859-1
diff --git a/bundles/org.eclipse.jst.standard.schemas/.settings/org.eclipse.pde.prefs b/bundles/org.eclipse.jst.standard.schemas/.settings/org.eclipse.pde.prefs
new file mode 100644
index 0000000000..7f17b23616
--- /dev/null
+++ b/bundles/org.eclipse.jst.standard.schemas/.settings/org.eclipse.pde.prefs
@@ -0,0 +1,15 @@
+#Sat Apr 28 03:39:44 EDT 2007
+compilers.incompatible-environment=1
+compilers.p.build=1
+compilers.p.deprecated=1
+compilers.p.missing-packages=1
+compilers.p.no-required-att=0
+compilers.p.not-externalized-att=1
+compilers.p.unknown-attribute=1
+compilers.p.unknown-class=1
+compilers.p.unknown-element=1
+compilers.p.unknown-resource=1
+compilers.p.unresolved-ex-points=0
+compilers.p.unresolved-import=0
+compilers.use-project=true
+eclipse.preferences.version=1
diff --git a/bundles/org.eclipse.jst.standard.schemas/META-INF/MANIFEST.MF b/bundles/org.eclipse.jst.standard.schemas/META-INF/MANIFEST.MF
index d813634881..9db186e2e0 100644
--- a/bundles/org.eclipse.jst.standard.schemas/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.jst.standard.schemas/META-INF/MANIFEST.MF
@@ -1,6 +1,8 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: JEE Related Schemas
+Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: org.eclipse.jst.standard.schemas;singleton:=true
Bundle-Version: 1.0.0
-Bundle-Vendor: Eclipse.org
+Bundle-Vendor: %Bundle-Vendor.0
+Require-Bundle: org.eclipse.wst.xml.core
+Bundle-Localization: plugin
diff --git a/bundles/org.eclipse.jst.standard.schemas/build.properties b/bundles/org.eclipse.jst.standard.schemas/build.properties
index eaaa7434b5..85dfe9e0d4 100644
--- a/bundles/org.eclipse.jst.standard.schemas/build.properties
+++ b/bundles/org.eclipse.jst.standard.schemas/build.properties
@@ -1,4 +1,8 @@
output.. = bin/
bin.includes = META-INF/,\
.,\
- plugin.xml
+ plugin.xml,\
+ dtdsAndSchemas/
+src.includes = dtdsAndSchemas/,\
+ plugin.xml,\
+ META-INF/
diff --git a/bundles/org.eclipse.jst.standard.schemas/plugin.properties b/bundles/org.eclipse.jst.standard.schemas/plugin.properties
new file mode 100644
index 0000000000..4d00680ec5
--- /dev/null
+++ b/bundles/org.eclipse.jst.standard.schemas/plugin.properties
@@ -0,0 +1,3 @@
+# properties file for org.eclipse.jst.standard.schemas
+Bundle-Name.0 = JEE Related Schemas
+Bundle-Vendor.0 = Eclipse.org \ No newline at end of file

Back to the top