aboutsummaryrefslogtreecommitdiffstats
path: root/modules/exception/.classpath
diff options
context:
space:
mode:
authorKostya <mail@sartin.in>2026-08-09 07:57:20 +0000
committerKostya <mail@sartin.in>2026-08-09 07:57:20 +0000
commit18a9b6e4f3c9f7e034a0c174a5e2cd6c043ee169 (patch)
tree9fd60c048a7181ee0c9f85e194a452d9e8a831e8 /modules/exception/.classpath
parent10e36a8910653a73910b7be654b3467ece511d9b (diff)
downloadguess-market-18a9b6e4f3c9f7e034a0c174a5e2cd6c043ee169.tar.gz
guess-market-18a9b6e4f3c9f7e034a0c174a5e2cd6c043ee169.tar.xz
guess-market-18a9b6e4f3c9f7e034a0c174a5e2cd6c043ee169.zip
consolidate modules, add more infra
Diffstat (limited to 'modules/exception/.classpath')
-rw-r--r--modules/exception/.classpath20
1 files changed, 0 insertions, 20 deletions
diff --git a/modules/exception/.classpath b/modules/exception/.classpath
deleted file mode 100644
index 7f8bc25..0000000
--- a/modules/exception/.classpath
+++ /dev/null
@@ -1,20 +0,0 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<classpath>
3 <!-- Defines your source folder -->
4 <classpathentry kind="src" output="bin/classes" path="src/main/java">
5 <attributes>
6 <attribute name="optional" value="true"/>
7 </attributes>
8 </classpathentry>
9 <classpathentry kind="src" output="bin/test-classes" path="src/test/java">
10 <attributes>
11 <attribute name="optional" value="true"/>
12 <attribute name="test" value="true"/>
13 </attributes>
14 </classpathentry>
15 <!-- Defines the standard Java System Library -->
16 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
17 <!-- Defines where compiled .class files go -->
18 <classpathentry kind="output" path="bin"/>
19</classpath>
20