Author: dam...@jb... Date: 2005-08-09 18:03:03 -0400 (Tue, 09 Aug 2005) New Revision: 799 Added: qa/forge/jira-extensions/multiselect/jira-3.2/edit-webapp/WEB-INF/ qa/forge/jira-extensions/multiselect/jira-3.2/edit-webapp/WEB-INF/lib/ qa/forge/jira-extensions/multiselect/jira-3.2/edit-webapp/WEB-INF/lib/atlassian-configurableobjects-0.4.9.jar Removed: qa/forge/jira-extensions/developersinvolvement-report/common.xml qa/forge/jira-extensions/developersperproject-report/common.xml qa/forge/jira-extensions/issuesclosed-report/common.xml qa/forge/jira-extensions/multiselect/jira-3.2/edit-webapp/WEB-INF/lib/ qa/forge/jira-extensions/multiselect/jira-3.2/edit-webapp/WEB-INF/lib/atlassian-configurableobjects-0.4.9.jar qa/forge/jira-extensions/releasenotes-affect-report/common.xml Modified: qa/forge/jira-extensions/build.properties.sample qa/forge/jira-extensions/changelog-report/.classpath qa/forge/jira-extensions/changelog-report/.project qa/forge/jira-extensions/changelog-report/src/java/pl/net/mamut/jira/ChangelogGlobalReport.java qa/forge/jira-extensions/common.xml qa/forge/jira-extensions/developer-issues-report/.classpath qa/forge/jira-extensions/developer-issues-report/src/etc/templates/developerissuesreport/developerissues-report.vm qa/forge/jira-extensions/developer-issues-report/src/java/pl/net/mamut/jira/DeveloperIssuesReport.java qa/forge/jira-extensions/developersinvolvement-report/project.xml qa/forge/jira-extensions/developersinvolvement-report/src/java/pl/net/mamut/jira/DevelopersInvolvementReport.java qa/forge/jira-extensions/developersperproject-report/project.xml qa/forge/jira-extensions/globalreports-plugins/common.xml qa/forge/jira-extensions/issuesclosed-report/project.xml qa/forge/jira-extensions/issuesclosed-report/src/etc/templates/issuesclosedreport/issuesclosed-report.vm qa/forge/jira-extensions/junit-tests-adamw/.classpath qa/forge/jira-extensions/junit-tests-adamw/src/etc/pl/net/mamut/jira/jira_tests.properties qa/forge/jira-extensions/junit-tests-adamw/src/java/pl/net/mamut/jira/AbstractJiraTest.java qa/forge/jira-extensions/junit-tests-adamw/src/java/pl/net/mamut/jira/DeveloperIssuesClosedReportTest.java qa/forge/jira-extensions/junit-tests-adamw/src/java/pl/net/mamut/jira/ReleaseNotesReportTest.java qa/forge/jira-extensions/junit-tests-adamw/src/java/pl/net/mamut/jira/ReleasedProjectVersionsReportTest.java qa/forge/jira-extensions/junit-tests-adamw/src/java/pl/net/mamut/jira/UnreleasedProjectVersionsReportTest.java qa/forge/jira-extensions/maven.xml qa/forge/jira-extensions/releasenotes-affect-report/project.xml qa/forge/jira-extensions/releasenotes-report/.classpath qa/forge/jira-extensions/releasenotes-report/.project qa/forge/jira-extensions/roadmap-report/.classpath qa/forge/jira-extensions/roadmap-report/.project qa/forge/jira-extensions/roadmap-report/src/java/pl/net/mamut/jira/RoadmapGlobalReport.java qa/forge/jira-extensions/voting/jira-3.2/edit-webapp/WEB-INF/classes/entitydefs/entitymodel.xml qa/forge/jira-extensions/voting/jira-3.2/edit-webapp/secure/admin/views/voting/addvotesassigment.jsp Log: MERGED: -r 779:797 https://svn.labs.jboss.com/trunk/forge/jira-extensions https://svn.labs.jboss.com/qa/forge/jira-extensions Modified: qa/forge/jira-extensions/build.properties.sample =================================================================== --- qa/forge/jira-extensions/build.properties.sample 2005-08-09 21:18:14 UTC (rev 798) +++ qa/forge/jira-extensions/build.properties.sample 2005-08-09 22:03:03 UTC (rev 799) @@ -1,13 +1,13 @@ -# Path to the root directory of your JIRA installation +# Path to the root directory of your JIRA installation. jira.local.path= # Directory containing the web application. Should be edit-webapp for # the in-application-server version and atlassian-jira for the # standalone version. jira.web.directory= -# Your JIRA version. Supported versions: 3.0 and 3.1. -jira.version= +# Your JIRA version. Supported versions: 3.2. +jira.version=3.2 # Path where web the JIRA web application is to be deployed (only the -# application server version). +# application server version, should end with /deploy). appserv.local.path= # Path to your local maven repository. -maven.repo.local= +#maven.repo.local= Modified: qa/forge/jira-extensions/changelog-report/.classpath =================================================================== --- qa/forge/jira-extensions/changelog-report/.classpath 2005-08-09 21:18:14 UTC (rev 798) +++ qa/forge/jira-extensions/changelog-report/.classpath 2005-08-09 22:03:03 UTC (rev 799) @@ -1,352 +1,182 @@ <?xml version="1.0" encoding="UTF-8"?> + <classpath> - <classpathentry kind="src" path="src/java"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/atlassian-jira/jars/atlassian-jira-3.0.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/atlassian-core/jars/atlassian-core-2.2.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/atlassian-ofbiz/jars/atlassian-ofbiz-0.1.8.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/atlassian-profiling/jars/atlassian-profiling-1.1.1.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/atlassian-configurableobjects/jars/atlassian-configurableobjects-0.4.5.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/atlassian-mail/jars/atlassian-mail-1.2.13.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/atlassian-scheduler/jars/atlassian-scheduler-0.6.6.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/atlassian-velocity/jars/atlassian-velocity-0.1.8.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/atlassian-johnson/jars/atlassian-johnson-0.5.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/atlassian-plugins/jars/atlassian-plugins-0.2.7.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/seraph/jars/seraph-0.7.5.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/atlassian-jira-extras/jars/atlassian-jira-extras-0.5.2.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/atlassian-tagutil/jars/atlassian-tagutil-0.1.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/oscache/jars/oscache-DEV.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/osworkflow/jars/osworkflow-17Aug2004.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/oscore/jars/oscore-2.2.4.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/osuser/jars/osuser-1.0-dev-28Jul04.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/propertyset/jars/propertyset-1.3.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/sitemesh/jars/sitemesh-2.1.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/webwork/jars/webwork-1.4.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/webwork/jars/webwork-pell-multipartrequest1.30rc1.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/commons-digester/jars/commons-digester-1.4.1.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/commons-beanutils/jars/commons-beanutils-1.6.1.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/commons-logging/jars/commons-logging-1.0.3.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/commons-collections/jars/commons-collections-2.1.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/commons-lang/jars/commons-lang-1.0.1.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/log4j/jars/log4j-1.2.7.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/lucene/jars/lucene-1.4-final.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/oro/jars/oro-2.0.7.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/velocity/jars/velocity-1.4.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/alt/jars/alt-0.07-jdk1.3.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/alt/jars/alt-0.07-j1.3-j2ee1.3.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/junit/jars/junit-3.8.1.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/mockobjects/jars/mockobjects-DEV.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/easymock/jars/easymock-1.1.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/cglib/jars/cglib-full-2.0.1.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/easymock/jars/easymockclassextension-1.1.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/mockobjects/jars/mockobjects-0.07-j1.3-j2ee1.3.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/mockobjects/jars/mockobjects-0.07-jdk1.3.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/activation/jars/activation-1.0.1.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/javamail/jars/javamail-1.2.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/servletapi/jars/servletapi-2.3.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/glue/jars/glue-5.0b2.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/bsf/jars/bsf-2.2.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/bsh/jars/bsh-1.2b7.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/ofbcore/jars/ofbcore-share-2.1.1.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/ofbcore/jars/ofbcore-entity-2.1.1-atlassian-01042004.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/ofbcore/jars/ofbcore-service-2.1.1.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/ofbcore/jars/ofbcore-extutil-2.1.1.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/csv/jars/csv-20.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/ofbcore/jars/ofbcore-xerces-serialize.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/quartz/jars/quartz-1.0.7.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/picocontainer/jars/picocontainer-1.0.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/jzlib/jars/jzlib-1.0.5.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/jsch/jars/jsch-0.1.16-20040721-patched.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/javacvs/jars/javacvs-20040721-patched.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/statcvs/jars/statcvs-20040721-patched.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/commons-dbcp/jars/commons-dbcp-1.1.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/commons-pool/jars/commons-pool-1.1.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/hsqldb/jars/hsqldb-1.7.1-patched.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/jndi/jars/jndi-1.2.1.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/jta/jars/jta-1.0.1.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/ots-jts/jars/ots-jts_1.0.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/jotm/jars/jotm-1.4.3.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/jotm/jars/jotm-jrmp_stubs-1.4.3.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/jotm/jars/jotm-iiop_stubs-1.4.3.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/jotm/jars/jonas_timer-1.4.3.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/jotm/jars/objectweb-datasource-1.4.3.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/carol/jars/carol-1.5.2.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/carol/jars/carol-properties.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/xapool/jars/xapool-1.3.1.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/xerces/jars/xerces-1.4.4.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/commons-jelly/jars/commons-jelly-20030310.073407.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/commons-jelly/jars/commons-jelly-tags-junit-20030211.141731.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/commons-jelly/jars/commons-jelly-tags-util-20030211.141939.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/commons-jelly/jars/commons-jelly-tags-email-20030211.144034.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/commons-jelly/jars/commons-jelly-tags-log-20030211.142821.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/commons-jelly/jars/commons-jelly-tags-http-20030211.143043.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/commons-jelly/jars/commons-jelly-tags-soap-20030211.142401.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/commons-jelly/jars/commons-jelly-tags-sql-20030211.144816.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/commons-jexl/jars/commons-jexl-1.0-beta-2.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/dom4j/jars/dom4j-1.4.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/atlassian-trackback/jars/atlassian-trackback-0.7.3.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/commons-httpclient/jars/commons-httpclient-2.0-beta2.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/xmlrpc/jars/xmlrpc-1.2-b1.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.4.2"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="output" path="target/classes"/> -</classpath> + <classpathentry excluding="" kind="src" path="src/java"> + </classpathentry> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/atlassian-jira/jars/atlassian-jira-3.2.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/global-reports-plugins/jars/global-reports-plugins-1.0.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/atlassian-core/jars/atlassian-core-2.3.9.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/atlassian-ofbiz/jars/atlassian-ofbiz-0.2.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/atlassian-profiling/jars/atlassian-profiling-1.1.4.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/atlassian-configurableobjects/jars/atlassian-configurableobjects-0.4.11.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/atlassian-mail/jars/atlassian-mail-1.2.30.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/atlassian-scheduler/jars/atlassian-scheduler-0.6.6.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/atlassian-velocity/jars/atlassian-velocity-0.3.9.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/atlassian-johnson/jars/atlassian-johnson-0.5.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/atlassian-plugins/jars/atlassian-plugins-0.4.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/seraph/jars/seraph-0.7.5.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/atlassian-jira-extras/jars/atlassian-jira-extras-0.5.2.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/atlassian-tagutil/jars/atlassian-tagutil-0.1.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/oscache/jars/oscache-DEV.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/osworkflow/jars/osworkflow-17Aug2004.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/oscore/jars/oscore-2.2.4.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/osuser/jars/osuser-1.0-dev-28Jul04.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/propertyset/jars/propertyset-1.3.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/sitemesh/jars/sitemesh-2.1.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/webwork/jars/webwork-1.4.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/webwork/jars/webwork-pell-multipartrequest1.30rc1.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/commons-digester/jars/commons-digester-1.4.1.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/commons-beanutils/jars/commons-beanutils-1.6.1.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/commons-logging/jars/commons-logging-1.0.3.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/commons-collections/jars/commons-collections-2.1.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/commons-lang/jars/commons-lang-1.0.1.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/log4j/jars/log4j-1.2.7.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/lucene/jars/lucene-1.4-final.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/oro/jars/oro-2.0.7.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/velocity/jars/velocity-1.4.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/alt/jars/alt-0.07-jdk1.3.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/alt/jars/alt-0.07-j1.3-j2ee1.3.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/junit/jars/junit-3.8.1.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/mockobjects/jars/mockobjects-DEV.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/easymock/jars/easymock-1.1.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/cglib/jars/cglib-full-2.0.1.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/easymock/jars/easymockclassextension-1.1.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/mockobjects/jars/mockobjects-0.07-j1.3-j2ee1.3.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/mockobjects/jars/mockobjects-0.07-jdk1.3.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/activation/jars/activation-1.0.1.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/javamail/jars/javamail-1.2.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/servletapi/jars/servletapi-2.3.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/glue/jars/glue-5.0b2.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/bsf/jars/bsf-2.2.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/bsh/jars/bsh-1.2b7.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/ofbcore/jars/ofbcore-share-2.1.1.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/ofbcore/jars/ofbcore-entity-2.1.1-atlassian-01042004.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/ofbcore/jars/ofbcore-service-2.1.1.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/ofbcore/jars/ofbcore-extutil-2.1.1.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/csv/jars/csv-20.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/ofbcore/jars/ofbcore-xerces-serialize.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/quartz/jars/quartz-1.0.7.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/picocontainer/jars/picocontainer-1.0.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/jzlib/jars/jzlib-1.0.5.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/jsch/jars/jsch-0.1.16-20040721-patched.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/javacvs/jars/javacvs-20040721-patched.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/statcvs/jars/statcvs-20040721-patched.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/commons-dbcp/jars/commons-dbcp-1.1.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/commons-pool/jars/commons-pool-1.1.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/hsqldb/jars/hsqldb-1.7.1-patched.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/jndi/jars/jndi-1.2.1.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/jta/jars/jta-1.0.1.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/ots-jts/jars/ots-jts_1.0.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/jotm/jars/jotm-1.4.3.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/jotm/jars/jotm-jrmp_stubs-1.4.3.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/jotm/jars/jotm-iiop_stubs-1.4.3.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/jotm/jars/jonas_timer-1.4.3.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/jotm/jars/objectweb-datasource-1.4.3.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/carol/jars/carol-1.5.2.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/carol/jars/carol-properties.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/xapool/jars/xapool-1.3.1.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/xerces/jars/xerces-1.4.4.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/commons-jelly/jars/commons-jelly-20030310.073407.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/commons-jelly/jars/commons-jelly-tags-junit-20030211.141731.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/commons-jelly/jars/commons-jelly-tags-util-20030211.141939.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/commons-jelly/jars/commons-jelly-tags-email-20030211.144034.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/commons-jelly/jars/commons-jelly-tags-log-20030211.142821.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/commons-jelly/jars/commons-jelly-tags-http-20030211.143043.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/commons-jelly/jars/commons-jelly-tags-soap-20030211.142401.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/commons-jelly/jars/commons-jelly-tags-sql-20030211.144816.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/commons-jexl/jars/commons-jexl-1.0-beta-2.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/dom4j/jars/dom4j-1.4.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/atlassian-trackback/jars/atlassian-trackback-0.7.3.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/commons-httpclient/jars/commons-httpclient-2.0-beta2.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/xmlrpc/jars/xmlrpc-1.2-b1.jar"> + </classpathentry> + <classpathentry kind="output" path="target/classes"> + </classpathentry> +</classpath> \ No newline at end of file Modified: qa/forge/jira-extensions/changelog-report/.project =================================================================== --- qa/forge/jira-extensions/changelog-report/.project 2005-08-09 21:18:14 UTC (rev 798) +++ qa/forge/jira-extensions/changelog-report/.project 2005-08-09 22:03:03 UTC (rev 799) @@ -1,27 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> + <projectDescription> - <name>Release Notes Reports</name> - <comment>An extended release notes plugin.</comment> - <projects> - </projects> - <buildSpec> - <buildCommand> - <name>org.eclipse.jdt.core.javabuilder</name> - <arguments> - </arguments> - </buildCommand> - <buildCommand> - <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name> - <triggers>full,incremental,</triggers> - <arguments> - <dictionary> - <key>LaunchConfigHandle</key> - <value><project>/.externalToolBuilders/Maven.launch</value> - </dictionary> - </arguments> - </buildCommand> - </buildSpec> - <natures> - <nature>org.eclipse.jdt.core.javanature</nature> - </natures> -</projectDescription> + <name>plugin-globalreport-changelog</name> + <comment>A changelog global report plugin.</comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + </natures> +</projectDescription> \ No newline at end of file Modified: qa/forge/jira-extensions/changelog-report/src/java/pl/net/mamut/jira/ChangelogGlobalReport.java =================================================================== --- qa/forge/jira-extensions/changelog-report/src/java/pl/net/mamut/jira/ChangelogGlobalReport.java 2005-08-09 21:18:14 UTC (rev 798) +++ qa/forge/jira-extensions/changelog-report/src/java/pl/net/mamut/jira/ChangelogGlobalReport.java 2005-08-09 22:03:03 UTC (rev 799) @@ -27,6 +27,7 @@ import com.atlassian.jira.web.util.OutlookDateManager; import com.opensymphony.user.User; +import java.sql.Timestamp; import java.text.DateFormat; import java.util.*; @@ -225,10 +226,15 @@ { Version version = (Version) iter.next(); + Timestamp beginTs = new Timestamp(beginDate.getTime()); + Timestamp endTs = new Timestamp(endDate.getTime()); + /* Checking if the version is released in the specified period */ if ((version.isReleased()) && (version.getReleaseDate() != null) - && (version.getReleaseDate().compareTo(beginDate) >= 0) - && (version.getReleaseDate().compareTo(endDate) <= 0)) + && (version.getReleaseDate().compareTo(beginTs) + >= 0) + && (version.getReleaseDate().compareTo(endTs) + <= 0)) { Collection versionsCol = new ArrayList(); versionsCol.add(version.getId()); Modified: qa/forge/jira-extensions/common.xml =================================================================== --- qa/forge/jira-extensions/common.xml 2005-08-09 21:18:14 UTC (rev 798) +++ qa/forge/jira-extensions/common.xml 2005-08-09 22:03:03 UTC (rev 799) @@ -6,7 +6,7 @@ <dependencies> <dependency> <id>atlassian-jira</id> - <version>3.0</version> + <version>3.2</version> </dependency> <dependency> @@ -16,27 +16,27 @@ <dependency> <id>atlassian-core</id> - <version>2.2</version> + <version>2.3.9</version> </dependency> <dependency> <id>atlassian-ofbiz</id> - <version>0.1.8</version> + <version>0.2</version> </dependency> <dependency> <id>atlassian-profiling</id> - <version>1.1.1</version> + <version>1.1.4</version> </dependency> <dependency> <id>atlassian-configurableobjects</id> - <version>0.4.5</version> + <version>0.4.11</version> </dependency> <dependency> <id>atlassian-mail</id> - <version>1.2.13</version> + <version>1.2.30</version> </dependency> <dependency> @@ -46,7 +46,7 @@ <dependency> <id>atlassian-velocity</id> - <version>0.1.8</version> + <version>0.3.9</version> </dependency> <dependency> @@ -56,7 +56,7 @@ <dependency> <id>atlassian-plugins</id> - <version>0.2.7</version> + <version>0.4</version> </dependency> <dependency> Modified: qa/forge/jira-extensions/developer-issues-report/.classpath =================================================================== --- qa/forge/jira-extensions/developer-issues-report/.classpath 2005-08-09 21:18:14 UTC (rev 798) +++ qa/forge/jira-extensions/developer-issues-report/.classpath 2005-08-09 22:03:03 UTC (rev 799) @@ -5,27 +5,27 @@ </classpathentry> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"> </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/atlassian-jira/jars/atlassian-jira-3.0.jar"> + <classpathentry kind="var" path="MAVEN_REPO/atlassian-jira/jars/atlassian-jira-3.2.jar"> </classpathentry> <classpathentry kind="var" path="MAVEN_REPO/global-reports-plugins/jars/global-reports-plugins-1.0.jar"> </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/atlassian-core/jars/atlassian-core-2.2.jar"> + <classpathentry kind="var" path="MAVEN_REPO/atlassian-core/jars/atlassian-core-2.3.9.jar"> </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/atlassian-ofbiz/jars/atlassian-ofbiz-0.1.8.jar"> + <classpathentry kind="var" path="MAVEN_REPO/atlassian-ofbiz/jars/atlassian-ofbiz-0.2.jar"> </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/atlassian-profiling/jars/atlassian-profiling-1.1.1.jar"> + <classpathentry kind="var" path="MAVEN_REPO/atlassian-profiling/jars/atlassian-profiling-1.1.4.jar"> </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/atlassian-configurableobjects/jars/atlassian-configurableobjects-0.4.5.jar"> + <classpathentry kind="var" path="MAVEN_REPO/atlassian-configurableobjects/jars/atlassian-configurableobjects-0.4.11.jar"> </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/atlassian-mail/jars/atlassian-mail-1.2.13.jar"> + <classpathentry kind="var" path="MAVEN_REPO/atlassian-mail/jars/atlassian-mail-1.2.30.jar"> </classpathentry> <classpathentry kind="var" path="MAVEN_REPO/atlassian-scheduler/jars/atlassian-scheduler-0.6.6.jar"> </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/atlassian-velocity/jars/atlassian-velocity-0.1.8.jar"> + <classpathentry kind="var" path="MAVEN_REPO/atlassian-velocity/jars/atlassian-velocity-0.3.9.jar"> </classpathentry> <classpathentry kind="var" path="MAVEN_REPO/atlassian-johnson/jars/atlassian-johnson-0.5.jar"> </classpathentry> - <classpathentry kind="var" path="MAVEN_REPO/atlassian-plugins/jars/atlassian-plugins-0.2.7.jar"> + <classpathentry kind="var" path="MAVEN_REPO/atlassian-plugins/jars/atlassian-plugins-0.4.jar"> </classpathentry> <classpathentry kind="var" path="MAVEN_REPO/seraph/jars/seraph-0.7.5.jar"> </classpathentry> Modified: qa/forge/jira-extensions/developer-issues-report/src/etc/templates/developerissuesreport/developerissues-report.vm =================================================================== --- qa/forge/jira-extensions/developer-issues-report/src/etc/templates/developerissuesreport/developerissues-report.vm 2005-08-09 21:18:14 UTC (rev 798) +++ qa/forge/jira-extensions/developer-issues-report/src/etc/templates/developerissuesreport/developerissues-report.vm 2005-08-09 22:03:03 UTC (rev 799) @@ -15,7 +15,7 @@ <td bgcolor="fffff0"><h3 class="formtitle">$user</h3></td> <td> <table border="0" cellspacing="0" cellpadding="0"><tr><td width="$widths.get($user)" bgcolor="red"> - <img src="/images/border/spacer.gif" height=15 width="$widths.get($user)" title="$user" border="0"> + <!--<img src="/images/border/spacer.gif" height=15 width="$widths.get($user)" title="$user" border="0">--> </td></tr></table> </td> <td><h3 class="formtitle">$usersIssues.get($user)</h3></td> Modified: qa/forge/jira-extensions/developer-issues-report/src/java/pl/net/mamut/jira/DeveloperIssuesReport.java =================================================================== --- qa/forge/jira-extensions/developer-issues-report/src/java/pl/net/mamut/jira/DeveloperIssuesReport.java 2005-08-09 21:18:14 UTC (rev 798) +++ qa/forge/jira-extensions/developer-issues-report/src/java/pl/net/mamut/jira/DeveloperIssuesReport.java 2005-08-09 22:03:03 UTC (rev 799) @@ -229,7 +229,7 @@ /* If this issue matches our criteria (e.g. has been resolved in the given time * frame), we add one issue to the assignee that resolved it. */ - if (put) + if (put && (currentAssignee != null)) usersIssues.put(currentAssignee, new Integer( ((Integer)usersIssues.get(currentAssignee)).intValue()+1)); } Deleted: qa/forge/jira-extensions/developersinvolvement-report/common.xml =================================================================== --- qa/forge/jira-extensions/developersinvolvement-report/common.xml 2005-08-09 21:18:14 UTC (rev 798) +++ qa/forge/jira-extensions/developersinvolvement-report/common.xml 2005-08-09 22:03:03 UTC (rev 799) @@ -1,492 +0,0 @@ -<?xml version='1.0' encoding='ISO-8859-1'?> -<project> - <pomVersion>3</pomVersion> - - - <dependencies> - <dependency> - <id>global-reports-plugins</id> - <version>1.0</version> - </dependency> - - <dependency> - <id>atlassian-jira</id> - <version>3.0</version> - </dependency> - - <dependency> - <id>atlassian-core</id> - <version>2.2</version> - </dependency> - - <dependency> - <id>atlassian-ofbiz</id> - <version>0.1.8</version> - </dependency> - - <dependency> - <id>atlassian-profiling</id> - <version>1.1.1</version> - </dependency> - - <dependency> - <id>atlassian-configurableobjects</id> - <version>0.4.5</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> - <report>maven-pmd-plugin</report> - <report>maven-simian-plugin</report> - <report>maven-junit-report-plugin</report> - <report>maven-clover-plugin</report> - </reports> - - <build> - <sourceDirectory>src/java</sourceDirectory> - <resources> - <resource> - <directory>src/etc/</directory> - <include>atlassian-plugin.xml</include> - <include>**/*.vm</include> - </resource> - </resources> - </build> -</project> Modified: qa/forge/jira-extensions/developersinvolvement-report/project.xml =================================================================== --- qa/forge/jira-extensions/developersinvolvement-report/project.xml 2005-08-09 21:18:14 UTC (rev 798) +++ qa/forge/jira-extensions/developersinvolvement-report/project.xml 2005-08-09 22:03:03 UTC (rev 799) @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='ISO-8859-1'?> <project> <pomVersion>3</pomVersion> - <extend>common.xml</extend> + <extend>../common.xml</extend> <id>plugin-report-developersinvolvement</id> <name>Developers Involvement Report</name> <currentVersion>1.0</currentVersion> Modified: qa/forge/jira-extensions/developersinvolvement-report/src/java/pl/net/mamut/jira/DevelopersInvolvementReport.java =================================================================== --- qa/forge/jira-extensions/developersinvolvement-report/src/java/pl/net/mamut/jira/DevelopersInvolvementReport.java 2005-08-09 21:18:14 UTC (rev 798) +++ qa/forge/jira-extensions/developersinvolvement-report/src/java/pl/net/mamut/jira/DevelopersInvolvementReport.java 2005-08-09 22:03:03 UTC (rev 799) @@ -238,6 +238,7 @@ Object project = ((GenericValue)issueList.get(i)).get("project"); + if ((((GenericValue)issueList.get(i)).get("assignee")) == null) continue; String user = (((GenericValue)issueList.get(i)).get("assignee")).toString(); Vector assignChanges = new Vector(); Deleted: qa/forge/jira-extensions/developersperproject-report/common.xml =================================================================== --- qa/forge/jira-extensions/developersperproject-report/common.xml 2005-08-09 21:18:14 UTC (rev 798) +++ qa/forge/jira-extensions/developersperproject-report/common.xml 2005-08-09 22:03:03 UTC (rev 799) @@ -1,492 +0,0 @@ -<?xml version='1.0' encoding='ISO-8859-1'?> -<project> - <pomVersion>3</pomVersion> - - - <dependencies> - <dependency> - <id>global-reports-plugins</id> - <version>1.0</version> - </dependency> - - <dependency> - <id>atlassian-jira</id> - <version>3.0</version> - </dependency> - - <dependency> - <id>atlassian-core</id> - <version>2.2</version> - </dependency> - - <dependency> - <id>atlassian-ofbiz</id> - <version>0.1.8</version> - </dependency> - - <dependency> - <id>atlassian-profiling</id> - <version>1.1.1</version> - </dependency> - - <dependency> - <id>atlassian-configurableobjects</id> - <version>0.4.5</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> - - <de... [truncated message content] |