Skip to content

Commit 1335657

Browse files
committed
Added new project
0 parents  commit 1335657

File tree

74 files changed

+3681
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+3681
-0
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/target/
2+
.project
3+
.classpath
4+
/.settings/
5+
/test-output/
6+
/Screenshots/
7+
/ExtentReports/
8+
Readme.txt

.metadata/.lock

Whitespace-only changes.

.metadata/.log

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
!SESSION 2022-08-15 11:52:04.852 -----------------------------------------------
2+
eclipse.buildId=4.22.0.I20211124-1800
3+
java.version=11.0.14
4+
java.vendor=Oracle Corporation
5+
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_IN
6+
Framework arguments: -product org.eclipse.epp.package.java.product -product org.eclipse.epp.package.java.product -product org.eclipse.epp.package.java.product -product org.eclipse.epp.package.java.product
7+
Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.java.product -product org.eclipse.epp.package.java.product -product org.eclipse.epp.package.java.product -data F:\shopapotheke_practical -product org.eclipse.epp.package.java.product
8+
9+
!ENTRY org.eclipse.jface 2 0 2022-08-15 11:52:10.032
10+
!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation.
11+
!SUBENTRY 1 org.eclipse.jface 2 0 2022-08-15 11:52:10.032
12+
!MESSAGE A conflict occurred for CTRL+SHIFT+T:
13+
Binding(CTRL+SHIFT+T,
14+
ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type,
15+
Open a type in a Java editor,
16+
Category(org.eclipse.ui.category.navigate,Navigate,null,true),
17+
org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@23a78c77,
18+
,,true),null),
19+
org.eclipse.ui.defaultAcceleratorConfiguration,
20+
org.eclipse.ui.contexts.window,,,system)
21+
Binding(CTRL+SHIFT+T,
22+
ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace,
23+
,
24+
Category(org.eclipse.lsp4e.category,Language Servers,null,true),
25+
org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@4119346d,
26+
,,true),null),
27+
org.eclipse.ui.defaultAcceleratorConfiguration,
28+
org.eclipse.ui.contexts.window,,,system)
29+
!SUBENTRY 1 org.eclipse.jface 2 0 2022-08-15 11:52:10.032
30+
!MESSAGE A conflict occurred for ALT+SHIFT+R:
31+
Binding(ALT+SHIFT+R,
32+
ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.rename.element,Rename - Refactoring ,
33+
Rename the selected element,
34+
Category(org.eclipse.jdt.ui.category.refactoring,Refactor - Java,Java Refactoring Actions,true),
35+
org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@61d09475,
36+
,,true),null),
37+
org.eclipse.ui.defaultAcceleratorConfiguration,
38+
org.eclipse.ui.contexts.window,,,system)
39+
Binding(ALT+SHIFT+R,
40+
ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename,
41+
Rename the selected item,
42+
Category(org.eclipse.ui.category.file,File,null,true),
43+
org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@d0fabc8,
44+
,,true),null),
45+
org.eclipse.ui.defaultAcceleratorConfiguration,
46+
org.eclipse.ui.contexts.window,,,system)
47+
48+
!ENTRY org.eclipse.egit.ui 2 0 2022-08-15 11:52:16.344
49+
!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git
50+
user global configuration and to define the default location to store repositories: 'C:\Users\stenw'. If this is
51+
not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and
52+
EGit might behave differently since they see different configuration options.
53+
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

189 Bytes
Binary file not shown.
Binary file not shown.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
eclipse.preferences.version=1
2+
version=1

0 commit comments

Comments
 (0)