From 2003cf4ce01c117757f7ac1588d25d6499c3db16 Mon Sep 17 00:00:00 2001 From: Subhendu123 Date: Thu, 15 Nov 2018 10:53:09 +0530 Subject: [PATCH] All Init Commit - Just initial Structure --- Angular-JS-1-7-practice/.project | 24 +++++++++++++++++++ Angular-JS-1-7-practice/.settings/.jsdtscope | 12 ++++++++++ .../org.eclipse.wst.common.component | 6 +++++ ....eclipse.wst.common.project.facet.core.xml | 7 ++++++ ...rg.eclipse.wst.jsdt.ui.superType.container | 1 + .../org.eclipse.wst.jsdt.ui.superType.name | 1 + 6 files changed, 51 insertions(+) create mode 100644 Angular-JS-1-7-practice/.project create mode 100644 Angular-JS-1-7-practice/.settings/.jsdtscope create mode 100644 Angular-JS-1-7-practice/.settings/org.eclipse.wst.common.component create mode 100644 Angular-JS-1-7-practice/.settings/org.eclipse.wst.common.project.facet.core.xml create mode 100644 Angular-JS-1-7-practice/.settings/org.eclipse.wst.jsdt.ui.superType.container create mode 100644 Angular-JS-1-7-practice/.settings/org.eclipse.wst.jsdt.ui.superType.name diff --git a/Angular-JS-1-7-practice/.project b/Angular-JS-1-7-practice/.project new file mode 100644 index 0000000..fa3a323 --- /dev/null +++ b/Angular-JS-1-7-practice/.project @@ -0,0 +1,24 @@ + + + Angular-JS-1-7-practice + + + + + + org.eclipse.wst.common.project.facet.core.builder + + + + + org.eclipse.wst.validation.validationbuilder + + + + + + org.eclipse.wst.common.project.facet.core.nature + org.eclipse.wst.common.modulecore.ModuleCoreNature + org.eclipse.wst.jsdt.core.jsNature + + diff --git a/Angular-JS-1-7-practice/.settings/.jsdtscope b/Angular-JS-1-7-practice/.settings/.jsdtscope new file mode 100644 index 0000000..5cee5ac --- /dev/null +++ b/Angular-JS-1-7-practice/.settings/.jsdtscope @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/Angular-JS-1-7-practice/.settings/org.eclipse.wst.common.component b/Angular-JS-1-7-practice/.settings/org.eclipse.wst.common.component new file mode 100644 index 0000000..d93891f --- /dev/null +++ b/Angular-JS-1-7-practice/.settings/org.eclipse.wst.common.component @@ -0,0 +1,6 @@ + + + + + + diff --git a/Angular-JS-1-7-practice/.settings/org.eclipse.wst.common.project.facet.core.xml b/Angular-JS-1-7-practice/.settings/org.eclipse.wst.common.project.facet.core.xml new file mode 100644 index 0000000..7770fff --- /dev/null +++ b/Angular-JS-1-7-practice/.settings/org.eclipse.wst.common.project.facet.core.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/Angular-JS-1-7-practice/.settings/org.eclipse.wst.jsdt.ui.superType.container b/Angular-JS-1-7-practice/.settings/org.eclipse.wst.jsdt.ui.superType.container new file mode 100644 index 0000000..3bd5d0a --- /dev/null +++ b/Angular-JS-1-7-practice/.settings/org.eclipse.wst.jsdt.ui.superType.container @@ -0,0 +1 @@ +org.eclipse.wst.jsdt.launching.baseBrowserLibrary \ No newline at end of file diff --git a/Angular-JS-1-7-practice/.settings/org.eclipse.wst.jsdt.ui.superType.name b/Angular-JS-1-7-practice/.settings/org.eclipse.wst.jsdt.ui.superType.name new file mode 100644 index 0000000..05bd71b --- /dev/null +++ b/Angular-JS-1-7-practice/.settings/org.eclipse.wst.jsdt.ui.superType.name @@ -0,0 +1 @@ +Window \ No newline at end of file