[jboss-svn-commits] JBL Code SVN: r20226 - in labs/jira-extensions/trunk: releasenotes-report and 2 other directories.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Fri May 30 04:38:58 EDT 2008
Author: adamw
Date: 2008-05-30 04:38:58 -0400 (Fri, 30 May 2008)
New Revision: 20226
Removed:
labs/jira-extensions/trunk/releasenotes-report/.externalToolBuilders/
labs/jira-extensions/trunk/releasenotes-report/.settings/
labs/jira-extensions/trunk/value-generators/.externalToolBuilders/
labs/jira-extensions/trunk/value-generators/.settings/
Modified:
labs/jira-extensions/trunk/
labs/jira-extensions/trunk/common.xml
labs/jira-extensions/trunk/maven.xml
labs/jira-extensions/trunk/project.xml
labs/jira-extensions/trunk/releasenotes-report/
labs/jira-extensions/trunk/releasenotes-report/src/java/pl/net/mamut/ReleaseNotesReport.java
labs/jira-extensions/trunk/value-generators/
Log:
Fixing the release notes report for jira 3.12
Property changes on: labs/jira-extensions/trunk
___________________________________________________________________
Name: svn:ignore
- build.properties
+ *.iml
build.properties
Modified: labs/jira-extensions/trunk/common.xml
===================================================================
--- labs/jira-extensions/trunk/common.xml 2008-05-30 07:05:20 UTC (rev 20225)
+++ labs/jira-extensions/trunk/common.xml 2008-05-30 08:38:58 UTC (rev 20226)
@@ -2,478 +2,69 @@
<project>
<pomVersion>3</pomVersion>
-
<dependencies>
- <dependency>
- <id>atlassian-jira</id>
- <version>3.6.2</version>
- </dependency>
+ <dependency>
+ <id>atlassian-core</id>
+ <version>3.9</version>
+ </dependency>
+ <dependency>
+ <id>atlassian-plugins</id>
+ <version>0.10</version>
+ </dependency>
- <dependency>
- <id>global-reports-plugins</id>
- <version>1.0</version>
- </dependency>
-
- <dependency>
- <id>atlassian-core</id>
- <version>2.5.2</version>
- </dependency>
+ <dependency>
+ <id>oscore</id>
+ <version>2.2.6</version>
+ </dependency>
- <dependency>
- <id>atlassian-ofbiz</id>
- <version>0.2.6</version>
- </dependency>
+ <dependency>
+ <id>osuser</id>
+ <version>1.0-dev-28Jul04</version>
+ </dependency>
+ <dependency>
+ <id>atlassian-jira</id>
+ <version>3.12.3</version>
+ </dependency>
+ <dependency>
+ <id>atlassian-configurableobjects</id>
+ <version>0.7</version>
+ </dependency>
+ <dependency>
+ <id>ofbcore+entity</id>
+ <version>2.1.1-atlassian-2008-04-23</version>
+ </dependency>
+ <dependency>
+ <id>commons-digester</id>
+ <version>1.4.1</version>
+ </dependency>
- <dependency>
- <id>atlassian-profiling</id>
- <version>1.1.4</version>
- </dependency>
+ <dependency>
+ <id>commons-beanutils</id>
+ <version>1.6.1</version>
+ </dependency>
- <dependency>
- <id>atlassian-configurableobjects</id>
- <version>0.4.22</version>
- </dependency>
+ <dependency>
+ <id>commons-logging</id>
+ <version>1.0.3</version>
+ </dependency>
- <dependency>
- <id>atlassian-mail</id>
- <version>1.2.30</version>
- </dependency>
+ <dependency>
+ <id>commons-collections</id>
+ <version>2.1</version>
+ </dependency>
- <dependency>
- <id>atlassian-scheduler</id>
- <version>0.7.9</version>
- </dependency>
-
- <dependency>
- <id>atlassian-velocity</id>
- <version>0.3.19</version>
- </dependency>
-
- <dependency>
- <id>atlassian-johnson</id>
- <version>0.5.7</version>
- </dependency>
-
- <dependency>
- <id>atlassian-plugins</id>
- <version>0.3.26</version>
- </dependency>
-
- <dependency>
- <id>seraph</id>
- <version>0.7.5</version>
- </dependency>
-
- <!-- Atlassian jar dependencies -->
- <dependency>
- <id>atlassian-extras</id>
- <version>0.7.20</version>
- </dependency>
-
- <dependency>
- <id>atlassian-tagutil</id>
- <version>0.1</version>
- </dependency>
-
- <!-- OS dependencies -->
- <dependency>
- <id>oscache</id>
- <version>DEV</version>
- </dependency>
-
- <dependency>
- <id>osworkflow</id>
- <version>17Aug2004</version>
- </dependency>
-
- <dependency>
- <id>oscore</id>
- <version>2.2.4</version>
- </dependency>
-
- <dependency>
- <id>osuser</id>
- <version>1.0-dev-28Jul04</version>
- </dependency>
-
- <dependency>
- <id>propertyset</id>
- <version>1.3</version>
- </dependency>
-
- <dependency>
- <id>sitemesh</id>
- <version>2.1</version>
- </dependency>
-
- <dependency>
- <id>webwork</id>
- <version>1.4</version>
- </dependency>
-
- <dependency>
- <id>webwork+pell</id>
- <version>multipartrequest1.30rc1</version>
- </dependency>
-
- <!-- Jakarta dependencies -->
- <dependency>
- <id>commons-digester</id>
- <version>1.4.1</version>
- </dependency>
-
- <dependency>
- <id>commons-beanutils</id>
- <version>1.6.1</version>
- </dependency>
-
- <dependency>
- <id>commons-logging</id>
- <version>1.0.3</version>
- </dependency>
-
- <dependency>
- <id>commons-collections</id>
- <version>2.1</version>
- </dependency>
-
- <dependency>
- <id>commons-lang</id>
- <version>1.0.1</version>
- </dependency>
-
- <dependency>
- <id>log4j</id>
- <version>1.2.7</version>
- <url>http://jakarta.apache.org/log4j</url>
- </dependency>
-
- <dependency>
- <id>lucene</id>
- <version>1.4.3</version>
- </dependency>
-
- <dependency>
- <id>oro</id>
- <version>2.0.7</version>
- </dependency>
-
- <dependency>
- <id>velocity</id>
- <version>1.4</version>
- </dependency>
-
- <!-- Testing / Mock dependencies -->
- <dependency>
- <id>alt</id>
- <version>0.07-jdk1.3</version>
- </dependency>
-
- <dependency>
- <id>alt+j2ee</id>
- <version>0.07-jdk1.3</version>
- <jar>alt-0.07-j1.3-j2ee1.3.jar</jar>
- </dependency>
-
- <dependency>
- <id>junit</id>
- <version>3.8.1</version> </dependency>
-
- <dependency>
- <id>mockobjects</id>
- <version>DEV</version>
- </dependency>
-
- <dependency>
- <id>easymock</id>
- <groupId>easymock</groupId>
- <version>1.1</version>
- </dependency>
-
- <dependency>
- <id>cglib-full</id>
- <groupId>cglib</groupId>
- <artifactId>cglib-full</artifactId>
- <version>2.0.1</version>
- </dependency>
-
- <dependency>
- <id>easymockextension</id>
- <groupId>easymock</groupId>
- <artifactId>easymockclassextension</artifactId>
- <version>1.1</version>
- </dependency>
-
- <dependency>
- <id>mockobjects+j2ee</id>
- <version>0.07-jdk1.3</version>
- <jar>mockobjects-0.07-j1.3-j2ee1.3.jar</jar>
- </dependency>
-
- <dependency>
- <id>mockobjects+jdk</id>
- <version>0.07-jdk1.3</version>
- <jar>mockobjects-0.07-jdk1.3.jar</jar>
- </dependency>
-
- <!-- javax dependencies -->
- <dependency>
- <id>activation</id>
- <version>1.0.1</version>
- </dependency>
-
- <dependency>
- <id>javamail</id>
- <version>1.2</version>
- </dependency>
-
- <dependency>
- <id>servletapi</id>
- <version>2.3</version> </dependency>
-
- <!-- Misc dependencies -->
- <dependency>
- <id>glue</id>
- <version>5.0b2</version>
- </dependency>
-
- <dependency>
- <id>bsf</id>
- <version>2.2</version>
- </dependency>
-
- <dependency>
- <id>bsh</id>
- <version>1.2b7</version>
- </dependency>
-
- <dependency>
- <id>ofbcore+share</id>
- <version>2.1.1</version>
- </dependency>
-
- <dependency>
- <id>ofbcore+entity</id>
- <version>2.1.1-atlassian-01042004</version>
- </dependency>
-
- <dependency>
- <id>ofbcore+service</id>
- <version>2.1.1</version>
- </dependency>
-
- <dependency>
- <id>ofbcore+extutil</id>
- <version>2.1.1</version>
- </dependency>
-
- <dependency>
- <id>csv</id>
- <version>20</version>
- </dependency>
-
- <!-- A subset of Xerces including just the serializer -->
- <dependency>
- <id>ofbcore+xerces</id>
- <version>serializer</version>
- <jar>ofbcore-xerces-serialize.jar</jar>
- </dependency>
-
- <dependency>
- <id>quartz</id>
- <version>1.0.7</version>
- </dependency>
-
- <dependency>
- <id>picocontainer</id>
- <version>1.0</version>
- </dependency>
-
- <!-- Version Control Integration dependencies -->
- <dependency>
- <!-- needed by jsch for compression -->
- <!-- http://www.jcraft.com/jzlib/ -->
- <id>jzlib</id>
- <version>1.0.5</version>
- </dependency>
-
- <dependency>
- <!-- needed by javacvs for providing ext (ssh) CVS access method -->
- <!-- http://www.jcraft.com/jsch/ -->
- <id>jsch</id>
- <version>0.1.16-20040721-patched</version>
- </dependency>
-
- <dependency>
- <id>javacvs</id>
- <version>20040721-patched</version>
- <!-- netbeans cvslib from Netbeans patched by Atlassian
- (http://javacvs.netbeans.org/servlets/ProjectDownloadList)
- (http://www.netbeans.org/community/sources/cvs.html) -->
- </dependency>
-
- <dependency>
- <id>statcvs</id>
- <version>20040721-patched</version>
- <!-- CVS HEAD -->
- </dependency>
-
- <!-- Application Server (Jetty, Tomcat and Resin) Standalone Dependencies -->
- <!--
- <dependency>
- <id>castor</id>
- <version>0.9.3</version>
-
- </dependency>
- -->
- <dependency>
- <id>commons-dbcp</id>
- <version>1.1</version>
- </dependency>
-
- <dependency>
- <id>commons-pool</id>
- <version>1.1</version>
- </dependency>
-
- <dependency>
- <id>hsqldb</id>
- <version>1.7.1-patched</version>
- </dependency>
-
- <dependency>
- <id>jndi</id>
- <version>1.2.1</version>
- </dependency>
-
- <dependency>
- <id>jta</id>
- <version>1.0.1</version>
- </dependency>
-
- <dependency>
- <id>ots-jts</id>
- <version>1.0</version>
- <jar>ots-jts_1.0.jar</jar>
- </dependency>
-
- <!-- Jars for DataSource and TransactionManager providers -->
- <dependency>
- <id>jotm</id>
- <version>1.4.3</version>
- </dependency>
-
- <dependency>
- <id>jotm+jrmp_stubs</id>
- <version>1.4.3</version>
- </dependency>
-
- <dependency>
- <id>jotm+iiop_stubs</id>
- <version>1.4.3</version>
- </dependency>
-
- <dependency>
- <id>jotm+jonas_timer</id>
- <version>1.4.3</version>
- <jar>jonas_timer-1.4.3.jar</jar>
- </dependency>
-
- <dependency>
- <id>jotm+objectweb-datasource</id>
- <jar>objectweb-datasource-1.4.3.jar</jar>
- <version>1.4.3</version>
- </dependency>
-
- <dependency>
- <id>carol</id>
- <version>1.5.2</version>
- </dependency>
-
- <dependency>
- <id>carol+properties</id>
- <jar>carol-properties.jar</jar>
- </dependency>
-
- <dependency>
- <id>xapool</id>
- <version>1.3.1</version>
- </dependency>
-
- <dependency>
- <id>xerces</id>
- <version>1.4.4</version>
- </dependency>
-
- <dependency>
- <id>commons-jelly</id>
- <version>20030310.073407</version>
- </dependency>
-
- <dependency>
- <id>commons-jelly+tags-junit</id>
- <version>20030211.141731</version> </dependency>
-
- <dependency>
- <id>commons-jelly+tags-util</id>
- <version>20030211.141939</version>
- </dependency>
-
- <dependency>
- <id>commons-jelly+tags-email</id>
- <version>20030211.144034</version>
- </dependency>
-
- <dependency>
- <id>commons-jelly+tags-log</id>
- <version>20030211.142821</version>
- </dependency>
-
- <dependency>
- <id>commons-jelly+tags-http</id>
- <version>20030211.143043</version>
- </dependency>
-
- <dependency>
- <id>commons-jelly+tags-soap</id>
- <version>20030211.142401</version>
- </dependency>
-
- <dependency>
- <id>commons-jelly+tags-sql</id>
- <version>20030211.144816</version>
- </dependency>
-
- <dependency>
- <id>commons-jexl</id>
- <version>1.0-beta-2</version>
- </dependency>
-
- <dependency>
- <id>dom4j</id>
- <version>1.4</version>
- </dependency>
-
- <dependency>
- <id>atlassian-trackback</id>
- <version>0.7.3</version>
- </dependency>
-
- <dependency>
- <id>commons-httpclient</id>
- <version>2.0-beta2</version>
- </dependency>
-
- <!-- XML-RPC -->
- <dependency>
- <id>xmlrpc</id>
- <version>1.2-b1</version>
- </dependency>
-
- <dependency>
- <id>jira-extensions-cache</id>
- <version>1.0</version>
- </dependency>
+ <dependency>
+ <id>commons-lang</id>
+ <version>1.0.1</version>
+ </dependency>
+ <dependency>
+ <id>webwork</id>
+ <version>1.4</version>
+ </dependency>
+ <dependency>
+ <id>glue</id>
+ <version>5.0b2</version>
+ </dependency>
</dependencies>
<reports>
Modified: labs/jira-extensions/trunk/maven.xml
===================================================================
--- labs/jira-extensions/trunk/maven.xml 2008-05-30 07:05:20 UTC (rev 20225)
+++ labs/jira-extensions/trunk/maven.xml 2008-05-30 08:38:58 UTC (rev 20226)
@@ -1,8 +1,14 @@
<project xmlns:j="jelly:core" xmlns:ant="jelly:ant" xmlns:u="jelly:util" xmlns:maven="jelly:maven">
<goal name="build-and-install">
<attainGoal name="prepare-repo" />
- <j:set var="goal" value="clean,build-and-install" />
- <attainGoal name="multiproject:goal" />
+ <maven:reactor includes="value-generators/project.xml" excludes="" basedir="."
+ banner="Value generators"
+ goals="clean,build-and-install" ignoreFailures="false" />
+ <maven:reactor includes="releasenotes-report/project.xml" excludes="" basedir="."
+ banner="Release Notes Report Plugin"
+ goals="clean,build-and-install" ignoreFailures="false" />
+ <!--<j:set var="goal" value="clean,build-and-install" />
+ <attainGoal name="multiproject:goal" />-->
</goal>
<goal name="copy-deploy">
@@ -17,20 +23,20 @@
</goal>
<goal name="prepare-repo">
- <maven:reactor includes="globalreports-plugins/project.xml" excludes="" basedir="." banner="GR Plugins"
+ <!--<maven:reactor includes="globalreports-plugins/project.xml" excludes="" basedir="." banner="GR Plugins"
goals="prepare-repo" ignoreFailures="false" />
<maven:reactor includes="cache/project.xml" excludes="" basedir="." banner="Cache"
- goals="prepare-repo" ignoreFailures="false" />
+ goals="prepare-repo" ignoreFailures="false" />-->
</goal>
<goal name="test">
- <j:set var="goal" value="test" />
- <attainGoal name="multiproject:goal" />
+ <!--<j:set var="goal" value="test" />
+ <attainGoal name="multiproject:goal" />-->
</goal>
<goal name="update">
- <j:set var="maven.scm.url" value="scm:svn:file:///usr/local/forge/svn/jira-extensions" />
- <attainGoal name="scm:update" />
+ <!--<j:set var="maven.scm.url" value="scm:svn:file:///usr/local/forge/svn/jira-extensions" />
+ <attainGoal name="scm:update" />-->
</goal>
<goal name="all-notest">
Modified: labs/jira-extensions/trunk/project.xml
===================================================================
--- labs/jira-extensions/trunk/project.xml 2008-05-30 07:05:20 UTC (rev 20225)
+++ labs/jira-extensions/trunk/project.xml 2008-05-30 08:38:58 UTC (rev 20226)
@@ -2,469 +2,7 @@
<project>
<pomVersion>3</pomVersion>
-
<dependencies>
- <dependency>
- <id>atlassian-jira</id>
- <version>3.3</version>
- </dependency>
-
- <dependency>
- <id>atlassian-core</id>
- <version>2.3.9</version>
- </dependency>
-
- <dependency>
- <id>atlassian-ofbiz</id>
- <version>0.2.6</version>
- </dependency>
-
- <dependency>
- <id>atlassian-profiling</id>
- <version>1.1.1</version>
- </dependency>
-
- <dependency>
- <id>atlassian-configurableobjects</id>
- <version>0.4.11</version>
- </dependency>
-
- <dependency>
- <id>atlassian-mail</id>
- <version>1.2.13</version>
- </dependency>
-
- <dependency>
- <id>atlassian-scheduler</id>
- <version>0.6.6</version>
- </dependency>
-
- <dependency>
- <id>atlassian-velocity</id>
- <version>0.1.8</version>
- </dependency>
-
- <dependency>
- <id>atlassian-johnson</id>
- <version>0.5</version>
- </dependency>
-
- <dependency>
- <id>atlassian-plugins</id>
- <version>0.2.7</version>
- </dependency>
-
- <dependency>
- <id>seraph</id>
- <version>0.7.5</version>
- </dependency>
-
- <!-- Atlassian jar dependencies -->
- <dependency>
- <id>atlassian-jira-extras</id>
- <version>0.5.2</version>
- </dependency>
-
- <dependency>
- <id>atlassian-tagutil</id>
- <version>0.1</version>
- </dependency>
-
- <!-- OS dependencies -->
- <dependency>
- <id>oscache</id>
- <version>DEV</version>
- </dependency>
-
- <dependency>
- <id>osworkflow</id>
- <version>17Aug2004</version>
- </dependency>
-
- <dependency>
- <id>oscore</id>
- <version>2.2.4</version>
- </dependency>
-
- <dependency>
- <id>osuser</id>
- <version>1.0-dev-28Jul04</version>
- </dependency>
-
- <dependency>
- <id>propertyset</id>
- <version>1.3</version>
- </dependency>
-
- <dependency>
- <id>sitemesh</id>
- <version>2.1</version>
- </dependency>
-
- <dependency>
- <id>webwork</id>
- <version>1.4</version>
- </dependency>
-
- <dependency>
- <id>webwork+pell</id>
- <version>multipartrequest1.30rc1</version>
- </dependency>
-
- <!-- Jakarta dependencies -->
- <dependency>
- <id>commons-digester</id>
- <version>1.4.1</version>
- </dependency>
-
- <dependency>
- <id>commons-beanutils</id>
- <version>1.6.1</version>
- </dependency>
-
- <dependency>
- <id>commons-logging</id>
- <version>1.0.3</version>
- </dependency>
-
- <dependency>
- <id>commons-collections</id>
- <version>2.1</version>
- </dependency>
-
- <dependency>
- <id>commons-lang</id>
- <version>1.0.1</version>
- </dependency>
-
- <dependency>
- <id>log4j</id>
- <version>1.2.7</version>
- <url>http://jakarta.apache.org/log4j</url>
- </dependency>
-
- <dependency>
- <id>lucene</id>
- <version>1.4-final</version>
- </dependency>
-
- <dependency>
- <id>oro</id>
- <version>2.0.7</version>
- </dependency>
-
- <dependency>
- <id>velocity</id>
- <version>1.4</version>
- </dependency>
-
- <!-- Testing / Mock dependencies -->
- <dependency>
- <id>alt</id>
- <version>0.07-jdk1.3</version>
- </dependency>
-
- <dependency>
- <id>alt+j2ee</id>
- <version>0.07-jdk1.3</version>
- <jar>alt-0.07-j1.3-j2ee1.3.jar</jar>
- </dependency>
-
- <dependency>
- <id>junit</id>
- <version>3.8.1</version> </dependency>
-
- <dependency>
- <id>mockobjects</id>
- <version>DEV</version>
- </dependency>
-
- <dependency>
- <id>easymock</id>
- <groupId>easymock</groupId>
- <version>1.1</version>
- </dependency>
-
- <dependency>
- <id>cglib-full</id>
- <groupId>cglib</groupId>
- <artifactId>cglib-full</artifactId>
- <version>2.0.1</version>
- </dependency>
-
- <dependency>
- <id>easymockextension</id>
- <groupId>easymock</groupId>
- <artifactId>easymockclassextension</artifactId>
- <version>1.1</version>
- </dependency>
-
- <dependency>
- <id>mockobjects+j2ee</id>
- <version>0.07-jdk1.3</version>
- <jar>mockobjects-0.07-j1.3-j2ee1.3.jar</jar>
- </dependency>
-
- <dependency>
- <id>mockobjects+jdk</id>
- <version>0.07-jdk1.3</version>
- <jar>mockobjects-0.07-jdk1.3.jar</jar>
- </dependency>
-
- <!-- javax dependencies -->
- <dependency>
- <id>activation</id>
- <version>1.0.1</version>
- </dependency>
-
- <dependency>
- <id>javamail</id>
- <version>1.2</version>
- </dependency>
-
- <dependency>
- <id>servletapi</id>
- <version>2.3</version> </dependency>
-
- <!-- Misc dependencies -->
- <dependency>
- <id>glue</id>
- <version>5.0b2</version>
- </dependency>
-
- <dependency>
- <id>bsf</id>
- <version>2.2</version>
- </dependency>
-
- <dependency>
- <id>bsh</id>
- <version>1.2b7</version>
- </dependency>
-
- <dependency>
- <id>ofbcore+share</id>
- <version>2.1.1</version>
- </dependency>
-
- <dependency>
- <id>ofbcore+entity</id>
- <version>2.1.1-atlassian-01042004</version>
- </dependency>
-
- <dependency>
- <id>ofbcore+service</id>
- <version>2.1.1</version>
- </dependency>
-
- <dependency>
- <id>ofbcore+extutil</id>
- <version>2.1.1</version>
- </dependency>
-
- <dependency>
- <id>csv</id>
- <version>20</version>
- </dependency>
-
- <!-- A subset of Xerces including just the serializer -->
- <dependency>
- <id>ofbcore+xerces</id>
- <version>serializer</version>
- <jar>ofbcore-xerces-serialize.jar</jar>
- </dependency>
-
- <dependency>
- <id>quartz</id>
- <version>1.0.7</version>
- </dependency>
-
- <dependency>
- <id>picocontainer</id>
- <version>1.0</version>
- </dependency>
-
- <!-- Version Control Integration dependencies -->
- <dependency>
- <!-- needed by jsch for compression -->
- <!-- http://www.jcraft.com/jzlib/ -->
- <id>jzlib</id>
- <version>1.0.5</version>
- </dependency>
-
- <dependency>
- <!-- needed by javacvs for providing ext (ssh) CVS access method -->
- <!-- http://www.jcraft.com/jsch/ -->
- <id>jsch</id>
- <version>0.1.16-20040721-patched</version>
- </dependency>
-
- <dependency>
- <id>javacvs</id>
- <version>20040721-patched</version>
- <!-- netbeans cvslib from Netbeans patched by Atlassian
- (http://javacvs.netbeans.org/servlets/ProjectDownloadList)
- (http://www.netbeans.org/community/sources/cvs.html) -->
- </dependency>
-
- <dependency>
- <id>statcvs</id>
- <version>20040721-patched</version>
- <!-- CVS HEAD -->
- </dependency>
-
- <!-- Application Server (Jetty, Tomcat and Resin) Standalone Dependencies -->
- <!--
- <dependency>
- <id>castor</id>
- <version>0.9.3</version>
-
- </dependency>
- -->
- <dependency>
- <id>commons-dbcp</id>
- <version>1.1</version>
- </dependency>
-
- <dependency>
- <id>commons-pool</id>
- <version>1.1</version>
- </dependency>
-
- <dependency>
- <id>hsqldb</id>
- <version>1.7.1-patched</version>
- </dependency>
-
- <dependency>
- <id>jndi</id>
- <version>1.2.1</version>
- </dependency>
-
- <dependency>
- <id>jta</id>
- <version>1.0.1</version>
- </dependency>
-
- <dependency>
- <id>ots-jts</id>
- <version>1.0</version>
- <jar>ots-jts_1.0.jar</jar>
- </dependency>
-
- <!-- Jars for DataSource and TransactionManager providers -->
- <dependency>
- <id>jotm</id>
- <version>1.4.3</version>
- </dependency>
-
- <dependency>
- <id>jotm+jrmp_stubs</id>
- <version>1.4.3</version>
- </dependency>
-
- <dependency>
- <id>jotm+iiop_stubs</id>
- <version>1.4.3</version>
- </dependency>
-
- <dependency>
- <id>jotm+jonas_timer</id>
- <version>1.4.3</version>
- <jar>jonas_timer-1.4.3.jar</jar>
- </dependency>
-
- <dependency>
- <id>jotm+objectweb-datasource</id>
- <jar>objectweb-datasource-1.4.3.jar</jar>
- <version>1.4.3</version>
- </dependency>
-
- <dependency>
- <id>carol</id>
- <version>1.5.2</version>
- </dependency>
-
- <dependency>
- <id>carol+properties</id>
- <jar>carol-properties.jar</jar>
- </dependency>
-
- <dependency>
- <id>xapool</id>
- <version>1.3.1</version>
- </dependency>
-
- <dependency>
- <id>xerces</id>
- <version>1.4.4</version>
- </dependency>
-
- <dependency>
- <id>commons-jelly</id>
- <version>20030310.073407</version>
- </dependency>
-
- <dependency>
- <id>commons-jelly+tags-junit</id>
- <version>20030211.141731</version> </dependency>
-
- <dependency>
- <id>commons-jelly+tags-util</id>
- <version>20030211.141939</version>
- </dependency>
-
- <dependency>
- <id>commons-jelly+tags-email</id>
- <version>20030211.144034</version>
- </dependency>
-
- <dependency>
- <id>commons-jelly+tags-log</id>
- <version>20030211.142821</version>
- </dependency>
-
- <dependency>
- <id>commons-jelly+tags-http</id>
- <version>20030211.143043</version>
- </dependency>
-
- <dependency>
- <id>commons-jelly+tags-soap</id>
- <version>20030211.142401</version>
- </dependency>
-
- <dependency>
- <id>commons-jelly+tags-sql</id>
- <version>20030211.144816</version>
- </dependency>
-
- <dependency>
- <id>commons-jexl</id>
- <version>1.0-beta-2</version>
- </dependency>
-
- <dependency>
- <id>dom4j</id>
- <version>1.4</version>
- </dependency>
-
- <dependency>
- <id>atlassian-trackback</id>
- <version>0.7.3</version>
- </dependency>
-
- <dependency>
- <id>commons-httpclient</id>
- <version>2.0-beta2</version>
- </dependency>
-
- <!-- XML-RPC -->
- <dependency>
- <id>xmlrpc</id>
- <version>1.2-b1</version>
- </dependency>
-
</dependencies>
<reports>
Property changes on: labs/jira-extensions/trunk/releasenotes-report
___________________________________________________________________
Name: svn:ignore
- target
+ *.iml
target
Modified: labs/jira-extensions/trunk/releasenotes-report/src/java/pl/net/mamut/ReleaseNotesReport.java
===================================================================
--- labs/jira-extensions/trunk/releasenotes-report/src/java/pl/net/mamut/ReleaseNotesReport.java 2008-05-30 07:05:20 UTC (rev 20225)
+++ labs/jira-extensions/trunk/releasenotes-report/src/java/pl/net/mamut/ReleaseNotesReport.java 2008-05-30 08:38:58 UTC (rev 20226)
@@ -13,6 +13,7 @@
import com.atlassian.jira.issue.search.SearchRequest;
import com.atlassian.jira.issue.search.parameters.lucene.FixForParameter;
import com.atlassian.jira.issue.search.parameters.lucene.IssueTypeParameter;
+import com.atlassian.jira.issue.issuetype.IssueType;
import com.atlassian.jira.plugin.report.impl.AbstractReport;
import com.atlassian.jira.project.version.VersionManager;
import com.atlassian.jira.web.action.ProjectActionSupport;
@@ -168,6 +169,18 @@
return versions;
}
+ private <T> int nullSafeCompare(Comparable<T> l1, T l2) {
+ if (l1 == null) {
+ if (l2 == null) {
+ return 0;
+ } else {
+ return 1;
+ }
+ } else {
+ return l1.compareTo(l2);
+ }
+ }
+
public String generateReportHtml(ProjectActionSupport action, Map params) throws Exception
{
User remoteUser = action.getRemoteUser();
@@ -196,11 +209,15 @@
String id1 = (String) arg0;
String id2 = (String) arg1;
- GenericValue gv1 = constantsManager.getIssueType(id1);
- GenericValue gv2 = constantsManager.getIssueType(id2);
+ IssueType gv1 = constantsManager.getIssueTypeObject(id1);
+ IssueType gv2 = constantsManager.getIssueTypeObject(id2);
- return gv1.getLong("sequence").compareTo(
- gv2.getLong("sequence"));
+ int result = nullSafeCompare(gv1.getSequence(), gv2.getSequence());
+ if (result == 0) {
+ return nullSafeCompare(gv1.getName(), gv2.getName());
+ } else {
+ return result;
+ }
}
});
/* Map: issue type id -> issue name */
Property changes on: labs/jira-extensions/trunk/value-generators
___________________________________________________________________
Name: svn:ignore
- target
+ *.iml
target
More information about the jboss-svn-commits
mailing list