Skip to content

Commit

Permalink
Updating new databind library
Browse files Browse the repository at this point in the history
  • Loading branch information
Praveen Innamuri committed Mar 12, 2015
1 parent 8f28a70 commit 885d463
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugins/com.jackson.libraries/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry exported="true" kind="lib" path="lib/jackson-annotations-2.5.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jackson-core-2.5.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jackson-databind-2.3.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jackson-databind-2.5.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
4 changes: 2 additions & 2 deletions plugins/com.jackson.libraries/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Libraries
Bundle-Name: Jackson JSON Libraries
Bundle-SymbolicName: com.jackson.libraries
Bundle-Version: 1.0.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ClassPath: lib/jackson-annotations-2.5.0.jar,
lib/jackson-core-2.5.0.jar,
lib/jackson-databind-2.3.1.jar,
lib/jackson-databind-2.5.0.jar,
.
Export-Package: com.fasterxml.jackson.annotation,
com.fasterxml.jackson.core,
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 885d463

Please sign in to comment.