[Nice-commit] swing project.properties,NONE,1.1 maven.xml,NONE,1.1 project.xml,1.1,1.2
Brought to you by:
bonniot
From: <bo...@us...> - 2004-02-05 15:23:18
|
Update of /cvsroot/nice/swing In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5494 Modified Files: project.xml Added Files: project.properties maven.xml Log Message: Maven support for building the examples and uploading to the nice.sf.net repository. --- NEW FILE: project.properties --- # ------------------------------------------------------------------- # P R O J E C T P R O P E R T I E S # ------------------------------------------------------------------- maven.repo.central=nice.sf.net maven.repo.central.directory=/home/groups/n/ni/nice/htdocs/maven maven.remote.group=nice maven.multiproject.includes = examples/*/project.xml --- NEW FILE: maven.xml --- <project default="all" xmlns:j="jelly:core" xmlns:u="jelly:util"> <goal name="all"> <attainGoal name="jar:install-snapshot" /> <!-- <j:set var="maven.jar.override" value="on" /> <j:set var="maven.jar.${pom.id}" value="${maven.build.dir}/${maven.final.name}.jar" /> --> <j:set var="goal" value="nice" /> <attainGoal name="multiproject:goal" /> </goal> </project> Index: project.xml =================================================================== RCS file: /cvsroot/nice/swing/project.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** project.xml 30 Jan 2004 15:53:16 -0000 1.1 --- project.xml 5 Feb 2004 15:20:45 -0000 1.2 *************** *** 4,8 **** <name>Swing adapter for Nice</name> <id>nice-swing</id> ! <currentVersion>0.1</currentVersion> <organization> <name>The Nice project</name> --- 4,9 ---- <name>Swing adapter for Nice</name> <id>nice-swing</id> ! <currentVersion>SNAPSHOT</currentVersion> ! <groupId>nice</groupId> <organization> <name>The Nice project</name> |