Skip to content

Commit

Permalink
Add minimal-json as third parties. See
Browse files Browse the repository at this point in the history
  • Loading branch information
angelozerr committed Mar 7, 2016
1 parent aff8224 commit ef47b48
Show file tree
Hide file tree
Showing 7 changed files with 59 additions and 0 deletions.
8 changes: 8 additions & 0 deletions thirdparties/minimal-json/.classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?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/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry exported="true" kind="lib" path="minimal-json-0.9.4.jar" sourcepath="C:/Users/azerr/.m2/repository/com/eclipsesource/minimal-json/minimal-json/0.9.4/minimal-json-0.9.4-sources.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
1 change: 1 addition & 0 deletions thirdparties/minimal-json/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/bin
28 changes: 28 additions & 0 deletions thirdparties/minimal-json/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>minimal-json</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.SchemaBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
16 changes: 16 additions & 0 deletions thirdparties/minimal-json/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Manifest-Version: 1.0
Bundle-Description: A Minimal JSON Parser and Writer
Bundle-License: http://opensource.org/licenses/MIT
Bundle-SymbolicName: minimal-json
Built-By: Ralf Sternberg
Bundle-ManifestVersion: 2
Bnd-LastModified: 1437327188796
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Tool: Bnd-0.0.238
Export-Package: com.eclipsesource.json;version="0.9.4"
Bundle-Name: minimal-json
Bundle-Version: 0.9.4
Created-By: Apache Maven Bundle Plugin
Build-Jdk: 1.8.0_45
Bundle-ClassPath: minimal-json-0.9.4.jar,
.
6 changes: 6 additions & 0 deletions thirdparties/minimal-json/build.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
minimal-json-0.9.4.jar
jars.compile.order = .
Binary file added thirdparties/minimal-json/minimal-json-0.9.4.jar
Binary file not shown.
Empty file.

0 comments on commit ef47b48

Please sign in to comment.