diff options
author | Kenji Hosokawa <khosokawa@jp.adit-jv.com> | 2021-08-03 18:42:39 +0900 |
---|---|---|
committer | Kenji Hosokawa <khosokawa@jp.adit-jv.com> | 2021-08-06 19:32:38 +0900 |
commit | be4f78978faba3d3ceb88df02a7f93a2e09ff1e0 (patch) | |
tree | 1f3f1a96251ac4f655c8a96fc33d5d4ee779cd06 /rba.tool.lib.json | |
parent | 71ca7c6cab863767ef30c8bd05b2bbfda8731cb5 (diff) |
Initial commit
Bug-AGL: SPEC-4033
Signed-off-by: Kenji Hosokawa <khosokawa@jp.adit-jv.com>
Diffstat (limited to 'rba.tool.lib.json')
-rw-r--r-- | rba.tool.lib.json/.classpath | 7 | ||||
-rw-r--r-- | rba.tool.lib.json/.project | 28 | ||||
-rw-r--r-- | rba.tool.lib.json/.settings/org.eclipse.jdt.core.prefs | 7 | ||||
-rw-r--r-- | rba.tool.lib.json/META-INF/MANIFEST.MF | 11 | ||||
-rw-r--r-- | rba.tool.lib.json/build.properties | 4 | ||||
-rw-r--r-- | rba.tool.lib.json/lib/java-json.jar | bin | 0 -> 84697 bytes | |||
-rw-r--r-- | rba.tool.lib.json/plugin.properties | 2 |
7 files changed, 59 insertions, 0 deletions
diff --git a/rba.tool.lib.json/.classpath b/rba.tool.lib.json/.classpath new file mode 100644 index 0000000..883f450 --- /dev/null +++ b/rba.tool.lib.json/.classpath @@ -0,0 +1,7 @@ +<?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-1.8"/> + <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> + <classpathentry exported="true" kind="lib" path="lib/java-json.jar"/> + <classpathentry kind="output" path="bin"/> +</classpath> diff --git a/rba.tool.lib.json/.project b/rba.tool.lib.json/.project new file mode 100644 index 0000000..b63240e --- /dev/null +++ b/rba.tool.lib.json/.project @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>rba.tool.lib.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> diff --git a/rba.tool.lib.json/.settings/org.eclipse.jdt.core.prefs b/rba.tool.lib.json/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000..0c68a61 --- /dev/null +++ b/rba.tool.lib.json/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,7 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 +org.eclipse.jdt.core.compiler.compliance=1.8 +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.source=1.8 diff --git a/rba.tool.lib.json/META-INF/MANIFEST.MF b/rba.tool.lib.json/META-INF/MANIFEST.MF new file mode 100644 index 0000000..d60d007 --- /dev/null +++ b/rba.tool.lib.json/META-INF/MANIFEST.MF @@ -0,0 +1,11 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: %pluginName +Bundle-Vendor: %providerName +Bundle-Localization: plugin +Bundle-SymbolicName: rba.tool.lib.json +Bundle-Version: 1.0.0.qualifier +Bundle-RequiredExecutionEnvironment: JavaSE-1.8 +Bundle-ClassPath: lib/java-json.jar +Export-Package: org.json + diff --git a/rba.tool.lib.json/build.properties b/rba.tool.lib.json/build.properties new file mode 100644 index 0000000..0902b6c --- /dev/null +++ b/rba.tool.lib.json/build.properties @@ -0,0 +1,4 @@ +bin.includes = META-INF/,\ + .,\ + lib/java-json.jar,\ + plugin.properties diff --git a/rba.tool.lib.json/lib/java-json.jar b/rba.tool.lib.json/lib/java-json.jar Binary files differnew file mode 100644 index 0000000..2f211e3 --- /dev/null +++ b/rba.tool.lib.json/lib/java-json.jar diff --git a/rba.tool.lib.json/plugin.properties b/rba.tool.lib.json/plugin.properties new file mode 100644 index 0000000..34aff89 --- /dev/null +++ b/rba.tool.lib.json/plugin.properties @@ -0,0 +1,2 @@ +pluginName = RBA Tool Lib JSON +providerName=DENSO CORPORATION |