updated configuration
This commit is contained in:
parent
bc5c0a7030
commit
d6548c1c8e
4 changed files with 62 additions and 0 deletions
11
.project
11
.project
|
@ -20,4 +20,15 @@
|
|||
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||
<nature>org.eclipse.m2e.core.maven2Nature</nature>
|
||||
</natures>
|
||||
<filteredResources>
|
||||
<filter>
|
||||
<id>1709029016304</id>
|
||||
<name></name>
|
||||
<type>30</type>
|
||||
<matcher>
|
||||
<id>org.eclipse.core.resources.regexFilterMatcher</id>
|
||||
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
|
||||
</matcher>
|
||||
</filter>
|
||||
</filteredResources>
|
||||
</projectDescription>
|
||||
|
|
21
.vscode/launch.json
vendored
Normal file
21
.vscode/launch.json
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
// Use IntelliSense to learn about possible attributes.
|
||||
// Hover to view descriptions of existing attributes.
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"type": "java",
|
||||
"name": "Current File",
|
||||
"request": "launch",
|
||||
"mainClass": "${file}"
|
||||
},
|
||||
{
|
||||
"type": "java",
|
||||
"name": "SimplePOS",
|
||||
"request": "launch",
|
||||
"mainClass": "tech.iBeans.POSware.Lite.SimplePOS",
|
||||
"projectName": "SimplePOS"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,21 @@
|
|||
tech\iBeans\POSware\Lite\OnTransact$3.class
|
||||
tech\iBeans\POSware\Lite\OnAlert$3.class
|
||||
tech\iBeans\POSware\Lite\OnAlert$4.class
|
||||
tech\iBeans\POSware\Lite\WindowManagement.class
|
||||
tech\iBeans\POSware\Lite\OnAlert.class
|
||||
tech\iBeans\POSware\Lite\OnTransact$4.class
|
||||
tech\iBeans\POSware\Lite\receipt.class
|
||||
tech\iBeans\POSware\Lite\OnAlert$2.class
|
||||
tech\iBeans\POSware\Lite\OnTransact$2.class
|
||||
tech\iBeans\POSware\Lite\OnTransact$8.class
|
||||
tech\iBeans\POSware\Lite\OnTransact$7.class
|
||||
tech\iBeans\POSware\Lite\data_test.class
|
||||
tech\iBeans\POSware\Lite\OnAlert$1.class
|
||||
tech\iBeans\POSware\Lite\inventory.class
|
||||
tech\iBeans\POSware\Lite\transact.class
|
||||
tech\iBeans\POSware\Lite\OnTransact.class
|
||||
tech\iBeans\POSware\Lite\SimplePOS.class
|
||||
tech\iBeans\POSware\Lite\OnTransact$6.class
|
||||
tech\iBeans\POSware\Lite\OnPayment.class
|
||||
tech\iBeans\POSware\Lite\OnTransact$1.class
|
||||
tech\iBeans\POSware\Lite\OnTransact$5.class
|
|
@ -0,0 +1,9 @@
|
|||
C:\Users\tenth\Documents\Developer\Repositories\simplePOS\src\main\java\tech\iBeans\POSware\Lite\inventory.java
|
||||
C:\Users\tenth\Documents\Developer\Repositories\simplePOS\src\main\java\tech\iBeans\POSware\Lite\data_test.java
|
||||
C:\Users\tenth\Documents\Developer\Repositories\simplePOS\src\main\java\tech\iBeans\POSware\Lite\OnPayment.java
|
||||
C:\Users\tenth\Documents\Developer\Repositories\simplePOS\src\main\java\tech\iBeans\POSware\Lite\OnTransact.java
|
||||
C:\Users\tenth\Documents\Developer\Repositories\simplePOS\src\main\java\tech\iBeans\POSware\Lite\SimplePOS.java
|
||||
C:\Users\tenth\Documents\Developer\Repositories\simplePOS\src\main\java\tech\iBeans\POSware\Lite\OnAlert.java
|
||||
C:\Users\tenth\Documents\Developer\Repositories\simplePOS\src\main\java\tech\iBeans\POSware\Lite\transact.java
|
||||
C:\Users\tenth\Documents\Developer\Repositories\simplePOS\src\main\java\tech\iBeans\POSware\Lite\receipt.java
|
||||
C:\Users\tenth\Documents\Developer\Repositories\simplePOS\src\main\java\tech\iBeans\POSware\Lite\WindowManagement.java
|
Loading…
Add table
Add a link
Reference in a new issue