Log Message
moved to github
Added Paths
Removed Paths
- trunk/hudson/plugins/qc/LICENSE.txt
- trunk/hudson/plugins/qc/README.md
- trunk/hudson/plugins/qc/pom.xml
- trunk/hudson/plugins/qc/src/
Diff
Deleted: trunk/hudson/plugins/qc/LICENSE.txt (41071 => 41072)
--- trunk/hudson/plugins/qc/LICENSE.txt 2014-01-15 18:00:34 UTC (rev 41071)
+++ trunk/hudson/plugins/qc/LICENSE.txt 2014-04-02 11:08:43 UTC (rev 41072)
@@ -1,22 +0,0 @@
-The MIT License
-
-Copyright (c) 2010-2011, Manufacture Française des Pneumatiques Michelin,
-Thomas Maurel, Romain Seguy and other contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
Deleted: trunk/hudson/plugins/qc/README.md (41071 => 41072)
--- trunk/hudson/plugins/qc/README.md 2014-01-15 18:00:34 UTC (rev 41071)
+++ trunk/hudson/plugins/qc/README.md 2014-04-02 11:08:43 UTC (rev 41072)
@@ -1,22 +0,0 @@
-Quality Center plugin
-=====================
-Copyright © 2010-2011, Manufacture Française des Pneumatiques Michelin, Thomas Maurel, Romain Seguy and other contributors. Licensed under [MIT License][0].
-
-About this plugin
------------------
-The Quality Center plugin is meant to be used from [Hudson][1] or [Jenkins][2] to trigger HP Quality Center test sets as build steps. Please take a look at [Jenkins' wiki][3] to get detailed information.
-
-Installation
-------------
-The Quality Center plugin can be installed from any Hudson or Jenkins installation connected to the Internet using the **Plugin Manager** screen.
-
-Source code
------------
-The primary location for the source code of this plugin is on [Jenkins' SVN repository][4]. It is also mirrored on [GitHub][5] for conveniency.
-
-[0]: https://github.com/jenkinsci/qc-plugin/raw/master/LICENSE.txt
-[1]: http://hudson-ci.org/
-[2]: http://jenkins-ci.org/
-[3]: http://wiki.jenkins-ci.org/display/JENKINS/Quality+Center+Plugin
-[4]: https://svn.jenkins-ci.org/trunk/hudson/plugins/qc/
-[5]: https://github.com/jenkinsci/qc-plugin
Added: trunk/hudson/plugins/qc/README.txt (0 => 41072)
--- trunk/hudson/plugins/qc/README.txt (rev 0)
+++ trunk/hudson/plugins/qc/README.txt 2014-04-02 11:08:43 UTC (rev 41072)
@@ -0,0 +1 @@
+moved to gihub https://github.com/jenkinsci/qc-plugin/
Deleted: trunk/hudson/plugins/qc/pom.xml (41071 => 41072)
--- trunk/hudson/plugins/qc/pom.xml 2014-01-15 18:00:34 UTC (rev 41071)
+++ trunk/hudson/plugins/qc/pom.xml 2014-04-02 11:08:43 UTC (rev 41072)
@@ -1,38 +0,0 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.jenkins-ci.plugins</groupId>
- <artifactId>plugin</artifactId>
- <version>1.409</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
- <artifactId>qc</artifactId>
- <packaging>hpi</packaging>
- <version>1.2.2-SNAPSHOT</version>
- <name>Quality Center Plugin</name>
- <url>http://wiki.jenkins-ci.org/display/HUDSON/Quality+Center+Plugin</url>
-
- <developers>
- <developer>
- <id>tmaurel</id>
- <name>Thomas Maurel</name>
- <timezone>+1</timezone>
- </developer>
- <developer>
- <id>rseguy</id>
- <name>Romain Seguy</name>
- <timezone>+1</timezone>
- </developer>
- </developers>
- <properties>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- </properties>
-
- <dependencies>
- <dependency>
- <groupId>org.jvnet.com4j</groupId>
- <artifactId>com4j</artifactId>
- <version>20070717</version>
- </dependency>
- </dependencies>
-</project>
You received this message because you are subscribed to the Google Groups "Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.