Skip to content

Commit

Permalink
Merge pull request #13 from veraPDF/exp-mavenise-tests
Browse files Browse the repository at this point in the history
Copied existing readme.text.
  • Loading branch information
carlwilson authored Jul 2, 2016
2 parents e6633e0 + 86f4fb4 commit 1610367
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
Adobe XMP Toolkit for Java Version 5.1.0
========================================

For information about the Extensible Metadata Platform (XMP),
visit the XMP product page on the Adobe website: http://www.adobe.com/xmp.

The Java API contains only the XMPCore part of the XMP Toolkit;
it does NOT contain the XMPFiles component.

This file contains instructions for installing the XMPCore Java library
and example project for the Eclipse Java IDE 3.2 and higher,
and Java SDK 1.5.x or 1.6.


To set up the projects in Eclipse 3.2 and higher:

1. Start Eclipse with an empty workspace
2. Choose File > Import.
3. In the Wizard, choose Existing Projects into Workspace > Next
3. Click "Select root directory" and browse for the folder XMP-Toolkit-SDK-5.1.0/java
4. Two projects are displayed: "XMPCore" and "XMPCoreCoverage"
5. Select both and click Finish.


To set up the projects in Eclipse 3.0.x:

1. Start Eclipse with an empty workspace
2. Choose File > New > Project > Java Project
3. Enter the Project Name "XMPCore"
4. Click "Create project at external location" and select the folder "XMPCore"
(in the folder that contains this readme.txt file).
5. Click Finish.
6. To install the example, repeat steps 2 to 5, replacing "XMPCore" with "XMPCoreCoverage"


To build debug and release libraries of XMPCore, run the ANT script "build.xml"
that is contained in the XMPCore project.

0 comments on commit 1610367

Please sign in to comment.