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 13:30:54 +0000
committerdavid_williams2007-04-28 13:30:54 +0000
commitc25dd57b0d909524e6e4ff3f2ad886d10a490644 (patch)
treea8a0508b38ef84fe9005b1bd705704d7450620fd /bundles/org.eclipse.jst.standard.schemas
parent9b80d0e50cf57c4615f113f3eb81094301dcd580 (diff)
downloadwebtools.sourceediting-c25dd57b0d909524e6e4ff3f2ad886d10a490644.tar.gz
webtools.sourceediting-c25dd57b0d909524e6e4ff3f2ad886d10a490644.tar.xz
webtools.sourceediting-c25dd57b0d909524e6e4ff3f2ad886d10a490644.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.pde.prefs4
-rw-r--r--bundles/org.eclipse.jst.standard.schemas/build.properties6
2 files changed, 3 insertions, 7 deletions
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
index 7f17b23616..d4ac9ad702 100644
--- a/bundles/org.eclipse.jst.standard.schemas/.settings/org.eclipse.pde.prefs
+++ b/bundles/org.eclipse.jst.standard.schemas/.settings/org.eclipse.pde.prefs
@@ -1,4 +1,4 @@
-#Sat Apr 28 03:39:44 EDT 2007
+#Sat Apr 28 09:28:31 EDT 2007
compilers.incompatible-environment=1
compilers.p.build=1
compilers.p.deprecated=1
@@ -8,7 +8,7 @@ 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.unknown-resource=0
compilers.p.unresolved-ex-points=0
compilers.p.unresolved-import=0
compilers.use-project=true
diff --git a/bundles/org.eclipse.jst.standard.schemas/build.properties b/bundles/org.eclipse.jst.standard.schemas/build.properties
index 15adf8048c..7de78d0455 100644
--- a/bundles/org.eclipse.jst.standard.schemas/build.properties
+++ b/bundles/org.eclipse.jst.standard.schemas/build.properties
@@ -1,4 +1,3 @@
-output.. = bin/
bin.includes = META-INF/,\
.,\
plugin.xml,\
@@ -7,7 +6,4 @@ bin.includes = META-INF/,\
src.includes = dtdsAndSchemas/,\
plugin.xml,\
META-INF/,\
- plugin.properties
-jars.compile.order = .
-source.. =
-source.. =
+ plugin.properties

Back to the top