<project>
    <modelVersion>4.0.0</modelVersion>
    <groupId>com.jidesoft</groupId>
    <artifactId>jide-oss</artifactId>
    <version>2.0.4</version>
    <packaging>jar</packaging>
    <name>JIDE Common Layer</name>
    <url>https://jide-oss.dev.java.net</url>
    <description>JIDE Common Layer (Professional Swing Components)</description>
    <licenses>
        <license>
            <name>GPL with classpath exception</name>
            <url>http://www.gnu.org/licenses/gpl.txt</url>
            <distribution>repo</distribution>
        </license>
        <license>
            <name>Free commercial license</name>
            <url>http://www.jidesoft.com/purchase/SLA.htm</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <build>
        <sourceDirectory>src</sourceDirectory>
        <resources>
            <resource>
                <directory>src</directory>
                <includes>
                    <include>**/*.properties</include>
                    <include>**/*.gif</include>
                    <include>**/*.jpg</include>
                    <include>**/*.png</include>
                </includes>
            </resource>
        </resources>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
                <configuration>
                    <source>1.3</source>
                    <target>1.3</target>
                </configuration>
            </plugin>
        </plugins>
    </build>
    <scm>
        <url>https://jide-oss.dev.java.net/svn/jide-oss/trunk</url>
        <connection>https://jide-oss.dev.java.net/svn/jide-oss/trunk</connection>
    </scm>
    <dependencies>
<!-- system-scoped dependency must specify an absolute path systemPath
        <dependency>
            <groupId>aqua</groupId>
            <artifactId>aqua</artifactId>
            <version>5.0</version>
            <scope>system</scope>
            <systemPath>${basedir}/libs/laf.jar</systemPath>
        </dependency>
-->
    </dependencies>
</project>
