[Nice-commit] swing/examples project-template.xml,NONE,1.1
Brought to you by:
bonniot
From: <bo...@us...> - 2004-02-05 15:23:18
|
Update of /cvsroot/nice/swing/examples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5494/examples Added Files: project-template.xml Log Message: Maven support for building the examples and uploading to the nice.sf.net repository. --- NEW FILE: project-template.xml --- <?xml version="1.0" encoding="latin1" ?> <project> <extend>../project.xml</extend> <name>Nice-swing examples</name> <id>nice-swing-examples</id> <currentVersion>0.1</currentVersion> <shortDescription> Example programs using the Swing adapter for Nice </shortDescription> <description> This project contains four small example programs that use Nice-swing to display a user-interface. </description> <siteDirectory> /home/groups/n/ni/nice/htdocs/packages/swing-examples </siteDirectory> <distributionDirectory> /home/groups/n/ni/nice/packages/builds </distributionDirectory> <repository> <connection> scm:cvs:pserver:ano...@cv...:/cvsroot/nice:swing/examples </connection> <url> http://cvs.sourceforge.net/viewcvs.py/nice/swing/examples </url> </repository> <build> <sourceDirectory>../..</sourceDirectory> <unitTestSourceDirectory>../test</unitTestSourceDirectory> <!-- Unit test cases --> <unitTest> <includes> <include>**/*Test.java</include> </includes> <excludes> <exclude>**/RepositoryTest.java</exclude> </excludes> </unitTest> <!-- J A R R E S O U R C E S --> <!-- Resources that are packaged up inside the JAR file --> <resources> </resources> <!-- Integration unit test cases --> <integrationUnitTest/> <jars> </jars> </build> <dependencies> <dependency> <groupId>nice</groupId> <artifactId>nice-swing</artifactId> <version>SNAPSHOT</version> <url>http://nice.sf.net/maven</url> <properties> <classloader>root</classloader> </properties> </dependency> </dependencies> </project> |