From e1c69b76bdf40644bdce5f5f37c7f5ed0e9f2446 Mon Sep 17 00:00:00 2001 From: Siva Velusamy Date: Tue, 8 Apr 2014 17:50:22 -0700 Subject: Tycho plugin and its dependencies Change-Id: I3e050f26e77d630f0a7ebf8a08e28a92b78d95a7 --- .../de/pdark/decentxml/1.3/_remote.repositories | 4 + .../de/pdark/decentxml/1.3/decentxml-1.3.jar | Bin 0 -> 111572 bytes .../de/pdark/decentxml/1.3/decentxml-1.3.jar.sha1 | 1 + .../de/pdark/decentxml/1.3/decentxml-1.3.pom | 229 +++++++++++++++++++++ .../de/pdark/decentxml/1.3/decentxml-1.3.pom.sha1 | 1 + 5 files changed, 235 insertions(+) create mode 100644 tycho/tycho-dependencies-m2repo/de/pdark/decentxml/1.3/_remote.repositories create mode 100644 tycho/tycho-dependencies-m2repo/de/pdark/decentxml/1.3/decentxml-1.3.jar create mode 100644 tycho/tycho-dependencies-m2repo/de/pdark/decentxml/1.3/decentxml-1.3.jar.sha1 create mode 100644 tycho/tycho-dependencies-m2repo/de/pdark/decentxml/1.3/decentxml-1.3.pom create mode 100644 tycho/tycho-dependencies-m2repo/de/pdark/decentxml/1.3/decentxml-1.3.pom.sha1 (limited to 'tycho/tycho-dependencies-m2repo/de/pdark/decentxml/1.3') diff --git a/tycho/tycho-dependencies-m2repo/de/pdark/decentxml/1.3/_remote.repositories b/tycho/tycho-dependencies-m2repo/de/pdark/decentxml/1.3/_remote.repositories new file mode 100644 index 0000000..5d142c7 --- /dev/null +++ b/tycho/tycho-dependencies-m2repo/de/pdark/decentxml/1.3/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is an Aether internal implementation file, its format can be changed without prior notice. +#Tue Apr 08 17:21:10 PDT 2014 +decentxml-1.3.pom>central= +decentxml-1.3.jar>central= diff --git a/tycho/tycho-dependencies-m2repo/de/pdark/decentxml/1.3/decentxml-1.3.jar b/tycho/tycho-dependencies-m2repo/de/pdark/decentxml/1.3/decentxml-1.3.jar new file mode 100644 index 0000000..fffa054 Binary files /dev/null and b/tycho/tycho-dependencies-m2repo/de/pdark/decentxml/1.3/decentxml-1.3.jar differ diff --git a/tycho/tycho-dependencies-m2repo/de/pdark/decentxml/1.3/decentxml-1.3.jar.sha1 b/tycho/tycho-dependencies-m2repo/de/pdark/decentxml/1.3/decentxml-1.3.jar.sha1 new file mode 100644 index 0000000..c193e6e --- /dev/null +++ b/tycho/tycho-dependencies-m2repo/de/pdark/decentxml/1.3/decentxml-1.3.jar.sha1 @@ -0,0 +1 @@ +06e3eb8b08dd761d08efe6c6c7beabd08c919b6f \ No newline at end of file diff --git a/tycho/tycho-dependencies-m2repo/de/pdark/decentxml/1.3/decentxml-1.3.pom b/tycho/tycho-dependencies-m2repo/de/pdark/decentxml/1.3/decentxml-1.3.pom new file mode 100644 index 0000000..2935103 --- /dev/null +++ b/tycho/tycho-dependencies-m2repo/de/pdark/decentxml/1.3/decentxml-1.3.pom @@ -0,0 +1,229 @@ + + + 4.0.0 + de.pdark + decentxml + 1.3 + DecentXML + + A decent XML parser. Since it's decent, it's not + compatible with the W3C and therefore, it can do roundtripping. + + http://code.google.com/p/decentxml/ + + 2008 + + + New BSD License + http://www.opensource.org/licenses/bsd-license.php + + + + + + Aaron Digulla + digulla@hepe.com + + Java Developer + + 0 + + + + + Google Code + http://code.google.com/p/decentxml/issues/list + + + + + junit + junit + 4.4 + test + + + + + target + 2.2 + + + + + eclipse-folders + + target-eclipse + + + + + c2.3 + + 2.3 + + + + + release-sign-artifacts + + + performRelease + true + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.0-alpha-4 + + + sign-artifacts + verify + + sign + + + + + + + + + + + + ${basedir}/${target.dir}/classes + ${basedir}/${target.dir}/test-classes + + + + maven-compiler-plugin + 2.0.2 + + 1.5 + 1.5 + + + + + maven-source-plugin + 2.0.4 + + + attach-sources + verify + + jar + test-jar + + + + + + + maven-assembly-plugin + 2.2-beta-2 + + + bin + src + + + + + make-assembly + package + + attached + + + + + + + org.apache.maven.plugins + maven-scm-plugin + 1.0 + + + + maven-javadoc-plugin + 2.5 + + + jar + package + + jar + + + + + + + org.codehaus.mojo + cobertura-maven-plugin + ${version.cobertura-maven-plugin} + + + + org.apache.maven.plugins + maven-release-plugin + 2.0-beta-7 + + https://decentxml.googlecode.com/svn/tags/ + + + + + + + + + + org.codehaus.mojo + cobertura-maven-plugin + 2.2 + + + + maven-javadoc-plugin + 2.5 + + + + maven-jxr-plugin + 2.1 + + + + maven-surefire-report-plugin + 2.4.3 + + + + + + scm:svn:http://decentxml.googlecode.com/svn/tags/r1.3 + scm:svn:https://decentxml.googlecode.com/svn/tags/r1.3 + scm:svn:https://decentxml.googlecode.com/svn/tags/r1.3 + + + + + sonatype-nexus-snapshots + Sonatype Forge Snapshots Repository + http://oss.sonatype.org/content/repositories/snapshots + + + sonatype-nexus-staging + Sonatype Forge Release Repository + http://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + diff --git a/tycho/tycho-dependencies-m2repo/de/pdark/decentxml/1.3/decentxml-1.3.pom.sha1 b/tycho/tycho-dependencies-m2repo/de/pdark/decentxml/1.3/decentxml-1.3.pom.sha1 new file mode 100644 index 0000000..434ad43 --- /dev/null +++ b/tycho/tycho-dependencies-m2repo/de/pdark/decentxml/1.3/decentxml-1.3.pom.sha1 @@ -0,0 +1 @@ +362f030ac54646eeb3c7a3d24cee1ab7153dd3b4 \ No newline at end of file -- cgit v1.2.3