Log Message
Removed plugins that have seen further development on GitHub
Added Paths
- trunk/hudson/plugins/m2-repo-reaper/README.txt
- trunk/hudson/plugins/next-build-number/README.txt
- trunk/hudson/plugins/powershell/README.txt
- trunk/hudson/plugins/text-finder/README.txt
- trunk/hudson/plugins/toolenv/README.txt
- trunk/hudson/plugins/violations/README.txt
- trunk/hudson/plugins/wsclean/README.txt
Removed Paths
- trunk/hudson/plugins/m2-repo-reaper/pom.xml
- trunk/hudson/plugins/m2-repo-reaper/src/
- trunk/hudson/plugins/next-build-number/pom.xml
- trunk/hudson/plugins/next-build-number/src/
- trunk/hudson/plugins/port-allocator/src/
- trunk/hudson/plugins/powershell/pom.xml
- trunk/hudson/plugins/powershell/src/
- trunk/hudson/plugins/text-finder/pom.xml
- trunk/hudson/plugins/text-finder/src/
- trunk/hudson/plugins/toolenv/pom.xml
- trunk/hudson/plugins/toolenv/src/
- trunk/hudson/plugins/violations/README
- trunk/hudson/plugins/violations/reset.sh
- trunk/hudson/plugins/wsclean/pom.xml
- trunk/hudson/plugins/wsclean/src/
Diff
Added: trunk/hudson/plugins/m2-repo-reaper/README.txt (0 => 41191)
--- trunk/hudson/plugins/m2-repo-reaper/README.txt (rev 0)
+++ trunk/hudson/plugins/m2-repo-reaper/README.txt 2014-11-04 23:16:38 UTC (rev 41191)
@@ -0,0 +1 @@
+new URL: https://github.com/jenkinsci/m2-repo-reaper-plugin/
Deleted: trunk/hudson/plugins/m2-repo-reaper/pom.xml (41190 => 41191)
--- trunk/hudson/plugins/m2-repo-reaper/pom.xml 2014-11-04 23:03:39 UTC (rev 41190)
+++ trunk/hudson/plugins/m2-repo-reaper/pom.xml 2014-11-04 23:16:38 UTC (rev 41191)
@@ -1,49 +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.326</version><!-- which version of Hudson is this plugin built against? -->
- </parent>
-
- <groupId>org.jvnet.hudson.plugins</groupId>
- <artifactId>m2-repo-reaper</artifactId>
- <version>1.1-SNAPSHOT</version>
- <packaging>hpi</packaging>
- <name>M2 Repository Cleanup Plugin</name>
-
- <!-- 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>
-
- <developers>
- <developer>
- <id>bimargulies</id>
- <name>Benson Margulies</name>
- <email>[email protected]</email>
- <timezone>-5</timezone>
- </developer>
- </developers>
- <dependencies>
- <dependency>
- <groupId>org.jvnet.hudson.main</groupId>
- <artifactId>maven-plugin</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.ant</groupId>
- <artifactId>ant</artifactId>
- <version>1.7.0</version>
- </dependency>
- </dependencies>
-</project>
Added: trunk/hudson/plugins/next-build-number/README.txt (0 => 41191)
--- trunk/hudson/plugins/next-build-number/README.txt (rev 0)
+++ trunk/hudson/plugins/next-build-number/README.txt 2014-11-04 23:16:38 UTC (rev 41191)
@@ -0,0 +1 @@
+new URL: https://github.com/jenkinsci/next-build-number-plugin/
Deleted: trunk/hudson/plugins/next-build-number/pom.xml (41190 => 41191)
--- trunk/hudson/plugins/next-build-number/pom.xml 2014-11-04 23:03:39 UTC (rev 41190)
+++ trunk/hudson/plugins/next-build-number/pom.xml 2014-11-04 23:16:38 UTC (rev 41191)
@@ -1,63 +0,0 @@
-<!--
-The MIT License
-
-Copyright (c) 2009, Yahoo!, Inc.
-
-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.
--->
-
-<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.327</version><!-- which version of Hudson is this plugin built against? -->
- <relativePath>../pom.xml</relativePath>
- </parent>
-
- <groupId>org.jvnet.hudson.plugins</groupId>
- <artifactId>next-build-number</artifactId>
- <version>1.1-SNAPSHOT</version>
- <packaging>hpi</packaging>
- <name>Hudson Next Build Number Plugin</name>
- <url>http://wiki.hudson-ci.org/display/HUDSON/Next+Build+Number+Plugin</url>
- <description>Sets the build number Hudson will use for a job's next build</description>
-
- <developers>
- <developer>
- <id>dty</id>
- <name>Dean Yu</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/powershell/README.txt (0 => 41191)
--- trunk/hudson/plugins/powershell/README.txt (rev 0)
+++ trunk/hudson/plugins/powershell/README.txt 2014-11-04 23:16:38 UTC (rev 41191)
@@ -0,0 +1 @@
+new URL: https://github.com/jenkinsci/powershell-plugin/
Deleted: trunk/hudson/plugins/powershell/pom.xml (41190 => 41191)
--- trunk/hudson/plugins/powershell/pom.xml 2014-11-04 23:03:39 UTC (rev 41190)
+++ trunk/hudson/plugins/powershell/pom.xml 2014-11-04 23:16:38 UTC (rev 41191)
@@ -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.318</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
-
- <artifactId>powershell</artifactId>
- <version>1.3-SNAPSHOT</version>
- <packaging>hpi</packaging>
- <name>Hudson PowerShell plugin</name>
- <url>http://wiki.hudson-ci.org/display/HUDSON/PowerShell+Plugin</url>
-
- <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/text-finder/README.txt (0 => 41191)
--- trunk/hudson/plugins/text-finder/README.txt (rev 0)
+++ trunk/hudson/plugins/text-finder/README.txt 2014-11-04 23:16:38 UTC (rev 41191)
@@ -0,0 +1 @@
+new URL: https://github.com/jenkinsci/text-finder-plugin/
Deleted: trunk/hudson/plugins/text-finder/pom.xml (41190 => 41191)
--- trunk/hudson/plugins/text-finder/pom.xml 2014-11-04 23:03:39 UTC (rev 41190)
+++ trunk/hudson/plugins/text-finder/pom.xml 2014-11-04 23:16:38 UTC (rev 41191)
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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>
-
- <artifactId>text-finder</artifactId>
- <packaging>hpi</packaging>
- <version>1.10-SNAPSHOT</version>
- <name>Jenkins TextFinder plugin</name>
- <url>http://wiki.jenkins-ci.org/display/JENKINS/Text-finder+Plugin</url>
-
- <developers>
- <developer>
- <id>kohsuke</id>
- <name>Kohsuke Kawaguchi</name>
- </developer>
- <developer>
- <name>Santiago Pericas-Geertsen</name>
- </developer>
- </developers>
-</project>
Added: trunk/hudson/plugins/toolenv/README.txt (0 => 41191)
--- trunk/hudson/plugins/toolenv/README.txt (rev 0)
+++ trunk/hudson/plugins/toolenv/README.txt 2014-11-04 23:16:38 UTC (rev 41191)
@@ -0,0 +1 @@
+new URL: https://github.com/jenkinsci/toolenv-plugin/
Deleted: trunk/hudson/plugins/toolenv/pom.xml (41190 => 41191)
--- trunk/hudson/plugins/toolenv/pom.xml 2014-11-04 23:03:39 UTC (rev 41190)
+++ trunk/hudson/plugins/toolenv/pom.xml 2014-11-04 23:16:38 UTC (rev 41191)
@@ -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.346</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
- <artifactId>toolenv</artifactId>
- <version>1.1-SNAPSHOT</version>
- <packaging>hpi</packaging>
- <name>Tool Environment plugin</name>
- <description>Lets you use "tools" in unusual ways, such as from shell scripts.</description>
- <url>http://wiki.hudson-ci.org/display/HUDSON/Tool+Environment+Plugin</url>
- <developers>
- <developer>
- <id>jglick</id>
- <name>Jesse Glick</name>
- <email>[email protected]</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>
Deleted: trunk/hudson/plugins/violations/README (41190 => 41191)
--- trunk/hudson/plugins/violations/README 2014-11-04 23:03:39 UTC (rev 41190)
+++ trunk/hudson/plugins/violations/README 2014-11-04 23:16:38 UTC (rev 41191)
@@ -1 +0,0 @@
-moved to git at [email protected]:jenkinsci/violations-plugin.git
Added: trunk/hudson/plugins/violations/README.txt (0 => 41191)
--- trunk/hudson/plugins/violations/README.txt (rev 0)
+++ trunk/hudson/plugins/violations/README.txt 2014-11-04 23:16:38 UTC (rev 41191)
@@ -0,0 +1 @@
+new URL: https://github.com/jenkinsci/violations-plugin/
Deleted: trunk/hudson/plugins/violations/reset.sh (41190 => 41191)
--- trunk/hudson/plugins/violations/reset.sh 2014-11-04 23:03:39 UTC (rev 41190)
+++ trunk/hudson/plugins/violations/reset.sh 2014-11-04 23:16:38 UTC (rev 41191)
@@ -1,12 +0,0 @@
-#!/bin/bash
-rm -Rf work/jobs/*/builds
-rm -Rf work/jobs/*/nextBuildNumber
-rm -Rf work/jobs/*/modules
-rm -Rf work/jobs/*/workspace/target
-rm -Rf work/jobs/*/workspace/*/target
-rm -Rf work/jobs/*/workspace/dist
-rm -Rf work/jobs/*/workspace/build
-rm -Rf work/fingerprints
-rm -Rf work/queue.txt
-rm -Rf work/secret.key
-rm -Rf work/update-center.json
Added: trunk/hudson/plugins/wsclean/README.txt (0 => 41191)
--- trunk/hudson/plugins/wsclean/README.txt (rev 0)
+++ trunk/hudson/plugins/wsclean/README.txt 2014-11-04 23:16:38 UTC (rev 41191)
@@ -0,0 +1 @@
+new URL: https://github.com/jenkinsci/wsclean-plugin/
Deleted: trunk/hudson/plugins/wsclean/pom.xml (41190 => 41191)
--- trunk/hudson/plugins/wsclean/pom.xml 2014-11-04 23:03:39 UTC (rev 41190)
+++ trunk/hudson/plugins/wsclean/pom.xml 2014-11-04 23:16:38 UTC (rev 41191)
@@ -1,63 +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>de.jamba.hudson.plugin.wsclean</groupId>
- <artifactId>hudson-wsclean-plugin</artifactId>
- <packaging>hpi</packaging>
- <name>Hudson Distributed Workspace Cleaner</name>
- <version>1.0.5-SNAPSHOT</version>
- <url>http://wiki.hudson-ci.org/display/HUDSON/Hudson+Distributed+Workspace+Clean+plugin</url>
-
- <parent>
- <groupId>org.jvnet.hudson.plugins</groupId>
- <artifactId>plugin</artifactId>
- <version>1.328</version>
- </parent>
-
- <description>This plugin cleans all workspace directories for the same BuildProject within as same slave group</description>
- <organization>
- <name>Fox Mobile Distribution GmbH</name>
- <url>http://www.jamba.de</url>
- </organization>
- <developers>
- <developer>
- <id>tspengler</id>
- <name>Thomas Spengler</name>
- </developer>
- </developers>
-
- <distributionManagement>
- <repository>
- <uniqueVersion>false</uniqueVersion>
- <id>java.net-m2-repository</id>
- <!--url>svn:https://svn.dev.java.net/svn/maven2-repository/trunk/www/repository/</url-->
- <url>java-net:/maven2-repository/trunk/repository/</url>
- </repository>
- <snapshotRepository>
- <!-- prevent accidental deployment of SNAPSHOTS to repository -->
- <id>local</id>
- <url>file:.</url>
- </snapshotRepository>
- </distributionManagement>
- <scm>
- <connection>scm:svn:https://[email protected]/svn/hudson/trunk/hudson/plugins/wsclean</connection>
- <developerConnection>scm:svn:https://svn.dev.java.net/svn/hudson/trunk/hudson/plugins/wsclean</developerConnection>
- <url>https://svn.dev.java.net/svn/hudson/trunk/hudson/plugins/wsclean</url>
- </scm>
-
- <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>
-
-
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 [email protected].
For more options, visit https://groups.google.com/d/optout.
