[Title] WTP : Added patch project and modified feature manifest file.
authorSujin Kim <sujin921.kim@samsung.com>
Mon, 29 Apr 2013 03:11:39 +0000 (12:11 +0900)
committerSujin Kim <sujin921.kim@samsung.com>
Mon, 29 Apr 2013 03:11:39 +0000 (12:11 +0900)
commit64efbde3e5442761027bfcba44f2dc4656d15c28
tree5c4d30628403c61d0ecc01032a141bc19584697e
parent0a74cab491e0c56d572e0ce443d5b3ad704a09c1
[Title] WTP : Added patch project and modified feature manifest file.
[Desc.] Added patch project for org.eclipse.wst.jsdt.web.core project.
And Modified org.tizen.base.feature project to include upper version for
jar file.
[Issue] RM-9202

Change-Id: I3c7fb0cb237e521703c18f1301adcc35d1166f84
77 files changed:
org.eclipse.wst.jsdt.web.core.patch/.classpath [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core.patch/.project [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core.patch/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core.patch/META-INF/MANIFEST.MF [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core.patch/build.properties [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core.patch/src/org/eclipse/wst/jsdt/web/core/javascript/JsTranslation.java [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/.classpath [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/.options [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/.project [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/.settings/org.eclipse.core.runtime.prefs [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/.settings/org.eclipse.jdt.ui.prefs [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/.settings/org.eclipse.ltk.core.refactoring.prefs [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/.settings/org.eclipse.pde.prefs [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/META-INF/MANIFEST.MF [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/about.html [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/build.properties [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/component.xml [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/plugin.properties [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/plugin.xml [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/schema/javascriptPreProcessor.exsd [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/internal/IncrementalBuilder.java [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/internal/JSPCorePluginResources.properties [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/internal/JSWebResourceEventManager.java [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/internal/JsCoreMessages.java [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/internal/JsCorePlugin.java [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/internal/Logger.java [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/internal/PathUtils.java [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/internal/modelhandler/IWebDocumentChangeListener.java [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/internal/modelhandler/IWebResourceChangedListener.java [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/internal/modelhandler/Messages.java [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/internal/modelhandler/WebResourceChangeHandler.java [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/internal/modelhandler/messages.properties [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/internal/project/ConvertJob.java [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/internal/project/FacetedProjectListener.java [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/internal/project/JsNatureInstaller.java [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/internal/project/JsNatureUninstaller.java [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/internal/project/JsWebNature.java [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/internal/project/Messages.java [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/internal/project/ModuleCoreSupport.java [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/internal/project/ModuleCoreSupportDelegate.java [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/internal/project/ModuleSourcePathProvider.java [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/internal/project/WebProjectJsGlobalScopeContainerInitializer.java [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/internal/project/messages.properties [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/internal/provisional/contenttype/ContentTypeIdForEmbededJs.java [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/internal/provisional/contenttype/IContentDescriptionForJSP.java [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/internal/validation/JsValidator.java [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/internal/validation/Util.java [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/javascript/CompilationUnitHelper.java [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/javascript/DocumentChangeListenerToTextEdit.java [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/javascript/HTML40Namespace.java [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/javascript/IJsTranslation.java [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/javascript/IJsTranslator.java [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/javascript/JsDataTypes.java [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/javascript/JsNameManglerUtil.java [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/javascript/JsProblemRequestor.java [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/javascript/JsTranslation.java [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/javascript/JsTranslationAdapter.java [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/javascript/JsTranslationAdapterFactory.java [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/javascript/JsTranslator.java [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/javascript/Messages.java [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/javascript/NodeHelper.java [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/javascript/Util.java [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/javascript/WebRootFinder.java [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/javascript/messages.properties [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/javascript/search/IndexWorkspaceJob.java [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/javascript/search/JSDTSearchDocumentDelegate.java [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/javascript/search/JsIndexManager.java [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/javascript/search/JsPathIndexer.java [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/javascript/search/JsSearchDocument.java [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/javascript/search/JsSearchParticipant.java [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/javascript/search/JsSearchScope.java [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/javascript/search/JsSearchSupport.java [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/javascript/search/NullSearchDocument.java [new file with mode: 0644]
org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/text/IJsPartitions.java [new file with mode: 0644]
org.tizen.base.feature/feature.xml