[Jarspy-commits] CVS: JarSpy2 project.xml,1.2,1.3
Status: Beta
Brought to you by:
brown_j
From: Jeff B. <br...@us...> - 2005-01-28 05:08:33
|
Update of /cvsroot/jarspy/JarSpy2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2167 Modified Files: project.xml Log Message: config changes to improve maven reports Index: project.xml =================================================================== RCS file: /cvsroot/jarspy/JarSpy2/project.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** project.xml 28 Jan 2005 04:24:24 -0000 1.2 --- project.xml 28 Jan 2005 05:08:21 -0000 1.3 *************** *** 20,122 **** <project> ! <!-- the version of maven's project object model --> ! <pomVersion>3</pomVersion> ! <!-- a unique name for this project --> ! <id>jarspy</id> ! <!-- a short but descriptive name for the project --> ! <name>JarSpy</name> ! <!-- The version of the project under development, e.g. ! 1.1, 1.2, 2.0-SNAPSHOT --> ! <currentVersion>2.0</currentVersion> ! <!-- details about the organization that 'owns' the project --> ! <organization> ! <name>JarSpy</name> ! <url>http://www.jarspy.org/</url> ! <logo>http://www.jarspy.org/images/jar.gif</logo> ! </organization> ! <!-- the year the project started --> ! <inceptionYear>1999</inceptionYear> ! <package>org.jarspy</package> ! <logo>http://www.jarspy.org/images/jar.gif</logo> ! <description>JarSpy is a utility for Spying the contents of Java Archive (jar) files.</description> ! <!-- a short description of what the project does --> ! <shortDescription>JarSpy - The Java Archive Spying Utility</shortDescription> ! <!-- the project home page --> ! <url>http://www.jarspy.org</url> ! <siteAddress>www.jarspy.org</siteAddress> ! <!-- the version control repository and http url for online access ! the connection element has the form: ! scm:<system>:<system specific connection string> --> ! <repository> ! <connection>scm:pserver:ano...@cv...:/cvsroot/jarspy</connection> ! </repository> ! <!-- who the developers are for the project --> ! <developers/> ! <!-- jar files the project is dependent on --> ! <dependencies> ! <dependency> ! <groupId>intellij</groupId> ! <artifactId>openapi</artifactId> ! <version>1.2.8</version> ! <url>http://www.intellij.org/</url> ! <jar>openapi.jar</jar> ! </dependency> ! <dependency> ! <groupId>jode</groupId> ! <artifactId>jode</artifactId> ! <version>1.1.1</version> ! <url>http://jode.sourceforge.net/</url> ! </dependency> ! <dependency> ! <groupId>jgoodies</groupId> ! <artifactId>forms</artifactId> ! <version>1.0.4</version> ! <url>http://www.jgoodies.com/</url> ! </dependency> ! <dependency> ! <groupId>jgoodies</groupId> ! <artifactId>looks</artifactId> ! <version>1.2.2</version> ! <url>http://www.jgoodies.com/</url> ! </dependency> ! </dependencies> ! <!-- build information for the project --> ! <build> ! <nagEmailAddress>de...@ja...</nagEmailAddress> ! <sourceDirectory>src/java</sourceDirectory> ! <unitTestSourceDirectory>src/test</unitTestSourceDirectory> ! <unitTest> ! <includes> ! <include>**/*Test.java</include> ! </includes> ! </unitTest> ! <resources> ! <resource> ! <directory>src/conf</directory> ! <includes> ! <include>**/*.properties</include> ! </includes> ! </resource> ! <resource> ! <directory>src/images</directory> ! <includes> ! <include>**/*.gif</include> ! </includes> ! </resource> ! </resources> ! </build> </project> --- 20,130 ---- <project> ! <!-- the version of maven's project object model --> ! <pomVersion>3</pomVersion> ! <!-- a unique name for this project --> ! <id>jarspy</id> ! <!-- a short but descriptive name for the project --> ! <name>JarSpy</name> ! <!-- The version of the project under development, e.g. ! 1.1, 1.2, 2.0-SNAPSHOT --> ! <currentVersion>2.0</currentVersion> ! <!-- details about the organization that 'owns' the project --> ! <organization> ! <name>JarSpy</name> ! <url>http://www.jarspy.org/</url> ! <logo>http://www.jarspy.org/images/jar.gif</logo> ! </organization> ! <!-- the year the project started --> ! <inceptionYear>1999</inceptionYear> ! <package>org.jarspy</package> ! <logo>http://www.jarspy.org/images/jar.gif</logo> ! <description>JarSpy is a utility for Spying the contents of Java Archive (jar) files.</description> ! <!-- a short description of what the project does --> ! <shortDescription>JarSpy - The Java Archive Spying Utility</shortDescription> ! <!-- the project home page --> ! <url>http://www.jarspy.org</url> ! <siteAddress>www.jarspy.org</siteAddress> ! <!-- the version control repository and http url for online access ! the connection element has the form: ! scm:<system>:<system specific connection string> --> ! <repository> ! <connection>scm:cvs:ext:brown_j@sf-cvs-ssh:/cvsroot/jarspy:JarSpy2</connection> ! </repository> ! <!-- who the developers are for the project --> ! <developers> ! <developer> ! <name>Jeff Brown</name> ! <id>brown_j</id> ! <email>je...@ja...</email> ! <timezone>-6</timezone> ! <url>http://www.jeffandbetsy.net/</url> ! </developer> ! </developers> ! <!-- jar files the project is dependent on --> ! <dependencies> ! <dependency> ! <groupId>intellij</groupId> ! <artifactId>openapi</artifactId> ! <version>1.2.8</version> ! <url>http://www.intellij.org/</url> ! <jar>openapi.jar</jar> ! </dependency> ! <dependency> ! <groupId>jode</groupId> ! <artifactId>jode</artifactId> ! <version>1.1.1</version> ! <url>http://jode.sourceforge.net/</url> ! </dependency> ! <dependency> ! <groupId>jgoodies</groupId> ! <artifactId>forms</artifactId> ! <version>1.0.4</version> ! <url>http://www.jgoodies.com/</url> ! </dependency> ! <dependency> ! <groupId>jgoodies</groupId> ! <artifactId>looks</artifactId> ! <version>1.2.2</version> ! <url>http://www.jgoodies.com/</url> ! </dependency> ! </dependencies> ! <!-- build information for the project --> ! <build> ! <nagEmailAddress>de...@ja...</nagEmailAddress> ! <sourceDirectory>src/java</sourceDirectory> ! <unitTestSourceDirectory>src/test</unitTestSourceDirectory> ! <unitTest> ! <includes> ! <include>**/*Test.java</include> ! </includes> ! </unitTest> ! <resources> ! <resource> ! <directory>src/conf</directory> ! <includes> ! <include>**/*.properties</include> ! </includes> ! </resource> ! <resource> ! <directory>src/images</directory> ! <includes> ! <include>**/*.gif</include> ! </includes> ! </resource> ! </resources> ! </build> </project> |