Added: trunk/hudson/plugins/BlameSubversion/README.txt (0 => 40800)
--- trunk/hudson/plugins/BlameSubversion/README.txt (rev 0)
+++ trunk/hudson/plugins/BlameSubversion/README.txt 2013-01-04 16:27:08 UTC (rev 40800)
@@ -0,0 +1 @@
+moved to https://github.com/jenkinsci/BlameSubversion-plugin
Deleted: trunk/hudson/plugins/BlameSubversion/eclipse_file_create.bat (40799 => 40800)
--- trunk/hudson/plugins/BlameSubversion/eclipse_file_create.bat 2012-12-25 19:02:18 UTC (rev 40799)
+++ trunk/hudson/plugins/BlameSubversion/eclipse_file_create.bat 2013-01-04 16:27:08 UTC (rev 40800)
@@ -1 +0,0 @@
-mvn -DdownloadSources=true -DdownloadJavadocs=true -DoutputDirectory=target/eclipse-classes eclipse:eclipse
\ No newline at end of file
Deleted: trunk/hudson/plugins/BlameSubversion/hudson_plugin_run.bat (40799 => 40800)
--- trunk/hudson/plugins/BlameSubversion/hudson_plugin_run.bat 2012-12-25 19:02:18 UTC (rev 40799)
+++ trunk/hudson/plugins/BlameSubversion/hudson_plugin_run.bat 2013-01-04 16:27:08 UTC (rev 40800)
@@ -1,2 +0,0 @@
-set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n
-mvn hpi:run
\ No newline at end of file
Deleted: trunk/hudson/plugins/BlameSubversion/pom.xml (40799 => 40800)
--- trunk/hudson/plugins/BlameSubversion/pom.xml 2012-12-25 19:02:18 UTC (rev 40799)
+++ trunk/hudson/plugins/BlameSubversion/pom.xml 2013-01-04 16:27:08 UTC (rev 40800)
@@ -1,79 +0,0 @@
-<!--
-The MIT License
-
-Copyright (c) 2004-2010, Sun Microsystems, Inc., Kohsuke Kawaguchi, Daniel Dyer,
- Erik Ramfelt, Stephen Connolly, Tom Huybrechts, Alan Harder
-
-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.355</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
-
- <artifactId>BlameSubversion</artifactId>
- <packaging>hpi</packaging>
- <name>Hudson Blame Subversion Plug-in</name>
- <version>1.26-SNAPSHOT</version>
- <description>This plug-in provides utilities for getting svn info and build number synchronize from upstream job to downstream job</description>
- <url>http://wiki.hudson-ci.org/display/HUDSON/BlameSubversion</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.svnkit</groupId>
- <artifactId>svnkit</artifactId>
- <version>1.3.2-hudson-2</version>
- </dependency>
- </dependencies>
-
- <developers>
- <developer>
- <name>Developer Guy</name>
- <id>tangjinou</id>
- <email>[email protected]</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>
-
-