1
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Jan 25, 2025 — Jan 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- Extended packaging step to allow inclusion of additional files into ZIP (required to add JARs that are not on the compile time classpath, but which are loaded at runtime) More... over 9 years ago
- Extended command line application plug-in to allow exclusion of libraries in packaging process - Updated copyright headers More... over 9 years ago
Updated copyright header More... over 9 years ago
Fixed regular expression to detect MacOS distributions (did not work for release candidates) More... over 9 years ago
- Made max memory for tests configurable - Removed JVM option that disables OutOfMemoryErrors when running test, because is a test causes such an error it must either be fixed or the memory limit must be increased More... almost 10 years ago
Applied minor refactorings More... about 10 years ago
Updated URL to use new Eclipse mirror More... about 10 years ago
- Fixed regular expression to detect Eclipse Mars and newer versions More... over 10 years ago
- Fixed regular expression to detect whether a tool product is built on Eclipse Mars (or newer) More... over 10 years ago
- Applied minor refactorings - Addressed TODOs - Formatted code More... over 10 years ago
- Added missing @Override annotations More... over 10 years ago
Fixed loadProperties() More... over 10 years ago
Fixed NPE More... over 10 years ago
Implemented handling of 'alternative_dependencies.properties' file for packaged plug-ins More... over 10 years ago
Another trial to fix the OSX packaging More... over 10 years ago
Modified scripts to build OSX distribution again to adjust script to changes in the Eclipse OSX distribution that came along with Eclipse Mars More... over 10 years ago
Deactivated patching of .ini files for OSX as this breaks the application signature More... over 10 years ago
Fixed problem with Eclipse for OSX More... over 10 years ago
Fixed problem with Eclipse Mars for OSX More... over 10 years ago
Updated copyright headers More... over 10 years ago
- Added MD5 hashcode to name of Ant target when extracting ZIP files to make sure there are no duplicate names - Fixed copyright headers More... almost 11 years ago
Merge branch 'master' of https://github.com/DevBoost/BuildBoost.git More... almost 11 years ago
Replaced environment variable BUILD_ID with BUILD_TIMESTAMP since the former is not set anymore by the Zentimestamp plug-in as of Jenkins version 1.597 More... almost 11 years ago
Replaced environment variable BUILD_ID with BUILD_TIMESTAMP since the former is not set anymore by the Zentimestamp plug-in as of Jenkins version 1.597 More... almost 11 years ago
Added second version of bootstrap script that does not clone BuildBost. This is used by the new Jenkins plug-in for BuildBoost which performs the cloning before the actual build. More... almost 11 years ago
Modified CloneRepositoriesStage to skip cloning of project if a special file is present (which is created by version 2 of the Jenkins BuildBoost) Updated copyright headers More... almost 11 years ago
Applied some refactorings More... almost 11 years ago
Extended RunJUnitTestsStep to support configuration of forkmode via 'junit.properties' file in test plug-in More... almost 11 years ago
Fixed some resource leaks More... almost 11 years ago
Added option forkmode="perBatch" to JUnit task to speed up test execution More... almost 11 years ago