Log Message
Moved to GitHub.
Added Paths
Removed Paths
- trunk/hudson/plugins/compact-columns/.classpath
- trunk/hudson/plugins/compact-columns/.project
- trunk/hudson/plugins/compact-columns/.settings/
- trunk/hudson/plugins/compact-columns/all.bat
- trunk/hudson/plugins/compact-columns/pom.xml
- trunk/hudson/plugins/compact-columns/src/
Diff
Deleted: trunk/hudson/plugins/compact-columns/.classpath (41017 => 41018)
--- trunk/hudson/plugins/compact-columns/.classpath 2013-11-06 21:10:14 UTC (rev 41017)
+++ trunk/hudson/plugins/compact-columns/.classpath 2013-11-08 02:19:12 UTC (rev 41018)
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" output="target/classes" path="src/main/java"/>
- <classpathentry kind="src" output="target/classes" path="target/generated-sources/localizer"/>
- <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>
- <classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
- <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
- <classpathentry kind="output" path="target/classes"/>
-</classpath>
Deleted: trunk/hudson/plugins/compact-columns/.project (41017 => 41018)
--- trunk/hudson/plugins/compact-columns/.project 2013-11-06 21:10:14 UTC (rev 41017)
+++ trunk/hudson/plugins/compact-columns/.project 2013-11-08 02:19:12 UTC (rev 41018)
@@ -1,18 +0,0 @@
-<projectDescription>
- <name>compact-columns</name>
- <comment>More compact columns for showing last success and failure.
- Easier to understand, and takes less room in your view.</comment>
- <projects/>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- </buildCommand>
- <buildCommand>
- <name>org.maven.ide.eclipse.maven2Builder</name>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.maven.ide.eclipse.maven2Nature</nature>
- <nature>org.eclipse.jdt.core.javanature</nature>
- </natures>
-</projectDescription>
\ No newline at end of file
Added: trunk/hudson/plugins/compact-columns/README (0 => 41018)
--- trunk/hudson/plugins/compact-columns/README (rev 0)
+++ trunk/hudson/plugins/compact-columns/README 2013-11-08 02:19:12 UTC (rev 41018)
@@ -0,0 +1 @@
+Moved to GitHub.
Deleted: trunk/hudson/plugins/compact-columns/all.bat (41017 => 41018)
--- trunk/hudson/plugins/compact-columns/all.bat 2013-11-06 21:10:14 UTC (rev 41017)
+++ trunk/hudson/plugins/compact-columns/all.bat 2013-11-08 02:19:12 UTC (rev 41018)
@@ -1,14 +0,0 @@
-call cls
-
-call set HUDSON_PORT=80
-call set HUDSON_WAR=C:\Users\jacob\workspace-helios\hudson-binary-war\hudson-1.386.war
-call set HUDSON_HOME=C:\Users\jacob\.hudson
-call set PLUGIN=compact-columns
-
-call mvn clean install -Dmaven.test.skip=true
-rem -gs C:\softwaredistribution\apache-maven-2.2.1\conf\jenkins-settings.xml -Pjenkins-repos
-
-call rmdir /S /Q "%HUDSON_HOME%\plugins\%PLUGIN%"
-call copy target\%PLUGIN%.hpi "%HUDSON_HOME%\plugins"
-
-call "C:\Program Files\Java\jdk1.6.0_21\bin\java.exe" -jar %HUDSON_WAR% --httpPort=%HUDSON_PORT%
Deleted: trunk/hudson/plugins/compact-columns/pom.xml (41017 => 41018)
--- trunk/hudson/plugins/compact-columns/pom.xml 2013-11-06 21:10:14 UTC (rev 41017)
+++ trunk/hudson/plugins/compact-columns/pom.xml 2013-11-08 02:19:12 UTC (rev 41018)
@@ -1,69 +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.349</version>
- </parent>
-
- <artifactId>compact-columns</artifactId>
- <packaging>hpi</packaging>
- <version>1.10-SNAPSHOT</version>
- <name>Compact Columns</name>
-
- <description>
- More compact columns for showing last success and failure.
- Easier to understand, and takes less room in your view.
- </description>
- <url>http://wiki.hudson-ci.org/display/HUDSON/Compact+Columns</url>
-
- <developers>
- <developer>
- <id>jacob_robertson</id>
- <name>Jacob Robertson</name>
- <email>[email protected]</email>
- </developer>
- </developers>
-
- <scm>
- <connection>scm:svn:https://svn.jenkins-ci.org/trunk/hudson/plugins/compact-columns</connection>
- <developerConnection>scm:svn:https://svn.jenkins-ci.org/trunk/hudson/plugins/compact-columns</developerConnection>
- <url>https://svn.jenkins-ci.org/trunk/hudson/plugins/compact-columns</url>
- </scm>
-
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-release-plugin</artifactId>
- <configuration>
- <goals>deploy</goals>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
- <distributionManagement>
- <repository>
- <id>maven.jenkins-ci.org</id>
- <url>http://maven.jenkins-ci.org:8081/content/repositories/releases/</url>
- </repository>
- </distributionManagement>
-
-
- <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/groups/opt_out.
