Title: [40756] trunk/hudson/plugins/filesystem_scm: moved to GitHub: https://github.com/jenkinsci/filesystem_scm-plugin
- Revision
- 40756
- Author
- kohsuke
- Date
- 2012-10-30 21:23:39 -0400 (Tue, 30 Oct 2012)
Log Message
moved to GitHub: https://github.com/jenkinsci/filesystem_scm-plugin
Added Paths
Removed Paths
Diff
Deleted: trunk/hudson/plugins/filesystem_scm/pom.xml (40755 => 40756)
--- trunk/hudson/plugins/filesystem_scm/pom.xml 2012-10-28 13:28:09 UTC (rev 40755)
+++ trunk/hudson/plugins/filesystem_scm/pom.xml 2012-10-31 01:23:39 UTC (rev 40756)
@@ -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.jenkins-ci.plugins</groupId>
- <artifactId>plugin</artifactId>
- <version>1.400</version>
- </parent>
-
- <groupId>hudson.plugins.filesystem_scm</groupId>
- <artifactId>filesystem_scm</artifactId>
- <packaging>hpi</packaging>
- <name>File System SCM</name>
- <version>1.21-SNAPSHOT</version>
-
- <description>Using File System as SCM, done by checking file system last modified date.</description>
- <url>http://wiki.jenkins-ci.org/display/JENKINS/File+System+SCM</url>
-
- <developers>
- <developer>
- <id>samngms</id>
- <name>Sam NG</name>
- <email>[email protected]</email>
- <timezone>+8</timezone>
- </developer>
- <developer>
- <id>kutzi</id>
- <name>Christoph Kutzinski</name>
- <email>[email protected]</email>
- <timezone>+1</timezone>
- </developer>
- </developers>
-
- <!-- 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>
- </dependencies>
-</project>
Added: trunk/hudson/plugins/filesystem_scm/readme.txt (0 => 40756)
--- trunk/hudson/plugins/filesystem_scm/readme.txt (rev 0)
+++ trunk/hudson/plugins/filesystem_scm/readme.txt 2012-10-31 01:23:39 UTC (rev 40756)
@@ -0,0 +1 @@
+Repository moved to https://github.com/jenkinsci/filesystem_scm-plugin