-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.classpath
19 lines (19 loc) · 908 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="C:/Users/manish/.m2/repository/org/eclipse/jdt/ecj/3.26.0/ecj-3.26.0.jar" sourcepath="C:/Users/manish/.m2/repository/org/eclipse/jdt/ecj/3.26.0/ecj-3.26.0-sources.jar">
<attributes>
<attribute name="maven.pomderived" value="true"/>
<attribute name="maven.groupId" value="org.eclipse.jdt"/>
<attribute name="maven.artifactId" value="ecj"/>
<attribute name="maven.version" value="3.26.0"/>
<attribute name="maven.scope" value="compile"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>