<?xml version="1.0"?>

<project
	xmlns="http://maven.apache.org/POM/4.0.0"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
>
	<modelVersion>4.0.0</modelVersion>
	<groupId>com.flagstonesoftware</groupId>
	<artifactId>transform-swf</artifactId>
	<packaging>jar</packaging>
	<version>2.1.5</version>
	<name>Transform SWF</name>
	<organization>
		<name>Flagstone Software</name>
		<url>http://www.flagstonesoftware.com/</url>
	</organization>
	<url>http://www.flagstonesoftware.com/transform/</url>
	<description>
		The Transform SWF framework is a collection of classes for each of the tags and data
		structures that make up the Flash (SWF) File Format Specification from Macromedia. The
		classes provide a completely object-based API for parsing, manipulating and generating
		Flash files. This allows Java based applications to dynamically generate and update files
		that represent animations and documents which can be easily distributed and displayed on
		any platform that supports a graphical web browser.
	</description>
	<licenses>
		<license>
			<name>BSD</name>
			<url>http://www.flagstonesoftware.com/licences/bsd.html</url>
		</license>
	</licenses>
	<scm>
		<url>http://www.flagstonesoftware.com/contact.html</url>
	</scm>
</project>
