~ubuntu-branches/ubuntu/trusty/jetty/trusty-proposed

« back to all changes in this revision

Viewing changes to contrib/sweeper/pom.xml

  • Committer: Bazaar Package Importer
  • Author(s): Niels Thykier
  • Date: 2010-07-05 22:28:14 UTC
  • mfrom: (1.4.1 upstream) (11.2.6 maverick)
  • Revision ID: james.westby@ubuntu.com-20100705222814-utlpk7u0xzq7bfw0
Tags: 6.1.24-6
* Removed Depends on JREs for library packages, no longer required
  by the policy.
* Added missing depends on JREs for the jetty package.
* Made init script ignore weird exit statuses from logrotate.
  (Closes: 589681, LP: #607202)
* Fixed broken restart command in jetty init script. Was missing a
  negation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
  <parent>
4
4
    <artifactId>project</artifactId>
5
5
    <groupId>org.mortbay.jetty</groupId>
6
 
    <version>6.1.21</version>
 
6
    <version>6.1.24</version>
7
7
    <relativePath>../../pom.xml</relativePath>
8
8
  </parent>
9
9
  <groupId>org.mortbay.jetty</groupId>
10
10
  <artifactId>sweeper</artifactId>
11
 
  <version>6.1.21</version>
 
11
  <version>6.1.24</version>
12
12
  <packaging>jar</packaging>
13
 
  <name>A Sweeper for tmp dirs not being deleted due to a sun bug on windows</name>
14
 
 
 
13
  <name>Temp dir sweeper</name>
15
14
  <build>
16
15
    <plugins>
17
16
      <plugin>
26
25
      </plugin>
27
26
    </plugins>
28
27
  </build>
29
 
 
30
28
</project>