Skip to content

Commit 567de52

Browse files
committed
chore: updating classpaths and launch config
1 parent 232bdb8 commit 567de52

File tree

11 files changed

+7
-90
lines changed
  • .vscode
  • auth-service
  • common/common-domain/common-domain-lib
  • entity-service/entity-service-layout/entity-layout-lib
  • organization-service
    • organization-service-api-messaging/organization-api-messaging-lib
    • organization-service-sagas/organization-sagas-lib

11 files changed

+7
-90
lines changed

.vscode/launch.json

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
55
"version": "0.2.0",
66
"configurations": [
7+
{
8+
"type": "java",
9+
"name": "App",
10+
"request": "launch",
11+
"mainClass": "com.codedifferently.studycrm.entities.App",
12+
"projectName": "entity-main-app"
13+
},
714
{
815
"type": "java",
916
"name": "App",

auth-service/auth-service-api-messaging/auth-api-messaging-lib/.classpath

-6
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@
66
<attribute name="gradle_used_by_scope" value="main,test"/>
77
</attributes>
88
</classpathentry>
9-
<classpathentry kind="src" output="bin/main" path="src/main/resources">
10-
<attributes>
11-
<attribute name="gradle_scope" value="main"/>
12-
<attribute name="gradle_used_by_scope" value="main,test"/>
13-
</attributes>
14-
</classpathentry>
159
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17/"/>
1610
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
1711
<classpathentry kind="output" path="bin/default"/>

auth-service/auth-service-api-web/auth-api-web-lib/.classpath

-13
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,13 @@
66
<attribute name="gradle_used_by_scope" value="main,test"/>
77
</attributes>
88
</classpathentry>
9-
<classpathentry kind="src" output="bin/main" path="src/main/resources">
10-
<attributes>
11-
<attribute name="gradle_scope" value="main"/>
12-
<attribute name="gradle_used_by_scope" value="main,test"/>
13-
</attributes>
14-
</classpathentry>
159
<classpathentry kind="src" output="bin/test" path="src/test/java">
1610
<attributes>
1711
<attribute name="gradle_scope" value="test"/>
1812
<attribute name="gradle_used_by_scope" value="test"/>
1913
<attribute name="test" value="true"/>
2014
</attributes>
2115
</classpathentry>
22-
<classpathentry kind="src" output="bin/test" path="src/test/resources">
23-
<attributes>
24-
<attribute name="gradle_scope" value="test"/>
25-
<attribute name="gradle_used_by_scope" value="test"/>
26-
<attribute name="test" value="true"/>
27-
</attributes>
28-
</classpathentry>
2916
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17/"/>
3017
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
3118
<classpathentry kind="output" path="bin/default"/>

auth-service/auth-service-domain/auth-domain-lib/.classpath

-6
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@
66
<attribute name="gradle_used_by_scope" value="main,test"/>
77
</attributes>
88
</classpathentry>
9-
<classpathentry kind="src" output="bin/main" path="src/main/resources">
10-
<attributes>
11-
<attribute name="gradle_scope" value="main"/>
12-
<attribute name="gradle_used_by_scope" value="main,test"/>
13-
</attributes>
14-
</classpathentry>
159
<classpathentry kind="src" output="bin/test" path="src/test/java">
1610
<attributes>
1711
<attribute name="gradle_scope" value="test"/>

auth-service/auth-service-messaging/auth-messaging-lib/.classpath

-7
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@
1313
<attribute name="test" value="true"/>
1414
</attributes>
1515
</classpathentry>
16-
<classpathentry kind="src" output="bin/test" path="src/test/resources">
17-
<attributes>
18-
<attribute name="gradle_scope" value="test"/>
19-
<attribute name="gradle_used_by_scope" value="test"/>
20-
<attribute name="test" value="true"/>
21-
</attributes>
22-
</classpathentry>
2316
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17/"/>
2417
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
2518
<classpathentry kind="src" path="/auth-api-messaging-lib">

auth-service/auth-service-persistence/auth-persistence-lib/.classpath

-6
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@
66
<attribute name="gradle_used_by_scope" value="main,test"/>
77
</attributes>
88
</classpathentry>
9-
<classpathentry kind="src" output="bin/main" path="src/main/resources">
10-
<attributes>
11-
<attribute name="gradle_scope" value="main"/>
12-
<attribute name="gradle_used_by_scope" value="main,test"/>
13-
</attributes>
14-
</classpathentry>
159
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17/"/>
1610
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
1711
<classpathentry kind="src" path="/auth-domain-lib">

auth-service/auth-service-web/auth-web-lib/.classpath

-7
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,6 @@
1919
<attribute name="test" value="true"/>
2020
</attributes>
2121
</classpathentry>
22-
<classpathentry kind="src" output="bin/test" path="src/test/resources">
23-
<attributes>
24-
<attribute name="gradle_scope" value="test"/>
25-
<attribute name="gradle_used_by_scope" value="test"/>
26-
<attribute name="test" value="true"/>
27-
</attributes>
28-
</classpathentry>
2922
<classpathentry kind="src" output="bin/integrationTest" path="src/integrationTest/java">
3023
<attributes>
3124
<attribute name="gradle_scope" value="integrationTest"/>

common/common-domain/common-domain-lib/.classpath

-13
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,13 @@
66
<attribute name="gradle_used_by_scope" value="main,test"/>
77
</attributes>
88
</classpathentry>
9-
<classpathentry kind="src" output="bin/main" path="src/main/resources">
10-
<attributes>
11-
<attribute name="gradle_scope" value="main"/>
12-
<attribute name="gradle_used_by_scope" value="main,test"/>
13-
</attributes>
14-
</classpathentry>
159
<classpathentry kind="src" output="bin/test" path="src/test/java">
1610
<attributes>
1711
<attribute name="gradle_scope" value="test"/>
1812
<attribute name="gradle_used_by_scope" value="test"/>
1913
<attribute name="test" value="true"/>
2014
</attributes>
2115
</classpathentry>
22-
<classpathentry kind="src" output="bin/test" path="src/test/resources">
23-
<attributes>
24-
<attribute name="gradle_scope" value="test"/>
25-
<attribute name="gradle_used_by_scope" value="test"/>
26-
<attribute name="test" value="true"/>
27-
</attributes>
28-
</classpathentry>
2916
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17/"/>
3017
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
3118
<classpathentry kind="output" path="bin/default"/>

entity-service/entity-service-layout/entity-layout-lib/.classpath

-13
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,13 @@
66
<attribute name="gradle_used_by_scope" value="main,test"/>
77
</attributes>
88
</classpathentry>
9-
<classpathentry kind="src" output="bin/main" path="src/main/resources">
10-
<attributes>
11-
<attribute name="gradle_scope" value="main"/>
12-
<attribute name="gradle_used_by_scope" value="main,test"/>
13-
</attributes>
14-
</classpathentry>
159
<classpathentry kind="src" output="bin/test" path="src/test/java">
1610
<attributes>
1711
<attribute name="gradle_scope" value="test"/>
1812
<attribute name="gradle_used_by_scope" value="test"/>
1913
<attribute name="test" value="true"/>
2014
</attributes>
2115
</classpathentry>
22-
<classpathentry kind="src" output="bin/test" path="src/test/resources">
23-
<attributes>
24-
<attribute name="gradle_scope" value="test"/>
25-
<attribute name="gradle_used_by_scope" value="test"/>
26-
<attribute name="test" value="true"/>
27-
</attributes>
28-
</classpathentry>
2916
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17/"/>
3017
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
3118
<classpathentry kind="src" path="/common-domain-lib">

organization-service/organization-service-api-messaging/organization-api-messaging-lib/.classpath

-6
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@
66
<attribute name="gradle_used_by_scope" value="main,test"/>
77
</attributes>
88
</classpathentry>
9-
<classpathentry kind="src" output="bin/main" path="src/main/resources">
10-
<attributes>
11-
<attribute name="gradle_scope" value="main"/>
12-
<attribute name="gradle_used_by_scope" value="main,test"/>
13-
</attributes>
14-
</classpathentry>
159
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17/"/>
1610
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
1711
<classpathentry kind="output" path="bin/default"/>

organization-service/organization-service-sagas/organization-sagas-lib/.classpath

-13
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,13 @@
66
<attribute name="gradle_used_by_scope" value="main,test"/>
77
</attributes>
88
</classpathentry>
9-
<classpathentry kind="src" output="bin/main" path="src/main/resources">
10-
<attributes>
11-
<attribute name="gradle_scope" value="main"/>
12-
<attribute name="gradle_used_by_scope" value="main,test"/>
13-
</attributes>
14-
</classpathentry>
159
<classpathentry kind="src" output="bin/test" path="src/test/java">
1610
<attributes>
1711
<attribute name="gradle_scope" value="test"/>
1812
<attribute name="gradle_used_by_scope" value="test"/>
1913
<attribute name="test" value="true"/>
2014
</attributes>
2115
</classpathentry>
22-
<classpathentry kind="src" output="bin/test" path="src/test/resources">
23-
<attributes>
24-
<attribute name="gradle_scope" value="test"/>
25-
<attribute name="gradle_used_by_scope" value="test"/>
26-
<attribute name="test" value="true"/>
27-
</attributes>
28-
</classpathentry>
2916
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17/"/>
3017
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
3118
<classpathentry kind="src" path="/organization-api-messaging-lib">

0 commit comments

Comments
 (0)