All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.main.assembly.bin.xml Maven / Gradle / Ivy

Go to download

This library enables Java applications to work with property lists in various formats. Supported formats for reading and writing are OS X/iOS binary and XML property lists. ASCII property lists are also supported. The library also provides access to basic functions of NeXTSTEP/Cocoa classes like NSDictionary, NSArray, etc.

There is a newer version: 1.28
Show newest version
<assembly>
	<id>bin</id>
	<formats>
		<format>zip</format>
	</formats>
	<includeBaseDirectory>false</includeBaseDirectory>
	<files>
		<file>
			<source>target/dd-plist.jar</source>
			<outputDirectory></outputDirectory>
			<destName>dd-plist.jar</destName>
        </file>
    </files>
  <fileSets>
    <fileSet>
    	<directory>target/javadoc</directory>
    	<outputDirectory>javadoc</outputDirectory>
	</fileSet>
  </fileSets>
</assembly>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy