Commit 7a111c31 authored by Patiphan Marak's avatar Patiphan Marak

wee12

parent 929179ee
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"project": {
"name": "seniorproject"
},
"apps": [
{
"root": "src",
"outDir": "dist",
"assets": [
"assets",
"favicon.ico"
],
"index": "index.html",
"main": "main.ts",
"polyfills": "polyfills.ts",
"test": "test.ts",
"tsconfig": "tsconfig.app.json",
"testTsconfig": "tsconfig.spec.json",
"prefix": "app",
"styles": [
"styles.css"
],
"scripts": [],
"environmentSource": "environments/environment.ts",
"environments": {
"dev": "environments/environment.ts",
"prod": "environments/environment.prod.ts"
}
}
],
"e2e": {
"protractor": {
"config": "./protractor.conf.js"
}
},
"lint": [
{
"project": "src/tsconfig.app.json",
"exclude": "**/node_modules/**"
},
{
"project": "src/tsconfig.spec.json",
"exclude": "**/node_modules/**"
},
{
"project": "e2e/tsconfig.e2e.json",
"exclude": "**/node_modules/**"
}
],
"test": {
"karma": {
"config": "./karma.conf.js"
}
},
"defaults": {
"styleExt": "css",
"component": {}
}
}
# Editor configuration, see http://editorconfig.org
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
max_line_length = off
trim_trailing_whitespace = false
# See http://help.github.com/ignore-files/ for more about ignoring files.
# compiled output
/dist
/dist-server
/tmp
/out-tsc
# dependencies
/node_modules
# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# misc
/.sass-cache
/connect.lock
/coverage
/libpeerconnection.log
npm-debug.log
yarn-error.log
testem.log
/typings
# e2e
/e2e/*.js
/e2e/*.map
# System Files
.DS_Store
Thumbs.db
!SESSION 2018-04-04 21:22:51.424 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.8.0_162
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments: -product com.genuitec.eclipse.modernweb.angular2.ui.product
Command-line arguments: -os linux -ws gtk -arch x86_64 -product com.genuitec.eclipse.modernweb.angular2.ui.product
!ENTRY org.eclipse.ui 2 0 2018-04-04 21:25:06.369
!MESSAGE Warnings while parsing the images from the 'org.eclipse.ui.commandImages' extension point.
!SUBENTRY 1 org.eclipse.ui 2 0 2018-04-04 21:25:06.369
!MESSAGE Cannot bind to an undefined command: plug-in='com.genuitec.eclipse.theming.ui', id='com.genuitec.myeclipse.help.darktheme.commandid'
!ENTRY com.genuitec.eclipse.theming.ui 1 0 2018-04-04 21:25:07.643
!MESSAGE A DevStyle Theme is being activated on this workspace; preparing colors and configuration
!ENTRY com.genuitec.eclipse.theming.ui 1 0 2018-04-04 21:25:07.665
!MESSAGE DevStyle has archived current color configurations to alternate preferences - will be restored when switching out of the DevStyle Theme
!ENTRY com.genuitec.eclipse.startup 4 0 2018-04-04 21:25:11.362
!MESSAGE Failed to execute operation
!STACK 0
java.lang.RuntimeException: Property not located:IProjectCreationPropertiesNew.PROJECT_LOCATION
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelImpl.checkValidPropertyName(DataModelImpl.java:100)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelImpl.getOwningDataModel(DataModelImpl.java:105)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelImpl.getProperty(DataModelImpl.java:126)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelImpl.getStringProperty(DataModelImpl.java:153)
at com.genuitec.eclipse.modernweb.angular2.ui.commands.NewProjectCommandsHolder.getLocation(NewProjectCommandsHolder.java:117)
at com.genuitec.eclipse.modernweb.angular2.ui.commands.NewProjectCommandsHolder.updateCommands(NewProjectCommandsHolder.java:91)
at com.genuitec.eclipse.modernweb.angular2.ui.commands.NewProjectCommandsHolder.generateCommands(NewProjectCommandsHolder.java:44)
at com.genuitec.eclipse.modernweb.angular2.ui.startup.AngularDataModelProvider.init(AngularDataModelProvider.java:95)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelImpl.init(DataModelImpl.java:71)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelImpl.<init>(DataModelImpl.java:56)
at org.eclipse.wst.common.frameworks.datamodel.DataModelFactory.createDataModel(DataModelFactory.java:131)
at com.genuitec.eclipse.modernweb.angular2.ui.startup.NewAngularProjectStartupOperationHandler.execute(NewAngularProjectStartupOperationHandler.java:32)
at com.genuitec.eclipse.startup.operation.StartupOperationsExecutor.execute(StartupOperationsExecutor.java:412)
at com.genuitec.eclipse.startup.operation.StartupOperationsExecutor.access$2(StartupOperationsExecutor.java:396)
at com.genuitec.eclipse.startup.operation.StartupOperationsExecutor$1.run(StartupOperationsExecutor.java:214)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
!ENTRY com.genuitec.eclipse.modernweb.angular2.core 4 0 2018-04-04 21:25:12.531
!MESSAGE Unexpected end of input at 1:-1
!STACK 0
com.eclipsesource.json.ParseException: Unexpected end of input at 1:-1
at com.eclipsesource.json.JsonParser.error(JsonParser.java:379)
at com.eclipsesource.json.JsonParser.expected(JsonParser.java:370)
at com.eclipsesource.json.JsonParser.readValue(JsonParser.java:108)
at com.eclipsesource.json.JsonParser.parse(JsonParser.java:73)
at com.eclipsesource.json.Json.parse(Json.java:295)
at com.genuitec.eclipse.modernweb.angular2.core.cli.NGCLIIntegrationWebsocketServer$RequestProcessor.internalProcessData(NGCLIIntegrationWebsocketServer.java:144)
at com.genuitec.eclipse.modernweb.angular2.core.cli.NGCLIIntegrationWebsocketServer$RequestProcessor.run(NGCLIIntegrationWebsocketServer.java:134)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
!ENTRY com.genuitec.eclipse.modernweb.angular2.core 4 0 2018-04-04 21:25:12.532
!MESSAGE Unable to find server connection, registerServer must be called before buildStatus
!ENTRY org.eclipse.jface 4 0 2018-04-04 21:59:02.581
!MESSAGE Unhandled event loop exception during blocked modal context.
!STACK 0
org.eclipse.swt.SWTException: Failed to execute runnable (org.eclipse.swt.SWTException: Widget is disposed)
at org.eclipse.swt.SWT.error(SWT.java:4533)
at org.eclipse.swt.SWT.error(SWT.java:4448)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4536)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4154)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.block(ModalContext.java:165)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:369)
at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:481)
at org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog.run(ProgressMonitorJobsDialog.java:242)
at org.eclipse.ui.internal.ide.application.IDEWorkbenchAdvisor.disconnectFromWorkspace(IDEWorkbenchAdvisor.java:463)
at org.eclipse.ui.internal.ide.application.IDEWorkbenchAdvisor.postShutdown(IDEWorkbenchAdvisor.java:309)
at org.eclipse.ui.internal.Workbench.shutdown(Workbench.java:3117)
at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:1206)
at org.eclipse.ui.internal.Workbench.access$22(Workbench.java:1118)
at org.eclipse.ui.internal.Workbench$19.run(Workbench.java:1459)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:1456)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:1429)
at org.eclipse.ui.internal.WorkbenchWindow.busyClose(WorkbenchWindow.java:1594)
at org.eclipse.ui.internal.WorkbenchWindow.access$16(WorkbenchWindow.java:1540)
at org.eclipse.ui.internal.WorkbenchWindow$11.run(WorkbenchWindow.java:1626)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:1623)
at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:1637)
at org.eclipse.ui.internal.WorkbenchWindow$6.close(WorkbenchWindow.java:524)
at org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer$7.shellClosed(WBWRenderer.java:629)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:99)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5227)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1340)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1366)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1349)
at org.eclipse.swt.widgets.Shell.closeWidget(Shell.java:669)
at org.eclipse.swt.widgets.Shell.gtk_delete_event(Shell.java:1303)
at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1983)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:5827)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:5498)
at org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(Native Method)
at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(OS.java:9545)
at org.eclipse.swt.widgets.Display.eventProc(Display.java:1275)
at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:2495)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4149)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1121)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1022)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:150)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:693)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:610)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:138)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)
at org.eclipse.equinox.launcher.Main.run(Main.java:1519)
at org.eclipse.equinox.launcher.Main.main(Main.java:1492)
Caused by: org.eclipse.swt.SWTException: Widget is disposed
at org.eclipse.swt.SWT.error(SWT.java:4533)
at org.eclipse.swt.SWT.error(SWT.java:4448)
at org.eclipse.swt.SWT.error(SWT.java:4419)
at org.eclipse.swt.widgets.Widget.error(Widget.java:483)
at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:420)
at org.eclipse.swt.widgets.Tree.getSelection(Tree.java:1775)
at org.eclipse.jface.viewers.TreeViewer.getSelection(TreeViewer.java:228)
at org.eclipse.jface.viewers.TreeViewer.setSelection(TreeViewer.java:299)
at org.eclipse.jface.viewers.AbstractTreeViewer.setSelectionToWidget(AbstractTreeViewer.java:2533)
at org.eclipse.ui.navigator.CommonViewer.setSelectionToWidget(CommonViewer.java:439)
at org.eclipse.jface.viewers.AbstractTreeViewer.setSelectionToWidget(AbstractTreeViewer.java:2989)
at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1465)
at org.eclipse.jface.viewers.TreeViewer.preservingSelection(TreeViewer.java:354)
at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1419)
at org.eclipse.jface.viewers.StructuredViewer.refresh(StructuredViewer.java:1542)
at org.eclipse.jface.viewers.ColumnViewer.refresh(ColumnViewer.java:535)
at org.eclipse.ui.navigator.CommonViewer.refresh(CommonViewer.java:349)
at org.eclipse.ui.navigator.CommonViewer.refresh(CommonViewer.java:492)
at org.eclipse.jface.viewers.StructuredViewer.refresh(StructuredViewer.java:1478)
at org.eclipse.wst.jsdt.js.npm.internal.ui.NpmScriptContentProvider$1.run(NpmScriptContentProvider.java:144)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:182)
... 62 more
!ENTRY org.eclipse.jface 4 0 2018-04-04 21:59:02.583
!MESSAGE Unhandled event loop exception during blocked modal context.
!STACK 0
org.eclipse.swt.SWTException: Failed to execute runnable (org.eclipse.swt.SWTException: Widget is disposed)
at org.eclipse.swt.SWT.error(SWT.java:4533)
at org.eclipse.swt.SWT.error(SWT.java:4448)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4536)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4154)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.block(ModalContext.java:165)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:369)
at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:481)
at org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog.run(ProgressMonitorJobsDialog.java:242)
at org.eclipse.ui.internal.ide.application.IDEWorkbenchAdvisor.disconnectFromWorkspace(IDEWorkbenchAdvisor.java:463)
at org.eclipse.ui.internal.ide.application.IDEWorkbenchAdvisor.postShutdown(IDEWorkbenchAdvisor.java:309)
at org.eclipse.ui.internal.Workbench.shutdown(Workbench.java:3117)
at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:1206)
at org.eclipse.ui.internal.Workbench.access$22(Workbench.java:1118)
at org.eclipse.ui.internal.Workbench$19.run(Workbench.java:1459)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:1456)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:1429)
at org.eclipse.ui.internal.WorkbenchWindow.busyClose(WorkbenchWindow.java:1594)
at org.eclipse.ui.internal.WorkbenchWindow.access$16(WorkbenchWindow.java:1540)
at org.eclipse.ui.internal.WorkbenchWindow$11.run(WorkbenchWindow.java:1626)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:1623)
at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:1637)
at org.eclipse.ui.internal.WorkbenchWindow$6.close(WorkbenchWindow.java:524)
at org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer$7.shellClosed(WBWRenderer.java:629)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:99)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5227)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1340)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1366)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1349)
at org.eclipse.swt.widgets.Shell.closeWidget(Shell.java:669)
at org.eclipse.swt.widgets.Shell.gtk_delete_event(Shell.java:1303)
at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1983)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:5827)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:5498)
at org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(Native Method)
at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(OS.java:9545)
at org.eclipse.swt.widgets.Display.eventProc(Display.java:1275)
at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:2495)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4149)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1121)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1022)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:150)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:693)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:610)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:138)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)
at org.eclipse.equinox.launcher.Main.run(Main.java:1519)
at org.eclipse.equinox.launcher.Main.main(Main.java:1492)
Caused by: org.eclipse.swt.SWTException: Widget is disposed
at org.eclipse.swt.SWT.error(SWT.java:4533)
at org.eclipse.swt.SWT.error(SWT.java:4448)
at org.eclipse.swt.SWT.error(SWT.java:4419)
at org.eclipse.swt.widgets.Widget.error(Widget.java:483)
at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:420)
at org.eclipse.swt.widgets.Tree.getSelection(Tree.java:1775)
at org.eclipse.jface.viewers.TreeViewer.getSelection(TreeViewer.java:228)
at org.eclipse.jface.viewers.TreeViewer.setSelection(TreeViewer.java:299)
at org.eclipse.jface.viewers.AbstractTreeViewer.setSelectionToWidget(AbstractTreeViewer.java:2533)
at org.eclipse.ui.navigator.CommonViewer.setSelectionToWidget(CommonViewer.java:439)
at org.eclipse.jface.viewers.AbstractTreeViewer.setSelectionToWidget(AbstractTreeViewer.java:2989)
at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1465)
at org.eclipse.jface.viewers.TreeViewer.preservingSelection(TreeViewer.java:354)
at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1419)
at org.eclipse.jface.viewers.StructuredViewer.refresh(StructuredViewer.java:1542)
at org.eclipse.jface.viewers.ColumnViewer.refresh(ColumnViewer.java:535)
at org.eclipse.ui.navigator.CommonViewer.refresh(CommonViewer.java:349)
at org.eclipse.ui.navigator.CommonViewer.refresh(CommonViewer.java:492)
at org.eclipse.jface.viewers.StructuredViewer.refresh(StructuredViewer.java:1478)
at org.eclipse.wst.jsdt.js.npm.internal.ui.NpmScriptContentProvider$1.run(NpmScriptContentProvider.java:144)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:182)
... 62 more
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
>
<channel>
<title>Genuitec</title>
<atom:link href="https://www.genuitec.com/feed/" rel="self" type="application/rss+xml" />
<link>https://www.genuitec.com</link>
<description>The Cloud Control Company</description>
<lastBuildDate>Wed, 04 Apr 2018 06:39:19 +0000</lastBuildDate>
<language>en-US</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://wordpress.org/?v=4.9.2</generator>
<item>
<title>CodeMix &#8211; Technical Preview Now Available</title>
<link>https://www.genuitec.com/codemix-technical-preview/</link>
<pubDate>Tue, 03 Apr 2018 16:49:09 +0000</pubDate>
<dc:creator><![CDATA[Brian Fernandes]]></dc:creator>
<category><![CDATA[Eclipse]]></category>
<category><![CDATA[Genuitec]]></category>
<category><![CDATA[MyEclipse]]></category>
<category><![CDATA[Programming Tips]]></category>
<category><![CDATA[Webclipse]]></category>
<category><![CDATA[codemix]]></category>
<category><![CDATA[codemix release]]></category>
<category><![CDATA[sneak peek release]]></category>
<guid isPermaLink="false">https://www.genuitec.com/?p=577714</guid>
<description><![CDATA[<p>Today, we’ve shipped to the the Eclipse community our technical preview of CodeMix. What is CodeMix, how do you install it, what makes it so cool? Read on for the details.What is CodeMix?CodeMix is a technology that allows developers to take advantage of the wide array of tooling, language, and framework support that is available with [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.genuitec.com/codemix-technical-preview/">CodeMix &#8211; Technical Preview Now Available</a> appeared first on <a rel="nofollow" href="https://www.genuitec.com">Genuitec</a>.</p>
]]></description>
</item>
<item>
<title>MyEclipse 2018 &#8211; Where Art Thou?</title>
<link>https://www.genuitec.com/myeclipse-2018-art-thou/</link>
<pubDate>Thu, 15 Mar 2018 13:37:06 +0000</pubDate>
<dc:creator><![CDATA[Brian Fernandes]]></dc:creator>
<category><![CDATA[Eclipse]]></category>
<category><![CDATA[Genuitec]]></category>
<category><![CDATA[MyEclipse]]></category>
<category><![CDATA[Programming Tips]]></category>
<category><![CDATA[Webclipse]]></category>
<category><![CDATA[codemix]]></category>
<category><![CDATA[eclipse extensions]]></category>
<category><![CDATA[eclipse plugins]]></category>
<category><![CDATA[myeclipse 2018]]></category>
<guid isPermaLink="false">https://www.genuitec.com/?p=562545</guid>
<description><![CDATA[<p>MyEclipse 2017 was first released in January 2017, and its most recent release, 2017 CI 10, was in December 2017. We will probably have a couple additional 2017 releases to round off that stream as well … so where’s MyEclipse 2018?The short answer &#8211; MyEclipse 2018 is coming in May, with one game-changing addition, CodeMix! [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.genuitec.com/myeclipse-2018-art-thou/">MyEclipse 2018 &#8211; Where Art Thou?</a> appeared first on <a rel="nofollow" href="https://www.genuitec.com">Genuitec</a>.</p>
]]></description>
</item>
<item>
<title>CodeMix &#8211; A Genesis</title>
<link>https://www.genuitec.com/codemix-a-genesis/</link>
<pubDate>Thu, 01 Mar 2018 15:57:31 +0000</pubDate>
<dc:creator><![CDATA[timwebb]]></dc:creator>
<category><![CDATA[Eclipse]]></category>
<category><![CDATA[Genuitec]]></category>
<category><![CDATA[MyEclipse]]></category>
<category><![CDATA[Programming Tips]]></category>
<category><![CDATA[Webclipse]]></category>
<category><![CDATA[codemix]]></category>
<category><![CDATA[VS code]]></category>
<guid isPermaLink="false">https://www.genuitec.com/?p=559248</guid>
<description><![CDATA[<p>What if we could give Eclipse developers access to the rich catalog of VS Code extensions and advanced development that Code offers? And that’s when CodeMix was born. By providing VS Code smarts inside Eclipse, we no longer have to play catch-up, and our customers can realize the benefits and combined effect Code &#038; Eclipse provide with all the great advances in the technology world.</p>
<p>The post <a rel="nofollow" href="https://www.genuitec.com/codemix-a-genesis/">CodeMix &#8211; A Genesis</a> appeared first on <a rel="nofollow" href="https://www.genuitec.com">Genuitec</a>.</p>
]]></description>
</item>
<item>
<title>Angular Observables and Promises &#8211; How to Use Them</title>
<link>https://www.genuitec.com/angular-observables-and-promises/</link>
<pubDate>Wed, 21 Feb 2018 14:43:29 +0000</pubDate>
<dc:creator><![CDATA[dunebook7]]></dc:creator>
<category><![CDATA[Eclipse]]></category>
<category><![CDATA[Genuitec]]></category>
<category><![CDATA[MyEclipse]]></category>
<category><![CDATA[Programming Tips]]></category>
<category><![CDATA[Webclipse]]></category>
<category><![CDATA[observables]]></category>
<category><![CDATA[promises]]></category>
<category><![CDATA[RxJS]]></category>
<category><![CDATA[using promises and observables]]></category>
<guid isPermaLink="false">https://www.genuitec.com/?p=556961</guid>
<description><![CDATA[<p>Angular, as we all know, is a JavaScript framework that makes it easy to build web applications. RxJS is really about bringing the principles of functional programming to JavaScript.Functional Programming in JavaScript?It all started with the rise of asynchronicity or asynchronous JavaScript,where we have data that is flowing through our application coming from different sources, [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.genuitec.com/angular-observables-and-promises/">Angular Observables and Promises &#8211; How to Use Them</a> appeared first on <a rel="nofollow" href="https://www.genuitec.com">Genuitec</a>.</p>
]]></description>
</item>
<item>
<title>Top Angular Courses &#8211; Our Ten Picks!</title>
<link>https://www.genuitec.com/top-angular-courses/</link>
<pubDate>Thu, 15 Feb 2018 18:21:33 +0000</pubDate>
<dc:creator><![CDATA[Wanda Muriy]]></dc:creator>
<category><![CDATA[Eclipse]]></category>
<category><![CDATA[Genuitec]]></category>
<category><![CDATA[MyEclipse]]></category>
<category><![CDATA[Programming Tips]]></category>
<category><![CDATA[Webclipse]]></category>
<category><![CDATA[Angular]]></category>
<category><![CDATA[angular 2]]></category>
<category><![CDATA[Angular 4]]></category>
<category><![CDATA[angular 5]]></category>
<category><![CDATA[angular courses]]></category>
<guid isPermaLink="false">https://www.genuitec.com/?p=550821</guid>
<description><![CDATA[<p>You just know that frontend development is your cup of tea, but where do you start your adventure? Or perhaps you already have some skills and are wondering how to continue. Today we would like to share our choice of the top Angular courses, going from general, all-inclusive ones to area-specific.Angular &#8211; the Whole ThingAngular [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.genuitec.com/top-angular-courses/">Top Angular Courses &#8211; Our Ten Picks!</a> appeared first on <a rel="nofollow" href="https://www.genuitec.com">Genuitec</a>.</p>
]]></description>
</item>
<item>
<title>2017 CI 11 &#8211; Sprucing up Your IDE</title>
<link>https://www.genuitec.com/2017-ci-11-sprucing-up-ide/</link>
<pubDate>Tue, 13 Feb 2018 15:57:32 +0000</pubDate>
<dc:creator><![CDATA[Wanda Muriy]]></dc:creator>
<category><![CDATA[Eclipse]]></category>
<category><![CDATA[Genuitec]]></category>
<category><![CDATA[Programming Tips]]></category>
<category><![CDATA[Webclipse]]></category>
<category><![CDATA[2017 CI 11 release]]></category>
<category><![CDATA[new release]]></category>
<category><![CDATA[software updates]]></category>
<guid isPermaLink="false">https://www.genuitec.com/?p=550554</guid>
<description><![CDATA[<p>2017 is over, but our commitment to improving our products continues, as we bring to you our 2017 CI 11 release. It comes with key fixes and improvements in the TypeScript space, as well as the new two-way theme sharing in DevStyle, among others.NOTE: This release does not include MyEclipse, which will be released shortly.Angular [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.genuitec.com/2017-ci-11-sprucing-up-ide/">2017 CI 11 &#8211; Sprucing up Your IDE</a> appeared first on <a rel="nofollow" href="https://www.genuitec.com">Genuitec</a>.</p>
]]></description>
</item>
<item>
<title>Angular 5 Authentication: Getting Started</title>
<link>https://www.genuitec.com/angular-5-authentication/</link>
<pubDate>Tue, 06 Feb 2018 15:05:21 +0000</pubDate>
<dc:creator><![CDATA[Bob at Genuitec]]></dc:creator>
<category><![CDATA[Genuitec]]></category>
<category><![CDATA[MyEclipse]]></category>
<category><![CDATA[Programming Tips]]></category>
<category><![CDATA[Webclipse]]></category>
<category><![CDATA[angular and firebase integration]]></category>
<category><![CDATA[authentication in Angular 5]]></category>
<category><![CDATA[firebase integration]]></category>
<category><![CDATA[firestore database]]></category>
<category><![CDATA[set up authentication]]></category>
<category><![CDATA[set up authentication in Angular 5]]></category>
<guid isPermaLink="false">https://www.genuitec.com/?p=547349</guid>
<description><![CDATA[<p>In this tutorial, we are going to build an Angular 5 authentication system using Google’s Cloud Firestore. Most of the applications we build require some kind of authentication, and the simplest and fastest way to get started with that is by using the Firestore &#8211; a flexible, scalable database for mobile, web and server development. [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.genuitec.com/angular-5-authentication/">Angular 5 Authentication: Getting Started</a> appeared first on <a rel="nofollow" href="https://www.genuitec.com">Genuitec</a>.</p>
]]></description>
</item>
<item>
<title>Eclipse — Still the Best IDE!</title>
<link>https://www.genuitec.com/eclipse-still-best-ide/</link>
<pubDate>Wed, 31 Jan 2018 07:07:38 +0000</pubDate>
<dc:creator><![CDATA[Brian Fernandes]]></dc:creator>
<category><![CDATA[Eclipse]]></category>
<category><![CDATA[Genuitec]]></category>
<category><![CDATA[MyEclipse]]></category>
<category><![CDATA[Planet Eclipse]]></category>
<category><![CDATA[Programming Tips]]></category>
<category><![CDATA[Webclipse]]></category>
<category><![CDATA[eclipse features]]></category>
<category><![CDATA[webclipse]]></category>
<guid isPermaLink="false">https://www.genuitec.com/?p=548306</guid>
<description><![CDATA[<p>As a developer, you’ve probably grown to love using an IDE — but in the modern coding universe of choices, how do you choose the best IDE? While some might try to convince you that the &#8220;cool kids&#8221; are using IntelliJ, whether you’re looking for your first IDE, or being pressured into switching, here are some reasons [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.genuitec.com/eclipse-still-best-ide/">Eclipse — Still the Best IDE!</a> appeared first on <a rel="nofollow" href="https://www.genuitec.com">Genuitec</a>.</p>
]]></description>
</item>
<item>
<title>Angular 5, Firebase, and Angular Universal: Creating a Blog – Part 1</title>
<link>https://www.genuitec.com/angular-5-firebase-angular-universal/</link>
<pubDate>Wed, 24 Jan 2018 16:13:44 +0000</pubDate>
<dc:creator><![CDATA[Bob at Genuitec]]></dc:creator>
<category><![CDATA[Eclipse]]></category>
<category><![CDATA[Genuitec]]></category>
<category><![CDATA[MyEclipse]]></category>
<category><![CDATA[Programming Tips]]></category>
<category><![CDATA[Webclipse]]></category>
<category><![CDATA[angular 5]]></category>
<category><![CDATA[Angular Universal]]></category>
<category><![CDATA[creating a blog]]></category>
<category><![CDATA[Firebase]]></category>
<guid isPermaLink="false">https://www.genuitec.com/?p=544600</guid>
<description><![CDATA[<p>We will be creating a blog using Angular 5, and Firebase in a 3 part series &#8211; our app will allow for easy creation and publishing of blog posts. A normal Angular application executes in the browser, rendering pages in the DOM in response to user actions. In order to improve the user experience, we want [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.genuitec.com/angular-5-firebase-angular-universal/">Angular 5, Firebase, and Angular Universal: Creating a Blog – Part 1</a> appeared first on <a rel="nofollow" href="https://www.genuitec.com">Genuitec</a>.</p>
]]></description>
</item>
<item>
<title>Maven Dependency Management &#8211; without Going Full Maven</title>
<link>https://www.genuitec.com/maven-dependency-management-without-full-maven/</link>
<pubDate>Thu, 11 Jan 2018 18:27:17 +0000</pubDate>
<dc:creator><![CDATA[Wanda Muriy]]></dc:creator>
<category><![CDATA[Eclipse]]></category>
<category><![CDATA[Genuitec]]></category>
<category><![CDATA[MyEclipse]]></category>
<category><![CDATA[Programming Tips]]></category>
<category><![CDATA[Webclipse]]></category>
<category><![CDATA[dependencies]]></category>
<category><![CDATA[dependency management]]></category>
<category><![CDATA[maven]]></category>
<guid isPermaLink="false">https://www.genuitec.com/?p=533788</guid>
<description><![CDATA[<p>You may have already discovered the joys of managing your projects with Maven, thanks to a virtually endless range of features it has to offer. Whether you are a newbie or a pro, using it in MyEclipse will take it to a whole new level if you are looking for a better experience inside an [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.genuitec.com/maven-dependency-management-without-full-maven/">Maven Dependency Management &#8211; without Going Full Maven</a> appeared first on <a rel="nofollow" href="https://www.genuitec.com">Genuitec</a>.</p>
]]></description>
</item>
<item>
<title>Creating Twitter Clone Using HTML, CSS, jQuery</title>
<link>https://www.genuitec.com/creating-twitter-clone-using-html-css-jquery/</link>
<pubDate>Mon, 08 Jan 2018 13:38:09 +0000</pubDate>
<dc:creator><![CDATA[Bob at Genuitec]]></dc:creator>
<category><![CDATA[Eclipse]]></category>
<category><![CDATA[Genuitec]]></category>
<category><![CDATA[MyEclipse]]></category>
<category><![CDATA[Programming Tips]]></category>
<category><![CDATA[Webclipse]]></category>
<category><![CDATA[create twitter clone]]></category>
<category><![CDATA[twitter clone]]></category>
<category><![CDATA[webclipse]]></category>
<guid isPermaLink="false">https://www.genuitec.com/?p=545434</guid>
<description><![CDATA[<p>In this project, we are going to create a Twitter clone using HTML, CSS and jQuery only. We will create the Registration screen and Twitter wall, where you can post tweets up to 250 characters in length. You can also retweet and like the tweets. However, since we are not using any server and database, [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.genuitec.com/creating-twitter-clone-using-html-css-jquery/">Creating Twitter Clone Using HTML, CSS, jQuery</a> appeared first on <a rel="nofollow" href="https://www.genuitec.com">Genuitec</a>.</p>
]]></description>
</item>
<item>
<title>Happy Holidays &#8211; from Our Family to Yours!</title>
<link>https://www.genuitec.com/happy-holidays-family/</link>
<pubDate>Sat, 23 Dec 2017 13:23:56 +0000</pubDate>
<dc:creator><![CDATA[Wanda Muriy]]></dc:creator>
<category><![CDATA[General]]></category>
<category><![CDATA[Genuitec]]></category>
<category><![CDATA[Happy Holidays]]></category>
<category><![CDATA[holiday greetings]]></category>
<guid isPermaLink="false">https://www.genuitec.com/?p=545674</guid>
<description><![CDATA[<p>It’s that time of the year again &#8211; the time to enjoy a break from the everyday duties, accompanied by our loved ones! At Genuitec we would like to wish you a wonderful holiday season filled with great times and awesome food! We already got our party hats out (as you can see)! Our U.S. [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.genuitec.com/happy-holidays-family/">Happy Holidays &#8211; from Our Family to Yours!</a> appeared first on <a rel="nofollow" href="https://www.genuitec.com">Genuitec</a>.</p>
]]></description>
</item>
<item>
<title>MyEclipse 2017 Stable 2.0 is Ready for Your Holiday Table!</title>
<link>https://www.genuitec.com/myeclipse-2017-stable-2-0-is-ready/</link>
<pubDate>Fri, 22 Dec 2017 21:53:32 +0000</pubDate>
<dc:creator><![CDATA[Wanda Muriy]]></dc:creator>
<category><![CDATA[Eclipse]]></category>
<category><![CDATA[Genuitec]]></category>
<category><![CDATA[MyEclipse]]></category>
<category><![CDATA[Programming Tips]]></category>
<category><![CDATA[Webclipse]]></category>
<category><![CDATA[myeclipse 2017 stable 2.0]]></category>
<category><![CDATA[myeclipse release]]></category>
<category><![CDATA[myeclipse updates]]></category>
<guid isPermaLink="false">https://www.genuitec.com/?p=545684</guid>
<description><![CDATA[<p>The long wait between the first stable release of the year and this one has definitely paid off: 2017 Stable 2.0 sums up the work done in the last six CI releases! Thus, you can fully enjoy this holiday season, knowing that when you jump back into your work, you can rely on Angular 5 [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.genuitec.com/myeclipse-2017-stable-2-0-is-ready/">MyEclipse 2017 Stable 2.0 is Ready for Your Holiday Table!</a> appeared first on <a rel="nofollow" href="https://www.genuitec.com">Genuitec</a>.</p>
]]></description>
</item>
<item>
<title>2017 CI 10 &#8211; Our Holiday Gift is Here</title>
<link>https://www.genuitec.com/2017-ci-10-holiday-gift/</link>
<pubDate>Fri, 22 Dec 2017 13:18:37 +0000</pubDate>
<dc:creator><![CDATA[Wanda Muriy]]></dc:creator>
<category><![CDATA[Eclipse]]></category>
<category><![CDATA[Genuitec]]></category>
<category><![CDATA[MyEclipse]]></category>
<category><![CDATA[Programming Tips]]></category>
<category><![CDATA[Webclipse]]></category>
<category><![CDATA[2017 CI 10 release]]></category>
<category><![CDATA[new release]]></category>
<category><![CDATA[software updates]]></category>
<guid isPermaLink="false">https://www.genuitec.com/?p=545604</guid>
<description><![CDATA[<p>We are getting more and more in the holiday mood! Need proof? Our 2017 CI 10 is out the door, bringing you the best present right before the holidays &#8211; a release focused on critical fixes across our products. And if you happened to experience a critical crash on macOS High Sierra, it won’t happen [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.genuitec.com/2017-ci-10-holiday-gift/">2017 CI 10 &#8211; Our Holiday Gift is Here</a> appeared first on <a rel="nofollow" href="https://www.genuitec.com">Genuitec</a>.</p>
]]></description>
</item>
<item>
<title>Create a Note Taking App Using Angular</title>
<link>https://www.genuitec.com/create-note-taking-app-using-angular/</link>
<pubDate>Mon, 11 Dec 2017 12:51:59 +0000</pubDate>
<dc:creator><![CDATA[Bob at Genuitec]]></dc:creator>
<category><![CDATA[Eclipse]]></category>
<category><![CDATA[Genuitec]]></category>
<category><![CDATA[MyEclipse]]></category>
<category><![CDATA[Programming Tips]]></category>
<category><![CDATA[Webclipse]]></category>
<category><![CDATA[create a note taking app]]></category>
<category><![CDATA[note taking app]]></category>
<category><![CDATA[note taking app with Angular]]></category>
<category><![CDATA[write a note taking app]]></category>
<guid isPermaLink="false">https://www.genuitec.com/?p=542885</guid>
<description><![CDATA[<p>In this Angular tutorial, we are going to create a Note Taking App using Angular IDE.Create New Angular ProjectWe’re going to be using Angular IDE in this tutorial, though you can use Webclipse or MyEclipse, following exactly the same steps. Before beginning, do ensure you are in the Angular Perspective (Window &#62; Perspective &#62; Open Perspective [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.genuitec.com/create-note-taking-app-using-angular/">Create a Note Taking App Using Angular</a> appeared first on <a rel="nofollow" href="https://www.genuitec.com">Genuitec</a>.</p>
]]></description>
<enclosure url="https://resources.cloud.genuitec.com/wp-content/uploads/2017/11/note-taking-app-video-1.mp4" length="2433162" type="video/mp4" />
<enclosure url="https://resources.cloud.genuitec.com/wp-content/uploads/2017/11/note-taking-app-video-2.mp4" length="378943" type="video/mp4" />
</item>
</channel>
</rss>
<!--
Performance optimized by W3 Total Cache. Learn more: https://www.w3-edge.com/products/
Page Caching using disk: enhanced (SSL caching disabled)
Content Delivery Network via resources.cloud.genuitec.com
Database Caching 102/145 queries in 0.046 seconds using disk
Served from: www.genuitec.com @ 2018-04-04 02:26:13 by W3 Total Cache
-->
\ No newline at end of file
{"lastUsed":1522853942122,"path":"\/home\/mrpassword\/toua\/node-js-60-2\/week12\/seniorproject","projectCount":1,"recentFiles":[{"path":"\/seniorproject\/src\/app","parentWorkspace":"\/home\/mrpassword\/toua\/node-js-60-2\/week12\/seniorproject","name":"app.component.html","lastModified":1522853381051,"locationURI":"file:\/home\/mrpassword\/seniorproject\/src\/app\/app.component.html"}]}
\ No newline at end of file
#MyEclipse Usage Data
#Wed Apr 04 21:59:02 ICT 2018
bundle/com.genuitec.eclipse.javascript.tern.jee=-1
bundle/com.genuitec.eclipse.javascript.debug.wip.ui=1
misc/workspace_hash=727602753
bundle/com.genuitec.eclipse.core.common=-1
view/org.eclipse.wst.server.ui.ServersView=2
bundle/com.genuitec.eclipse.projectexplorerplus=-1
misc/productType/angular-ide=1
editor/org.eclipse.wst.html.core.htmlsource.source=4
bundle/com.genuitec.eclipse.ui.common.platform=3
bundle/com.genuitec.eclipse.webclipse.dashboard=2
editor/com.palantir.typescript.text.typeScriptEditor=6
bundle/com.genuitec.eclipse.angularide.ui=-1
bundle/com.genuitec.eclipsecolortheme.api=3
bundle/com.genuitec.eclipse.news=-1
bundle/com.genuitec.eclipse.webclipse.devsearch=2
bundle/com.genuitec.eclipse.modernweb.angular2.ui=2
view/com.genuitec.eclipse.webclipse.terminal.ui.TerminalPlusView=6
misc/timestamp=Apr 4, 2018 2\:59\:02 PM
misc/count=3
bundle/com.genuitec.eclipse.webclipse.localserver=3
devstyle/state/editorColor/Darkest_Dark=1
misc/product/com.genuitec.eclipse.modernweb.angular2.ui.product=1
bundle/com.genuitec.eclipse.7z=-1
misc/has_license=false
editor/com.genuitec.eclipse.webclipse.dashboard.editor=1
devstyle/state/enabled=1
bundle/com.genuitec.eclipse.startup=2
editor/org.eclipse.wst.json.ui.JSONEditor=9
bundle/com.genuitec.eclipse.webclipse.terminal.enhancer=-1
bundle/com.genuitec.eclipse.dashboard.common=2
misc/coreOK=1
devstyle/state/workbenchColor/Dark_Gray=1
misc/systemUID=311bef0cfdf000fb3dd6b94cb121f7e0
bundle/com.genuitec.eclipse.theming.core=3
bundle/com.genuitec.eclipse.theming.css=-1
view/com.genuitec.eclipse.meexplorer.MENavigator=15
bundle/com.genuitec.eclipse.core=3
misc/ws=gtk
editor/org.eclipse.wst.css.core.csssource.source=2
view/org.eclipse.ui.cheatsheets.views.CheatSheetView=1
misc/arch=x86_64
bundle/com.genuitec.eclipse.ui.common=-1
misc/proxy=disabled
bundle/com.genuitec.eclipse.theming.scrollbar=-1
bundle/com.genuitec.eclipse.javascript.jee.ui=-1
bundle/com.genuitec.eclipse.webicons=3
misc/install-id=afe04fd3-7c16-4c6c-8d1c-578e3562caf8
devstyle/state/inlinesearch=1
bundle/com.genuitec.eclipse.featureintro=2
bundle/com.genuitec.eclipse.javascript.debug.core=2
bundle/com.genuitec.eclipse.minimap=-1
bundle/com.genuitec.eclipse.javascript.jee.core=-1
bundle/com.genuitec.eclipse.javascript.debug.ui=1
bundle/com.genuitec.eclipse.webclipse.evergreen=2
bundle/com.genuitec.eclipse.meexplorer=2
bundle/com.genuitec.eclipse.theming.ui=2
bundle/com.genuitec.eclipse.dashboard.wizards=2
misc/eclipseVersion/4.6.3.v20170301-0400=1
devstyle/state/iconsColor/primary=1
bundle/com.genuitec.eclipse.modernweb.common.core=2
bundle/com.genuitec.eclipse.inlinesearch=2
bundle/com.genuitec.eclipse.modernweb.angular2.core=2
misc/points/current=39
bundle/com.genuitec.eclipse.meexplorer.jdt=2
bundle/com.genuitec.eclipse.theming.base=-1
misc/locale=en_US
misc/installmode/standalone=1
bundle/com.genuitec.eclipse.jniwrapper=3
misc/installmode/stable=0
bundle/com.genuitec.eclipse.modernweb.common.ui=2
bundle/com.genuitec.eclipse.webclipse.terminal=2
misc/os=linux
bundle/com.genuitec.eclipse.modernweb.startup=3
bundle/com.genuitec.eclipse.core.common.platform=3
bundle/com.genuitec.eclipse.javascript.tern=2
bundle/com.genuitec.eclipse.javascript.jsdt.core=3
misc/period=2031502
bundle/com.genuitec.eclipse.theming.epl=-1
bundle/com.genuitec.eclipse.typescript=2
misc/points/total=39
bundle/com.genuitec.eclipse.jee.common.core=2
bundle/com.genuitec.eclipse.javascript.debug.wip.core=-1
misc/core_version=15.0.0.201803121259
bundle/com.genuitec.eclipse.startup.workspace=2
bundle/com.genuitec.eclipse.webclipse.ui=2
misc/systemId=1f2Fbff0AF84a5f4232
perspective/com.genuitec.eclipse.modernweb.angular2.perspective=1
view/org.eclipse.ui.console.ConsoleView=1
bundle/com.genuitec.eclipse.patches=3
bundle/com.genuitec.eclipse.monitor=2
{"seniorproject":{"sourceFiles":["eclipse:seniorproject/src/app/app.component.ts","eclipse:seniorproject/src/app/app.module.ts","eclipse:seniorproject/src/environments/environment.prod.ts","eclipse:seniorproject/src/environments/environment.ts","eclipse:seniorproject/src/main.ts","eclipse:seniorproject/src/polyfills.ts","eclipse:seniorproject/src/typings.d.ts","lib.d.ts","lib.dom.d.ts","lib.es2015.collection.d.ts","lib.es2015.core.d.ts","lib.es2015.d.ts","lib.es2015.generator.d.ts","lib.es2015.iterable.d.ts","lib.es2015.promise.d.ts","lib.es2015.proxy.d.ts","lib.es2015.reflect.d.ts","lib.es2015.symbol.d.ts","lib.es2015.symbol.wellknown.d.ts","lib.es2016.array.include.d.ts","lib.es2016.d.ts","lib.es2017.d.ts","lib.es2017.intl.d.ts","lib.es2017.object.d.ts","lib.es2017.sharedmemory.d.ts","lib.es2017.string.d.ts","lib.es5.d.ts"]}}
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
/*******************************************************************************
* Copyright (c) 2014, 2015 Andrea Guarinoni and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Andrea Guarinoni - initial API and implementation
* Fabio Zadrozny - Bug 465672 - EGit staging view and commit page are not properly styled
* Lars Vogel <Lars.Vogel@vogella.com> - Bug 466486
*******************************************************************************/
/* ############################## EGIT preferences ############################## */
#org-eclipse-egit-ui-StagingView StyledText,
Form Section LayoutComposite StyledText
{
background-color: #2c3135;
color: #d8dcdf;
}
PushResultTable-SpellcheckableMessageAreaExtension StyledText {
background-color: #2c3135;
color: #d8dcdf;
}
#org-eclipse-ui-splash-progressText {
color: #a6bcd2;
}
#org-eclipse-ui-splash-progressPart {
background-image: url('me-custom:/platform:/plugin/com.genuitec.eclipse.modernweb.angular2.ui/splash.bmp');
}
\ No newline at end of file
<!--The content below is only a placeholder and can be replaced.-->
<div style="text-align:center">
<h1>
Welcome to {{ title }}!
</h1>
</div>
<h2>Here are some links to help you start: </h2>
<ul>
<li>
<h2><a target="_blank" rel="noopener" href="https://angular.io/tutorial">Tour of Heroes</a></h2>
</li>
<li>
<h2><a target="_blank" rel="noopener" href="https://github.com/angular/angular-cli/wiki">CLI Documentation</a></h2>
</li>
<li>
<h2><a target="_blank" rel="noopener" href="https://blog.angular.io/">Angular blog</a></h2>
</li>
</ul>
<!--The content below is only a placeholder and can be replaced.-->
<div style="text-align:center">
<h1>
Welcome to {{ title }}!
</h1>
</div>
<h2>Here are some links to help you start: </h2>
<ul>
<li>
<h2><a target="_blank" rel="noopener" href="https://angular.io/tutorial">Tour of Heroes</a></h2>
</li>
<li>
<h2><a target="_blank" rel="noopener" href="https://github.com/angular/angular-cli/wiki">CLI Documentation</a></h2>
</li>
<li>
<h2><a target="_blank" rel="noopener" href="https://blog.angular.io/">Angular blog</a></h2>
</li>
</ul>
<!--The content below is only a placeholder and can be replaced.-->
<div style="text-align:center">
<h1>
Welcome to {{ title }}!
</h1>
<img width="300" alt="Angular Logo" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTAgMjUwIj4KICAgIDxwYXRoIGZpbGw9IiNERDAwMzEiIGQ9Ik0xMjUgMzBMMzEuOSA2My4ybDE0LjIgMTIzLjFMMTI1IDIzMGw3OC45LTQzLjcgMTQuMi0xMjMuMXoiIC8+CiAgICA8cGF0aCBmaWxsPSIjQzMwMDJGIiBkPSJNMTI1IDMwdjIyLjItLjFWMjMwbDc4LjktNDMuNyAxNC4yLTEyMy4xTDEyNSAzMHoiIC8+CiAgICA8cGF0aCAgZmlsbD0iI0ZGRkZGRiIgZD0iTTEyNSA1Mi4xTDY2LjggMTgyLjZoMjEuN2wxMS43LTI5LjJoNDkuNGwxMS43IDI5LjJIMTgzTDEyNSA1Mi4xem0xNyA4My4zaC0zNGwxNy00MC45IDE3IDQwLjl6IiAvPgogIDwvc3ZnPg==">
</div>
<h2>Here are some links to help you start: </h2>
<ul>
<li>
<h2><a target="_blank" rel="noopener" href="https://angular.io/tutorial">Tour of Heroes</a></h2>
</li>
<li>
<h2><a target="_blank" rel="noopener" href="https://github.com/angular/angular-cli/wiki">CLI Documentation</a></h2>
</li>
<li>
<h2><a target="_blank" rel="noopener" href="https://blog.angular.io/">Angular blog</a></h2>
</li>
</ul>
This source diff could not be displayed because it is too large. You can view the blob instead.
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<dirs>
<entry loc="/usr/lib/jvm/java-8-openjdk-amd64" stamp="1522851744000"/>
</dirs>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<libraryInfos>
<libraryInfo home="/usr/lib/jvm/java-8-openjdk-amd64" version="1.8.0_162">
<bootpath>
<entry path="/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/resources.jar"/>
<entry path="/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/rt.jar"/>
<entry path="/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/sunrsasign.jar"/>
<entry path="/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jsse.jar"/>
<entry path="/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jce.jar"/>
<entry path="/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/charsets.jar"/>
<entry path="/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jfr.jar"/>
<entry path="/usr/lib/jvm/java-8-openjdk-amd64/jre/classes"/>
</bootpath>
<extensionDirs>
<entry path="/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext"/>
<entry path="/usr/java/packages/lib/ext"/>
</extensionDirs>
<endorsedDirs>
<entry path="/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/endorsed"/>
</endorsedDirs>
</libraryInfo>
</libraryInfos>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<typeInfoHistroy/>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<qualifiedTypeNameHistroy/>
<?xml version="1.0" encoding="UTF-8"?>
<cheatsheetState buttonstate="0" id="com.genuitec.eclipse.modernweb.angular2.importproject" item="0">
<expanded item="0"/>
</cheatsheetState>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<cheatsheet version="3.0.0">
<cheatsheetHistory>
<element IMemento.internal.id="com.genuitec.eclipse.modernweb.angular2.importproject"/>
</cheatsheetHistory>
</cheatsheet>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<section name="Workbench">
<section name="quick_assist_proposal_size">
</section>
</section>
<?xml version="1.0" encoding="UTF-8"?>
<section name="Workbench">
</section>
<?xml version="1.0" encoding="UTF-8"?>
<section name="Workbench">
<section name="WorkbenchPreferenceDialogSettings">
<item value="599" key="DIALOG_X_ORIGIN"/>
<item value="176" key="DIALOG_Y_ORIGIN"/>
</section>
<section name="org.eclipse.ui.internal.QuickAccess">
<item value="-1" key="dialogHeight"/>
<item value="-1" key="dialogWidth"/>
<list key="textEntries">
</list>
<list key="orderedElements">
</list>
<list key="orderedProviders">
</list>
<list key="textArray">
</list>
</section>
<section name="NewWizardAction">
</section>
</section>
<?xml version="1.0" encoding="UTF-8" standalone="no"?><cache/>
\ No newline at end of file
INDEX VERSION 1.3+/home/mrpassword/toua/node-js-60-2/week12/seniorproject/.metadata/.plugins/org.eclipse.wst.jsdt.core/indexes
228916023.index
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<typeInfoHistroy/>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<qualifiedTypeNameHistroy/>
{
"$schema": "http://json.schemastore.org/schema-catalog",
"version": 1.0,
"schemas": [
{
"name": ".angular-cli.json",
"description": "Angular CLI configuration file",
"fileMatch": [ ".angular-cli.json", "angular-cli.json" ],
"url": "https://raw.githubusercontent.com/angular/angular-cli/master/packages/@angular/cli/lib/config/schema.json"
},
{
"name": "apple-app-site-association",
"description": "Apple Universal Link, App Site Association",
"fileMatch": [ "apple-app-site-association" ],
"url": "http://json.schemastore.org/apple-app-site-association"
},
{
"name": "appsettings.json",
"description": "ASP.NET Core's configuration file",
"fileMatch": [ "appsettings.json", "appsettings.*.json" ],
"url": "http://json.schemastore.org/appsettings"
},
{
"name": "appveyor.yml",
"description": "AppVeyor CI configuration file",
"fileMatch": [ "appveyor.yml" ],
"url": "http://json.schemastore.org/appveyor"
},
{
"name": ".asmdef",
"description": "Unity 3D assembly definition file",
"fileMatch": [ "*.asmdef" ],
"url": "http://json.schemastore.org/asmdef"
},
{
"name": "babelrc.json",
"description": "Babel configuration file",
"fileMatch": [ ".babelrc" ],
"url": "http://json.schemastore.org/babelrc"
},
{
"name": ".bootstraprc",
"description": "Webpack bootstrap-loader configuration file",
"fileMatch": [ ".bootstraprc" ],
"url": "http://json.schemastore.org/bootstraprc"
},
{
"name": "bower.json",
"description": "Bower package description file",
"fileMatch": [ "bower.json", ".bower.json" ],
"url": "http://json.schemastore.org/bower"
},
{
"name": ".bowerrc",
"description": "Bower configuration file",
"fileMatch": [ ".bowerrc" ],
"url": "http://json.schemastore.org/bowerrc"
},
{
"name": "bundleconfig.json",
"description": "Schema for bundleconfig.json files",
"fileMatch": [ "bundleconfig.json" ],
"url": "http://json.schemastore.org/bundleconfig"
},
{
"name": "circleciconfig.json",
"description": "Schema for CircleCI 2.0 config files",
"fileMatch": [ ".circleci/config.yml" ],
"url": "http://json.schemastore.org/circleciconfig"
},
{
"name": "compilerconfig.json",
"description": "Schema for compilerconfig.json files",
"fileMatch": [ "compilerconfig.json" ],
"url": "http://json.schemastore.org/compilerconfig"
},
{
"name": "commands.json",
"description": "Config file for Command Task Runner",
"fileMatch": [ "commands.json" ],
"url": "http://json.schemastore.org/commands"
},
{
"name": "Chrome Extension",
"description": "Google Chrome extension manifest file",
"url": "http://json.schemastore.org/chrome-manifest"
},
{
"name": "chutzpah.json",
"description": "Chutzpah configuration file",
"fileMatch": [ "chutzpah.json" ],
"url": "http://json.schemastore.org/chutzpah"
},
{
"name": "contentmanifest.json",
"description": "Visual Studio manifest injection file",
"fileMatch": [ "contentmanifest.json" ],
"url": "http://json.schemastore.org/vsix-manifestinjection"
},
{
"name": "AWS CloudFormation",
"description": "AWS CloudFormation provides a common language for you to describe and provision all the infrastructure resources in your cloud environment.",
"fileMatch": [ "*.cf.json", "*.cf.yml", "*.cf.yaml", "cloudformation.json", "cloudformation.yml", "cloudformation.yaml" ],
"url": "https://raw.githubusercontent.com/awslabs/goformation/master/schema/cloudformation.schema.json"
},
{
"name": "AWS CloudFormation Serverless Application Model (SAM)",
"description": "The AWS Serverless Application Model (AWS SAM, previously known as Project Flourish) extends AWS CloudFormation to provide a simplified way of defining the Amazon API Gateway APIs, AWS Lambda functions, and Amazon DynamoDB tables needed by your serverless application.",
"fileMatch": [ "*.sam.json", "*.sam.yml", "*.sam.yaml", "sam.json", "sam.yml", "sam.yaml" ],
"url": "https://raw.githubusercontent.com/awslabs/goformation/master/schema/sam.schema.json"
},
{
"name": "coffeelint.json",
"description": "CoffeeLint configuration file",
"fileMatch": [ "coffeelint.json" ],
"url": "http://json.schemastore.org/coffeelint"
},
{
"name": "composer.json",
"description": "PHP Composer configuration file",
"fileMatch": [ "composer.json" ],
"url": "http://json.schemastore.org/composer"
},
{
"name": "component.json",
"description": "Web component file",
"fileMatch": [ "component.json" ],
"url": "http://json.schemastore.org/component"
},
{
"name": "config.json",
"description": "ASP.NET project config file",
"fileMatch": [ "config.json" ],
"url": "http://json.schemastore.org/config"
},
{
"name": "contribute.json",
"description": "A JSON schema for open-source project contribution data by Mozilla",
"fileMatch": [ "contribute.json" ],
"url": "http://json.schemastore.org/contribute"
},
{
"name": "cypress.json",
"description": "Cypress.io test runner configuration file",
"fileMatch": [ "cypress.json" ],
"url": "https://raw.githubusercontent.com/cypress-io/cypress/develop/cli/schema/cypress.schema.json"
},
{
"name": ".creatomic",
"description": "A config for Atomic Design 4 React generator",
"fileMatch": [ ".creatomic" ],
"url": "http://json.schemastore.org/creatomic"
},
{
"name": ".csscomb.json",
"description": "A JSON schema CSS Comb's configuration file",
"fileMatch": [ ".csscomb.json" ],
"url": "http://json.schemastore.org/csscomb"
},
{
"name": ".csslintrc",
"description": "A JSON schema CSS Lint's configuration file",
"fileMatch": [ ".csslintrc" ],
"url": "http://json.schemastore.org/csslintrc"
},
{
"name": "debugsettings.json",
"description": "A JSON schema for the ASP.NET DebugSettings.json files",
"fileMatch": [ "debugsettings.json" ],
"url": "http://json.schemastore.org/launchsettings"
},
{
"name": "docfx.json",
"description": "A JSON schema for DocFx configuraton files",
"fileMatch": [ "docfx.json" ],
"url": "http://json.schemastore.org/docfx",
"versions": {
"2.8.0": "http://json.schemastore.org/docfx-2.8.0"
}
},
{
"name": "dotnetcli.host.json",
"description": "JSON schema for .NET CLI template host files",
"fileMatch": [ "dotnetcli.host.json" ],
"url": "http://json.schemastore.org/dotnetcli.host"
},
{
"name": "epr-manifest.json",
"description": "Entry Point Regulation manifest file",
"fileMatch": [ "epr-manifest.json" ],
"url": "http://json.schemastore.org/epr-manifest"
},
{
"name": ".eslintrc",
"description": "JSON schema for ESLint configuration files",
"fileMatch": [ ".eslintrc", ".eslintrc.json" ],
"url": "http://json.schemastore.org/eslintrc"
},
{
"name": "function.json",
"description": "JSON schema for Azure Functions function.json files",
"fileMatch": [ "function.json" ],
"url": "http://json.schemastore.org/function"
},
{
"name": "geojson.json",
"description": "GeoJSON format for representing geographic data.",
"url": "http://json.schemastore.org/geojson"
},
{
"name": "global.json",
"description": "ASP.NET global configuration file",
"fileMatch": [ "global.json" ],
"url": "http://json.schemastore.org/global"
},
{
"name": "Grunt copy task",
"description": "Grunt copy task configuration file",
"fileMatch": [ "copy.json" ],
"url": "http://json.schemastore.org/grunt-copy-task"
},
{
"name": "Grunt clean task",
"description": "Grunt clean task configuration file",
"fileMatch": [ "clean.json" ],
"url": "http://json.schemastore.org/grunt-clean-task"
},
{
"name": "Grunt cssmin task",
"description": "Grunt cssmin task configuration file",
"fileMatch": [ "cssmin.json" ],
"url": "http://json.schemastore.org/grunt-cssmin-task"
},
{
"name": "Grunt JSHint task",
"description": "Grunt JSHint task configuration file",
"fileMatch": [ "jshint.json" ],
"url": "http://json.schemastore.org/grunt-jshint-task"
},
{
"name": "Grunt Watch task",
"description": "Grunt Watch task configuration file",
"fileMatch": [ "watch.json" ],
"url": "http://json.schemastore.org/grunt-watch-task"
},
{
"name": "Grunt base task",
"description": "Schema for standard Grunt tasks",
"fileMatch": [ "grunt/*.json", "*-tasks.json" ],
"url": "http://json.schemastore.org/grunt-task"
},
{
"name": "haxelib.json",
"description": "Haxelib manifest",
"fileMatch": [ "haxelib.json" ],
"url": "http://json.schemastore.org/haxelib"
},
{
"name": "host.json",
"description": "JSON schema for Azure Functions host.json files",
"fileMatch": [ "host.json" ],
"url": "http://json.schemastore.org/host"
},
{
"name": "host-meta.json",
"description": "Schema for host-meta JDR files",
"fileMatch": [ "host-meta.json" ],
"url": "http://json.schemastore.org/host-meta"
},
{
"name": ".htmlhintrc",
"description": "HTML Hint configuration file",
"fileMatch": [ ".htmlhintrc" ],
"url": "http://json.schemastore.org/htmlhint"
},
{
"name": "imageoptimizer.json",
"description": "Schema for imageoptimizer.json files",
"fileMatch": [ "imageoptimizer.json" ],
"url": "http://json.schemastore.org/imageoptimizer"
},
{
"name": ".jsbeautifyrc",
"description": "js-beautify configuration file",
"fileMatch": [ ".jsbeautifyrc" ],
"url": "http://json.schemastore.org/jsbeautifyrc"
},
{
"name": ".jsbeautifyrc-nested",
"description": "js-beautify configuration file allowing nested `js`, `css`, and `html` attributes",
"fileMatch": [ ".jsbeautifyrc" ],
"url": "http://json.schemastore.org/jsbeautifyrc-nested"
},
{
"name": ".jscsrc",
"description": "JSCS configuration file",
"fileMatch": [ ".jscsrc", "jscsrc.json" ],
"url": "http://json.schemastore.org/jscsrc"
},
{
"name": ".jshintrc",
"description": "JSHint configuration file",
"fileMatch": [ ".jshintrc" ],
"url": "http://json.schemastore.org/jshintrc"
},
{
"name": ".jsinspectrc",
"description": "JSInspect configuration file",
"fileMatch": [ ".jsinspectrc" ],
"url": "http://json.schemastore.org/jsinspectrc"
},
{
"name": "JSON-API",
"description": "JSON API document",
"fileMatch": [ "*.schema.json" ],
"url": "http://jsonapi.org/schema"
},
{
"name": "JSON Document Transform",
"description": "JSON Document Transofrm",
"url": "http://json.schemastore.org/jdt"
},
{
"name": "JSON Feed",
"description": "JSON schema for the JSON Feed format",
"fileMatch": [ "feed.json" ],
"url": "http://json.schemastore.org/feed"
},
{
"name": "*.jsonld",
"description": "JSON Linked Data files",
"fileMatch": [ "*.jsonld" ],
"url": "http://json.schemastore.org/jsonld"
},
{
"name": "JSONPatch",
"description": "JSONPatch files",
"fileMatch": [ "*.patch" ],
"url": "http://json.schemastore.org/json-patch"
},
{
"name": "jsconfig.json",
"description": "JavaScript project configuration file",
"fileMatch": [ "jsconfig.json" ],
"url": "http://json.schemastore.org/jsconfig"
},
{
"name": "launchsettings.json",
"description": "A JSON schema for the ASP.NET LaunchSettings.json files",
"fileMatch": [ "launchsettings.json" ],
"url": "http://json.schemastore.org/launchsettings"
},
{
"name": "libman.json",
"description": "JSON schema for client-side library config files",
"fileMatch": [ "libman.json" ],
"url": "http://json.schemastore.org/libman"
},
{
"name": "lsdlschema.json",
"description": "JSON schema for Linguistic Schema Definition Language files",
"fileMatch": [ "*.lsdl.yaml" ],
"url": "http://json.schemastore.org/lsdlschema"
},
{
"name": "Microsoft Band Web Tile",
"description": "Microsoft Band Web Tile manifest file",
"url": "http://json.schemastore.org/band-manifest"
},
{
"name": "mimetypes.json",
"description": "JSON Schema for mime type collections",
"fileMatch": [ "mimetypes.json" ],
"url": "http://json.schemastore.org/mimetypes"
},
{
"name": ".modernizrrc",
"description": "Webpack modernizr-loader configuration file",
"fileMatch": [ ".modernizrrc" ],
"url": "http://json.schemastore.org/modernizrrc"
},
{
"name": "mycode.json",
"description": "JSON schema for mycode.js files",
"fileMatch": [ "mycode.json" ],
"url": "http://json.schemastore.org/mycode"
},
{
"name": "news in JSON",
"description": "A JSON Schema for ninjs by the IPTC. News and publishing information. See http://dev.iptc.org/ninjs",
"fileMatch": [ "ninjs.json" ],
"url": "http://json.schemastore.org/ninjs"
},
{
"name": "nuget-project.json",
"description": "JSON schema for NuGet project.json files.",
"url": "http://json.schemastore.org/nuget-project",
"versions": {
"3.3.0": "http://json.schemastore.org/nuget-project-3.3.0"
}
},
{
"name": "openfin.json",
"description": "OpenFin application configuration file",
"url": "http://json.schemastore.org/openfin"
},
{
"name": "package.json",
"description": "NPM configuration file",
"fileMatch": [ "package.json" ],
"url": "http://json.schemastore.org/package"
},
{
"name": "package.manifest",
"description": "Umbraco package configuration file",
"fileMatch": [ "package.manifest" ],
"url": "http://json.schemastore.org/package.manifest"
},
{
"name": "pattern.json",
"description": "Patternplate pattern manifest file",
"fileMatch": [ "pattern.json" ],
"url": "http://json.schemastore.org/pattern"
},
{
"name": "prettierrc.json",
"description": ".prettierrc configuration file",
"fileMatch": [ ".prettierrc", ".prettierrc.json" ],
"url": "http://json.schemastore.org/prettierrc",
"versions": {
"1.8.2": "http://json.schemastore.org/prettierrc-1.8.2"
}
},
{
"name": "prisma.yml",
"description": "prisma.yml service definition file",
"fileMatch": [ "prisma.yml" ],
"url": "http://json.schemastore.org/prisma"
},
{
"name": "project.json",
"description": "ASP.NET vNext project configuration file",
"fileMatch": [ "project.json" ],
"url": "http://json.schemastore.org/project",
"versions": {
"1.0.0-beta3": "http://json.schemastore.org/project-1.0.0-beta3",
"1.0.0-beta4": "http://json.schemastore.org/project-1.0.0-beta4",
"1.0.0-beta5": "http://json.schemastore.org/project-1.0.0-beta5",
"1.0.0-beta6": "http://json.schemastore.org/project-1.0.0-beta6",
"1.0.0-beta8": "http://json.schemastore.org/project-1.0.0-beta8",
"1.0.0-rc1": "http://json.schemastore.org/project-1.0.0-rc1",
"1.0.0-rc1-update1": "http://json.schemastore.org/project-1.0.0-rc1",
"1.0.0-rc2": "http://json.schemastore.org/project-1.0.0-rc2"
}
},
{
"name": "project-1.0.0-beta3.json",
"description": "ASP.NET vNext project configuration file",
"url": "http://json.schemastore.org/project-1.0.0-beta3"
},
{
"name": "project-1.0.0-beta4.json",
"description": "ASP.NET vNext project configuration file",
"url": "http://json.schemastore.org/project-1.0.0-beta4"
},
{
"name": "project-1.0.0-beta5.json",
"description": "ASP.NET vNext project configuration file",
"url": "http://json.schemastore.org/project-1.0.0-beta5"
},
{
"name": "project-1.0.0-beta6.json",
"description": "ASP.NET vNext project configuration file",
"url": "http://json.schemastore.org/project-1.0.0-beta6"
},
{
"name": "project-1.0.0-beta8.json",
"description": "ASP.NET vNext project configuration file",
"url": "http://json.schemastore.org/project-1.0.0-beta8"
},
{
"name": "project-1.0.0-rc1.json",
"description": "ASP.NET vNext project configuration file",
"url": "http://json.schemastore.org/project-1.0.0-rc1"
},
{
"name": "project-1.0.0-rc2.json",
"description": ".NET Core project configuration file",
"url": "http://json.schemastore.org/project-1.0.0-rc2"
},
{
"name": "proxies.json",
"description": "JSON schema for Azure Function Proxies proxies.json files",
"fileMatch": [ "proxies.json" ],
"url": "http://json.schemastore.org/proxies"
},
{
"name": "*.resjson",
"description": "Windows App localization file",
"fileMatch": [ "*.resjson" ],
"url": "http://json.schemastore.org/resjson"
},
{
"name": "JSON Resume",
"description": "A JSON format to describe resumes",
"fileMatch": [ "resume.json" ],
"url": "http://json.schemastore.org/resume"
},
{
"name": "sarif-1.0.0.json",
"description": "Static Analysis Results Interchange Format (SARIF)",
"fileMatch": [ "*.sarif", "*.sarif.json" ],
"url": "http://json.schemastore.org/sarif",
"versions": {
"1.0.0-beta.4": "http://json.schemastore.org/sarif-1.0.0-beta.4.json",
"1.0.0-beta.5": "http://json.schemastore.org/sarif-1.0.0-beta.5.json",
"1.0.0": "http://json.schemastore.org/sarif-1.0.0"
}
},
{
"name": "sarif-1.0.0.json",
"description": "Static Analysis Results Interchange Format (SARIF)",
"url": "http://json.schemastore.org/sarif-1.0.0.json"
},
{
"name": "sarif-1.0.0-beta.5.json",
"description": "Static Analysis Results Interchange Format (SARIF)",
"url": "http://json.schemastore.org/sarif-1.0.0-beta.5.json"
},
{
"name": "sarif-1.0.0-beta.4.json",
"description": "Static Analysis Results Interchange Format (SARIF)",
"url": "http://json.schemastore.org/sarif-1.0.0-beta.4.json"
},
{
"name": "Schema Catalog",
"description": "JSON Schema catalog files compatible with SchemaStore.org",
"url": "http://json.schemastore.org/schema-catalog"
},
{
"name": "schema.org - Action",
"description": "JSON Schema for Action as defined by schema.org",
"url": "http://json.schemastore.org/schema-org-action"
},
{
"name": "schema.org - ContactPoint",
"description": "JSON Schema for ContactPoint as defined by schema.org",
"url": "http://json.schemastore.org/schema-org-contact-point"
},
{
"name": "schema.org - Place",
"description": "JSON Schema for Place as defined by schema.org",
"url": "http://json.schemastore.org/schema-org-place"
},
{
"name": "schema.org - Thing",
"description": "JSON Schema for Thing as defined by schema.org",
"url": "http://json.schemastore.org/schema-org-thing"
},
{
"name": "settings.job",
"description": "Azure Webjob settings file",
"fileMatch": [ "settings.job" ],
"url": "http://json.schemastore.org/settings.job"
},
{
"name": "skyuxconfig.json",
"description": "SKY UX CLI configuration file",
"fileMatch": [ "skyuxconfig.json", "skyuxconfig.*.json" ],
"url": "https://raw.githubusercontent.com/blackbaud/skyux-builder/master/skyuxconfig-schema.json"
},
{
"name": "Solidarity",
"description": "CLI config for enforcing environment settings",
"fileMatch": [ ".solidarity", ".solidarity.json" ],
"url": "http://json.schemastore.org/solidaritySchema"
},
{
"name": "Source Maps v3",
"description": "Source Map files version 3",
"fileMatch": [ "*.map" ],
"url": "http://json.schemastore.org/sourcemap-v3"
},
{
"name": ".sprite files",
"description": "Schema for image sprite generation files",
"fileMatch": [ "*.sprite" ],
"url": "http://json.schemastore.org/sprite"
},
{
"name": "StyleCop Analyzers Configuration",
"description": "Configuration file for StyleCop Analyzers",
"fileMatch": [ "stylecop.json" ],
"url": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json"
},
{
"name": ".stylelintrc",
"description": "Configuration file for stylelint",
"fileMatch": [ ".stylelintrc", "stylelintrc.json", ".stylelintrc.json" ],
"url": "http://json.schemastore.org/stylelintrc"
},
{
"name": "Swagger API 2.0",
"description": "Swagger API 2.0 schema",
"fileMatch": [ "swagger.json" ],
"url": "http://json.schemastore.org/swagger-2.0"
},
{
"name": "template.json",
"description": "JSON schema .NET template files",
"fileMatch": [ ".template.config/template.json" ],
"url": "http://json.schemastore.org/template"
},
{
"name": "templatsources.json",
"description": "SideWaffle template source schema",
"fileMatch": [ "templatesources.json" ],
"url": "http://json.schemastore.org/templatesources"
},
{
"name": ".travis.yml",
"description": "Travis CI configuration file",
"fileMatch": [ ".travis.yml" ],
"url": "http://json.schemastore.org/travis"
},
{
"name": "tsconfig.json",
"description": "TypeScript compiler configuration file",
"fileMatch": [ "tsconfig.json" ],
"url": "http://json.schemastore.org/tsconfig"
},
{
"name": "tsd.json",
"description": "JSON schema for DefinatelyTyped description manager (TSD)",
"fileMatch": [ "tsd.json" ],
"url": "http://json.schemastore.org/tsd"
},
{
"name": "tsdrc.json",
"description": "TypeScript Definition manager (tsd) global settings file",
"fileMatch": [ ".tsdrc" ],
"url": "http://json.schemastore.org/tsdrc"
},
{
"name": "tslint.json",
"description": "TypeScript Lint configuration file",
"fileMatch": [ "tslint.json" ],
"url": "http://json.schemastore.org/tslint"
},
{
"name": "typings.json",
"description": "Typings TypeScript definitions manager definition file",
"fileMatch": [ "typings.json" ],
"url": "http://json.schemastore.org/typings"
},
{
"name": "typingsrc.json",
"description": "Typings TypeScript definitions manager configuration file",
"fileMatch": [ ".typingsrc" ],
"url": "http://json.schemastore.org/typingsrc"
},
{
"name": "up.json",
"description": "Up configuration file",
"fileMatch": [ "up.json" ],
"url": "http://json.schemastore.org/up.json"
},
{
"name": "ui5-manifest",
"description": "UI5/OPENUI5 descriptor file",
"fileMatch": [ ".manifest" ],
"url": "http://json.schemastore.org/ui5-manifest"
},
{
"name": "vega.json",
"description": "Vega visualization specification file",
"fileMatch": [ "*.vg", "*.vg.json" ],
"url": "http://json.schemastore.org/vega"
},
{
"name": "vega-lite.json",
"description": "Vega-Lite visualization specification file",
"fileMatch": [ "*.vl", "*.vl.json" ],
"url": "http://json.schemastore.org/vega-lite"
},
{
"name": "version.json",
"description": "A project version descriptor file used by Nerdbank.GitVersioning",
"fileMatch": [ "version.json" ],
"url": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json"
},
{
"name": "vs-2017.3.host.json",
"description": "JSON schema for Visual Studio template host file",
"fileMatch": [ "vs-2017.3.host.json" ],
"url": "http://json.schemastore.org/vs-2017.3.host"
},
{
"name": "vs-nesting.json",
"description": "JSON schema for Visual Studio's file nesting feature",
"fileMatch": [ "*.nesting.json" ],
"url": "http://json.schemastore.org/vs-nesting"
},
{
"name": ".vsext",
"description": "JSON schema for Visual Studio extension pack manifests",
"fileMatch": [ "*.vsext" ],
"url": "http://json.schemastore.org/vsext"
},
{
"name": "Web Extensions",
"description": "JSON schema for Web Extensions manifest files",
"url": "http://json.schemastore.org/webextension"
},
{
"name": "Web Manifest",
"description": "Web Application manifest file",
"fileMatch": [ "manifest.json", "*.webmanifest" ],
"url": "http://json.schemastore.org/web-manifest"
},
{
"name": "webjobs-list.json",
"description": "Azure Webjob list file",
"fileMatch": [ "webjobs-list.json" ],
"url": "http://json.schemastore.org/webjobs-list"
},
{
"name": "webjobpublishsettings.json",
"description": "Azure Webjobs publish settings file",
"fileMatch": [ "webjobpublishsettings.json" ],
"url": "http://json.schemastore.org/webjob-publish-settings"
},
{
"name": "JSON-stat 2.0",
"description": "JSON-stat 2.0 Schema",
"url": "https://json-stat.org/format/schema/2.0/"
},
{
"name": "KSP-CKAN 1.22",
"description": "Metadata spec v1.22 for KSP-CKAN",
"fileMatch": [ "*.ckan" ],
"url": "http://json.schemastore.org/ksp-ckan-1.16"
},
{
"name": "JSON Schema Draft 4",
"description": "Meta-validation schema for JSON Schema Draft 4",
"url": "http://json-schema.org/draft-04/schema"
},
{
"name": "xunit.runner.json",
"description": "xUnit.net runner configuration file",
"fileMatch": [ "xunit.runner.json" ],
"url": "http://json.schemastore.org/xunit.runner.schema"
},
{
"name": ".cryproj",
"description": "A JSON schema for CRYENGINE projects (.cryproj files)",
"fileMatch": [ "*.cryproj" ],
"url": "http://json.schemastore.org/cryproj"
}
]
}
<?xml version="1.0" encoding="UTF-8"?>
<section name="Workbench">
<section name="contentassistsize">
</section>
</section>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
<nextCatalog catalog="user_catalog.xml" id="user_catalog"/>
<nextCatalog catalog="system_catalog.xml" id="system_catalog"/>
</catalog>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
<public publicId="-//Sun Microsystems, Inc.//DTD J2EE Application 1.2//EN" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/application_1_2.dtd" webURL="http://java.sun.com/j2ee/dtds/application_1_2.dtd"/>
<public publicId="-//Sun Microsystems, Inc.//DTD J2EE Application 1.3//EN" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/application_1_3.dtd" webURL="http://java.sun.com/dtd/application_1_3.dtd"/>
<public publicId="-//Sun Microsystems, Inc.//DTD J2EE Application Client 1.2//EN" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/application-client_1_2.dtd" webURL="http://java.sun.com/j2ee/dtds/application-client_1_2.dtd"/>
<public publicId="-//Sun Microsystems, Inc.//DTD J2EE Application Client 1.3//EN" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/application-client_1_3.dtd" webURL="http://java.sun.com/dtd/application-client_1_3.dtd"/>
<public publicId="-//Sun Microsystems, Inc.//DTD Connector 1.0//EN" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/connector_1_0.dtd" webURL="http://java.sun.com/dtd/connector_1_0.dtd"/>
<public publicId="-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 1.1//EN" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/ejb-jar_1_1.dtd" webURL="http://java.sun.com/j2ee/dtds/ejb-jar_1_1.dtd"/>
<public publicId="-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/ejb-jar_2_0.dtd" webURL="http://java.sun.com/dtd/ejb-jar_2_0.dtd"/>
<public publicId="-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/web-app_2_2.dtd" webURL="http://java.sun.com/j2ee/dtds/web-app_2.2.dtd"/>
<public publicId="-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/web-app_2_3.dtd" webURL="http://java.sun.com/dtd/web-app_2_3.dtd"/>
<public publicId="-//Sun Microsystems, Inc.//DTD Facelet Taglib 1.0//EN" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/facelet-taglib_1_0.dtd"/>
<public publicId="-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.0//EN" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/web-facesconfig_1_0.dtd" webURL="http://java.sun.com/dtd/web-facesconfig_1_0.dtd"/>
<public publicId="-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.1//EN" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/web-facesconfig_1_1.dtd" webURL="http://java.sun.com/dtd/web-facesconfig_1_1.dtd"/>
<public publicId="-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/web-jsptaglibrary_1_1.dtd" webURL="http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd"/>
<public publicId="-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/web-jsptaglibrary_1_2.dtd" webURL="http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd"/>
<uri name="http://java.sun.com/xml/ns/j2ee/application_1_4.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/application_1_4.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/j2ee/application_1_4.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/application_1_4.xsd"/>
<uri name="http://java.sun.com/xml/ns/javaee/application_5.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/application_5.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/javaee/application_5.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/application_5.xsd"/>
<uri name="http://java.sun.com/xml/ns/javaee/application_6.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/application_6.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/javaee/application_6.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/application_6.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/javaee/application_7.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/application_7.xsd"/>
<uri name="http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/application-client_1_4.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/j2ee/application-client_1_4.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/application-client_1_4.xsd"/>
<uri name="http://java.sun.com/xml/ns/javaee/application-client_5.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/application-client_5.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/javaee/application-client_5.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/application-client_5.xsd"/>
<uri name="http://java.sun.com/xml/ns/javaee/application-client_6.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/application-client_6.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/javaee/application-client_6.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/application-client_6.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/javaee/application-client_7.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/application-client_7.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/javaee/batchXML_1_0.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/batchXML_1_0.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/javaee/jobXML_1_0.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/jobXML_1_0.xsd"/>
<uri name="http://java.sun.com/xml/ns/javaee/beans_1_0.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/beans_1_0.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/javaee/beans_1_0.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/beans_1_0.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/javaee/beans_1_1.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/beans_1_1.xsd"/>
<uri name="http://java.sun.com/xml/ns/jaxb/bindingschema_2_0.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/bindingschema_2_0.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/jaxb/bindingschema_2_0.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/bindingschema_2_0.xsd"/>
<uri name="http://java.sun.com/xml/ns/j2ee/connector_1_5.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/connector_1_5.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/j2ee/connector_1_5.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/connector_1_5.xsd"/>
<uri name="http://java.sun.com/xml/ns/javaee/connector_1_6.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/connector_1_6.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/javaee/connector_1_6.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/connector_1_6.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/javaee/connector_1_7.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/connector_1_7.xsd"/>
<uri name="http://java.sun.com/xml/ns/j2ee/ejb-jar_2_1.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/ejb-jar_2_1.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/j2ee/ejb-jar_2_1.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/ejb-jar_2_1.xsd"/>
<uri name="http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/ejb-jar_3_0.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/javaee/ejb-jar_3_0.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/ejb-jar_3_0.xsd"/>
<uri name="http://java.sun.com/xml/ns/javaee/ejb-jar_3_1.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/ejb-jar_3_1.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/javaee/ejb-jar_3_1.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/ejb-jar_3_1.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/javaee/ejb-jar_3_2.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/ejb-jar_3_2.xsd"/>
<uri name="http://java.sun.com/xml/ns/j2ee/" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/j2ee_1_4.xsd"/>
<uri name="http://java.sun.com/xml/ns/j2ee/j2ee_1_4.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/j2ee_1_4.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/j2ee/j2ee_1_4.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/j2ee_1_4.xsd"/>
<uri name="http://java.sun.com/xml/ns/javaee/javaee_5.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/javaee_5.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/javaee/javaee_5.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/javaee_5.xsd"/>
<uri name="http://java.sun.com/xml/ns/javaee/javaee_6.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/javaee_6.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/javaee/javaee_6.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/javaee_6.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/javaee/javaee_7.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/javaee_7.xsd"/>
<uri name="http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/j2ee_jaxrpc_mapping_1_1.xsd"/>
<uri name="http://java.sun.com/xml/ns/j2ee/j2ee_jaxrpc_mapping_1_1.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/j2ee_jaxrpc_mapping_1_1.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/j2ee/j2ee_jaxrpc_mapping_1_1.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/j2ee_jaxrpc_mapping_1_1.xsd"/>
<uri name="http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/j2ee_web_services_1_1.xsd"/>
<uri name="http://java.sun.com/xml/ns/j2ee/j2ee_web_services_1_1.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/j2ee_web_services_1_1.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/j2ee/j2ee_web_services_1_1.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/j2ee_web_services_1_1.xsd"/>
<uri name="http://java.sun.com/xml/ns/javaee/javaee_web_services_1_2.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/javaee_web_services_1_2.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/javaee/javaee_web_services_1_2.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/javaee_web_services_1_2.xsd"/>
<uri name="http://java.sun.com/xml/ns/javaee/javaee_web_services_1_3.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/javaee_web_services_1_3.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/javaee/javaee_web_services_1_3.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/javaee_web_services_1_3.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/javaee/javaee_web_services_1_4.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/javaee_web_services_1_4.xsd"/>
<uri name="http://www.ibm.com/webservices/xsd/j2ee_web_services_client_1_1.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/j2ee_web_services_client_1_1.xsd"/>
<uri name="http://java.sun.com/xml/ns/j2ee/j2ee_web_services_client_1_1.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/j2ee_web_services_client_1_1.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/j2ee/j2ee_web_services_client_1_1.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/j2ee_web_services_client_1_1.xsd"/>
<uri name="http://java.sun.com/xml/ns/javaee/javaee_web_services_client_1_2.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/javaee_web_services_client_1_2.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/javaee/javaee_web_services_client_1_2.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/javaee_web_services_client_1_2.xsd"/>
<uri name="http://java.sun.com/xml/ns/javaee/javaee_web_services_client_1_3.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/javaee_web_services_client_1_3.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/javaee/javaee_web_services_client_1_3.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/javaee_web_services_client_1_3.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/javaee/javaee_web_services_client_1_4.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/javaee_web_services_client_1_4.xsd"/>
<uri name="http://java.sun.com/xml/ns/j2ee/jsp_2_0.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/jsp_2_0.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/j2ee/jsp_2_0.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/jsp_2_0.xsd"/>
<uri name="http://java.sun.com/xml/ns/javaee/jsp_2_1.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/jsp_2_1.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/javaee/jsp_2_1.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/jsp_2_1.xsd"/>
<uri name="http://java.sun.com/xml/ns/javaee/jsp_2_2.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/jsp_2_2.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/javaee/jsp_2_2.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/jsp_2_2.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/javaee/jsp_2_3.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/jsp_2_3.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/javaee/permissions_7.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/permissions_7.xsd"/>
<uri name="http://java.sun.com/xml/ns/persistence/orm_1_0.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/orm_1_0.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/persistence/orm_1_0.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/orm_1_0.xsd"/>
<uri name="http://java.sun.com/xml/ns/persistence/orm_2_0.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/orm_2_0.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/persistence/orm_2_0.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/orm_2_0.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/persistence/orm_2_1.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/orm_2_1.xsd"/>
<uri name="http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/persistence_1_0.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/persistence/persistence_1_0.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/persistence_1_0.xsd"/>
<uri name="http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/persistence_2_0.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/persistence/persistence_2_0.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/persistence_2_0.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/persistence/persistence_2_1.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/persistence_2_1.xsd"/>
<uri name="http://www.jboss.org/xml/ns/javax/validation/configuration/validation-configuration-1.0.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/validation-configuration-1.0.xsd"/>
<uri name="http://www.jboss.org/xml/ns/javax/validation/configuration/validation-configuration-1.1.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/validation-configuration-1.1.xsd"/>
<uri name="http://www.jboss.org/xml/ns/javax/validation/mapping/validation-mapping-1.0.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/validation-mapping-1.0.xsd"/>
<uri name="http://www.jboss.org/xml/ns/javax/validation/mapping/validation-mapping-1.1.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/validation-mapping-1.1.xsd"/>
<uri name="http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/web-app_2_4.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/j2ee/web-app_2_4.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/web-app_2_4.xsd"/>
<uri name="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/web-app_2_5.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/javaee/web-app_2_5.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/web-app_2_5.xsd"/>
<uri name="http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/web-app_3_0.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/javaee/web-app_3_0.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/web-app_3_0.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/web-app_3_1.xsd"/>
<uri name="http://java.sun.com/xml/ns/javaee/web-common_3_0.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/web-common_3_0.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/javaee/web-common_3_0.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/web-common_3_0.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/javaee/web-common_3_1.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/web-common_3_1.xsd"/>
<uri name="http://java.sun.com/xml/ns/javaee/web-facelettaglibrary_2_0.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/web-facelettaglibrary_2_0.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/javaee/web-facelettaglibrary_2_0.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/web-facelettaglibrary_2_0.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/javaee/web-facelettaglibrary_2_2.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/web-facelettaglibrary_2_2.xsd"/>
<uri name="http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/web-facesconfig_1_2.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/javaee/web-facesconfig_1_2.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/web-facesconfig_1_2.xsd"/>
<uri name="http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/web-facesconfig_2_0.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/javaee/web-facesconfig_2_0.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/web-facesconfig_2_0.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/javaee/web-facesconfig_2_2.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/web-facesconfig_2_2.xsd"/>
<uri name="http://java.sun.com/xml/ns/javaee/web-facesuicomponent_2_0.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/web-facesuicomponent_2_0.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/javaee/web-facesuicomponent_2_0.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/web-facesuicomponent_2_0.xsd"/>
<uri name="http://java.sun.com/xml/ns/javaee/web-fragment_3_0.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/web-fragment_3_0.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/javaee/web-fragment_3_0.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/web-fragment_3_0.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/javaee/web-fragment_3_1.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/web-fragment_3_1.xsd"/>
<uri name="http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/web-jsptaglibrary_2_0.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/web-jsptaglibrary_2_0.xsd"/>
<uri name="http://java.sun.com/xml/ns/javaee/web-jsptaglibrary_2_1.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/web-jsptaglibrary_2_1.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/javaee/web-jsptaglibrary_2_1.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/web-jsptaglibrary_2_1.xsd"/>
<uri name="http://java.sun.com/xml/ns/javaee/web-partialresponse_2_0.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/web-partialresponse_2_0.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/javaee/web-partialresponse_2_0.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/web-partialresponse_2_0.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/javaee/web-partialresponse_2_2.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.jst.standard.schemas_1.2.201.v201501151629.jar!/dtdsAndSchemas/web-partialresponse_2_2.xsd"/>
<public publicId="-//WAPFORUM//DTD WML 1.1//EN" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.wst.standard.schemas_1.0.700.v201304171715.jar!/dtds/wml11.dtd"/>
<public publicId="-//W3C//DTD XHTML 1.0 Strict//EN" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.wst.standard.schemas_1.0.700.v201304171715.jar!/dtds/xhtml1-strict.dtd" webURL="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"/>
<public publicId="-//W3C//DTD XHTML 1.0 Transitional//EN" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.wst.standard.schemas_1.0.700.v201304171715.jar!/dtds/xhtml1-transitional.dtd" webURL="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"/>
<public publicId="-//W3C//DTD XHTML 1.0 Frameset//EN" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.wst.standard.schemas_1.0.700.v201304171715.jar!/dtds/xhtml1-frameset.dtd" webURL="http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"/>
<public publicId="-//W3C//DTD XHTML Basic 1.0//EN" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.wst.standard.schemas_1.0.700.v201304171715.jar!/dtds/xhtml-basic10-f.dtd" webURL="http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd"/>
<public publicId="-//W3C//DTD XHTML 1.1//EN" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.wst.standard.schemas_1.0.700.v201304171715.jar!/dtds/xhtml11-flat.dtd" webURL="http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"/>
<public publicId="-//WAPFORUM//DTD XHTML Mobile 1.0//EN" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.wst.standard.schemas_1.0.700.v201304171715.jar!/dtds/xhtml-mobile10-flat.dtd" webURL="http://www.wapforum.org/DTD/xhtml-mobile10.dtd"/>
<public publicId="-//WAPFORUM//DTD WML 1.3//EN" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.wst.standard.schemas_1.0.700.v201304171715.jar!/dtds/wml13.dtd" webURL="http://www.wapforum.org/DTD/wml13.dtd"/>
<public publicId="-//W3C//DTD HTML 4.01 Frameset//EN" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.wst.standard.schemas_1.0.700.v201304171715.jar!/dtds/frameset.dtd" webURL="http://www.w3.org/TR/html4/frameset.dtd"/>
<public publicId="-//W3C//ENTITIES Latin 1//EN//HTML" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.wst.standard.schemas_1.0.700.v201304171715.jar!/dtds/HTMLlat1.ent" webURL="HTMLlat1.ent"/>
<public publicId="-//W3C//ENTITIES Special//EN//HTM" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.wst.standard.schemas_1.0.700.v201304171715.jar!/dtds/HTMLspecial.ent" webURL="HTMLspecial.ent"/>
<public publicId="-//W3C//ENTITIES Symbols//EN//HTML" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.wst.standard.schemas_1.0.700.v201304171715.jar!/dtds/HTMLsymbol.ent" webURL="HTMLsymbol.ent"/>
<public publicId="-//W3C//DTD HTML 4.01 Transitional//EN" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.wst.standard.schemas_1.0.700.v201304171715.jar!/dtds/loose.dtd" webURL="http://www.w3.org/TR/html4/loose.dtd"/>
<public publicId="-//W3C//DTD HTML 4.01//EN" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.wst.standard.schemas_1.0.700.v201304171715.jar!/dtds/strict.dtd" webURL="http://www.w3.org/TR/html4/strict.dtd"/>
<uri name="http://schemas.xmlsoap.org/wsdl/" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.wst.standard.schemas_1.0.700.v201304171715.jar!/xsd/wsdl.xsd"/>
<uri name="http://schemas.xmlsoap.org/wsdl/soap/" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.wst.standard.schemas_1.0.700.v201304171715.jar!/xsd/soap.xsd"/>
<uri name="http://schemas.xmlsoap.org/wsdl/http/" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.wst.standard.schemas_1.0.700.v201304171715.jar!/xsd/http.xsd"/>
<uri name="http://schemas.xmlsoap.org/wsdl/mime/" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.wst.standard.schemas_1.0.700.v201304171715.jar!/xsd/wsdl-mime.xsd"/>
<uri name="http://schemas.xmlsoap.org/soap/encoding/" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.wst.standard.schemas_1.0.700.v201304171715.jar!/xsd/soapenc.xsd"/>
<uri name="http://schemas.xmlsoap.org/soap/envelope/" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.wst.standard.schemas_1.0.700.v201304171715.jar!/xsd/soapenv.xsd"/>
<uri name="urn:oasis:names:tc:entity:xmlns:xml:catalog" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.wst.standard.schemas_1.0.700.v201304171715.jar!/xsd/xmlcatalog11.xsd"/>
<uri name="http://www.w3.org/TR/html4/loose.dtd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.wst.standard.schemas_1.0.700.v201304171715.jar!/dtds/loose.dtd"/>
<uri name="http://www.w3.org/TR/html4/strict.dtd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.wst.standard.schemas_1.0.700.v201304171715.jar!/dtds/strict.dtd"/>
<uri name="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.wst.standard.schemas_1.0.700.v201304171715.jar!/xsd/ws-securitypolicy-1.2.xsd"/>
<uri name="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200802" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.wst.standard.schemas_1.0.700.v201304171715.jar!/xsd/ws-securitypolicy.xsd"/>
<system systemId="http://www.w3.org/2001/xml.xsd" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.xsd_2.12.0.v20160526-0356.jar!/cache/www.w3.org/2001/xml.xsd"/>
<uri name="http://www.w3.org/2001/XMLSchema" uri="jar:file:/home/mrpassword/Programs/angular-ide/angular-ide/plugins/org.eclipse.xsd_2.12.0.v20160526-0356.jar!/cache/www.w3.org/2001/XMLSchema.xsd"/>
</catalog>
{
"plugins": {
"guess-types": {
}
},
"libs": [
"ecma5",
"browser"
]
}
\ No newline at end of file
#Wed Apr 04 21:25:05 ICT 2018
org.eclipse.core.runtime=2
org.eclipse.platform=4.6.3.v20170301-0400
# Seniorproject
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.7.3.
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## Code scaffolding
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `-prod` flag for a production build.
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
import { AppPage } from './app.po';
describe('seniorproject App', () => {
let page: AppPage;
beforeEach(() => {
page = new AppPage();
});
it('should display welcome message', () => {
page.navigateTo();
expect(page.getParagraphText()).toEqual('Welcome to app!');
});
});
import { browser, by, element } from 'protractor';
export class AppPage {
navigateTo() {
return browser.get('/');
}
getParagraphText() {
return element(by.css('app-root h1')).getText();
}
}
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/e2e",
"baseUrl": "./",
"module": "commonjs",
"target": "es5",
"types": [
"jasmine",
"jasminewd2",
"node"
]
}
}
// Karma configuration file, see link for more information
// https://karma-runner.github.io/1.0/config/configuration-file.html
module.exports = function (config) {
config.set({
basePath: '',
frameworks: ['jasmine', '@angular/cli'],
plugins: [
require('karma-jasmine'),
require('karma-chrome-launcher'),
require('karma-jasmine-html-reporter'),
require('karma-coverage-istanbul-reporter'),
require('@angular/cli/plugins/karma')
],
client:{
clearContext: false // leave Jasmine Spec Runner output visible in browser
},
coverageIstanbulReporter: {
reports: [ 'html', 'lcovonly' ],
fixWebpackSourcePaths: true
},
angularCli: {
environment: 'dev'
},
reporters: ['progress', 'kjhtml'],
port: 9876,
colors: true,
logLevel: config.LOG_INFO,
autoWatch: true,
browsers: ['Chrome'],
singleRun: false
});
};
This source diff could not be displayed because it is too large. You can view the blob instead.
{
"name": "seniorproject",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --prod",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^5.2.0",
"@angular/common": "^5.2.0",
"@angular/compiler": "^5.2.0",
"@angular/core": "^5.2.0",
"@angular/forms": "^5.2.0",
"@angular/http": "^5.2.0",
"@angular/platform-browser": "^5.2.0",
"@angular/platform-browser-dynamic": "^5.2.0",
"@angular/router": "^5.2.0",
"core-js": "^2.4.1",
"rxjs": "^5.5.6",
"zone.js": "^0.8.19"
},
"devDependencies": {
"@angular/cli": "~1.7.3",
"@angular/compiler-cli": "^5.2.0",
"@angular/language-service": "^5.2.0",
"@types/jasmine": "~2.8.3",
"@types/jasminewd2": "~2.0.2",
"@types/node": "~6.0.60",
"codelyzer": "^4.0.1",
"jasmine-core": "~2.8.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~2.0.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "^1.2.1",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"protractor": "~5.1.2",
"ts-node": "~4.1.0",
"tslint": "~5.9.1",
"typescript": "~2.5.3"
}
}
// Protractor configuration file, see link for more information
// https://github.com/angular/protractor/blob/master/lib/config.ts
const { SpecReporter } = require('jasmine-spec-reporter');
exports.config = {
allScriptsTimeout: 11000,
specs: [
'./e2e/**/*.e2e-spec.ts'
],
capabilities: {
'browserName': 'chrome'
},
directConnect: true,
baseUrl: 'http://localhost:4200/',
framework: 'jasmine',
jasmineNodeOpts: {
showColors: true,
defaultTimeoutInterval: 30000,
print: function() {}
},
onPrepare() {
require('ts-node').register({
project: 'e2e/tsconfig.e2e.json'
});
jasmine.getEnv().addReporter(new SpecReporter({ spec: { displayStacktrace: true } }));
}
};
<!--The content below is only a placeholder and can be replaced.-->
<div style="text-align:center">
<h1>
Welcome to {{ title }}!
</h1>
import { TestBed, async } from '@angular/core/testing';
import { AppComponent } from './app.component';
describe('AppComponent', () => {
beforeEach(async(() => {
TestBed.configureTestingModule({
declarations: [
AppComponent
],
}).compileComponents();
}));
it('should create the app', async(() => {
const fixture = TestBed.createComponent(AppComponent);
const app = fixture.debugElement.componentInstance;
expect(app).toBeTruthy();
}));
it(`should have as title 'app'`, async(() => {
const fixture = TestBed.createComponent(AppComponent);
const app = fixture.debugElement.componentInstance;
expect(app.title).toEqual('app');
}));
it('should render title in a h1 tag', async(() => {
const fixture = TestBed.createComponent(AppComponent);
fixture.detectChanges();
const compiled = fixture.debugElement.nativeElement;
expect(compiled.querySelector('h1').textContent).toContain('Welcome to app!');
}));
});
import { Component } from '@angular/core';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.css']
})
export class AppComponent {
title = 'app';
}
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { AppComponent } from './app.component';
import { LoginComponent } from './login/login.component';
@NgModule({
declarations: [
AppComponent,
LoginComponent
],
imports: [
BrowserModule
],
providers: [],
bootstrap: [AppComponent]
})
export class AppModule { }
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
import { LoginComponent } from './login.component';
describe('LoginComponent', () => {
let component: LoginComponent;
let fixture: ComponentFixture<LoginComponent>;
beforeEach(async(() => {
TestBed.configureTestingModule({
declarations: [ LoginComponent ]
})
.compileComponents();
}));
beforeEach(() => {
fixture = TestBed.createComponent(LoginComponent);
component = fixture.componentInstance;
fixture.detectChanges();
});
it('should create', () => {
expect(component).toBeTruthy();
});
});
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-login',
templateUrl: './login.component.html',
styleUrls: ['./login.component.css']
})
export class LoginComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}
export const environment = {
production: true
};
// The file contents for the current environment will overwrite these during build.
// The build system defaults to the dev environment which uses `environment.ts`, but if you do
// `ng build --env=prod` then `environment.prod.ts` will be used instead.
// The list of which env maps to which file can be found in `.angular-cli.json`.
export const environment = {
production: false
};
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Seniorproject</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<app-root></app-root>
</body>
</html>
import { enableProdMode } from '@angular/core';
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
import { AppModule } from './app/app.module';
import { environment } from './environments/environment';
if (environment.production) {
enableProdMode();
}
platformBrowserDynamic().bootstrapModule(AppModule)
.catch(err => console.log(err));
/**
* This file includes polyfills needed by Angular and is loaded before the app.
* You can add your own extra polyfills to this file.
*
* This file is divided into 2 sections:
* 1. Browser polyfills. These are applied before loading ZoneJS and are sorted by browsers.
* 2. Application imports. Files imported after ZoneJS that should be loaded before your main
* file.
*
* The current setup is for so-called "evergreen" browsers; the last versions of browsers that
* automatically update themselves. This includes Safari >= 10, Chrome >= 55 (including Opera),
* Edge >= 13 on the desktop, and iOS 10 and Chrome on mobile.
*
* Learn more in https://angular.io/docs/ts/latest/guide/browser-support.html
*/
/***************************************************************************************************
* BROWSER POLYFILLS
*/
/** IE9, IE10 and IE11 requires all of the following polyfills. **/
// import 'core-js/es6/symbol';
// import 'core-js/es6/object';
// import 'core-js/es6/function';
// import 'core-js/es6/parse-int';
// import 'core-js/es6/parse-float';
// import 'core-js/es6/number';
// import 'core-js/es6/math';
// import 'core-js/es6/string';
// import 'core-js/es6/date';
// import 'core-js/es6/array';
// import 'core-js/es6/regexp';
// import 'core-js/es6/map';
// import 'core-js/es6/weak-map';
// import 'core-js/es6/set';
/** IE10 and IE11 requires the following for NgClass support on SVG elements */
// import 'classlist.js'; // Run `npm install --save classlist.js`.
/** IE10 and IE11 requires the following for the Reflect API. */
// import 'core-js/es6/reflect';
/** Evergreen browsers require these. **/
// Used for reflect-metadata in JIT. If you use AOT (and only Angular decorators), you can remove.
import 'core-js/es7/reflect';
/**
* Required to support Web Animations `@angular/platform-browser/animations`.
* Needed for: All but Chrome, Firefox and Opera. http://caniuse.com/#feat=web-animation
**/
// import 'web-animations-js'; // Run `npm install --save web-animations-js`.
/**
* By default, zone.js will patch all possible macroTask and DomEvents
* user can disable parts of macroTask/DomEvents patch by setting following flags
*/
// (window as any).__Zone_disable_requestAnimationFrame = true; // disable patch requestAnimationFrame
// (window as any).__Zone_disable_on_property = true; // disable patch onProperty such as onclick
// (window as any).__zone_symbol__BLACK_LISTED_EVENTS = ['scroll', 'mousemove']; // disable patch specified eventNames
/*
* in IE/Edge developer tools, the addEventListener will also be wrapped by zone.js
* with the following flag, it will bypass `zone.js` patch for IE/Edge
*/
// (window as any).__Zone_enable_cross_context_check = true;
/***************************************************************************************************
* Zone JS is required by default for Angular itself.
*/
import 'zone.js/dist/zone'; // Included with Angular CLI.
/***************************************************************************************************
* APPLICATION IMPORTS
*/
/* You can add global styles to this file, and also import other style files */
// This file is required by karma.conf.js and loads recursively all the .spec and framework files
import 'zone.js/dist/zone-testing';
import { getTestBed } from '@angular/core/testing';
import {
BrowserDynamicTestingModule,
platformBrowserDynamicTesting
} from '@angular/platform-browser-dynamic/testing';
declare const require: any;
// First, initialize the Angular testing environment.
getTestBed().initTestEnvironment(
BrowserDynamicTestingModule,
platformBrowserDynamicTesting()
);
// Then we find all the tests.
const context = require.context('./', true, /\.spec\.ts$/);
// And load the modules.
context.keys().map(context);
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/app",
"baseUrl": "./",
"module": "es2015",
"types": []
},
"exclude": [
"test.ts",
"**/*.spec.ts"
]
}
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/spec",
"baseUrl": "./",
"module": "commonjs",
"types": [
"jasmine",
"node"
]
},
"files": [
"test.ts"
],
"include": [
"**/*.spec.ts",
"**/*.d.ts"
]
}
/* SystemJS module definition */
declare var module: NodeModule;
interface NodeModule {
id: string;
}
{
"compileOnSave": false,
"compilerOptions": {
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es5",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2017",
"dom"
]
}
}
{
"rulesDirectory": [
"node_modules/codelyzer"
],
"rules": {
"arrow-return-shorthand": true,
"callable-types": true,
"class-name": true,
"comment-format": [
true,
"check-space"
],
"curly": true,
"deprecation": {
"severity": "warn"
},
"eofline": true,
"forin": true,
"import-blacklist": [
true,
"rxjs",
"rxjs/Rx"
],
"import-spacing": true,
"indent": [
true,
"spaces"
],
"interface-over-type-literal": true,
"label-position": true,
"max-line-length": [
true,
140
],
"member-access": false,
"member-ordering": [
true,
{
"order": [
"static-field",
"instance-field",
"static-method",
"instance-method"
]
}
],
"no-arg": true,
"no-bitwise": true,
"no-console": [
true,
"debug",
"info",
"time",
"timeEnd",
"trace"
],
"no-construct": true,
"no-debugger": true,
"no-duplicate-super": true,
"no-empty": false,
"no-empty-interface": true,
"no-eval": true,
"no-inferrable-types": [
true,
"ignore-params"
],
"no-misused-new": true,
"no-non-null-assertion": true,
"no-shadowed-variable": true,
"no-string-literal": false,
"no-string-throw": true,
"no-switch-case-fall-through": true,
"no-trailing-whitespace": true,
"no-unnecessary-initializer": true,
"no-unused-expression": true,
"no-use-before-declare": true,
"no-var-keyword": true,
"object-literal-sort-keys": false,
"one-line": [
true,
"check-open-brace",
"check-catch",
"check-else",
"check-whitespace"
],
"prefer-const": true,
"quotemark": [
true,
"single"
],
"radix": true,
"semicolon": [
true,
"always"
],
"triple-equals": [
true,
"allow-null-check"
],
"typedef-whitespace": [
true,
{
"call-signature": "nospace",
"index-signature": "nospace",
"parameter": "nospace",
"property-declaration": "nospace",
"variable-declaration": "nospace"
}
],
"unified-signatures": true,
"variable-name": false,
"whitespace": [
true,
"check-branch",
"check-decl",
"check-operator",
"check-separator",
"check-type"
],
"directive-selector": [
true,
"attribute",
"app",
"camelCase"
],
"component-selector": [
true,
"element",
"app",
"kebab-case"
],
"no-output-on-prefix": true,
"use-input-property-decorator": true,
"use-output-property-decorator": true,
"use-host-property-decorator": true,
"no-input-rename": true,
"no-output-rename": true,
"use-life-cycle-interface": true,
"use-pipe-transform-interface": true,
"component-class-suffix": true,
"directive-class-suffix": true
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment