Skip to content

Commit 531db2a

Browse files
committed
commit code
0 parents  commit 531db2a

25 files changed

+276
-0
lines changed

.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="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
4+
<classpathentry kind="src" path="src"/>
5+
<classpathentry kind="lib" path="libs/ApacheJMeter_components.jar"/>
6+
<classpathentry kind="lib" path="libs/ApacheJMeter_core.jar"/>
7+
<classpathentry kind="lib" path="libs/slf4j-api-1.7.21.jar"/>
8+
<classpathentry kind="lib" path="libs/activation-1.1.jar"/>
9+
<classpathentry kind="lib" path="libs/btf-1.2.jar"/>
10+
<classpathentry kind="lib" path="libs/guava-16.0.1.jar"/>
11+
<classpathentry kind="lib" path="libs/jackson-annotations-2.2.3.jar"/>
12+
<classpathentry kind="lib" path="libs/jackson-core-2.2.3.jar"/>
13+
<classpathentry kind="lib" path="libs/jackson-coreutils-1.8.jar"/>
14+
<classpathentry kind="lib" path="libs/jackson-databind-2.2.3.jar"/>
15+
<classpathentry kind="lib" path="libs/joda-time-2.9.7.jar"/>
16+
<classpathentry kind="lib" path="libs/jopt-simple-5.0.3.jar"/>
17+
<classpathentry kind="lib" path="libs/json-schema-core-1.2.8.jar"/>
18+
<classpathentry kind="lib" path="libs/json-schema-validator-2.2.8.jar"/>
19+
<classpathentry kind="lib" path="libs/jsr305-3.0.1.jar"/>
20+
<classpathentry kind="lib" path="libs/libphonenumber-8.0.0.jar"/>
21+
<classpathentry kind="lib" path="libs/mailapi-1.4.3.jar"/>
22+
<classpathentry kind="lib" path="libs/msg-simple-1.1.jar"/>
23+
<classpathentry kind="lib" path="libs/rhino-1.7R4.jar"/>
24+
<classpathentry kind="lib" path="libs/uri-template-0.9.jar"/>
25+
<classpathentry kind="output" path="bin"/>
26+
</classpath>

.project

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>jmeter-jsonSchema-plugin</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.jdt.core.javabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.jdt.core.javanature</nature>
16+
</natures>
17+
</projectDescription>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
eclipse.preferences.version=1
2+
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
3+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
4+
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
5+
org.eclipse.jdt.core.compiler.compliance=1.8
6+
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
7+
org.eclipse.jdt.core.compiler.debug.localVariable=generate
8+
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
9+
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
10+
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
11+
org.eclipse.jdt.core.compiler.source=1.8

libs/ApacheJMeter_components.jar

578 KB
Binary file not shown.

libs/ApacheJMeter_core.jar

1.47 MB
Binary file not shown.

libs/activation-1.1.jar

61.5 KB
Binary file not shown.

libs/btf-1.2.jar

8.72 KB
Binary file not shown.

libs/guava-16.0.1.jar

2.12 MB
Binary file not shown.

libs/jackson-annotations-2.2.3.jar

32.7 KB
Binary file not shown.

libs/jackson-core-2.2.3.jar

188 KB
Binary file not shown.

0 commit comments

Comments
 (0)