Skip to content

Commit 6c207c3

Browse files
Manu ChaudharyManu Chaudhary
authored andcommitted
more test cases
1 parent 00c1b7a commit 6c207c3

Some content is hidden

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

49 files changed

+70
-0
lines changed

imagekit-sdk/.classpath

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" output="bin/main" path="src/main/java">
4+
<attributes>
5+
<attribute name="gradle_scope" value="main"/>
6+
<attribute name="gradle_used_by_scope" value="main,test"/>
7+
</attributes>
8+
</classpathentry>
9+
<classpathentry kind="src" output="bin/test" path="src/test/java">
10+
<attributes>
11+
<attribute name="gradle_scope" value="test"/>
12+
<attribute name="gradle_used_by_scope" value="test"/>
13+
<attribute name="test" value="true"/>
14+
</attributes>
15+
</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>
23+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8/"/>
24+
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
25+
<classpathentry kind="output" path="bin/default"/>
26+
</classpath>
4.62 KB
Binary file not shown.
1.85 KB
Binary file not shown.
Binary file not shown.
382 Bytes
Binary file not shown.
4.39 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
8.23 KB
Binary file not shown.

0 commit comments

Comments
 (0)