~ubuntu-branches/ubuntu/saucy/jenkins/saucy

« back to all changes in this revision

Viewing changes to maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index.jelly

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2013-01-10 09:50:50 UTC
  • mfrom: (5.1.10 experimental)
  • Revision ID: package-import@ubuntu.com-20130110095050-kj8xuw20gcfh62k3
Tags: 1.480.2+dfsg-1~exp1
* New upstream release (Closes: #696816, #697617):
  - d/control: Added new BD on libjbcrypt-java.
  - d/control: Versioned BD jenkins-winstone >= 0.9.10-jenkins-40.
  - d/control: Versioned BD jenkins-trilead-ssh2 >= 214-jenkins-1.
  - Fixes the following security vulnerabilities:
    CVE-2012-6072, CVE-2012-6073, CVE-2012-6072, CVE-2013-0158.
* Tidied lintian warnings.
* Bumped Standards-Version: 3.9.4, no changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
      <h1>${it.pronoun} ${it.displayName}</h1>
32
32
      <t:editableDescription permission="${it.CONFIGURE}"/>
33
33
 
34
 
      <j:choose>
35
 
      <j:when test="${it.disabled}">
36
 
        <div class="warning">
37
 
          <form method="post" action="enable">
38
 
            ${%This project is currently disabled}
39
 
            <l:hasPermission permission="${it.CONFIGURE}">
40
 
              <f:submit value="${%Enable}" />
41
 
            </l:hasPermission>
42
 
          </form>
43
 
        </div>
44
 
      </j:when>
45
 
      <j:otherwise>
46
 
           <div align="right">
47
 
            <form method="post" action="disable">
48
 
              <l:hasPermission permission="${it.CONFIGURE}">
49
 
                <f:submit value="${%Disable Project}" />
50
 
              </l:hasPermission>
51
 
            </form>
52
 
            </div>
53
 
      </j:otherwise>
54
 
      </j:choose>
 
34
      <st:include page="makeDisabled.jelly" />
55
35
 
56
36
      <p:projectActionFloatingBox />
57
37