diff --git a/common/features/org.jboss.tools.common.all.feature/feature.xml b/common/features/org.jboss.tools.common.all.feature/feature.xml index 8d18a4a7d0..0f5ce031a5 100644 --- a/common/features/org.jboss.tools.common.all.feature/feature.xml +++ b/common/features/org.jboss.tools.common.all.feature/feature.xml @@ -1,5 +1,6 @@ diff --git a/common/features/org.jboss.tools.common.core.feature/feature.xml b/common/features/org.jboss.tools.common.core.feature/feature.xml index f05ef4f66d..e21b1bfc92 100644 --- a/common/features/org.jboss.tools.common.core.feature/feature.xml +++ b/common/features/org.jboss.tools.common.core.feature/feature.xml @@ -4,6 +4,7 @@ label="%featureName" version="3.9.1.qualifier" provider-name="%providerName" + plugin="org.jboss.tools.common.projecttemplates" license-feature="org.jboss.tools.foundation.license.feature" license-feature-version="0.0.0"> diff --git a/common/features/org.jboss.tools.common.feature/feature.xml b/common/features/org.jboss.tools.common.feature/feature.xml index 54f513ceec..da4abbb4e1 100644 --- a/common/features/org.jboss.tools.common.feature/feature.xml +++ b/common/features/org.jboss.tools.common.feature/feature.xml @@ -4,6 +4,7 @@ label="%featureName" version="3.9.1.qualifier" provider-name="%providerName" + plugin="org.jboss.tools.common.el.ui" license-feature="org.jboss.tools.foundation.license.feature" license-feature-version="0.0.0"> diff --git a/common/features/org.jboss.tools.common.mylyn.feature/feature.xml b/common/features/org.jboss.tools.common.mylyn.feature/feature.xml index dcbdfbe36a..3373bb80a9 100644 --- a/common/features/org.jboss.tools.common.mylyn.feature/feature.xml +++ b/common/features/org.jboss.tools.common.mylyn.feature/feature.xml @@ -1,5 +1,6 @@ diff --git a/common/features/org.jboss.tools.common.text.ext.feature/feature.xml b/common/features/org.jboss.tools.common.text.ext.feature/feature.xml index 03dcb3d3d7..db26041320 100644 --- a/common/features/org.jboss.tools.common.text.ext.feature/feature.xml +++ b/common/features/org.jboss.tools.common.text.ext.feature/feature.xml @@ -4,6 +4,7 @@ label="%featureName" version="3.9.1.qualifier" provider-name="%providerName" + plugin="org.jboss.tools.common.text.ext" license-feature="org.jboss.tools.foundation.license.feature" license-feature-version="0.0.0"> diff --git a/common/features/org.jboss.tools.common.ui.feature/feature.xml b/common/features/org.jboss.tools.common.ui.feature/feature.xml index b856db8837..23ca75af2d 100644 --- a/common/features/org.jboss.tools.common.ui.feature/feature.xml +++ b/common/features/org.jboss.tools.common.ui.feature/feature.xml @@ -4,6 +4,7 @@ label="%featureName" version="3.9.1.qualifier" provider-name="%providerName" + plugin="org.jboss.tools.common.ui" license-feature="org.jboss.tools.foundation.license.feature" license-feature-version="0.0.0"> diff --git a/common/features/org.jboss.tools.common.verification.feature/feature.xml b/common/features/org.jboss.tools.common.verification.feature/feature.xml index 23766b59ce..d1acd47501 100644 --- a/common/features/org.jboss.tools.common.verification.feature/feature.xml +++ b/common/features/org.jboss.tools.common.verification.feature/feature.xml @@ -4,6 +4,7 @@ label="%featureName" version="3.9.1.qualifier" provider-name="%providerName" + plugin="org.jboss.tools.common.verification.ui" license-feature="org.jboss.tools.foundation.license.feature" license-feature-version="0.0.0"> diff --git a/common/plugins/org.jboss.tools.common.el.ui/about.ini b/common/plugins/org.jboss.tools.common.el.ui/about.ini new file mode 100644 index 0000000000..326f239824 --- /dev/null +++ b/common/plugins/org.jboss.tools.common.el.ui/about.ini @@ -0,0 +1,27 @@ +# about.ini +# contains information about a feature +# java.io.Properties file (ISO 8859-1 with "\" escapes) +# "%key" are externalized strings defined in about.properties +# This file does not need to be translated. +# test +# Property "aboutText" contains blurb for "About" dialog (translated) +aboutText=%blurb + +# Property "windowImage" contains path to window icon (16x16) +# needed for primary features only + +# Property "featureImage" contains path to feature image (32x32) +featureImage=jboss_about.png + +# Property "aboutImage" contains path to product image (500x330 or 115x164) +# needed for primary features only + +# Property "appName" contains name of the application (not translated) +# needed for primary features only + +# Property "welcomePerspective" contains the id of the perspective in which the +# welcome page is to be opened. +# optional + + + diff --git a/common/plugins/org.jboss.tools.common.el.ui/about.mappings b/common/plugins/org.jboss.tools.common.el.ui/about.mappings new file mode 100644 index 0000000000..c367bc83b9 --- /dev/null +++ b/common/plugins/org.jboss.tools.common.el.ui/about.mappings @@ -0,0 +1,5 @@ +# about.mappings +# contains fill-ins for about.properties +# java.io.Properties file (ISO 8859-1 with "\" escapes) +# This file does not need to be translated. + diff --git a/common/plugins/org.jboss.tools.common.el.ui/about.properties b/common/plugins/org.jboss.tools.common.el.ui/about.properties new file mode 100644 index 0000000000..cbc98022ed --- /dev/null +++ b/common/plugins/org.jboss.tools.common.el.ui/about.properties @@ -0,0 +1,2 @@ +blurb=JBoss Tools Common\n\nVersion\: {featureVersion}\n\n(c) Copyright (c) Red Hat, Inc., contributors and others 2013. All rights reserved.\nVisit http\://jboss.org/tools + diff --git a/common/plugins/org.jboss.tools.common.el.ui/build.properties b/common/plugins/org.jboss.tools.common.el.ui/build.properties index 0039c48fcb..70c51d0f41 100644 --- a/common/plugins/org.jboss.tools.common.el.ui/build.properties +++ b/common/plugins/org.jboss.tools.common.el.ui/build.properties @@ -6,4 +6,9 @@ bin.includes = META-INF/,\ plugin.properties,\ plugin.xml,\ about.html,\ - resources/ + resources/,\ + about.html,\ + about.ini,\ + about.mappings,\ + about.properties,\ + jboss_about.png diff --git a/common/plugins/org.jboss.tools.common.el.ui/jboss_about.png b/common/plugins/org.jboss.tools.common.el.ui/jboss_about.png new file mode 100644 index 0000000000..01fcd5bf5a Binary files /dev/null and b/common/plugins/org.jboss.tools.common.el.ui/jboss_about.png differ diff --git a/common/plugins/org.jboss.tools.common.mylyn/about.ini b/common/plugins/org.jboss.tools.common.mylyn/about.ini new file mode 100644 index 0000000000..326f239824 --- /dev/null +++ b/common/plugins/org.jboss.tools.common.mylyn/about.ini @@ -0,0 +1,27 @@ +# about.ini +# contains information about a feature +# java.io.Properties file (ISO 8859-1 with "\" escapes) +# "%key" are externalized strings defined in about.properties +# This file does not need to be translated. +# test +# Property "aboutText" contains blurb for "About" dialog (translated) +aboutText=%blurb + +# Property "windowImage" contains path to window icon (16x16) +# needed for primary features only + +# Property "featureImage" contains path to feature image (32x32) +featureImage=jboss_about.png + +# Property "aboutImage" contains path to product image (500x330 or 115x164) +# needed for primary features only + +# Property "appName" contains name of the application (not translated) +# needed for primary features only + +# Property "welcomePerspective" contains the id of the perspective in which the +# welcome page is to be opened. +# optional + + + diff --git a/common/plugins/org.jboss.tools.common.mylyn/about.mappings b/common/plugins/org.jboss.tools.common.mylyn/about.mappings new file mode 100644 index 0000000000..c367bc83b9 --- /dev/null +++ b/common/plugins/org.jboss.tools.common.mylyn/about.mappings @@ -0,0 +1,5 @@ +# about.mappings +# contains fill-ins for about.properties +# java.io.Properties file (ISO 8859-1 with "\" escapes) +# This file does not need to be translated. + diff --git a/common/plugins/org.jboss.tools.common.mylyn/about.properties b/common/plugins/org.jboss.tools.common.mylyn/about.properties new file mode 100644 index 0000000000..fa6bc3fda5 --- /dev/null +++ b/common/plugins/org.jboss.tools.common.mylyn/about.properties @@ -0,0 +1,2 @@ +blurb=JBoss Tools Common Mylyn\n\nVersion\: {featureVersion}\n\n(c) Copyright (c) Red Hat, Inc., contributors and others 2013. All rights reserved.\nVisit http\://jboss.org/tools + diff --git a/common/plugins/org.jboss.tools.common.mylyn/build.properties b/common/plugins/org.jboss.tools.common.mylyn/build.properties index f6570af786..9f3296b54e 100644 --- a/common/plugins/org.jboss.tools.common.mylyn/build.properties +++ b/common/plugins/org.jboss.tools.common.mylyn/build.properties @@ -5,6 +5,10 @@ bin.includes = META-INF/,\ plugin.properties,\ about.html,\ plugin.xml,\ + about.html,\ + about.ini,\ + about.mappings,\ + about.properties,\ jboss_about.png src.includes = src/,\ META-INF/,\ diff --git a/common/plugins/org.jboss.tools.common.projecttemplates/about.ini b/common/plugins/org.jboss.tools.common.projecttemplates/about.ini new file mode 100644 index 0000000000..326f239824 --- /dev/null +++ b/common/plugins/org.jboss.tools.common.projecttemplates/about.ini @@ -0,0 +1,27 @@ +# about.ini +# contains information about a feature +# java.io.Properties file (ISO 8859-1 with "\" escapes) +# "%key" are externalized strings defined in about.properties +# This file does not need to be translated. +# test +# Property "aboutText" contains blurb for "About" dialog (translated) +aboutText=%blurb + +# Property "windowImage" contains path to window icon (16x16) +# needed for primary features only + +# Property "featureImage" contains path to feature image (32x32) +featureImage=jboss_about.png + +# Property "aboutImage" contains path to product image (500x330 or 115x164) +# needed for primary features only + +# Property "appName" contains name of the application (not translated) +# needed for primary features only + +# Property "welcomePerspective" contains the id of the perspective in which the +# welcome page is to be opened. +# optional + + + diff --git a/common/plugins/org.jboss.tools.common.projecttemplates/about.mappings b/common/plugins/org.jboss.tools.common.projecttemplates/about.mappings new file mode 100644 index 0000000000..c367bc83b9 --- /dev/null +++ b/common/plugins/org.jboss.tools.common.projecttemplates/about.mappings @@ -0,0 +1,5 @@ +# about.mappings +# contains fill-ins for about.properties +# java.io.Properties file (ISO 8859-1 with "\" escapes) +# This file does not need to be translated. + diff --git a/common/plugins/org.jboss.tools.common.projecttemplates/about.properties b/common/plugins/org.jboss.tools.common.projecttemplates/about.properties new file mode 100644 index 0000000000..93d0906445 --- /dev/null +++ b/common/plugins/org.jboss.tools.common.projecttemplates/about.properties @@ -0,0 +1,2 @@ +blurb=JBoss Tools Common Core\n\nVersion\: {featureVersion}\n\n(c) Copyright (c) Red Hat, Inc., contributors and others 2013. All rights reserved.\nVisit http\://jboss.org/tools + diff --git a/common/plugins/org.jboss.tools.common.projecttemplates/build.properties b/common/plugins/org.jboss.tools.common.projecttemplates/build.properties index f13592fa53..2437f3c599 100644 --- a/common/plugins/org.jboss.tools.common.projecttemplates/build.properties +++ b/common/plugins/org.jboss.tools.common.projecttemplates/build.properties @@ -5,4 +5,9 @@ bin.includes = plugin.xml,\ lib/,\ META-INF/,\ .,\ - about.html + about.html,\ + about.ini,\ + about.mappings,\ + about.properties,\ + jboss_about.png + diff --git a/common/plugins/org.jboss.tools.common.projecttemplates/jboss_about.png b/common/plugins/org.jboss.tools.common.projecttemplates/jboss_about.png new file mode 100644 index 0000000000..01fcd5bf5a Binary files /dev/null and b/common/plugins/org.jboss.tools.common.projecttemplates/jboss_about.png differ diff --git a/common/plugins/org.jboss.tools.common.text.ext/about.ini b/common/plugins/org.jboss.tools.common.text.ext/about.ini new file mode 100644 index 0000000000..326f239824 --- /dev/null +++ b/common/plugins/org.jboss.tools.common.text.ext/about.ini @@ -0,0 +1,27 @@ +# about.ini +# contains information about a feature +# java.io.Properties file (ISO 8859-1 with "\" escapes) +# "%key" are externalized strings defined in about.properties +# This file does not need to be translated. +# test +# Property "aboutText" contains blurb for "About" dialog (translated) +aboutText=%blurb + +# Property "windowImage" contains path to window icon (16x16) +# needed for primary features only + +# Property "featureImage" contains path to feature image (32x32) +featureImage=jboss_about.png + +# Property "aboutImage" contains path to product image (500x330 or 115x164) +# needed for primary features only + +# Property "appName" contains name of the application (not translated) +# needed for primary features only + +# Property "welcomePerspective" contains the id of the perspective in which the +# welcome page is to be opened. +# optional + + + diff --git a/common/plugins/org.jboss.tools.common.text.ext/about.mappings b/common/plugins/org.jboss.tools.common.text.ext/about.mappings new file mode 100644 index 0000000000..c367bc83b9 --- /dev/null +++ b/common/plugins/org.jboss.tools.common.text.ext/about.mappings @@ -0,0 +1,5 @@ +# about.mappings +# contains fill-ins for about.properties +# java.io.Properties file (ISO 8859-1 with "\" escapes) +# This file does not need to be translated. + diff --git a/common/plugins/org.jboss.tools.common.text.ext/about.properties b/common/plugins/org.jboss.tools.common.text.ext/about.properties new file mode 100644 index 0000000000..b3569401cc --- /dev/null +++ b/common/plugins/org.jboss.tools.common.text.ext/about.properties @@ -0,0 +1,2 @@ +blurb=JBoss Tools Common Text Extension\n\nVersion\: {featureVersion}\n\n(c) Copyright (c) Red Hat, Inc., contributors and others 2013. All rights reserved.\nVisit http\://jboss.org/tools + diff --git a/common/plugins/org.jboss.tools.common.text.ext/build.properties b/common/plugins/org.jboss.tools.common.text.ext/build.properties index 647b313c42..b2f2e60446 100644 --- a/common/plugins/org.jboss.tools.common.text.ext/build.properties +++ b/common/plugins/org.jboss.tools.common.text.ext/build.properties @@ -3,7 +3,11 @@ bin.includes = .,\ schema/,\ plugin.*,\ META-INF/,\ - about.html + about.html,\ + about.ini,\ + about.mappings,\ + about.properties,\ + jboss_about.png src.includes = src/,\ schema/,\ META-INF/, diff --git a/common/plugins/org.jboss.tools.common.text.ext/jboss_about.png b/common/plugins/org.jboss.tools.common.text.ext/jboss_about.png new file mode 100644 index 0000000000..01fcd5bf5a Binary files /dev/null and b/common/plugins/org.jboss.tools.common.text.ext/jboss_about.png differ diff --git a/common/plugins/org.jboss.tools.common.ui/about.ini b/common/plugins/org.jboss.tools.common.ui/about.ini new file mode 100644 index 0000000000..326f239824 --- /dev/null +++ b/common/plugins/org.jboss.tools.common.ui/about.ini @@ -0,0 +1,27 @@ +# about.ini +# contains information about a feature +# java.io.Properties file (ISO 8859-1 with "\" escapes) +# "%key" are externalized strings defined in about.properties +# This file does not need to be translated. +# test +# Property "aboutText" contains blurb for "About" dialog (translated) +aboutText=%blurb + +# Property "windowImage" contains path to window icon (16x16) +# needed for primary features only + +# Property "featureImage" contains path to feature image (32x32) +featureImage=jboss_about.png + +# Property "aboutImage" contains path to product image (500x330 or 115x164) +# needed for primary features only + +# Property "appName" contains name of the application (not translated) +# needed for primary features only + +# Property "welcomePerspective" contains the id of the perspective in which the +# welcome page is to be opened. +# optional + + + diff --git a/common/plugins/org.jboss.tools.common.ui/about.mappings b/common/plugins/org.jboss.tools.common.ui/about.mappings new file mode 100644 index 0000000000..c367bc83b9 --- /dev/null +++ b/common/plugins/org.jboss.tools.common.ui/about.mappings @@ -0,0 +1,5 @@ +# about.mappings +# contains fill-ins for about.properties +# java.io.Properties file (ISO 8859-1 with "\" escapes) +# This file does not need to be translated. + diff --git a/common/plugins/org.jboss.tools.common.ui/about.properties b/common/plugins/org.jboss.tools.common.ui/about.properties new file mode 100644 index 0000000000..cd45ef828b --- /dev/null +++ b/common/plugins/org.jboss.tools.common.ui/about.properties @@ -0,0 +1,2 @@ +blurb=JBoss Tools Common UI\n\nVersion\: {featureVersion}\n\n(c) Copyright (c) Red Hat, Inc., contributors and others 2013. All rights reserved.\nVisit http\://jboss.org/tools + diff --git a/common/plugins/org.jboss.tools.common.ui/build.properties b/common/plugins/org.jboss.tools.common.ui/build.properties index 64dc1fef8d..ab87def9a3 100644 --- a/common/plugins/org.jboss.tools.common.ui/build.properties +++ b/common/plugins/org.jboss.tools.common.ui/build.properties @@ -5,4 +5,8 @@ bin.includes = META-INF/,\ icons/,\ .,\ about.html,\ + about.ini,\ + about.mappings,\ + about.properties,\ + jboss_about.png,\ plugin.xml diff --git a/common/plugins/org.jboss.tools.common.ui/jboss_about.png b/common/plugins/org.jboss.tools.common.ui/jboss_about.png new file mode 100644 index 0000000000..01fcd5bf5a Binary files /dev/null and b/common/plugins/org.jboss.tools.common.ui/jboss_about.png differ diff --git a/common/plugins/org.jboss.tools.common.verification.ui/about.ini b/common/plugins/org.jboss.tools.common.verification.ui/about.ini new file mode 100644 index 0000000000..326f239824 --- /dev/null +++ b/common/plugins/org.jboss.tools.common.verification.ui/about.ini @@ -0,0 +1,27 @@ +# about.ini +# contains information about a feature +# java.io.Properties file (ISO 8859-1 with "\" escapes) +# "%key" are externalized strings defined in about.properties +# This file does not need to be translated. +# test +# Property "aboutText" contains blurb for "About" dialog (translated) +aboutText=%blurb + +# Property "windowImage" contains path to window icon (16x16) +# needed for primary features only + +# Property "featureImage" contains path to feature image (32x32) +featureImage=jboss_about.png + +# Property "aboutImage" contains path to product image (500x330 or 115x164) +# needed for primary features only + +# Property "appName" contains name of the application (not translated) +# needed for primary features only + +# Property "welcomePerspective" contains the id of the perspective in which the +# welcome page is to be opened. +# optional + + + diff --git a/common/plugins/org.jboss.tools.common.verification.ui/about.mappings b/common/plugins/org.jboss.tools.common.verification.ui/about.mappings new file mode 100644 index 0000000000..c367bc83b9 --- /dev/null +++ b/common/plugins/org.jboss.tools.common.verification.ui/about.mappings @@ -0,0 +1,5 @@ +# about.mappings +# contains fill-ins for about.properties +# java.io.Properties file (ISO 8859-1 with "\" escapes) +# This file does not need to be translated. + diff --git a/common/plugins/org.jboss.tools.common.verification.ui/about.properties b/common/plugins/org.jboss.tools.common.verification.ui/about.properties new file mode 100644 index 0000000000..a7644359b2 --- /dev/null +++ b/common/plugins/org.jboss.tools.common.verification.ui/about.properties @@ -0,0 +1,2 @@ +blurb=JBoss Tools Common Verification\n\nVersion\: {featureVersion}\n\n(c) Copyright (c) Red Hat, Inc., contributors and others 2013. All rights reserved.\nVisit http\://jboss.org/tools + diff --git a/common/plugins/org.jboss.tools.common.verification.ui/build.properties b/common/plugins/org.jboss.tools.common.verification.ui/build.properties index de3f787980..fef4a66ebf 100644 --- a/common/plugins/org.jboss.tools.common.verification.ui/build.properties +++ b/common/plugins/org.jboss.tools.common.verification.ui/build.properties @@ -2,6 +2,11 @@ source.. = src/ bin.includes = plugin.xml,\ plugin.properties,\ images/,\ - about.html,\ META-INF/,\ - . + .,\ + about.html,\ + about.ini,\ + about.mappings,\ + about.properties,\ + jboss_about.png + diff --git a/common/plugins/org.jboss.tools.common.verification.ui/jboss_about.png b/common/plugins/org.jboss.tools.common.verification.ui/jboss_about.png new file mode 100644 index 0000000000..01fcd5bf5a Binary files /dev/null and b/common/plugins/org.jboss.tools.common.verification.ui/jboss_about.png differ diff --git a/foundation/features/org.jboss.tools.foundation.feature/feature.xml b/foundation/features/org.jboss.tools.foundation.feature/feature.xml index cc9887d18b..665fb7e9da 100644 --- a/foundation/features/org.jboss.tools.foundation.feature/feature.xml +++ b/foundation/features/org.jboss.tools.foundation.feature/feature.xml @@ -4,6 +4,7 @@ label="%featureName" version="1.4.1.qualifier" provider-name="%providerName" + plugin="org.jboss.tools.foundation.ui" license-feature="org.jboss.tools.foundation.license.feature" license-feature-version="0.0.0"> diff --git a/foundation/features/org.jboss.tools.foundation.security.linux.feature/feature.xml b/foundation/features/org.jboss.tools.foundation.security.linux.feature/feature.xml index 235660afc9..54e74cca22 100644 --- a/foundation/features/org.jboss.tools.foundation.security.linux.feature/feature.xml +++ b/foundation/features/org.jboss.tools.foundation.security.linux.feature/feature.xml @@ -4,6 +4,7 @@ label="%featureName" version="1.4.1.qualifier" provider-name="%providerName" + plugin="org.jboss.tools.foundation.security.linux" license-feature="org.jboss.tools.foundation.license.feature" license-feature-version="0.0.0"> diff --git a/foundation/plugins/org.jboss.tools.foundation.security.linux/about.ini b/foundation/plugins/org.jboss.tools.foundation.security.linux/about.ini new file mode 100644 index 0000000000..326f239824 --- /dev/null +++ b/foundation/plugins/org.jboss.tools.foundation.security.linux/about.ini @@ -0,0 +1,27 @@ +# about.ini +# contains information about a feature +# java.io.Properties file (ISO 8859-1 with "\" escapes) +# "%key" are externalized strings defined in about.properties +# This file does not need to be translated. +# test +# Property "aboutText" contains blurb for "About" dialog (translated) +aboutText=%blurb + +# Property "windowImage" contains path to window icon (16x16) +# needed for primary features only + +# Property "featureImage" contains path to feature image (32x32) +featureImage=jboss_about.png + +# Property "aboutImage" contains path to product image (500x330 or 115x164) +# needed for primary features only + +# Property "appName" contains name of the application (not translated) +# needed for primary features only + +# Property "welcomePerspective" contains the id of the perspective in which the +# welcome page is to be opened. +# optional + + + diff --git a/foundation/plugins/org.jboss.tools.foundation.security.linux/about.mappings b/foundation/plugins/org.jboss.tools.foundation.security.linux/about.mappings new file mode 100644 index 0000000000..c367bc83b9 --- /dev/null +++ b/foundation/plugins/org.jboss.tools.foundation.security.linux/about.mappings @@ -0,0 +1,5 @@ +# about.mappings +# contains fill-ins for about.properties +# java.io.Properties file (ISO 8859-1 with "\" escapes) +# This file does not need to be translated. + diff --git a/foundation/plugins/org.jboss.tools.foundation.security.linux/about.properties b/foundation/plugins/org.jboss.tools.foundation.security.linux/about.properties new file mode 100644 index 0000000000..14492181db --- /dev/null +++ b/foundation/plugins/org.jboss.tools.foundation.security.linux/about.properties @@ -0,0 +1,2 @@ +blurb=JBoss Tools Foundation Security Linux\n\nVersion\: {featureVersion}\n\n(c) Copyright (c) Red Hat, Inc., contributors and others 2013. All rights reserved.\nVisit http\://jboss.org/tools + diff --git a/foundation/plugins/org.jboss.tools.foundation.security.linux/build.properties b/foundation/plugins/org.jboss.tools.foundation.security.linux/build.properties index 84ec336b87..db51dc206b 100644 --- a/foundation/plugins/org.jboss.tools.foundation.security.linux/build.properties +++ b/foundation/plugins/org.jboss.tools.foundation.security.linux/build.properties @@ -5,7 +5,12 @@ bin.includes = META-INF/,\ fragment.xml,\ jbosstools.properties,\ LEGAL.txt,\ - contexts_helpSecureStorage.xml + contexts_helpSecureStorage.xml,\ + about.html,\ + about.ini,\ + about.mappings,\ + about.properties,\ + jboss_about.png src.includes = LEGAL.txt,\ contexts_helpSecureStorage.xml,\ jbosstools.properties diff --git a/foundation/plugins/org.jboss.tools.foundation.security.linux/jboss_about.png b/foundation/plugins/org.jboss.tools.foundation.security.linux/jboss_about.png new file mode 100644 index 0000000000..01fcd5bf5a Binary files /dev/null and b/foundation/plugins/org.jboss.tools.foundation.security.linux/jboss_about.png differ diff --git a/foundation/plugins/org.jboss.tools.foundation.ui/about.ini b/foundation/plugins/org.jboss.tools.foundation.ui/about.ini new file mode 100644 index 0000000000..326f239824 --- /dev/null +++ b/foundation/plugins/org.jboss.tools.foundation.ui/about.ini @@ -0,0 +1,27 @@ +# about.ini +# contains information about a feature +# java.io.Properties file (ISO 8859-1 with "\" escapes) +# "%key" are externalized strings defined in about.properties +# This file does not need to be translated. +# test +# Property "aboutText" contains blurb for "About" dialog (translated) +aboutText=%blurb + +# Property "windowImage" contains path to window icon (16x16) +# needed for primary features only + +# Property "featureImage" contains path to feature image (32x32) +featureImage=jboss_about.png + +# Property "aboutImage" contains path to product image (500x330 or 115x164) +# needed for primary features only + +# Property "appName" contains name of the application (not translated) +# needed for primary features only + +# Property "welcomePerspective" contains the id of the perspective in which the +# welcome page is to be opened. +# optional + + + diff --git a/foundation/plugins/org.jboss.tools.foundation.ui/about.mappings b/foundation/plugins/org.jboss.tools.foundation.ui/about.mappings new file mode 100644 index 0000000000..c367bc83b9 --- /dev/null +++ b/foundation/plugins/org.jboss.tools.foundation.ui/about.mappings @@ -0,0 +1,5 @@ +# about.mappings +# contains fill-ins for about.properties +# java.io.Properties file (ISO 8859-1 with "\" escapes) +# This file does not need to be translated. + diff --git a/foundation/plugins/org.jboss.tools.foundation.ui/about.properties b/foundation/plugins/org.jboss.tools.foundation.ui/about.properties new file mode 100644 index 0000000000..0a8f5c8a6f --- /dev/null +++ b/foundation/plugins/org.jboss.tools.foundation.ui/about.properties @@ -0,0 +1,2 @@ +blurb=JBoss Tools Foundation\n\nVersion\: {featureVersion}\n\n(c) Copyright (c) Red Hat, Inc., contributors and others 2013. All rights reserved.\nVisit http\://jboss.org/tools + diff --git a/foundation/plugins/org.jboss.tools.foundation.ui/build.properties b/foundation/plugins/org.jboss.tools.foundation.ui/build.properties index c2ce9e2d7b..96c20eccce 100644 --- a/foundation/plugins/org.jboss.tools.foundation.ui/build.properties +++ b/foundation/plugins/org.jboss.tools.foundation.ui/build.properties @@ -7,6 +7,10 @@ bin.includes = plugin.xml,\ .,\ plugin.properties,\ about.html,\ + about.ini,\ + about.mappings,\ + about.properties,\ + jboss_about.png,\ icons/,\ resources/,\ lib/magicfile4j-1.0.0-Beta1.jar diff --git a/foundation/plugins/org.jboss.tools.foundation.ui/jboss_about.png b/foundation/plugins/org.jboss.tools.foundation.ui/jboss_about.png new file mode 100644 index 0000000000..01fcd5bf5a Binary files /dev/null and b/foundation/plugins/org.jboss.tools.foundation.ui/jboss_about.png differ diff --git a/stacks/features/org.jboss.tools.stacks.core.feature/feature.xml b/stacks/features/org.jboss.tools.stacks.core.feature/feature.xml index 93c563fdfc..8fabfe1437 100644 --- a/stacks/features/org.jboss.tools.stacks.core.feature/feature.xml +++ b/stacks/features/org.jboss.tools.stacks.core.feature/feature.xml @@ -4,6 +4,7 @@ label="%featureName" version="1.4.1.qualifier" provider-name="%providerName" + plugin="org.jboss.tools.stacks.core" license-feature="org.jboss.tools.foundation.license.feature" license-feature-version="0.0.0"> diff --git a/usage/features/org.jboss.tools.usage.feature/feature.xml b/usage/features/org.jboss.tools.usage.feature/feature.xml index 7efb1860c3..71fbc568ef 100644 --- a/usage/features/org.jboss.tools.usage.feature/feature.xml +++ b/usage/features/org.jboss.tools.usage.feature/feature.xml @@ -4,6 +4,7 @@ label="%featureName" version="2.2.101.qualifier" provider-name="%providerName" + plugin="org.jboss.tools.usage" license-feature="org.jboss.tools.foundation.license.feature" license-feature-version="0.0.0"> diff --git a/usage/plugins/org.jboss.tools.usage/about.ini b/usage/plugins/org.jboss.tools.usage/about.ini new file mode 100644 index 0000000000..d885d2742a --- /dev/null +++ b/usage/plugins/org.jboss.tools.usage/about.ini @@ -0,0 +1,27 @@ +# about.ini +# contains information about a feature +# java.io.Properties file (ISO 8859-1 with "\" escapes) +# "%key" are externalized strings defined in about.properties +# This file does not need to be translated. +# test +# Property "aboutText" contains blurb for "About" dialog (translated) +aboutText=%blurb + +# Property "windowImage" contains path to window icon (16x16) +# needed for primary features only + +# Property "featureImage" contains path to feature image (32x32) +featureImage=jboss_about.png + +# Property "aboutImage" contains path to product image (500x330 or 115x164) +# needed for primary features only + +# Property "appName" contains name of the application (not translated) +# needed for primary features only + +# Property "welcomePerspective" contains the id of the perspective in which the +# welcome page is to be opened. +# optional + + + diff --git a/usage/plugins/org.jboss.tools.usage/about.mappings b/usage/plugins/org.jboss.tools.usage/about.mappings new file mode 100644 index 0000000000..b942681bd2 --- /dev/null +++ b/usage/plugins/org.jboss.tools.usage/about.mappings @@ -0,0 +1,5 @@ +# about.mappings +# contains fill-ins for about.properties +# java.io.Properties file (ISO 8859-1 with "\" escapes) +# This file does not need to be translated. + diff --git a/usage/plugins/org.jboss.tools.usage/about.properties b/usage/plugins/org.jboss.tools.usage/about.properties new file mode 100644 index 0000000000..8d5b9274cd --- /dev/null +++ b/usage/plugins/org.jboss.tools.usage/about.properties @@ -0,0 +1,2 @@ +blurb=JBoss Tools Usage\n\nVersion\: {featureVersion}\n\n(c) Copyright (c) Red Hat, Inc., contributors and others 2004 - 2012. All rights reserved.\nVisit http\://jboss.org/tools + diff --git a/usage/plugins/org.jboss.tools.usage/build.properties b/usage/plugins/org.jboss.tools.usage/build.properties index 7f158612f4..e97a2db3fd 100644 --- a/usage/plugins/org.jboss.tools.usage/build.properties +++ b/usage/plugins/org.jboss.tools.usage/build.properties @@ -10,7 +10,11 @@ bin.includes = .,\ .project,\ OSGI-INF/,\ .options,\ - icons/ + icons,\ + about.html,\ + about.mappings,\ + about.properties,\ + jboss_about.png src.includes = about.html,\ pom.xml source.. = src/ diff --git a/usage/plugins/org.jboss.tools.usage/jboss_about.png b/usage/plugins/org.jboss.tools.usage/jboss_about.png new file mode 100644 index 0000000000..01fcd5bf5a Binary files /dev/null and b/usage/plugins/org.jboss.tools.usage/jboss_about.png differ