initial javascript capabilities definition
diff --git a/bundles/org.eclipse.wtp.javascript.capabilities/.classpath b/bundles/org.eclipse.wtp.javascript.capabilities/.classpath new file mode 100644 index 0000000..fd545ef --- /dev/null +++ b/bundles/org.eclipse.wtp.javascript.capabilities/.classpath
@@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/> + <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> + <classpathentry kind="output" path="bin"/> +</classpath>
diff --git a/bundles/org.eclipse.wtp.javascript.capabilities/.project b/bundles/org.eclipse.wtp.javascript.capabilities/.project new file mode 100644 index 0000000..970984c --- /dev/null +++ b/bundles/org.eclipse.wtp.javascript.capabilities/.project
@@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>org.eclipse.wtp.javascript.capabilities</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.pde.ManifestBuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.pde.SchemaBuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.pde.PluginNature</nature> + </natures> +</projectDescription>
diff --git a/bundles/org.eclipse.wtp.javascript.capabilities/.settings/org.eclipse.jdt.core.prefs b/bundles/org.eclipse.wtp.javascript.capabilities/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000..9504e18 --- /dev/null +++ b/bundles/org.eclipse.wtp.javascript.capabilities/.settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,7 @@ +#Tue May 19 03:12:16 EDT 2009 +org.eclipse.jdt.core.compiler.problem.enumIdentifier=warning +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.2 +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.problem.assertIdentifier=warning +org.eclipse.jdt.core.compiler.source=1.3 +org.eclipse.jdt.core.compiler.compliance=1.4
diff --git a/bundles/org.eclipse.wtp.javascript.capabilities/.settings/org.eclipse.pde.core.prefs b/bundles/org.eclipse.wtp.javascript.capabilities/.settings/org.eclipse.pde.core.prefs new file mode 100644 index 0000000..cb17609 --- /dev/null +++ b/bundles/org.eclipse.wtp.javascript.capabilities/.settings/org.eclipse.pde.core.prefs
@@ -0,0 +1,4 @@ +#Tue May 19 03:12:17 EDT 2009 +eclipse.preferences.version=1 +resolve.requirebundle=false +pluginProject.extensions=false
diff --git a/bundles/org.eclipse.wtp.javascript.capabilities/META-INF/MANIFEST.MF b/bundles/org.eclipse.wtp.javascript.capabilities/META-INF/MANIFEST.MF new file mode 100644 index 0000000..ab7ba19 --- /dev/null +++ b/bundles/org.eclipse.wtp.javascript.capabilities/META-INF/MANIFEST.MF
@@ -0,0 +1,6 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: %Bundle-Name.0 +Bundle-SymbolicName: org.eclipse.wtp.javascript.capabilities;singleton:=true +Bundle-Version: 1.0.0.qualifier +Bundle-Vendor: %Bundle-Vendor.0
diff --git a/bundles/org.eclipse.wtp.javascript.capabilities/OSGI-INF/l10n/bundle.properties b/bundles/org.eclipse.wtp.javascript.capabilities/OSGI-INF/l10n/bundle.properties new file mode 100644 index 0000000..1186a6a --- /dev/null +++ b/bundles/org.eclipse.wtp.javascript.capabilities/OSGI-INF/l10n/bundle.properties
@@ -0,0 +1,5 @@ +#Properties file for org.eclipse.wtp.javascript.capabilities +Bundle-Name.0 = JavaScript Capabilities +Bundle-Vendor.0 = Eclipse Web Tools Platform +activity.javascript = JavaScript Development +activity.javascript.desc = Develop JavaScript applications.
diff --git a/bundles/org.eclipse.wtp.javascript.capabilities/about.html b/bundles/org.eclipse.wtp.javascript.capabilities/about.html new file mode 100644 index 0000000..31cec0d --- /dev/null +++ b/bundles/org.eclipse.wtp.javascript.capabilities/about.html
@@ -0,0 +1,34 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> +<HTML> + +<head> +<title>About</title> +<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1"> +</head> + +<BODY lang="EN-US"> + +<H3>About This Content</H3> + +<P>June, 2009</P> + +<H3>License</H3> + +<P>The Eclipse Foundation makes available all content in this plug-in +("Content"). Unless otherwise indicated below, the Content is provided to you +under the terms and conditions of the Eclipse Public License Version 1.0 +("EPL"). A copy of the EPL is available at +<A href="http://www.eclipse.org/org/documents/epl-v10.php">http://www.eclipse.org/org/documents/epl-v10.php</A>. +For purposes of the EPL, "Program" will mean the Content.</P> + +<P>If you did not receive this Content directly from the Eclipse Foundation, the +Content is being redistributed by another party ("Redistributor") and different +terms and conditions may apply to your use of any object code in the Content. +Check the Redistributors license that was provided with the Content. If no such +license exists, contact the Redistributor. Unless otherwise indicated below, the +terms and conditions of the EPL still apply to any source code in the Content +and such source code may be obtained at +<A href="http://www.eclipse.org/">http://www.eclipse.org/</A>.</P> + +</BODY> +</HTML>
diff --git a/bundles/org.eclipse.wtp.javascript.capabilities/build.properties b/bundles/org.eclipse.wtp.javascript.capabilities/build.properties new file mode 100644 index 0000000..18a8de0 --- /dev/null +++ b/bundles/org.eclipse.wtp.javascript.capabilities/build.properties
@@ -0,0 +1,5 @@ +output.. = bin/ +bin.includes = META-INF/,\ + .,\ + OSGI-INF/,\ + plugin.xml
diff --git a/bundles/org.eclipse.wtp.javascript.capabilities/plugin.xml b/bundles/org.eclipse.wtp.javascript.capabilities/plugin.xml new file mode 100644 index 0000000..f8011a0 --- /dev/null +++ b/bundles/org.eclipse.wtp.javascript.capabilities/plugin.xml
@@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<?eclipse version="3.0"?> +<plugin> + <extension + point="org.eclipse.ui.activities"> + <activity + name="%activity.javascript" + description="%activity.javascript.desc" + id="org.eclipse.wtp.javascript.capabilities"> + </activity> + <categoryActivityBinding + activityId="org.eclipse.wtp.javascript.capabilities" + categoryId="org.eclipse.categories.developmentCategory"> + </categoryActivityBinding> + <activityPatternBinding + activityId="org.eclipse.wtp.javascript.capabilities" + pattern="org\.eclipse\.wst\.jsdt\.[\.\w/]*"> + </activityPatternBinding> + <defaultEnablement + id="org.eclipse.wtp.javascript.capabilities"> + </defaultEnablement> + </extension> +</plugin> \ No newline at end of file