Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 229218 Details for
Bug 404592
Set up client bundles for JSDT development
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
patch to narrow the source folders to the "web" folders
orion-jsdt.patch (text/plain), 4.42 KB, created by
Nitin Dahyabhai
on 2013-04-01 16:47:07 EDT
(
hide
)
Description:
patch to narrow the source folders to the "web" folders
Filename:
MIME Type:
Creator:
Nitin Dahyabhai
Created:
2013-04-01 16:47:07 EDT
Size:
4.42 KB
patch
obsolete
>From 412b60516a982ebb30f0dba52e8a12320204e275 Mon Sep 17 00:00:00 2001 >From: Nitin Dahyabhai <nitind@us.ibm.com> >Date: Mon, 1 Apr 2013 16:30:44 -0400 >Subject: [PATCH] [404592] narrow source folder paths > >--- > .../.settings/.jsdtscope | 2 +- > .../.settings/.jsdtscope | 2 +- > .../.settings/.jsdtscope | 2 +- > .../.settings/.jsdtscope | 6 +----- > .../.settings/.jsdtscope | 2 +- > 5 files changed, 5 insertions(+), 9 deletions(-) > >diff --git a/bundles/org.eclipse.orion.client.core/.settings/.jsdtscope b/bundles/org.eclipse.orion.client.core/.settings/.jsdtscope >index b3b6ab1..6e5dfe1 100644 >--- a/bundles/org.eclipse.orion.client.core/.settings/.jsdtscope >+++ b/bundles/org.eclipse.orion.client.core/.settings/.jsdtscope >@@ -1,7 +1,7 @@ > <?xml version="1.0" encoding="UTF-8"?> > <classpath> > <classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.baseBrowserLibrary/StandardBrowser/html5"/> >- <classpathentry including="web/orion/|web/plugins/" kind="src" path=""/> >+ <classpathentry excluding="requirejs/require.min.js" kind="src" path="web"/> > <classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.JRE_CONTAINER"/> > <classpathentry kind="output" path=""/> > </classpath> >diff --git a/bundles/org.eclipse.orion.client.editor/.settings/.jsdtscope b/bundles/org.eclipse.orion.client.editor/.settings/.jsdtscope >index 2bc6021..da6aee5 100644 >--- a/bundles/org.eclipse.orion.client.editor/.settings/.jsdtscope >+++ b/bundles/org.eclipse.orion.client.editor/.settings/.jsdtscope >@@ -1,6 +1,6 @@ > <?xml version="1.0" encoding="UTF-8"?> > <classpath> >- <classpathentry including="web/" kind="src" path=""/> >+ <classpathentry kind="src" path="web"/> > <classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.JRE_CONTAINER"/> > <classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.baseBrowserLibrary"/> > <classpathentry kind="output" path=""/> >diff --git a/bundles/org.eclipse.orion.client.git/.settings/.jsdtscope b/bundles/org.eclipse.orion.client.git/.settings/.jsdtscope >index 38caa30..7e1a3bf 100644 >--- a/bundles/org.eclipse.orion.client.git/.settings/.jsdtscope >+++ b/bundles/org.eclipse.orion.client.git/.settings/.jsdtscope >@@ -1,6 +1,6 @@ > <?xml version="1.0" encoding="UTF-8"?> > <classpath> >- <classpathentry excluding="web/orion/git/gitStatusExplorer.js" including="web/" kind="src" path=""/> >+ <classpathentry excluding="orion/git/gitStatusExplorer.js" kind="src" path="web"/> > <classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.JRE_CONTAINER"/> > <classpathentry combineaccessrules="false" kind="src" path="/org.eclipse.orion.client.ui"/> > <classpathentry kind="output" path=""/> >diff --git a/bundles/org.eclipse.orion.client.ui/.settings/.jsdtscope b/bundles/org.eclipse.orion.client.ui/.settings/.jsdtscope >index 1dfecfb..d57dabb 100644 >--- a/bundles/org.eclipse.orion.client.ui/.settings/.jsdtscope >+++ b/bundles/org.eclipse.orion.client.ui/.settings/.jsdtscope >@@ -1,10 +1,6 @@ > <?xml version="1.0" encoding="UTF-8"?> > <classpath> >- <classpathentry excluding="web/doctrine/|web/esprima/|web/gcli/|web/jsdiff/|web/orion/compare/examples/|web/persona/" including="web/" kind="src" path=""> >- <attributes> >- <attribute name="provider" value="org.eclipse.wst.jsdt.web.core.internal.project.ModuleSourcePathProvider"/> >- </attributes> >- </classpathentry> >+ <classpathentry excluding="doctrine/|esprima/|gcli/|jsdiff/|orion/compare/examples/|persona/" kind="src" path="web"/> > <classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.JRE_CONTAINER"/> > <classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.baseBrowserLibrary"/> > <classpathentry combineaccessrules="false" kind="src" path="/org.eclipse.orion.client.core"/> >diff --git a/bundles/org.eclipse.orion.client.users/.settings/.jsdtscope b/bundles/org.eclipse.orion.client.users/.settings/.jsdtscope >index 250efe8..fde0e48 100644 >--- a/bundles/org.eclipse.orion.client.users/.settings/.jsdtscope >+++ b/bundles/org.eclipse.orion.client.users/.settings/.jsdtscope >@@ -1,6 +1,6 @@ > <?xml version="1.0" encoding="UTF-8"?> > <classpath> >- <classpathentry kind="src" path=""/> >+ <classpathentry kind="src" path="web"/> > <classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.JRE_CONTAINER"/> > <classpathentry combineaccessrules="false" kind="src" path="/org.eclipse.orion.client.ui"/> > <classpathentry kind="output" path=""/> >-- >1.7.8.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 404592
: 229218