Log Message
Removed plugins that have seen further development on GitHub
Added Paths
- trunk/hudson/plugins/campfire/README.txt
- trunk/hudson/plugins/collapsing-console-sections/README.txt
- trunk/hudson/plugins/easyant/README.txt
- trunk/hudson/plugins/favorite/README.txt
- trunk/hudson/plugins/grails/README.txt
- trunk/hudson/plugins/maven-deployment-linker/README.txt
- trunk/hudson/plugins/redmine/README.txt
- trunk/hudson/plugins/xfpanel/README.txt
Removed Paths
- trunk/hudson/plugins/campfire/pom.xml
- trunk/hudson/plugins/campfire/src/
- trunk/hudson/plugins/collapsing-console-sections/pom.xml
- trunk/hudson/plugins/collapsing-console-sections/src/
- trunk/hudson/plugins/easyant/pom.xml
- trunk/hudson/plugins/easyant/src/
- trunk/hudson/plugins/favorite/pom.xml
- trunk/hudson/plugins/favorite/src/
- trunk/hudson/plugins/grails/pom.xml
- trunk/hudson/plugins/grails/src/
- trunk/hudson/plugins/maven-deployment-linker/pom.xml
- trunk/hudson/plugins/maven-deployment-linker/src/
- trunk/hudson/plugins/redmine/pom.xml
- trunk/hudson/plugins/redmine/src/
- trunk/hudson/plugins/xfpanel/pom.xml
- trunk/hudson/plugins/xfpanel/src/
Diff
Added: trunk/hudson/plugins/campfire/README.txt (0 => 41188)
--- trunk/hudson/plugins/campfire/README.txt (rev 0)
+++ trunk/hudson/plugins/campfire/README.txt 2014-11-04 22:37:59 UTC (rev 41188)
@@ -0,0 +1 @@
+new URL: https://github.com/jenkinsci/campfire-plugin/
Deleted: trunk/hudson/plugins/campfire/pom.xml (41187 => 41188)
--- trunk/hudson/plugins/campfire/pom.xml 2014-11-04 22:25:25 UTC (rev 41187)
+++ trunk/hudson/plugins/campfire/pom.xml 2014-11-04 22:37:59 UTC (rev 41188)
@@ -1,56 +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.319</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
- <groupId>org.jvnet.hudson.plugins</groupId>
- <artifactId>campfire</artifactId>
- <packaging>hpi</packaging>
- <version>2.2-SNAPSHOT</version>
- <name>Hudson Campfire Plugin</name>
- <description>A Build status publisher that notifies channels on a Campfire server</description>
- <url>http://wiki.hudson-ci.org/display/HUDSON/Campfire+Plugin</url>
- <licenses>
- <license><name>MIT license</name><comments>All source code is under the MIT license.</comments></license>
- </licenses>
- <dependencies>
- <dependency>
- <groupId>org.jvnet.hudson.main</groupId>
- <artifactId>maven-plugin</artifactId>
- </dependency>
- <dependency>
- <groupId>commons-httpclient</groupId>
- <artifactId>commons-httpclient</artifactId>
- <version>3.1-rc1</version>
- </dependency>
- <dependency>
- <groupId>org.jvnet.hudson</groupId>
- <artifactId>htmlunit</artifactId>
- <version>2.2-hudson-10</version>
- </dependency>
- </dependencies>
- <developers>
- <developer>
- <id>jenslukowski</id>
- <name>Jens Lukowski</name>
- <email>[email protected]</email>
- <organization>Softwareschneiderei GmbH</organization>
- <organizationUrl>http://www.softwareschneiderei.de</organizationUrl>
- </developer>
- <developer>
- <id>thickpaddy</id>
- <name>Mark Woods</name>
- <email>mark dot woods at jgp</email>
- <organization>Jobsgopublic</organization>
- <organizationUrl>http://www.jgp.co.uk</organizationUrl>
- </developer>
- <developer>
- <id>jkrall</id>
- <name>Joshua Krall</name>
- </developer>
- </developers>
-</project>
Added: trunk/hudson/plugins/collapsing-console-sections/README.txt (0 => 41188)
--- trunk/hudson/plugins/collapsing-console-sections/README.txt (rev 0)
+++ trunk/hudson/plugins/collapsing-console-sections/README.txt 2014-11-04 22:37:59 UTC (rev 41188)
@@ -0,0 +1 @@
+new URL: https://github.com/jenkinsci/collapsing-console-sections-plugin/
Deleted: trunk/hudson/plugins/collapsing-console-sections/pom.xml (41187 => 41188)
--- trunk/hudson/plugins/collapsing-console-sections/pom.xml 2014-11-04 22:25:25 UTC (rev 41187)
+++ trunk/hudson/plugins/collapsing-console-sections/pom.xml 2014-11-04 22:37:59 UTC (rev 41188)
@@ -1,126 +0,0 @@
-<!--
-The MIT License
-
-Copyright (c) 2010, 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.381</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
-
- <artifactId>collapsing-console-sections</artifactId>
- <version>1.4-SNAPSHOT</version>
- <packaging>hpi</packaging>
-
- <name>Hudson Collapsing Console Sections Plugin</name>
- <description>Annotations to collapse sections of the build console</description>
- <url>http://wiki.hudson-ci.org/display/HUDSON/Collapsing+Console+Sections+Plugin</url>
-
- <licenses>
- <license>
- <name>MIT license</name>
- <comments>All source code is under the MIT license.</comments>
- </license>
- </licenses>
-
- <developers>
- <developer>
- <id>dty</id>
- <name>Dean Yu</name>
- </developer>
- </developers>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- <showDeprecation>true</showDeprecation>
- <showWarnings>true</showWarnings>
- <optimize>true</optimize>
- <encoding>${project.build.sourceEncoding}</encoding>
- </configuration>
- </plugin>
- </plugins>
- <pluginManagement>
- <plugins>
- <plugin>
- <artifactId>maven-clean-plugin</artifactId>
- <version>2.4.1</version>
- </plugin>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>2.3.1</version>
- </plugin>
- <plugin>
- <artifactId>maven-javadoc-plugin</artifactId>
- <version>2.7</version>
- </plugin>
- <plugin>
- <artifactId>maven-project-info-reports-plugin</artifactId>
- <version>2.2</version>
- </plugin>
- <plugin>
- <artifactId>maven-site-plugin</artifactId>
- <version>2.1.1</version>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>javancss-maven-plugin</artifactId>
- <version>2.0</version>
- </plugin>
- <plugin>
- <artifactId>maven-jxr-plugin</artifactId>
- <version>2.2</version>
- </plugin>
- <plugin>
- <artifactId>maven-pmd-plugin</artifactId>
- <version>2.5</version>
- </plugin>
- <plugin>
- <artifactId>maven-source-plugin</artifactId>
- <version>2.1.2</version>
- </plugin>
- <plugin>
- <groupId>com.atlassian.maven.plugins</groupId>
- <artifactId>maven-clover2-plugin</artifactId>
- <version>3.0.2</version>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>jdepend-maven-plugin</artifactId>
- <version>2.0-beta-2</version>
- </plugin>
- </plugins>
- </pluginManagement>
- </build>
-</project>
-
-
Added: trunk/hudson/plugins/easyant/README.txt (0 => 41188)
--- trunk/hudson/plugins/easyant/README.txt (rev 0)
+++ trunk/hudson/plugins/easyant/README.txt 2014-11-04 22:37:59 UTC (rev 41188)
@@ -0,0 +1 @@
+new URL: https://github.com/jenkinsci/easyant-plugin/
Deleted: trunk/hudson/plugins/easyant/pom.xml (41187 => 41188)
--- trunk/hudson/plugins/easyant/pom.xml 2014-11-04 22:25:25 UTC (rev 41187)
+++ trunk/hudson/plugins/easyant/pom.xml 2014-11-04 22:37:59 UTC (rev 41188)
@@ -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.319</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
-
- <artifactId>easyant</artifactId>
- <version>1.2-SNAPSHOT</version>
- <packaging>hpi</packaging>
- <name>Hudson EasyAnt plugin</name>
- <url>http://wiki.hudson-ci.org/display/HUDSON/EasyAnt+Plugin</url>
- <developers>
- <developer>
- <id>jboudart</id>
- <name>Jean Louis Boudart</name>
- </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/favorite/README.txt (0 => 41188)
--- trunk/hudson/plugins/favorite/README.txt (rev 0)
+++ trunk/hudson/plugins/favorite/README.txt 2014-11-04 22:37:59 UTC (rev 41188)
@@ -0,0 +1 @@
+new URL: https://github.com/jenkinsci/favorite-plugin/
Deleted: trunk/hudson/plugins/favorite/pom.xml (41187 => 41188)
--- trunk/hudson/plugins/favorite/pom.xml 2014-11-04 22:25:25 UTC (rev 41187)
+++ trunk/hudson/plugins/favorite/pom.xml 2014-11-04 22:37:59 UTC (rev 41188)
@@ -1,30 +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/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.jvnet.hudson.plugins</groupId>
- <artifactId>favorite</artifactId>
- <version>1.6-SNAPSHOT</version>
- <packaging>hpi</packaging>
- <name>Favorite</name>
- <url>http://wiki.hudson-ci.org/display/HUDSON/Favorite+Plugin</url>
- <parent>
- <groupId>org.jvnet.hudson.plugins</groupId>
- <artifactId>plugin</artifactId>
- <version>1.374</version>
- </parent>
- <developers>
- <developer>
- <id>lshatzer</id>
- <name>Larry Shatzer, Jr.</name>
- <email>[email protected]</email>
- </developer>
- </developers>
-</project>
-<!--
- TODOs:
- * Add "star" to job page
- * Add "Auto Favorite" feature
- * If you contribute to a build, you favorite it automatically.
- * user's config.xml has <string> around each job name. Be nice to switch to <job>
- * Clean up look and feel of user config page.
--->
Added: trunk/hudson/plugins/grails/README.txt (0 => 41188)
--- trunk/hudson/plugins/grails/README.txt (rev 0)
+++ trunk/hudson/plugins/grails/README.txt 2014-11-04 22:37:59 UTC (rev 41188)
@@ -0,0 +1 @@
+new URL: https://github.com/jenkinsci/grails-plugin/
Deleted: trunk/hudson/plugins/grails/pom.xml (41187 => 41188)
--- trunk/hudson/plugins/grails/pom.xml 2014-11-04 22:25:25 UTC (rev 41187)
+++ trunk/hudson/plugins/grails/pom.xml 2014-11-04 22:37:59 UTC (rev 41188)
@@ -1,42 +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>
- <relativePath>../pom.xml</relativePath>
- </parent>
-
- <artifactId>grails</artifactId>
- <version>1.5-SNAPSHOT</version>
- <packaging>hpi</packaging>
- <name>Jenkins Grails plugin</name>
- <url>http://wiki.jenkins-ci.org/display/JENKINS/Grails+Plugin</url>
-
- <developers>
- <developer>
- <id>jeffg2one</id>
- <name>Jeff Brown</name>
- </developer>
- </developers>
-
- <dependencies>
- <dependency>
- <groupId>com.martiansoftware</groupId>
- <artifactId>jsap</artifactId>
- <version>2.1</version>
- </dependency>
- </dependencies>
-
- <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/maven-deployment-linker/README.txt (0 => 41188)
--- trunk/hudson/plugins/maven-deployment-linker/README.txt (rev 0)
+++ trunk/hudson/plugins/maven-deployment-linker/README.txt 2014-11-04 22:37:59 UTC (rev 41188)
@@ -0,0 +1 @@
+new URL: https://github.com/jenkinsci/maven-deployment-linker-plugin/
Deleted: trunk/hudson/plugins/maven-deployment-linker/pom.xml (41187 => 41188)
--- trunk/hudson/plugins/maven-deployment-linker/pom.xml 2014-11-04 22:25:25 UTC (rev 41187)
+++ trunk/hudson/plugins/maven-deployment-linker/pom.xml 2014-11-04 22:37:59 UTC (rev 41188)
@@ -1,27 +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>
- <groupId>org.jvnet.hudson.plugins</groupId>
- <artifactId>maven-deployment-linker</artifactId>
- <version>1.4-SNAPSHOT</version>
- <packaging>hpi</packaging>
- <name>Maven Deployment Linker</name>
- <url>http://wiki.hudson-ci.org/display/HUDSON/Maven+Deployment+Linker</url>
- <parent>
- <groupId>org.jvnet.hudson.plugins</groupId>
- <artifactId>plugin</artifactId>
- <version>1.374</version>
- </parent>
- <developers>
- <developer>
- <id>lshatzer</id>
- <name>Larry Shatzer, Jr.</name>
- <email>[email protected]</email>
- </developer>
- <developer>
- <id>vlatombe</id>
- <name>Vincent Latombe</name>
- <email>[email protected]</email>
- </developer>
- </developers>
-</project>
Added: trunk/hudson/plugins/redmine/README.txt (0 => 41188)
--- trunk/hudson/plugins/redmine/README.txt (rev 0)
+++ trunk/hudson/plugins/redmine/README.txt 2014-11-04 22:37:59 UTC (rev 41188)
@@ -0,0 +1 @@
+new URL: https://github.com/jenkinsci/redmine-plugin/
Deleted: trunk/hudson/plugins/redmine/pom.xml (41187 => 41188)
--- trunk/hudson/plugins/redmine/pom.xml 2014-11-04 22:25:25 UTC (rev 41187)
+++ trunk/hudson/plugins/redmine/pom.xml 2014-11-04 22:37:59 UTC (rev 41188)
@@ -1,47 +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.324</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
-
- <name>Hudson Redmine plugin</name>
- <artifactId>redmine</artifactId>
- <packaging>hpi</packaging>
- <version>0.10-SNAPSHOT</version>
- <url>http://wiki.hudson-ci.org/display/HUDSON/Redmine+Plugin</url>
-
- <developers>
- <developer>
- <id>gaooh</id>
- <name>Akiko Asami</name>
- </developer>
- </developers>
-
- <dependencies>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>subversion</artifactId>
- <version>1.1</version>
- </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/xfpanel/README.txt (0 => 41188)
--- trunk/hudson/plugins/xfpanel/README.txt (rev 0)
+++ trunk/hudson/plugins/xfpanel/README.txt 2014-11-04 22:37:59 UTC (rev 41188)
@@ -0,0 +1 @@
+new URL: https://github.com/jenkinsci/xfpanel-plugin/
Deleted: trunk/hudson/plugins/xfpanel/pom.xml (41187 => 41188)
--- trunk/hudson/plugins/xfpanel/pom.xml 2014-11-04 22:25:25 UTC (rev 41187)
+++ trunk/hudson/plugins/xfpanel/pom.xml 2014-11-04 22:37:59 UTC (rev 41188)
@@ -1,24 +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? -->
- <relativePath>../pom.xml</relativePath>
- </parent>
-
- <artifactId>xfpanel</artifactId>
- <packaging>hpi</packaging>
- <name>eXtreme Feedback Panel</name>
- <version>1.0.10-SNAPSHOT</version>
- <description>Provides an eXtreme Feedback Panel for Hudson. Thanks to Mark Howard and his work on the Radiator View Plugin from which this was based.</description>
- <url>http://wiki.hudson-ci.org/display/HUDSON/eXtreme+Feedback+Panel+Plugin</url>
- <developers>
- <developer>
- <id>jrenaut</id>
- <name>Julien RENAUT</name>
- <email>[email protected]</email>
- </developer>
- </developers>
-</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.
