1
I Use This!
Inactive

Commits : Listings

Analyzed about 24 hours ago. based on code collected about 24 hours ago.
Jan 16, 2025 — Jan 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed typo More... almost 12 years ago
Fixed handling of source directories that are not directly contained in the project root folder (this is required for project using Maven layout) More... about 12 years ago
Store update sites in build/dist instead of build/artifacts/dist (build/dist is automatically archived) More... about 12 years ago
Changed priority of stage to package command line apps for packaging web applications Added missing copyright header More... about 12 years ago
Fixed typo More... over 12 years ago
Disabled replacing of icons and patching of eclipse.ini for OSX distribution because both actions break the signature of the Eclipse application which caused OSX to not run the application More... over 12 years ago
Added support for alternative dependencies (to allow using plug-ins provided by Eclipse in the IDE, but other plug-ins during the build process) More... over 12 years ago
Applied minor refactorings More... over 12 years ago
Fixed path to eclipse.ini More... over 12 years ago
Fixed path to eclipse.ini on MacOSX More... over 12 years ago
Increase maximum heap size for tool products Rename eclipse.ini to <productname>.ini because otherwise it is not recognized More... over 12 years ago
Made Eclipse mirror optional More... over 12 years ago
Fixed computation of repository argument More... over 12 years ago
Tool products do not necessarily require a local update site. They can also be built using remote repositories only. More... over 12 years ago
Extended tool product stage to allow: - Installation of multiple products - Installation of product without a local update site (using remote repositories only) More... over 12 years ago
Fixed detection of container libraries More... over 12 years ago
Modified Webapp Packaging plug-in to use special properties file when packaging web applications More... over 12 years ago
Added code composers to list of required plug-ins to compile EMFText SDK More... over 12 years ago
Removed second clone stage as this it only required when the workspace is empty and even in this case it is not guaranteed that cloning twice is sufficient. The more frequent case is that the workspace is not empty and in this case cloning twice slows down the build considerably, which is far worse. More... over 12 years ago
Fixed documentation More... over 12 years ago
Added TODO item More... over 12 years ago
Added some debug output More... over 12 years ago
Extended close task to perform updates/checkouts only once per build More... over 12 years ago
Throw RuntimeException if ANT target name contains a comma, because this will yield strange ANT errors, where it is hard to find the original cause. More... over 12 years ago
Cleaned up ScriptSaver Enhanced error reporting More... over 12 years ago
Removed debug output Added documentation More... over 12 years ago
Fixed replacement pattern More... over 12 years ago
Modify product and application to launch in config.ini to get splash screen settings to work More... over 12 years ago
Fixed replacement of splash screen properties More... over 12 years ago
Added debug output for property replacements More... over 12 years ago