Title: [41189] trunk/hudson/plugins: Removed plugins that have seen further development on GitHub
Revision
41189
Author
danielbeck
Date
2014-11-04 17:54:17 -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/bitkeeper/README.txt (0 => 41189)


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

Deleted: trunk/hudson/plugins/bitkeeper/pom.xml (41188 => 41189)


--- trunk/hudson/plugins/bitkeeper/pom.xml	2014-11-04 22:37:59 UTC (rev 41188)
+++ trunk/hudson/plugins/bitkeeper/pom.xml	2014-11-04 22:54:17 UTC (rev 41189)
@@ -1,22 +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.318</version>
-    <relativePath>../pom.xml</relativePath>
-  </parent>
-
-  <artifactId>bitkeeper</artifactId>
-  <packaging>hpi</packaging>
-  <version>1.6-SNAPSHOT</version>
-  <name>BitKeeeper plugin</name>
-  <description>Allows Hudson to checkout and poll from a BitKeeper repository.  Checkout also parses the newly introduced changesets</description>
-  <url>http://wiki.hudson-ci.org/display/HUDSON/BitKeeper+Plugin</url>
-  <developers>
-    <developer>
-      <id>mdonohue</id>
-      <name>Michael Donohue</name>
-    </developer>
-  </developers>
-</project>

Added: trunk/hudson/plugins/extended-choice-parameter/README.txt (0 => 41189)


--- trunk/hudson/plugins/extended-choice-parameter/README.txt	                        (rev 0)
+++ trunk/hudson/plugins/extended-choice-parameter/README.txt	2014-11-04 22:54:17 UTC (rev 41189)
@@ -0,0 +1 @@
+new URL: https://github.com/jenkinsci/extended-choice-parameter-plugin/

Deleted: trunk/hudson/plugins/extended-choice-parameter/pom.xml (41188 => 41189)


--- trunk/hudson/plugins/extended-choice-parameter/pom.xml	2014-11-04 22:37:59 UTC (rev 41188)
+++ trunk/hudson/plugins/extended-choice-parameter/pom.xml	2014-11-04 22:54:17 UTC (rev 41189)
@@ -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.jvnet.hudson.plugins</groupId>
-    <artifactId>plugin</artifactId>
-    <version>1.343</version><!-- which version of Hudson is this plugin built against? -->
-    <relativePath>../pom.xml</relativePath>
-  </parent>
-
-  <groupId>org.jvnet.hudson.plugins</groupId>
-  <artifactId>extended-choice-parameter</artifactId>  
-  <packaging>hpi</packaging>
-  <version>0.5-SNAPSHOT</version>
-  <name>Extended Choice Parameter Plug-In</name>
-  <url>http://wiki.hudson-ci.org/display/HUDSON/Extended+Choice+Parameter+plugin</url>
-
-  <developers>
-      <developer>
-        <id>vimil</id>
-        <name>Vimil Saju</name>
-      </developer>
-  </developers>
-  
-  <!-- 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/googleanalytics/README.txt (0 => 41189)


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

Deleted: trunk/hudson/plugins/googleanalytics/pom.xml (41188 => 41189)


--- trunk/hudson/plugins/googleanalytics/pom.xml	2014-11-04 22:37:59 UTC (rev 41188)
+++ trunk/hudson/plugins/googleanalytics/pom.xml	2014-11-04 22:54:17 UTC (rev 41189)
@@ -1,31 +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.323</version>
-    <relativePath>../pom.xml</relativePath>
-  </parent>
-
-  <artifactId>googleanalytics</artifactId>
-  <packaging>hpi</packaging>
-  <name>Hudson Google Analytics Plug-in</name>
-  <version>1.3-SNAPSHOT</version>
-  <url>http://wiki.hudson-ci.org/display/HUDSON/Google+Analytics+Plugin</url>
-
-  <developers>
-    <developer>
-      <id>redsolo</id>
-      <name>Erik Ramfelt</name>
-      <email>eramf...@gmail.com</email>
-      <timezone>+1</timezone>
-    </developer>
-  </developers>
-  
-  <licenses>
-    <license>
-      <name>MIT license</name>
-      <comments>All source code is under the MIT license.</comments>
-    </license>
-  </licenses>
-</project>

Added: trunk/hudson/plugins/growl/README.txt (0 => 41189)


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

Deleted: trunk/hudson/plugins/growl/pom.xml (41188 => 41189)


--- trunk/hudson/plugins/growl/pom.xml	2014-11-04 22:37:59 UTC (rev 41188)
+++ trunk/hudson/plugins/growl/pom.xml	2014-11-04 22:54:17 UTC (rev 41189)
@@ -1,45 +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.376</version><!-- which version of Hudson is this plugin built against? -->
-    <relativePath>../pom.xml</relativePath>
-  </parent>
-
-  <artifactId>growl</artifactId>
-  <version>1.1-SNAPSHOT</version>
-  <packaging>hpi</packaging>
-  <name>Hudson Growl Plugin</name>
-  <description>Sends growl notification</description>
-  <url>http://wiki.hudson-ci.org/display/HUDSON/Growl+Plugin</url>
-  	
-   <developers>
-    <developer>
-      <id>srb55</id>
-      <name>Shawn Bower</name>
-      <email>sbo...@advws.net</email>
-    </developer>
-  </developers>
-
-  <repositories>
-    <!--  Used to provide libgrowl, http://sourceforge.net/projects/libgrowl/vf .. -->
-    <repository>
-        <id>sbower-snapshots</id>
-        <url>http://github.com/sbower/sbower-mvn-repo/raw/master/releases</url>
-    </repository>
-  </repositories>
-
-  <dependencies>
-	 <dependency>
-	     <groupId>commons-httpclient</groupId>
-	     <artifactId>commons-httpclient</artifactId>
-	     <version>3.1</version>
-	 </dependency>
-    <dependency>
-      <groupId>net.sf.libgrowl</groupId>
-      <artifactId>libgrowl</artifactId>
-      <version>0.3</version>
-    </dependency>
- </dependencies>
-</project>

Added: trunk/hudson/plugins/harvest/README.txt (0 => 41189)


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

Deleted: trunk/hudson/plugins/harvest/pom.xml (41188 => 41189)


--- trunk/hudson/plugins/harvest/pom.xml	2014-11-04 22:37:59 UTC (rev 41188)
+++ trunk/hudson/plugins/harvest/pom.xml	2014-11-04 22:54:17 UTC (rev 41189)
@@ -1,22 +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.318</version>
-    <relativePath>../pom.xml</relativePath>
-  </parent>
-  
-  <groupId>org.jvnet.hudson.plugins</groupId>
-  <artifactId>harvest</artifactId>
-  <packaging>hpi</packaging>
-  <name>Hudson Harvest SCM</name>
-  <version>0.5-SNAPSHOT</version>
-  <url>http://wiki.hudson-ci.org/display/HUDSON/Harvest+Plugin</url>
-  <developers>
-    <developer>
-      <id>gliptak</id>
-      <name>Gábor Lipták</name>
-    </developer>
-  </developers>
-</project>

Added: trunk/hudson/plugins/label-verifier/README.txt (0 => 41189)


--- trunk/hudson/plugins/label-verifier/README.txt	                        (rev 0)
+++ trunk/hudson/plugins/label-verifier/README.txt	2014-11-04 22:54:17 UTC (rev 41189)
@@ -0,0 +1 @@
+new URL: https://github.com/jenkinsci/label-verifier-plugin/

Deleted: trunk/hudson/plugins/label-verifier/pom.xml (41188 => 41189)


--- trunk/hudson/plugins/label-verifier/pom.xml	2014-11-04 22:37:59 UTC (rev 41188)
+++ trunk/hudson/plugins/label-verifier/pom.xml	2014-11-04 22:54:17 UTC (rev 41189)
@@ -1,76 +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.376</version>
-    <relativePath>../pom.xml</relativePath>
-  </parent>
-  
-  <artifactId>label-verifier</artifactId>
-  <version>1.1-SNAPSHOT</version>
-  <packaging>hpi</packaging>
-  <name>Hudson Label Verifier plugin</name>
-  <url>http://wiki.hudson-ci.org/display/HUDSON/Label+Verifier+Plugin</url>
-
-  <developers>
-    <developer>
-      <id>kohsuke</id>
-      <name>Kohsuke Kawaguchi</name>
-    </developer>
-  </developers>
-
-  <!--dependencies>
-    <dependency>
-      <groupId>org.jvnet.hudson.main</groupId>
-      <artifactId>hudson-war</artifactId>
-      <type>war</type>
-      <version>1.376-SNAPSHOT</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.jvnet.hudson.main</groupId>
-      <artifactId>hudson-core</artifactId>
-      <version>1.376-SNAPSHOT</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.jvnet.hudson.main</groupId>
-      <artifactId>hudson-test-harness</artifactId>
-      <version>1.376-SNAPSHOT</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.jvnet.hudson.main</groupId>
-      <artifactId>maven-plugin</artifactId>
-      <version>1.376-SNAPSHOT</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.jvnet.hudson.main</groupId>
-      <artifactId>ui-samples-plugin</artifactId>
-      <version>1.376-SNAPSHOT</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies-->
-
-    <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/platformlabeler/README.txt (0 => 41189)


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

Deleted: trunk/hudson/plugins/platformlabeler/pom.xml (41188 => 41189)


--- trunk/hudson/plugins/platformlabeler/pom.xml	2014-11-04 22:37:59 UTC (rev 41188)
+++ trunk/hudson/plugins/platformlabeler/pom.xml	2014-11-04 22:54:17 UTC (rev 41189)
@@ -1,32 +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.323</version><!-- which version of Hudson is this plugin built against? -->
-    <relativePath>../pom.xml</relativePath>
-  </parent>
-  
-  <url>http://wiki.hudson-ci.org/display/HUDSON/PlatformLabeler+Plugin</url>
-  <description>Assigns labels to nodes based on their operating system properties</description>
-  <developers>
-    <developer>
-      <id>lifeless</id>
-      <name>Robert Collins</name>
-      <email>robe...@robertcollins.net</email>
-    </developer>
-  </developers>
-
-  <artifactId>platformlabeler</artifactId>
-  <packaging>hpi</packaging>
-  <name>Hudson platformlabeler plugin</name>
-  <version>1.2-SNAPSHOT</version>
-  <dependencies>
-    <dependency>
-      <!-- Used to probe vendor and release on linux machines -->
-      <groupId>net.robertcollins</groupId>
-      <artifactId>lsb</artifactId>
-      <version>1.0</version>
-    </dependency>
-  </dependencies>
-</project>

Added: trunk/hudson/plugins/rake/README.txt (0 => 41189)


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

Deleted: trunk/hudson/plugins/rake/pom.xml (41188 => 41189)


--- trunk/hudson/plugins/rake/pom.xml	2014-11-04 22:37:59 UTC (rev 41188)
+++ trunk/hudson/plugins/rake/pom.xml	2014-11-04 22:54:17 UTC (rev 41189)
@@ -1,35 +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.319</version>
-    <relativePath>../pom.xml</relativePath>
-  </parent>
-
-  <artifactId>rake</artifactId>
-  <version>1.7-SNAPSHOT</version>
-  <packaging>hpi</packaging>
-  <name>Hudson Rake plugin</name>
-  <url>http://wiki.hudson-ci.org/display/HUDSON/Rake+Plugin</url>
-  
-  <developers>
-    <developer>
-      <id>david_calavera</id>
-      <name>David Calavera</name>
-      <email>calav...@apache.org</email>
-    </developer>
-  </developers>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <forkMode>never</forkMode>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-</project>

Added: trunk/hudson/plugins/terminal/README.txt (0 => 41189)


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

Deleted: trunk/hudson/plugins/terminal/pom.xml (41188 => 41189)


--- trunk/hudson/plugins/terminal/pom.xml	2014-11-04 22:37:59 UTC (rev 41188)
+++ trunk/hudson/plugins/terminal/pom.xml	2014-11-04 22:54:17 UTC (rev 41189)
@@ -1,23 +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.384</version>
-    <relativePath>../pom.xml</relativePath>
-  </parent>
-
-  <groupId>org.jvnet.hudson.plugins</groupId>
-  <artifactId>terminal</artifactId>
-  <version>1.1-SNAPSHOT</version>
-  <packaging>hpi</packaging>
-  <name>Hudson Terminal Plugin</name>
-  <url>http://wiki.hudson-ci.org/display/HUDSON/Terminal+Plugin</url>
-
-  <developers>
-    <developer>
-      <id>kiy0taka</id>
-      <name>Kiyotaka Oku</name>
-    </developer>
-  </developers>
-</project>

Added: trunk/hudson/plugins/validating-string-parameter/README.txt (0 => 41189)


--- trunk/hudson/plugins/validating-string-parameter/README.txt	                        (rev 0)
+++ trunk/hudson/plugins/validating-string-parameter/README.txt	2014-11-04 22:54:17 UTC (rev 41189)
@@ -0,0 +1 @@
+new URL: https://github.com/jenkinsci/validating-string-parameter-plugin/

Deleted: trunk/hudson/plugins/validating-string-parameter/pom.xml (41188 => 41189)


--- trunk/hudson/plugins/validating-string-parameter/pom.xml	2014-11-04 22:37:59 UTC (rev 41188)
+++ trunk/hudson/plugins/validating-string-parameter/pom.xml	2014-11-04 22:54:17 UTC (rev 41189)
@@ -1,23 +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.353</version>
-  </parent>
-  <artifactId>validating-string-parameter</artifactId>
-  <packaging>hpi</packaging>
-  <name>Validating String Parameter Plugin</name>
-  <version>1.5-SNAPSHOT</version>
-  <url>http://hudson.gotdns.com/wiki/display/HUDSON/Validating+String+Parameter+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>
-</project>

Added: trunk/hudson/plugins/versionnumber/README.txt (0 => 41189)


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

Deleted: trunk/hudson/plugins/versionnumber/pom.xml (41188 => 41189)


--- trunk/hudson/plugins/versionnumber/pom.xml	2014-11-04 22:37:59 UTC (rev 41188)
+++ trunk/hudson/plugins/versionnumber/pom.xml	2014-11-04 22:54:17 UTC (rev 41189)
@@ -1,33 +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>
-  
-  <groupId>org.jvnet.hudson.tools</groupId>
-  <artifactId>versionnumber</artifactId>
-  <packaging>hpi</packaging>
-  <version>1.4-SNAPSHOT</version>
-  <name>Version Number Plug-In</name>
-  <url>http://wiki.hudson-ci.org/display/HUDSON/Version+Number+Plugin</url>
-  
-  <parent>
-    <groupId>org.jvnet.hudson.plugins</groupId>
-    <artifactId>plugin</artifactId>
-    <version>1.357</version>
-    <relativePath>../pom.xml</relativePath>
-  </parent>
-
-  <licenses>
-    <license>
-      <name>MIT license</name>
-      <comments>All source code is under the MIT license.</comments>
-    </license>
-  </licenses>
-
-  <developers>
-    <developer>
-      <id>abayer</id>
-      <name>Andrew Bayer</name>
-      <email>andrew.ba...@gmail.com</email>
-      <timezone>-8</timezone>
-    </developer>
-  </developers>
-</project>

Added: trunk/hudson/plugins/xshell/README.txt (0 => 41189)


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

Deleted: trunk/hudson/plugins/xshell/pom.xml (41188 => 41189)


--- trunk/hudson/plugins/xshell/pom.xml	2014-11-04 22:37:59 UTC (rev 41188)
+++ trunk/hudson/plugins/xshell/pom.xml	2014-11-04 22:54:17 UTC (rev 41189)
@@ -1,28 +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.386</version>
-        <relativePath>../pom.xml</relativePath>
-    </parent>
-
-    <artifactId>xshell</artifactId>
-    <version>0.5-SNAPSHOT</version>
-    <packaging>hpi</packaging>
-    <name>Hudson cross-platform shell plugin</name>
-    <description>This plugin allows you to call shell commands using the right shell depending on the executing OS.</description>
-    <url>http://wiki.hudson-ci.org/display/HUDSON/XShell+Plugin</url>
-
-    <developers>
-        <developer>
-            <id>mambu</id>
-            <name>Marco Ambu</name>
-            <email>ma...@dev.java.net</email>
-        </developer>
-    </developers>
-    
-    <properties>
-        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    </properties>
-</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