Skip to content

Commit 5f13a26

Browse files
committed
Updated build.xml for 2.5.1 release
Rearranged project structure slightly: - Tests now have their own folder - Sample code now has its own folder Added missing package.html file
1 parent e9c854b commit 5f13a26

File tree

83 files changed

+169
-200
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+169
-200
lines changed

Source/com/drew/metadata/test/SampleUsage.java renamed to Samples/com/drew/metadata/SampleUsage.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,13 @@
1818
* http://drewnoakes.com/code/exif/
1919
* http://code.google.com/p/metadata-extractor/
2020
*/
21-
package com.drew.metadata.test;
21+
package com.drew.metadata;
2222

2323
import com.drew.imaging.ImageMetadataReader;
2424
import com.drew.imaging.ImageProcessingException;
2525
import com.drew.imaging.jpeg.JpegMetadataReader;
2626
import com.drew.imaging.jpeg.JpegProcessingException;
2727
import com.drew.imaging.jpeg.JpegSegmentReader;
28-
import com.drew.metadata.Directory;
29-
import com.drew.metadata.Metadata;
30-
import com.drew.metadata.Tag;
3128
import com.drew.metadata.exif.ExifReader;
3229
import com.drew.metadata.iptc.IptcReader;
3330

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-250 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)