-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Vaibhav Agrawal
committed
Oct 9, 2018
0 parents
commit 8778985
Showing
51 changed files
with
5,030 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
/target/ | ||
!.mvn/wrapper/maven-wrapper.jar | ||
|
||
### STS ### | ||
.apt_generated | ||
.classpath | ||
.factorypath | ||
.project | ||
.settings | ||
.springBeans | ||
.sts4-cache | ||
|
||
### IntelliJ IDEA ### | ||
.idea | ||
*.iws | ||
*.iml | ||
*.ipr | ||
|
||
### NetBeans ### | ||
/nbproject/private/ | ||
/build/ | ||
/nbbuild/ | ||
/dist/ | ||
/nbdist/ | ||
/.nb-gradle/ |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
!SESSION 2018-10-08 14:24:14.408 ----------------------------------------------- | ||
eclipse.buildId=4.4.0.I20140606-1215 | ||
java.version=1.8.0_25 | ||
java.vendor=Oracle Corporation | ||
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US | ||
Framework arguments: vm C:\Program Files\Java\jdk1.6.0_45\bin/javaw.exe -product org.eclipse.epp.package.jee.product | ||
Command-line arguments: -os win32 -ws win32 -arch x86_64 vm C:\Program Files\Java\jdk1.6.0_45\bin/javaw.exe -product org.eclipse.epp.package.jee.product | ||
|
||
!ENTRY org.eclipse.emf.ecore 2 0 2018-10-08 14:24:48.888 | ||
!MESSAGE Both 'org.eclipse.e4.tools.css.editor.ui' and 'org.eclipse.papyrus.infra.gmfdiag.css.xtext.ui' register an extension parser for 'css' | ||
|
||
!ENTRY org.eclipse.mylyn.tasks.core 1 0 2018-10-08 14:25:42.798 | ||
!MESSAGE Migrating task repository credentials from keyring. | ||
|
||
!ENTRY org.eclipse.egit.ui 2 0 2018-10-08 14:25:45.087 | ||
!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git | ||
user global configuration and to define the default location to store repositories: 'C:\Users\vaibhavag'. If this is | ||
not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and | ||
EGit might behave differently since they see different configuration options. | ||
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page. | ||
|
||
!ENTRY tern.eclipse.ide.ui 4 0 2018-10-08 14:26:25.537 | ||
!MESSAGE FrameworkEvent ERROR | ||
!STACK 0 | ||
org.osgi.framework.BundleException: Exception in tern.eclipse.ide.ui.TernUIPlugin.stop() of bundle tern.eclipse.ide.ui. | ||
at org.eclipse.osgi.internal.framework.BundleContextImpl.stop(BundleContextImpl.java:847) | ||
at org.eclipse.osgi.internal.framework.EquinoxBundle.stopWorker0(EquinoxBundle.java:950) | ||
at org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.stopWorker(EquinoxBundle.java:324) | ||
at org.eclipse.osgi.container.Module.doStop(Module.java:626) | ||
at org.eclipse.osgi.container.Module.stop(Module.java:488) | ||
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.decStartLevel(ModuleContainer.java:1623) | ||
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1542) | ||
at org.eclipse.osgi.container.SystemModule.stopWorker(SystemModule.java:248) | ||
at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.stopWorker(EquinoxBundle.java:145) | ||
at org.eclipse.osgi.container.Module.doStop(Module.java:626) | ||
at org.eclipse.osgi.container.Module.stop(Module.java:488) | ||
at org.eclipse.osgi.container.SystemModule.stop(SystemModule.java:186) | ||
at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule$1.run(EquinoxBundle.java:160) | ||
at java.lang.Thread.run(Unknown Source) | ||
Caused by: java.lang.ExceptionInInitializerError | ||
at tern.eclipse.ide.ui.TernUIPlugin.getTernDescriptorManager(TernUIPlugin.java:127) | ||
at tern.eclipse.ide.ui.TernUIPlugin.stop(TernUIPlugin.java:85) | ||
at org.eclipse.osgi.internal.framework.BundleContextImpl$4.run(BundleContextImpl.java:827) | ||
at org.eclipse.osgi.internal.framework.BundleContextImpl$4.run(BundleContextImpl.java:1) | ||
at java.security.AccessController.doPrivileged(Native Method) | ||
at org.eclipse.osgi.internal.framework.BundleContextImpl.stop(BundleContextImpl.java:820) | ||
... 13 more | ||
Caused by: java.lang.NullPointerException | ||
at tern.eclipse.ide.internal.ui.descriptors.TernDescriptorManager.getTempDir(TernDescriptorManager.java:237) | ||
at tern.eclipse.ide.internal.ui.descriptors.TernDescriptorManager.<init>(TernDescriptorManager.java:72) | ||
at tern.eclipse.ide.internal.ui.descriptors.TernDescriptorManager.<clinit>(TernDescriptorManager.java:52) | ||
... 19 more | ||
Root exception: | ||
java.lang.ExceptionInInitializerError | ||
at tern.eclipse.ide.ui.TernUIPlugin.getTernDescriptorManager(TernUIPlugin.java:127) | ||
at tern.eclipse.ide.ui.TernUIPlugin.stop(TernUIPlugin.java:85) | ||
at org.eclipse.osgi.internal.framework.BundleContextImpl$4.run(BundleContextImpl.java:827) | ||
at org.eclipse.osgi.internal.framework.BundleContextImpl$4.run(BundleContextImpl.java:1) | ||
at java.security.AccessController.doPrivileged(Native Method) | ||
at org.eclipse.osgi.internal.framework.BundleContextImpl.stop(BundleContextImpl.java:820) | ||
at org.eclipse.osgi.internal.framework.EquinoxBundle.stopWorker0(EquinoxBundle.java:950) | ||
at org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.stopWorker(EquinoxBundle.java:324) | ||
at org.eclipse.osgi.container.Module.doStop(Module.java:626) | ||
at org.eclipse.osgi.container.Module.stop(Module.java:488) | ||
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.decStartLevel(ModuleContainer.java:1623) | ||
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1542) | ||
at org.eclipse.osgi.container.SystemModule.stopWorker(SystemModule.java:248) | ||
at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.stopWorker(EquinoxBundle.java:145) | ||
at org.eclipse.osgi.container.Module.doStop(Module.java:626) | ||
at org.eclipse.osgi.container.Module.stop(Module.java:488) | ||
at org.eclipse.osgi.container.SystemModule.stop(SystemModule.java:186) | ||
at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule$1.run(EquinoxBundle.java:160) | ||
at java.lang.Thread.run(Unknown Source) | ||
Caused by: java.lang.NullPointerException | ||
at tern.eclipse.ide.internal.ui.descriptors.TernDescriptorManager.getTempDir(TernDescriptorManager.java:237) | ||
at tern.eclipse.ide.internal.ui.descriptors.TernDescriptorManager.<init>(TernDescriptorManager.java:72) | ||
at tern.eclipse.ide.internal.ui.descriptors.TernDescriptorManager.<clinit>(TernDescriptorManager.java:52) | ||
... 19 more |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*** SESSION Oct 08, 2018 14:25:29.32 ------------------------------------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
Binary file added
BIN
+80 Bytes
...ins/org.eclipse.core.resources/.projects/RemoteSystemsTempFiles/.indexes/properties.index
Binary file not shown.
3 changes: 3 additions & 0 deletions
3
...esources/.projects/RemoteSystemsTempFiles/org.eclipse.egit.core/GitProjectData.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#GitProjectData | ||
#Mon Oct 08 14:25:49 IST 2018 | ||
.gitdir=../.git |
1 change: 1 addition & 0 deletions
1
.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/history.version
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Binary file added
BIN
+151 Bytes
.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.index
Binary file not shown.
1 change: 1 addition & 0 deletions
1
.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.version
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Binary file not shown.
Binary file added
BIN
+1.01 KB
.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources
Binary file not shown.
Oops, something went wrong.