--- a/nbbuild/antsrc/org/netbeans/nbbuild/MakeUpdateDesc.java Fri Nov 02 20:08:35 2012 +0100 +++ a/nbbuild/antsrc/org/netbeans/nbbuild/MakeUpdateDesc.java Tue Nov 06 09:32:06 2012 +0100 @@ -200,10 +200,10 @@ private String contentDescription; private String contentDescriptionURL; - public void setContentDescription(String message) { + public void setContentdescription(String message) { this.contentDescription = message; } - public void setContentDescriptionURL(String url) { + public void setContentdescriptionurl(String url) { this.contentDescriptionURL = url; } --- a/nbbuild/build.xml Fri Nov 02 20:08:35 2012 +0100 +++ a/nbbuild/build.xml Tue Nov 06 09:32:06 2012 +0100 @@ -1696,9 +1696,11 @@ + + - + --- a/nbbuild/newbuild/build-all-components.sh Fri Nov 02 20:08:35 2012 +0100 +++ a/nbbuild/newbuild/build-all-components.sh Tue Nov 06 09:32:06 2012 +0100 @@ -193,7 +193,7 @@ cd nbbuild #Build catalog for IDE NBMs -ant -Dbuildnum=$BUILDNUM -Dbuildnumber=$BUILDNUMBER -f build.xml generate-uc-catalog -Dnbms.location=${DIST}/uc -Dcatalog.file=${DIST}/uc/catalog.xml +ant -Dbuildnum=$BUILDNUM -Dbuildnumber=$BUILDNUMBER -f build.xml generate-uc-catalog -Dnbms.location=${DIST}/uc -Dcatalog.file=${DIST}/uc/catalog.xml -Dcatalog.contentdescription.message='$CONTENT_DESCRIPTION' -Dcatalog.contentdescription.url=$CONTENT_DESCRIPTION_URL ERROR_CODE=$? create_test_result "build.ide.catalog" "Build UC catalog for IDE modules" $ERROR_CODE