~ubuntu-branches/ubuntu/wily/freehep-graphics2d/wily

« back to all changes in this revision

Viewing changes to debian/maven.cleanIgnoreRules

  • Committer: Package Import Robot
  • Author(s): Gabriele Giacone, Giovanni Mascellani, Gabriele Giacone
  • Date: 2014-01-28 03:47:09 UTC
  • Revision ID: package-import@ubuntu.com-20140128034709-t4hwrxrs28tawt93
Tags: 2.1.1-4
[ Giovanni Mascellani ]
* Added real watch file
* Fixed my email address.

[ Gabriele Giacone ]
* Added patch from sweethome3d upstream to fix SVG export (Closes: #657700)
* Switch to 3.0 (quilt) format.
* Make VCS-* fields canonical.
* Bump Standards-Version to 3.9.5 (no changes).
* Remove needless Depends on jre.
* Fix d/copyright according to format specification 1.0.
* Add missing classpath.
  + Add javahelper to B-D.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Maven clean ignore rules - ignore some Maven dependencies and plugins during the clean phase
2
 
# Format of this file is:
3
 
# [group] [artifact] [type] [version]
4
 
# where each element can be either
5
 
# - the exact string, for example org.apache for the group, or 3.1
6
 
#   for the version. In this case, the element is simply matched
7
 
#   and left as it is
8
 
# - * (the star character, alone). In this case, anything will
9
 
#   match and be left as it is. For example, using * on the
10
 
#  position of the artifact field will match any artifact id
11
 
# All elements much match before a rule can be applied
12
 
# Example rule: match jar with groupid= junit, artifactid= junit
13
 
# and version starting with 3., this dependency is then removed
14
 
# from the POM
15
 
#   junit junit jar s/3\..*/3.x/
 
1