Title: [41187] trunk/hudson/plugins: Removed plugins that have seen further development on GitHub
Revision
41187
Author
danielbeck
Date
2014-11-04 17:25:25 -0500 (Tue, 04 Nov 2014)

Log Message

Removed plugins that have seen further development on GitHub

Added Paths


Removed Paths

Diff

Added: trunk/hudson/plugins/claim/README.txt (0 => 41187)


--- trunk/hudson/plugins/claim/README.txt	                        (rev 0)
+++ trunk/hudson/plugins/claim/README.txt	2014-11-04 22:25:25 UTC (rev 41187)
@@ -0,0 +1 @@
+new URL: https://github.com/jenkinsci/claim-plugin/

Deleted: trunk/hudson/plugins/claim/pom.xml (41186 => 41187)


--- trunk/hudson/plugins/claim/pom.xml	2014-11-04 22:09:31 UTC (rev 41186)
+++ trunk/hudson/plugins/claim/pom.xml	2014-11-04 22:25:25 UTC (rev 41187)
@@ -1,19 +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.jvnet.hudson.plugins</groupId>
-    <artifactId>plugin</artifactId>
-    <version>1.347</version>
-    <relativePath>../pom.xml</relativePath>
-  </parent>
-
-  <artifactId>claim</artifactId>
-  <version>1.8-SNAPSHOT</version>
-  <packaging>hpi</packaging>
-  <name>Claim Plugin</name>
-  <url>http://wiki.hudson-ci.org/display/HUDSON/Claim+Plugin</url>  
-  <build>
-    <finalName>${project.artifactId}</finalName>
-  </build>
-</project>

Added: trunk/hudson/plugins/dbCharts/README.txt (0 => 41187)


--- trunk/hudson/plugins/dbCharts/README.txt	                        (rev 0)
+++ trunk/hudson/plugins/dbCharts/README.txt	2014-11-04 22:25:25 UTC (rev 41187)
@@ -0,0 +1 @@
+new URL: https://github.com/jenkinsci/dbCharts-plugin/

Deleted: trunk/hudson/plugins/dbCharts/deep_run.sh (41186 => 41187)


--- trunk/hudson/plugins/dbCharts/deep_run.sh	2014-11-04 22:09:31 UTC (rev 41186)
+++ trunk/hudson/plugins/dbCharts/deep_run.sh	2014-11-04 22:25:25 UTC (rev 41187)
@@ -1 +0,0 @@
-rm -rf work; mvn clean && ./run.sh

Deleted: trunk/hudson/plugins/dbCharts/pom.xml (41186 => 41187)


--- trunk/hudson/plugins/dbCharts/pom.xml	2014-11-04 22:09:31 UTC (rev 41186)
+++ trunk/hudson/plugins/dbCharts/pom.xml	2014-11-04 22:25:25 UTC (rev 41187)
@@ -1,71 +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.jvnet.hudson.plugins</groupId>
-    <artifactId>plugin</artifactId>
-    <version>1.358</version><!-- which version of Hudson is this plugin built against? -->
-    <relativePath>../pom.xml</relativePath>
-  </parent>
-  
-  <artifactId>dbCharts</artifactId>
-  <version>0.5-SNAPSHOT</version>
-  <name>dbCharts</name>
-  <description>This plugin allows adding charts backed by JDBC database connection.</description>
-  <url>http://wiki.jenkins-ci.org/display/JENKINS/dbCharts+Plugin</url>
-  <packaging>hpi</packaging>
-  
-  <dependencies>
-    <dependency>
-    	<groupId>hsqldb</groupId>
-    	<artifactId>hsqldb</artifactId>
-    	<version>1.8.0.10</version>
-    	<!-- scope>test</scope-->
-    </dependency>
-
-	<dependency>
-  		<groupId>mysql</groupId>
-  		<artifactId>mysql-connector-java</artifactId>
-  		<version>5.1.6</version>
-  		<!--scope>runtime</scope-->
-	</dependency>
-	  
-	<dependency>
-  		<groupId>postgresql</groupId>
-  		<artifactId>postgresql</artifactId>
-  		<version>8.3-603.jdbc4</version>
-  		<!-- scope>runtime</scope-->
-	</dependency>
-  </dependencies>
-   
-  <licenses>
-    <license>
-      <name>MIT license</name>
-      <comments>All source code is under the MIT license.</comments>
-    </license>
-  </licenses>
-
- <developers>
-     <developer>
-         <id>ptab</id>
-         <name>Piotr Tabor</name>
-         <email>piotr.ta...@gmail.com</email>
-	 <url>http://piotr.tabor.waw.pl</url>
-      </developer>
- </developers>
-
-    <repositories>
-        <repository>
-            <id>repo.jenkins-ci.org</id>
-            <url>http://repo.jenkins-ci.org/public/</url>
-        </repository>
-    </repositories>
-
-    <pluginRepositories>
-        <pluginRepository>
-            <id>repo.jenkins-ci.org</id>
-            <url>http://repo.jenkins-ci.org/public/</url>
-        </pluginRepository>
-    </pluginRepositories>
-</project>  
-  
-

Deleted: trunk/hudson/plugins/dbCharts/run.sh (41186 => 41187)


--- trunk/hudson/plugins/dbCharts/run.sh	2014-11-04 22:09:31 UTC (rev 41186)
+++ trunk/hudson/plugins/dbCharts/run.sh	2014-11-04 22:25:25 UTC (rev 41187)
@@ -1,6 +0,0 @@
-mvn package
-#mkdir -p target/work/webapp/WEB-INF/lib/
-cp target/dbCharts/WEB-INF/lib/* target/work/webapp/WEB-INF/lib/
-MAVEN_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n -XX:MaxPermSize=256m" mvn hpi:run
-cp target/dbCharts/WEB-INF/lib/* target/work/webapp/WEB-INF/lib/
-

Added: trunk/hudson/plugins/jclouds/README.txt (0 => 41187)


--- trunk/hudson/plugins/jclouds/README.txt	                        (rev 0)
+++ trunk/hudson/plugins/jclouds/README.txt	2014-11-04 22:25:25 UTC (rev 41187)
@@ -0,0 +1 @@
+new URL: https://github.com/jenkinsci/jclouds-plugin/

Deleted: trunk/hudson/plugins/jclouds/pom.xml (41186 => 41187)


--- trunk/hudson/plugins/jclouds/pom.xml	2014-11-04 22:09:31 UTC (rev 41186)
+++ trunk/hudson/plugins/jclouds/pom.xml	2014-11-04 22:25:25 UTC (rev 41187)
@@ -1,147 +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.jvnet.hudson.plugins</groupId>
-    <artifactId>plugin</artifactId>
-    <version>1.371</version>
-    <relativePath>../pom.xml</relativePath>
-  </parent>
-
-  <groupId>hudson.plugins</groupId>
-  <artifactId>jclouds</artifactId>
-  <version>1.0-SNAPSHOT</version>
-  <packaging>hpi</packaging>
-  <name>Hudson jclouds Cloud plugin</name>
-  <description>Allows Hudson to build using Cloud Servers via jclouds</description>
-  <url>http://wiki.hudson-ci.org/display/HUDSON/jclouds+Cloud+Plugin</url>
-  <properties>
-    <jclouds.test.provider>stub</jclouds.test.provider>
-    <jclouds.test.identity>identity</jclouds.test.identity>
-    <jclouds.test.credential>credential</jclouds.test.credential>
-    <jclouds.version>1.0-SNAPSHOT</jclouds.version>
-  </properties>
-
-  <developers>
-    <developer>
-      <id>sdirector</id>
-      <name>Monty Taylor</name>
-      <email>mord...@inaugust.com</email>
-    </developer>
-  </developers>
-
-  <repositories>
-    <repository>
-      <id>m.g.o-public</id>
-      <url>http://maven.glassfish.org/content/groups/public/</url>
-    </repository>
-    <repository>
-      <id>jclouds</id>
-      <url>http://jclouds.googlecode.com/svn/repo</url>
-    </repository>
-    <repository>
-      <id>jclouds-snapshot</id>
-      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </repository>
-  </repositories>
-  <dependencies>
-<dependency>
-  <groupId>org.kohsuke.stapler</groupId>
-  <artifactId>stapler-jelly</artifactId>
-  <version>1.148</version>
-  <scope>provided</scope>
-  <exclusions>
-    <exclusion>
-      <groupId>com.google.collections</groupId>
-      <artifactId>google-collections</artifactId>
-    </exclusion>
-  </exclusions>
-</dependency>
-    <dependency>
-      <groupId>org.testng</groupId>
-      <artifactId>testng</artifactId>
-      <version>5.10</version>
-      <scope>test</scope>
-      <classifier>jdk15</classifier>
-    </dependency>
-    <dependency>
-      <groupId>org.jclouds</groupId>
-      <artifactId>jclouds-allcompute</artifactId>
-      <version>${jclouds.version}</version>
-    </dependency>
-  </dependencies>
-    <reporting>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-checkstyle-plugin</artifactId>
-                <configuration>
-                    <configLocation>config/sun_checks.xml</configLocation>
-                </configuration>
-            </plugin>
-        </plugins>
-    </reporting>
-  <build>
-    <finalName>${project.artifactId}</finalName>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <excludes>
-            <exclude>**/*LiveTest.java</exclude>
-          </excludes>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  <profiles>
-    <profile>
-      <id>live</id>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-surefire-plugin</artifactId>
-            <executions>
-              <execution>
-                <id>integration</id>
-                <phase>integration-test</phase>
-                <goals>
-                  <goal>test</goal>
-                </goals>
-                <configuration>
-                  <excludes>
-                  <exclude>none</exclude>
-                 </excludes>
-                 <includes>
-                   <include>**/*LiveTest.java</include>
-                 </includes>
-                 <systemProperties>
-                    <property>
-                      <name>jclouds.test.provider</name>
-                      <value>${jclouds.test.provider}</value>
-                    </property>
-                    <property>
-                      <name>jclouds.test.identity</name>
-                      <value>${jclouds.test.identity}</value>
-                    </property>
-                    <property>
-                      <name>jclouds.test.credential</name>
-                      <value>${jclouds.test.credential}</value>
-                    </property>
-                  </systemProperties>
-                </configuration>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-  </profiles>
-</project>

Added: trunk/hudson/plugins/ldapemail/README.txt (0 => 41187)


--- trunk/hudson/plugins/ldapemail/README.txt	                        (rev 0)
+++ trunk/hudson/plugins/ldapemail/README.txt	2014-11-04 22:25:25 UTC (rev 41187)
@@ -0,0 +1 @@
+new URL: https://github.com/jenkinsci/ldapemail-plugin/

Deleted: trunk/hudson/plugins/ldapemail/pom.xml (41186 => 41187)


--- trunk/hudson/plugins/ldapemail/pom.xml	2014-11-04 22:09:31 UTC (rev 41186)
+++ trunk/hudson/plugins/ldapemail/pom.xml	2014-11-04 22:25:25 UTC (rev 41187)
@@ -1,101 +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.jvnet.hudson.plugins</groupId>
-		<artifactId>plugin</artifactId>
-		<version>1.377</version>
-		<relativePath>../pom.xml</relativePath>
-	</parent>
-
-	<name>LDAP Email Plugin</name>
-	<description>
-		Jenkins plugin that resolves email addresses through LDAP lookups.
-	</description>
-	
-	<url>http://wiki.jenkins-ci.org/display/JENKINS/LDAP+Email+Plugin</url>
-
-	<groupId>com.mtvi.plateng.hudson</groupId>
-	<artifactId>ldapemail</artifactId>
-	<packaging>hpi</packaging>
-	<version>0.8-SNAPSHOT</version>
-
-	<developers>
-	    <developer>
-		<id>justinedelson</id>
-		<name>Justin Edelson</name>
-	    </developer>
-	</developers>
-
-	<dependencies>
-        <dependency>
-            <groupId>com.mtvi.plateng</groupId>
-            <artifactId>test-support</artifactId>
-            <version>1.0-alpha-4</version>
-            <scope>test</scope>
-        </dependency>
-		<dependency>
-			<groupId>javax.servlet</groupId>
-			<artifactId>servlet-api</artifactId>
-			<version>2.4</version>
-			<scope>test</scope>
-		</dependency>
-	</dependencies>
-
-	<build>
-		<defaultGoal>package</defaultGoal>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-checkstyle-plugin</artifactId>
-				<version>2.1</version>
-				<configuration>
-					<configLocation>
-						http://buildtools.mtvitech.com/resources/checkstyle.xml
-					</configLocation>
-				</configuration>
-			</plugin>
-			<plugin>
-				<groupId>org.codehaus.mojo</groupId>
-				<artifactId>cobertura-maven-plugin</artifactId>
-				<version>2.2</version>
-				<configuration>
-					<formats>
-						<format>xml</format>
-					</formats>
-				</configuration>
-			</plugin>
-			<plugin>
-				<groupId>com.google.code.maven-license-plugin</groupId>
-				<artifactId>maven-license-plugin</artifactId>
-				<version>1.2.5</version>
-				<configuration>
-					<header>
-						http://buildtools.mtvitech.com/resources/license.txt
-					</header>
-					<excludes>
-						<exclude>target*/**</exclude>
-					</excludes>
-					<mapping>
-						<jelly>xml</jelly>
-					</mapping>
-				</configuration>
-			</plugin>
-		</plugins>
-	</build>
-
-    <repositories>
-        <repository>
-            <id>repo.jenkins-ci.org</id>
-            <url>http://repo.jenkins-ci.org/public/</url>
-        </repository>
-    </repositories>
-
-    <pluginRepositories>
-        <pluginRepository>
-            <id>repo.jenkins-ci.org</id>
-            <url>http://repo.jenkins-ci.org/public/</url>
-        </pluginRepository>
-    </pluginRepositories>
-</project>  
-  
-

Added: trunk/hudson/plugins/libvirt-slave/README.txt (0 => 41187)


--- trunk/hudson/plugins/libvirt-slave/README.txt	                        (rev 0)
+++ trunk/hudson/plugins/libvirt-slave/README.txt	2014-11-04 22:25:25 UTC (rev 41187)
@@ -0,0 +1 @@
+new URL: https://github.com/jenkinsci/libvirt-slave-plugin/

Deleted: trunk/hudson/plugins/libvirt-slave/pom.xml (41186 => 41187)


--- trunk/hudson/plugins/libvirt-slave/pom.xml	2014-11-04 22:09:31 UTC (rev 41186)
+++ trunk/hudson/plugins/libvirt-slave/pom.xml	2014-11-04 22:25:25 UTC (rev 41187)
@@ -1,51 +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.jvnet.hudson.plugins</groupId>
-        <artifactId>plugin</artifactId>
-        <version>1.347</version>
-        <relativePath>../pom.xml</relativePath>
-    </parent>
-
-    <groupId>hudson.plugins.libvirt</groupId>
-    <artifactId>libvirt-slave</artifactId>
-    <version>1.7-SNAPSHOT</version>
-    <packaging>hpi</packaging>
-    <name>Hudson Libvirt Slaves plugin</name>
-    <url>http://wiki.hudson-ci.org/display/HUDSON/Libvirt+Slaves+Plugin</url>
-
-    <!-- get every artifact through maven.glassfish.org, which proxies all the artifacts that we need -->
-    <repositories>
-        <repository>
-            <id>repo.jenkins-ci.org</id>
-            <url>http://repo.jenkins-ci.org/public/</url>
-        </repository>
-    </repositories>
-
-    <pluginRepositories>
-        <pluginRepository>
-            <id>repo.jenkins-ci.org</id>
-            <url>http://repo.jenkins-ci.org/public/</url>
-        </pluginRepository>
-    </pluginRepositories>
-    <dependencies>
-        <dependency>
-            <groupId>org.libvirt</groupId>
-            <artifactId>libvirt</artifactId>
-            <version>0.4.2</version>
-        </dependency>
-    </dependencies>
-
-    <developers>
-        <developer>
-            <id>mmornati</id>
-            <name>Marco Mornati</name>
-            <email>mmorn...@byte-code.com</email>
-        </developer>
-    </developers>
-
-    <organization>
-        <name>Byte-Code</name>
-        <url>http://www.byte-code.com</url>
-    </organization>
-</project>

Deleted: trunk/hudson/plugins/mask-passwords/LICENSE.txt (41186 => 41187)


--- trunk/hudson/plugins/mask-passwords/LICENSE.txt	2014-11-04 22:09:31 UTC (rev 41186)
+++ trunk/hudson/plugins/mask-passwords/LICENSE.txt	2014-11-04 22:25:25 UTC (rev 41187)
@@ -1,21 +0,0 @@
-The MIT License
-
-Copyright (c) 2010-2011, Manufacture Francaise des Pneumatiques Michelin, Romain Seguy
-
-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/mask-passwords/README.md (41186 => 41187)


--- trunk/hudson/plugins/mask-passwords/README.md	2014-11-04 22:09:31 UTC (rev 41186)
+++ trunk/hudson/plugins/mask-passwords/README.md	2014-11-04 22:25:25 UTC (rev 41187)
@@ -1,22 +0,0 @@
-Mask Passwords plugin
-=====================
-Copyright &copy; 2010-2011, Manufacture Francaise des Pneumatiques Michelin, Romain Seguy. Licensed under [MIT License][0].
-
-About this plugin
------------------
-The Mask Passwords plugin is meant to be used from [Hudson][1] or [Jenkins][2] to mask passwords which may appear from builds' console. Please take a look at [Jenkins' wiki][3] to get detailed information.
-
-Installation
-------------
-The Mask Passwords 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/mask-passwords-plugin/raw/master/LICENSE.txt
-[1]: http://hudson-ci.org/
-[2]: http://jenkins-ci.org/
-[3]: http://wiki.jenkins-ci.org/display/JENKINS/Mask+Passwords+Plugin
-[4]: https://svn.jenkins-ci.org/trunk/hudson/plugins/mask-passwords/
-[5]: https://github.com/jenkinsci/mask-passwords-plugin

Added: trunk/hudson/plugins/mask-passwords/README.txt (0 => 41187)


--- trunk/hudson/plugins/mask-passwords/README.txt	                        (rev 0)
+++ trunk/hudson/plugins/mask-passwords/README.txt	2014-11-04 22:25:25 UTC (rev 41187)
@@ -0,0 +1 @@
+new URL: https://github.com/jenkinsci/mask-passwords-plugin/

Deleted: trunk/hudson/plugins/mask-passwords/pom.xml (41186 => 41187)


--- trunk/hudson/plugins/mask-passwords/pom.xml	2014-11-04 22:09:31 UTC (rev 41186)
+++ trunk/hudson/plugins/mask-passwords/pom.xml	2014-11-04 22:25:25 UTC (rev 41187)
@@ -1,41 +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>mask-passwords</artifactId>
-  <packaging>hpi</packaging>
-  <name>Mask Passwords Plugin</name>
-  <description>Masks passwords that may appear in the console</description>
-  <url>http://wiki.jenkins-ci.org/display/JENKINS/Mask+Passwords+Plugin</url>
-  <version>2.7.3-SNAPSHOT</version>
-
-  <developers>
-    <developer>
-      <id>rseguy</id>
-      <name>Romain Seguy</name>
-      <email>romain.se...@gmail.com</email>
-    </developer>
-  </developers>
-
-    <repositories>
-        <repository>
-            <id>repo.jenkins-ci.org</id>
-            <url>http://repo.jenkins-ci.org/public/</url>
-        </repository>
-    </repositories>
-
-    <pluginRepositories>
-        <pluginRepository>
-            <id>repo.jenkins-ci.org</id>
-            <url>http://repo.jenkins-ci.org/public/</url>
-        </pluginRepository>
-    </pluginRepositories>
-</project>  
-  
-

Added: trunk/hudson/plugins/radiatorview/README.txt (0 => 41187)


--- trunk/hudson/plugins/radiatorview/README.txt	                        (rev 0)
+++ trunk/hudson/plugins/radiatorview/README.txt	2014-11-04 22:25:25 UTC (rev 41187)
@@ -0,0 +1 @@
+new URL: https://github.com/jenkinsci/radiatorview-plugin/

Deleted: trunk/hudson/plugins/radiatorview/pom.xml (41186 => 41187)


--- trunk/hudson/plugins/radiatorview/pom.xml	2014-11-04 22:09:31 UTC (rev 41186)
+++ trunk/hudson/plugins/radiatorview/pom.xml	2014-11-04 22:25:25 UTC (rev 41187)
@@ -1,71 +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.400</version>
-		<relativePath>../pom.xml</relativePath>
-	</parent>
-
-	<artifactId>radiatorviewplugin</artifactId>
-	<packaging>hpi</packaging>
-	<name>Radiator View Plugin</name>
-	<version>1.14-SNAPSHOT</version>
-	<url>http://wiki.jenkins-ci.org/display/JENKINS/Radiator+View+Plugin</url>
-	<description>Adds a new high visibility view of project status.</description>
-	<!--
-		We need the following because the artifactId=radiatorviewplugin but
-		directoryName=radiatorview, and Maven infers the wrong value if I
-		don't specify it explicitly.
-	--> 
-	<scm>
-		<connection>scm:svn:https://gu...@svn.jenkins-ci.org/trunk/hudson/plugins/radiatorview/</connection>
-		<developerConnection>scm:svn:https://svn.jenkins-ci.org/trunk/hudson/plugins/radiatorview/</developerConnection>
-		<url>https://svn.jenkins-ci.org/trunk/hudson/pluginsradiatorview/</url>
-	</scm>
-
-	<developers>
-		<developer>
-			<id>howama</id>
-			<name>Mark Howard</name>
-			<email>m...@tildemh.com</email>
-		</developer>
-	</developers>
-
-	<repositories>
-		<repository>
-		        <id>repo.jenkins-ci.org</id>
-                        <url>http://repo.jenkins-ci.org/public/</url>
-		</repository>
-	</repositories>
-
-	<distributionManagement>
-		<!--  maven3 doesn't support anymore id local -->
-		<snapshotRepository>
-			<!-- prevent accidental deployment of SNAPSHOTS to repository -->
-			<id>local.repository</id>
-			<url>file:.</url>
-		</snapshotRepository>
-	    <repository>
-	      <id>maven.jenkins-ci.org</id>
-	      <url>http://maven.jenkins-ci.org:8081/content/repositories/releases/</url>
-	    </repository>
-	</distributionManagement>
-
-	<dependencies>
-		<dependency>
-			<groupId>org.jvnet.hudson.plugins</groupId>
-			<artifactId>claim</artifactId>
-			<version>1.7</version>
-			<optional>true</optional>
-		</dependency>
-	</dependencies>
-
-    <pluginRepositories>
-        <pluginRepository>
-            <id>repo.jenkins-ci.org</id>
-            <url>http://repo.jenkins-ci.org/public/</url>
-        </pluginRepository>
-    </pluginRepositories>
-</project>  
-

Added: trunk/hudson/plugins/release/README.txt (0 => 41187)


--- trunk/hudson/plugins/release/README.txt	                        (rev 0)
+++ trunk/hudson/plugins/release/README.txt	2014-11-04 22:25:25 UTC (rev 41187)
@@ -0,0 +1 @@
+new URL: https://github.com/jenkinsci/release-plugin/

Deleted: trunk/hudson/plugins/release/pom.xml (41186 => 41187)


--- trunk/hudson/plugins/release/pom.xml	2014-11-04 22:09:31 UTC (rev 41186)
+++ trunk/hudson/plugins/release/pom.xml	2014-11-04 22:25:25 UTC (rev 41187)
@@ -1,36 +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.jvnet.hudson.plugins</groupId>
-    <artifactId>plugin</artifactId>
-    <version>1.394</version>
-  </parent>
-  <artifactId>release</artifactId>
-  <packaging>hpi</packaging>
-  <name>Hudson Release Plugin</name>
-  <version>1.12-SNAPSHOT</version>
-  <description>Adds the ability to wrap your job with pre- and post- build steps which are only executed when a manual release build is triggered.</description>
-  <url>http://wiki.hudson-ci.org/display/HUDSON/Release+Plugin</url>
-  <developers>
-  	<developer>
-  		<id>petehayes</id>
-  		<name>Peter Hayes</name>
-  		<email>peteha...@gmail.com</email>
-  		<url>http://spiffysspace.blogspot.com/</url>
-  		<timezone>-6</timezone>
-  	</developer>
-  </developers>
-  <dependencies>
-  	<dependency>
-  		<groupId>org.jvnet.hudson.main</groupId>
-  		<artifactId>maven-plugin</artifactId>
-  	</dependency>
-  	<dependency>
-  		<groupId>org.jvnet.hudson.plugins</groupId>
-  		<artifactId>dashboard-view</artifactId>
-  		<version>1.1</version>
-  		<optional>true</optional>
-  	</dependency>
-  </dependencies>
-</project>

Deleted: trunk/hudson/plugins/shelve-project-plugin/README (41186 => 41187)


--- trunk/hudson/plugins/shelve-project-plugin/README	2014-11-04 22:09:31 UTC (rev 41186)
+++ trunk/hudson/plugins/shelve-project-plugin/README	2014-11-04 22:25:25 UTC (rev 41187)
@@ -1,3 +0,0 @@
-File manager icon (shelve-project-icon.png) was released into the public
-domain by the Tango! Desktop Project. The original image can be
-found at; http://commons.wikimedia.org/wiki/File:System-file-manager.svg
\ No newline at end of file

Added: trunk/hudson/plugins/shelve-project-plugin/README.txt (0 => 41187)


--- trunk/hudson/plugins/shelve-project-plugin/README.txt	                        (rev 0)
+++ trunk/hudson/plugins/shelve-project-plugin/README.txt	2014-11-04 22:25:25 UTC (rev 41187)
@@ -0,0 +1 @@
+new URL: https://github.com/jenkinsci/shelve-project-plugin-plugin/

Deleted: trunk/hudson/plugins/shelve-project-plugin/pom.xml (41186 => 41187)


--- trunk/hudson/plugins/shelve-project-plugin/pom.xml	2014-11-04 22:09:31 UTC (rev 41186)
+++ trunk/hudson/plugins/shelve-project-plugin/pom.xml	2014-11-04 22:25:25 UTC (rev 41187)
@@ -1,40 +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.jvnet.hudson.plugins</groupId>
-    <artifactId>plugin</artifactId>
-    <version>1.383</version>
-    <relativePath>../pom.xml</relativePath>
-  </parent>
-
-  <groupId>org.jvnet.hudson.plugins</groupId>
-  <artifactId>shelve-project-plugin</artifactId>
-  <name>Shelve Project Plugin</name>
-  <version>1.2-SNAPSHOT</version>
-  <packaging>hpi</packaging>
-  <url>http://wiki.hudson-ci.org/display/HUDSON/Shelve+Project+Plugin</url>
-
-  <developers>
-    <developer>
-      <id>ashlux</id>
-      <name>Ash Lux</name>
-      <email>ash...@gmail.com</email>
-    </developer>
-  </developers>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
-      <version>1.8.1</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>4.6</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-</project>

Added: trunk/hudson/plugins/ssh/README.txt (0 => 41187)


--- trunk/hudson/plugins/ssh/README.txt	                        (rev 0)
+++ trunk/hudson/plugins/ssh/README.txt	2014-11-04 22:25:25 UTC (rev 41187)
@@ -0,0 +1 @@
+new URL: https://github.com/jenkinsci/ssh-plugin/

Deleted: trunk/hudson/plugins/ssh/pom.xml (41186 => 41187)


--- trunk/hudson/plugins/ssh/pom.xml	2014-11-04 22:09:31 UTC (rev 41186)
+++ trunk/hudson/plugins/ssh/pom.xml	2014-11-04 22:25:25 UTC (rev 41187)
@@ -1,54 +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>
-	<description>Execute shell scripts on remote host
-using ssh (pre and post build).
-Based on the cool scp plugin.</description>
-	<parent>
-		<groupId>org.jvnet.hudson.plugins</groupId>
-		<artifactId>plugin</artifactId>
-		<version>1.358</version>
-		<!--
-			which version of Hudson is this plugin built against?
-		-->
-		<relativePath>../pom.xml</relativePath>
-	</parent>
-
-	<artifactId>ssh</artifactId>
-	<name>Jenkins SSH plugin</name>
-	<version>1.3-SNAPSHOT</version>
-	<packaging>hpi</packaging>
-	<url>http://wiki.jenkins-ci.org/display/JENKINS/SSH+plugin</url>
-
-	<developers>
-		<developer>
-			<id>edmund_wagner</id>
-			<name>Edmund Wagner</name>
-		</developer>
-	</developers>
-
-	<dependencies>
-		<dependency>
-			<groupId>com.jcraft</groupId>
-			<artifactId>jsch</artifactId>
-			<version>0.1.42</version>
-		</dependency>
-	</dependencies>
-
-	<!--
-		get every artifact through maven.glassfish.org, which proxies all the
-		artifacts that we need
-	-->
-	<repositories>
-		<repository>
-			<id>m.g.o-public</id>
-			<url>http://maven.glassfish.org/content/groups/public/</url>
-		</repository>
-	</repositories>
-
-	<pluginRepositories>
-		<pluginRepository>
-			<id>m.g.o-public</id>
-			<url>http://maven.glassfish.org/content/groups/public/</url>
-		</pluginRepository>
-	</pluginRepositories>
-</project>

Added: trunk/hudson/plugins/twitter/README.txt (0 => 41187)


--- trunk/hudson/plugins/twitter/README.txt	                        (rev 0)
+++ trunk/hudson/plugins/twitter/README.txt	2014-11-04 22:25:25 UTC (rev 41187)
@@ -0,0 +1 @@
+new URL: https://github.com/jenkinsci/twitter-plugin/

Deleted: trunk/hudson/plugins/twitter/pom.xml (41186 => 41187)


--- trunk/hudson/plugins/twitter/pom.xml	2014-11-04 22:09:31 UTC (rev 41186)
+++ trunk/hudson/plugins/twitter/pom.xml	2014-11-04 22:25:25 UTC (rev 41187)
@@ -1,81 +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.jvnet.hudson.plugins</groupId>
-		<artifactId>plugin</artifactId>
-		<version>1.365</version>
-		<relativePath>../pom.xml</relativePath>
-	</parent>
-
-	<artifactId>twitter</artifactId>
-	<packaging>hpi</packaging>
-	<version>0.7-SNAPSHOT</version>
-	<name>Twitter plugin</name>
-	<description>
-        Plugin for Hudson that adds tweets to Twitter (http://www.twitter.com/) for build events.
-    </description>
-	<url>http://wiki.hudson-ci.org/display/HUDSON/Twitter+Plugin</url>
-
-	<repositories>
-		<repository>
-			<id>twitter4j.org</id>
-			<name>twitter4j.org Repository</name>
-			<url>http://twitter4j.org/maven2</url>
-			<releases>
-				<enabled>true</enabled>
-			</releases>
-			<snapshots>
-				<enabled>true</enabled>
-			</snapshots>
-		</repository>
-	</repositories>
-
-	<dependencies>
-		<dependency>
-			<groupId>org.twitter4j</groupId>
-			<artifactId>twitter4j-async</artifactId>
-			<version>3.0.3</version>
-		</dependency>
-		<dependency>
-			<groupId>mockobjects</groupId>
-			<artifactId>mockobjects-core</artifactId>
-			<version>0.09</version>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>commons-httpclient</groupId>
-			<artifactId>commons-httpclient</artifactId>
-			<version>3.1</version>
-		</dependency>
-		<dependency>
-			<groupId>mockobjects</groupId>
-			<artifactId>mockobjects-jdk1.4-j2ee1.3</artifactId>
-			<version>0.09</version>
-			<scope>test</scope>
-		</dependency>
-	</dependencies>
-
-	<build>
-		<plugins>
-			<plugin>
-				<groupId>org.codehaus.mojo</groupId>
-				<artifactId>cobertura-maven-plugin</artifactId>
-				<version>2.2</version>
-				<configuration>
-					<formats>
-						<format>xml</format>
-						<format>html</format>
-					</formats>
-				</configuration>
-			</plugin>
-		</plugins>
-	</build>
-
-    <pluginRepositories>
-        <pluginRepository>
-            <id>repo.jenkins-ci.org</id>
-            <url>http://repo.jenkins-ci.org/public/</url>
-        </pluginRepository>
-    </pluginRepositories>
-</project>  
-

Deleted: trunk/hudson/plugins/twitter/test_acct.txt (41186 => 41187)


--- trunk/hudson/plugins/twitter/test_acct.txt	2014-11-04 22:09:31 UTC (rev 41186)
+++ trunk/hudson/plugins/twitter/test_acct.txt	2014-11-04 22:25:25 UTC (rev 41187)
@@ -1,2 +0,0 @@
-Username: hudson_test
-Password: hudson
\ No newline at end of file

Added: trunk/hudson/plugins/xvnc/README.txt (0 => 41187)


--- trunk/hudson/plugins/xvnc/README.txt	                        (rev 0)
+++ trunk/hudson/plugins/xvnc/README.txt	2014-11-04 22:25:25 UTC (rev 41187)
@@ -0,0 +1 @@
+new URL: https://github.com/jenkinsci/xvnc-plugin/

Deleted: trunk/hudson/plugins/xvnc/dummy-server.sh (41186 => 41187)


--- trunk/hudson/plugins/xvnc/dummy-server.sh	2014-11-04 22:09:31 UTC (rev 41186)
+++ trunk/hudson/plugins/xvnc/dummy-server.sh	2014-11-04 22:25:25 UTC (rev 41187)
@@ -1,8 +0,0 @@
-#!/bin/sh
-# a mock up dummy 'vncserver' to test this on Windows.
-echo launched "$@"
-
-while true;
-do
-  sleep 100
-done

Deleted: trunk/hudson/plugins/xvnc/pom.xml (41186 => 41187)


--- trunk/hudson/plugins/xvnc/pom.xml	2014-11-04 22:09:31 UTC (rev 41186)
+++ trunk/hudson/plugins/xvnc/pom.xml	2014-11-04 22:25:25 UTC (rev 41187)
@@ -1,46 +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.jvnet.hudson.plugins</groupId>
-    <artifactId>plugin</artifactId>
-    <version>1.367</version>
-    <relativePath>../pom.xml</relativePath>
-  </parent>
-
-  <artifactId>xvnc</artifactId>
-  <packaging>hpi</packaging>
-  <name>Hudson Xvnc plugin</name>
-  <version>1.11-SNAPSHOT</version>
-  <url>http://wiki.hudson-ci.org/display/HUDSON/Xvnc+Plugin</url>
-  <developers>
-    <developer>
-        <id>jglick</id>
-        <name>Jesse Glick</name>
-        <email>jgl...@dev.java.net</email>
-    </developer>
-  </developers>
-  <build>
-      <plugins>
-          <plugin>
-              <groupId>org.codehaus.mojo</groupId>
-              <artifactId>animal-sniffer-maven-plugin</artifactId>
-              <version>1.6</version>
-              <executions>
-                  <execution>
-                      <phase>package</phase>
-                      <goals>
-                          <goal>check</goal>
-                      </goals>
-                      <configuration>
-                          <signature>
-                              <groupId>org.codehaus.mojo.signature</groupId>
-                              <artifactId>java15</artifactId>
-                              <version>1.0</version>
-                          </signature>
-                      </configuration>
-                  </execution>
-              </executions>
-          </plugin>
-      </plugins>
-  </build>
-</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.

Reply via email to