-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from veraPDF/exp-mavenise-tests
Copied existing readme.text.
- Loading branch information
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |