"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "hsqldb/build/build.gradle" between
hsqldb-2.7.0.zip and hsqldb-2.7.1.zip

About: HSQLDB (HyperSQL DataBase) is a SQL relational database engine written in Java. It supports nearly full ANSI-92 SQL (BNF format) and full core SQL:2008.

build.gradle  (hsqldb-2.7.0):build.gradle  (hsqldb-2.7.1)
skipping to change at line 636 skipping to change at line 636
} }
['hsqldb', 'hsqldbmin', 'hsqldbmain', 'hsqldbsources', ['hsqldb', 'hsqldbmin', 'hsqldbmain', 'hsqldbsources',
'hsqldbutil', 'osgi', 'preprocessor', 'sqltool', 'sqltoolsources', 'hsqldbutil', 'osgi', 'preprocessor', 'sqltool', 'sqltoolsources',
'dbmanswing'].each { 'dbmanswing'].each {
tasks[it].group = 'HyperSQL Jar Generation' tasks[it].group = 'HyperSQL Jar Generation'
} }
['checkTabs', 'serialver', 'standaloneValidation'].each { ['checkTabs', 'serialver', 'standaloneValidation'].each {
tasks[it].group = 'Utilities' tasks[it].group = 'Utilities'
} }
['gen-docs', 'regen-docs', 'installDbImages', 'javadoc', 'javadocsqltool', 'java docdev', ['gen-docs', 'regen-docs', 'installDbImages', 'javadoc', 'javadocsqltool', 'java docdev',
'validate-doc', 'validate-docs'].each { 'validate-doc', 'validate-docs', 'javadochsqldbjar', 'javadocsqltooljar'].each {
tasks[it].group = 'Documentation System' tasks[it].group = 'Documentation System'
} }
['classes', 'clean', 'clean-all', 'clean-docs'].each { ['classes', 'clean', 'clean-all', 'clean-docs'].each {
tasks[it].group = 'Lifecycle' tasks[it].group = 'Lifecycle'
} }
if (prohibitionMap.size() > 0) if (prohibitionMap.size() > 0)
logger.warn('''\nWARNING: The following tasks have been renamed to avoid co nflict with logger.warn('''\nWARNING: The following tasks have been renamed to avoid co nflict with
Gradle plugin task names: Gradle plugin task names:
''' + prohibitionMap) ''' + prohibitionMap)
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)