Skip to content

Commit

Permalink
Small adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
tony.franca committed Aug 7, 2012
1 parent 1f6d0dd commit eaf4eb5
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.project
target
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.freedomsponsors.plugins</groupId>
<artifactId>jira</artifactId>
<groupId>org.freedomsponsors.jira</groupId>
<artifactId>freedomsponsors-jira-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
<organization>
<name>FreedomSponsors</name>
<url>http://www.freedomsponsors.org/</url>
</organization>
<name>FreedomSponsors Jira</name>
<name>freedomsponsors-jira-plugin</name>
<description>This is the Jira plugin for Atlassian JIRA.</description>
<packaging>atlassian-plugin</packaging>
<dependencies>
Expand Down
11 changes: 3 additions & 8 deletions src/main/java/org/freedomsponsors/plugins/jira/SponsorThis.java
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
package org.freedomsponsors.plugins.jira;

import java.util.HashMap;
import java.util.Map;

import com.atlassian.crowd.embedded.api.User;
import com.atlassian.jira.config.properties.APKeys.JiraIndexConfiguration;
import com.atlassian.jira.config.properties.ApplicationProperties;
import com.atlassian.jira.functest.config.JiraConfig;
import com.atlassian.jira.issue.Issue;
import com.atlassian.jira.plugin.webfragment.contextproviders.AbstractJiraContextProvider;
import com.atlassian.jira.plugin.webfragment.model.JiraHelper;
import com.atlassian.jira.util.http.JiraUrl;


import java.sql.Timestamp;
import java.util.HashMap;
import java.util.Map;

public class SponsorThis extends AbstractJiraContextProvider
{
Expand Down
5 changes: 4 additions & 1 deletion src/main/resources/sponsorthis.vm
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<p>
<a style="font-weight: bold; color: green;" href="http://www.freedomsponsors.org/core/issue/sponsor?trackerURL=${baseUrl}/browse/${issueKey}">Sponsor $issueKey on FreedomSponsors.org</a>
<a style="font-weight: bold; color: green;"
href="http://ambtest.freedomsponsors.org/core/issue/sponsor?trackerURL=${baseUrl}/browse/${issueKey}"
target="_fs">
Sponsor $issueKey on FreedomSponsors.org</a>
</p>
Binary file removed target/jira-1.0-SNAPSHOT.jar
Binary file not shown.

0 comments on commit eaf4eb5

Please sign in to comment.