[pkg-java] r16033 - in tags/jtidy: . 7+svn20110807-4/debian
Tony Mancill
tmancill at alioth.debian.org
Tue May 1 04:32:51 UTC 2012
Author: tmancill
Date: 2012-05-01 04:32:50 +0000 (Tue, 01 May 2012)
New Revision: 16033
Added:
tags/jtidy/7+svn20110807-4/
tags/jtidy/7+svn20110807-4/debian/libjtidy-java.poms
tags/jtidy/7+svn20110807-4/debian/maven.cleanIgnoreRules
tags/jtidy/7+svn20110807-4/debian/maven.ignoreRules
tags/jtidy/7+svn20110807-4/debian/maven.publishedRules
tags/jtidy/7+svn20110807-4/debian/maven.rules
Removed:
tags/jtidy/7+svn20110807-4/debian/libjtidy-java.poms
tags/jtidy/7+svn20110807-4/debian/maven.cleanIgnoreRules
tags/jtidy/7+svn20110807-4/debian/maven.ignoreRules
tags/jtidy/7+svn20110807-4/debian/maven.publishedRules
tags/jtidy/7+svn20110807-4/debian/maven.rules
Log:
[svn-buildpackage] Tagging jtidy 7+svn20110807-4
Deleted: tags/jtidy/7+svn20110807-4/debian/libjtidy-java.poms
===================================================================
--- trunk/jtidy/debian/libjtidy-java.poms 2012-04-27 19:38:22 UTC (rev 16022)
+++ tags/jtidy/7+svn20110807-4/debian/libjtidy-java.poms 2012-05-01 04:32:50 UTC (rev 16033)
@@ -1,26 +0,0 @@
-# List of POM files for the package
-# Format of this file is:
-# <path to pom file> [option]*
-# where option can be:
-# --ignore: ignore this POM or
-# --no-parent: remove the <parent> tag from the POM
-# --package=<package>: an alternative package to use when installing this POM
-# and its artifact
-# --has-package-version: to indicate that the original version of the POM is the same as the upstream part
-# of the version for the package.
-# --keep-elements=<elem1,elem2>: a list of XML elements to keep in the POM
-# during a clean operation with mh_cleanpom or mh_installpom
-# --artifact=<path>: path to the build artifact associated with this POM,
-# it will be installed when using the command mh_install
-# --java-lib: install the jar into /usr/share/java to comply with Debian
-# packaging guidelines
-# --usj-name=<name>: name to use when installing the library in /usr/share/java
-# --usj-version=<version>: version to use when installing the library in /usr/share/java
-# --no-usj-versionless: don't install the versionless link in /usr/share/java
-# --dest-jar=<path>: the destination for the real jar
-# it will be installed with mh_install.
-# --classifier=<classifier>: Optional, the classifier for the jar. Empty by default.
-# --ignore-pom: don't install the POM with mh_install or mh_installpoms. To use with POM files that are created
-# temporarily for certain artifacts such as Javadoc jars.
-#
-pom.xml --java-lib
Copied: tags/jtidy/7+svn20110807-4/debian/libjtidy-java.poms (from rev 16032, trunk/jtidy/debian/libjtidy-java.poms)
===================================================================
--- tags/jtidy/7+svn20110807-4/debian/libjtidy-java.poms (rev 0)
+++ tags/jtidy/7+svn20110807-4/debian/libjtidy-java.poms 2012-05-01 04:32:50 UTC (rev 16033)
@@ -0,0 +1,28 @@
+# List of POM files for the package
+# Format of this file is:
+# <path to pom file> [option]*
+# where option can be:
+# --ignore: ignore this POM and its artifact if any
+# --ignore-pom: don't install the POM. To use on POM files that are created
+# temporarily for certain artifacts such as Javadoc jars. [mh_install, mh_installpoms]
+# --no-parent: remove the <parent> tag from the POM
+# --package=<package>: an alternative package to use when installing this POM
+# and its artifact
+# --has-package-version: to indicate that the original version of the POM is the same as the upstream part
+# of the version for the package.
+# --keep-elements=<elem1,elem2>: a list of XML elements to keep in the POM
+# during a clean operation with mh_cleanpom or mh_installpom
+# --artifact=<path>: path to the build artifact associated with this POM,
+# it will be installed when using the command mh_install. [mh_install]
+# --java-lib: install the jar into /usr/share/java to comply with Debian
+# packaging guidelines
+# --usj-name=<name>: name to use when installing the library in /usr/share/java
+# --usj-version=<version>: version to use when installing the library in /usr/share/java
+# --no-usj-versionless: don't install the versionless link in /usr/share/java
+# --dest-jar=<path>: the destination for the real jar.
+# It will be installed with mh_install. [mh_install]
+# --classifier=<classifier>: Optional, the classifier for the jar. Empty by default.
+# --site-xml=<location>: Optional, the location for site.xml if it needs to be installed.
+# Empty by default. [mh_install]
+#
+pom.xml --java-lib
Deleted: tags/jtidy/7+svn20110807-4/debian/maven.cleanIgnoreRules
===================================================================
--- trunk/jtidy/debian/maven.cleanIgnoreRules 2012-04-27 19:38:22 UTC (rev 16022)
+++ tags/jtidy/7+svn20110807-4/debian/maven.cleanIgnoreRules 2012-05-01 04:32:50 UTC (rev 16033)
@@ -1,17 +0,0 @@
-# Maven clean ignore rules - ignore some Maven dependencies and plugins
-# during the clean phase of a Maven build
-# Format of this file is:
-# [group] [artifact] [type] [version] [classifier] [scope]
-# where each element can be either
-# - the exact string, for example org.apache for the group, or 3.1
-# for the version. In this case, the element is simply matched
-# and left as it is
-# - * (the star character, alone). In this case, anything will
-# match and be left as it is. For example, using * on the
-# position of the artifact field will match any artifact id
-# All elements much match before a rule can be applied
-# Example rule: match jar with groupid= junit, artifactid= junit
-# and version starting with 3., this dependency is then removed
-# from the POM before mvn clean is called
-# junit junit jar s/3\\..*/3.x/
-
Copied: tags/jtidy/7+svn20110807-4/debian/maven.cleanIgnoreRules (from rev 16032, trunk/jtidy/debian/maven.cleanIgnoreRules)
===================================================================
--- tags/jtidy/7+svn20110807-4/debian/maven.cleanIgnoreRules (rev 0)
+++ tags/jtidy/7+svn20110807-4/debian/maven.cleanIgnoreRules 2012-05-01 04:32:50 UTC (rev 16033)
@@ -0,0 +1,17 @@
+# Maven clean ignore rules - ignore some Maven dependencies and plugins
+# during the clean phase of a Maven build
+# Format of this file is:
+# [group] [artifact] [type] [version] [classifier] [scope]
+# where each element can be either
+# - the exact string, for example org.apache for the group, or 3.1
+# for the version. In this case, the element is simply matched
+# and left as it is
+# - * (the star character, alone). In this case, anything will
+# match and be left as it is. For example, using * on the
+# position of the artifact field will match any artifact id
+# All elements much match before a rule can be applied
+# Example rule: match jar with groupid= junit, artifactid= junit
+# and version starting with 3., this dependency is then removed
+# from the POM before mvn clean is called
+# junit junit jar s/3\..*/3.x/
+
Deleted: tags/jtidy/7+svn20110807-4/debian/maven.ignoreRules
===================================================================
--- trunk/jtidy/debian/maven.ignoreRules 2012-04-27 19:38:22 UTC (rev 16022)
+++ tags/jtidy/7+svn20110807-4/debian/maven.ignoreRules 2012-05-01 04:32:50 UTC (rev 16033)
@@ -1,23 +0,0 @@
-# Maven ignore rules - ignore some Maven dependencies and plugins
-# Format of this file is:
-# [group] [artifact] [type] [version] [classifier] [scope]
-# where each element can be either
-# - the exact string, for example org.apache for the group, or 3.1
-# for the version. In this case, the element is simply matched
-# and left as it is
-# - * (the star character, alone). In this case, anything will
-# match and be left as it is. For example, using * on the
-# position of the artifact field will match any artifact id
-# All elements much match before a rule can be applied
-# Example rule: match jar with groupid= junit, artifactid= junit
-# and version starting with 3., this dependency is then removed
-# from the POM
-# junit junit jar s/3\\..*/3.x/
-
-org.apache.maven.plugins maven-changelog-plugin * * * *
-org.apache.maven.plugins maven-checkstyle-plugin * * * *
-org.apache.maven.plugins maven-clover-plugin * * * *
-org.apache.maven.plugins maven-jxr-plugin * * * *
-org.apache.maven.plugins maven-pmd-plugin * * * *
-org.apache.maven.plugins maven-project-info-reports-plugin * * * *
-org.codehaus.mojo jdepend-maven-plugin * * * *
Copied: tags/jtidy/7+svn20110807-4/debian/maven.ignoreRules (from rev 16032, trunk/jtidy/debian/maven.ignoreRules)
===================================================================
--- tags/jtidy/7+svn20110807-4/debian/maven.ignoreRules (rev 0)
+++ tags/jtidy/7+svn20110807-4/debian/maven.ignoreRules 2012-05-01 04:32:50 UTC (rev 16033)
@@ -0,0 +1,23 @@
+# Maven ignore rules - ignore some Maven dependencies and plugins
+# Format of this file is:
+# [group] [artifact] [type] [version] [classifier] [scope]
+# where each element can be either
+# - the exact string, for example org.apache for the group, or 3.1
+# for the version. In this case, the element is simply matched
+# and left as it is
+# - * (the star character, alone). In this case, anything will
+# match and be left as it is. For example, using * on the
+# position of the artifact field will match any artifact id
+# All elements much match before a rule can be applied
+# Example rule: match jar with groupid= junit, artifactid= junit
+# and version starting with 3., this dependency is then removed
+# from the POM
+# junit junit jar s/3\..*/3.x/
+
+org.apache.maven.plugins maven-changelog-plugin * * * *
+org.apache.maven.plugins maven-checkstyle-plugin * * * *
+org.apache.maven.plugins maven-clover-plugin * * * *
+org.apache.maven.plugins maven-jxr-plugin * * * *
+org.apache.maven.plugins maven-pmd-plugin * * * *
+org.apache.maven.plugins maven-project-info-reports-plugin * * * *
+org.codehaus.mojo jdepend-maven-plugin * * * *
Deleted: tags/jtidy/7+svn20110807-4/debian/maven.publishedRules
===================================================================
--- trunk/jtidy/debian/maven.publishedRules 2012-04-27 19:38:22 UTC (rev 16022)
+++ tags/jtidy/7+svn20110807-4/debian/maven.publishedRules 2012-05-01 04:32:50 UTC (rev 16033)
@@ -1,19 +0,0 @@
-# Maven published rules - additional rules to publish, to help
-# the packaging work of Debian maintainers using mh_make
-# Format of this file is:
-# [group] [artifact] [type] [version] [classifier] [scope]
-# where each element can be either
-# - the exact string, for example org.apache for the group, or 3.1
-# for the version. In this case, the element is simply matched
-# and left as it is
-# - * (the star character, alone). In this case, anything will
-# match and be left as it is. For example, using * on the
-# position of the artifact field will match any artifact id
-# - a regular expression of the form s/match/replace/
-# in this case, elements that match are transformed using
-# the regex rule.
-# All elements much match before a rule can be applied
-# Example rule: match jar with groupid= junit, artifactid= junit
-# and version starting with 3., replacing the version with 3.x
-# junit junit jar s/3\\..*/3.x/
-
Copied: tags/jtidy/7+svn20110807-4/debian/maven.publishedRules (from rev 16032, trunk/jtidy/debian/maven.publishedRules)
===================================================================
--- tags/jtidy/7+svn20110807-4/debian/maven.publishedRules (rev 0)
+++ tags/jtidy/7+svn20110807-4/debian/maven.publishedRules 2012-05-01 04:32:50 UTC (rev 16033)
@@ -0,0 +1,19 @@
+# Maven published rules - additional rules to publish, to help
+# the packaging work of Debian maintainers using mh_make
+# Format of this file is:
+# [group] [artifact] [type] [version] [classifier] [scope]
+# where each element can be either
+# - the exact string, for example org.apache for the group, or 3.1
+# for the version. In this case, the element is simply matched
+# and left as it is
+# - * (the star character, alone). In this case, anything will
+# match and be left as it is. For example, using * on the
+# position of the artifact field will match any artifact id
+# - a regular expression of the form s/match/replace/
+# in this case, elements that match are transformed using
+# the regex rule.
+# All elements much match before a rule can be applied
+# Example rule: match jar with groupid= junit, artifactid= junit
+# and version starting with 3., replacing the version with 3.x
+# junit junit jar s/3\..*/3.x/
+
Deleted: tags/jtidy/7+svn20110807-4/debian/maven.rules
===================================================================
--- trunk/jtidy/debian/maven.rules 2012-04-27 19:38:22 UTC (rev 16022)
+++ tags/jtidy/7+svn20110807-4/debian/maven.rules 2012-05-01 04:32:50 UTC (rev 16033)
@@ -1,22 +0,0 @@
-# Maven rules - transform Maven dependencies and plugins
-# Format of this file is:
-# [group] [artifact] [type] [version] [classifier] [scope]
-# where each element can be either
-# - the exact string, for example org.apache for the group, or 3.1
-# for the version. In this case, the element is simply matched
-# and left as it is
-# - * (the star character, alone). In this case, anything will
-# match and be left as it is. For example, using * on the
-# position of the artifact field will match any artifact id
-# - a regular expression of the form s/match/replace/
-# in this case, elements that match are transformed using
-# the regex rule.
-# All elements much match before a rule can be applied
-# Example rule: match jar with groupid= junit, artifactid= junit
-# and version starting with 3., replacing the version with 3.x
-# junit junit jar s/3\\..*/3.x/
-
-junit junit jar s/4\..*/4.x/ * *
-log4j log4j jar s/1\.2\..*/1.2.x/ * *
-net.sf.jtidy jtidy jar s/.*/debian/ * *
-s/ant/org.apache.ant/ * * s/.*/debian/ * *
Copied: tags/jtidy/7+svn20110807-4/debian/maven.rules (from rev 16032, trunk/jtidy/debian/maven.rules)
===================================================================
--- tags/jtidy/7+svn20110807-4/debian/maven.rules (rev 0)
+++ tags/jtidy/7+svn20110807-4/debian/maven.rules 2012-05-01 04:32:50 UTC (rev 16033)
@@ -0,0 +1,23 @@
+# Maven rules - transform Maven dependencies and plugins
+# Format of this file is:
+# [group] [artifact] [type] [version] [classifier] [scope]
+# where each element can be either
+# - the exact string, for example org.apache for the group, or 3.1
+# for the version. In this case, the element is simply matched
+# and left as it is
+# - * (the star character, alone). In this case, anything will
+# match and be left as it is. For example, using * on the
+# position of the artifact field will match any artifact id
+# - a regular expression of the form s/match/replace/
+# in this case, elements that match are transformed using
+# the regex rule.
+# All elements much match before a rule can be applied
+# Example rule: match jar with groupid= junit, artifactid= junit
+# and version starting with 3., replacing the version with 3.x
+# junit junit jar s/3\..*/3.x/
+
+junit junit jar s/4\..*/4.x/ * *
+log4j log4j jar s/1\.2\..*/1.2.x/ * *
+net.sf.jtidy jtidy jar s/.*/debian/ * *
+log4j log4j * s/1\.2\..*/1.2.x/ * *
+s/ant/org.apache.ant/ * * s/.*/debian/ * *
More information about the pkg-java-commits
mailing list