This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Converts the config.xml and build.xml of every build to be compatible | |
| # with a Jenkins Freestyle project. This can be used to migrate a maven project | |
| # to a gradle project while preserving the previous builds. | |
| # | |
| # Warning: replaces configurations in-place! Make a backup of your old | |
| # job folder, or operate on a copy to prevent data loss. | |
| # I strongly recommend running this outside of the jenkins server to prevent | |
| # tarnishing important jobs. If you were using the legacy maven modules plugin, | |
| # you might want to clean up the jobs/<job>/modules folder as its quite a data | |
| # hog! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package org.bukkit; | |
| import java.lang.reflect.Constructor; | |
| import java.util.Arrays; | |
| import java.util.Map; | |
| import org.apache.commons.lang.Validate; | |
| import org.bukkit.map.MapView; | |
| import org.bukkit.material.Bed; | |
| import org.bukkit.material.Button; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package irmo.test; | |
| public abstract class LaunchFunction { | |
| protected double vstart, vend; | |
| protected int totalTime = 1; | |
| protected double dfactor = 1.0; | |
| /** | |
| * Sets the start and end velocities maintained by the algorithm. | |
| * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sadsadda |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sadsadda |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| d |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| d |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| d |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| d |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| d |
NewerOlder