Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature id="org.jboss.tools.common.all.feature" label="%featureName" version="3.9.1.qualifier" provider-name="%featureProvider"
plugin="org.jboss.tools.common.el.ui"
license-feature="org.jboss.tools.foundation.license.feature"
license-feature-version="0.0.0">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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">

Expand Down
1 change: 1 addition & 0 deletions common/features/org.jboss.tools.common.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature id="org.jboss.tools.common.mylyn.feature" label="%featureName" version="3.9.1.qualifier" provider-name="%providerName"
plugin="org.jboss.tools.common.mylyn"
license-feature="org.jboss.tools.foundation.license.feature"
license-feature-version="0.0.0">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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">

Expand Down
27 changes: 27 additions & 0 deletions common/plugins/org.jboss.tools.common.el.ui/about.ini
Original file line number Diff line number Diff line change
@@ -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



5 changes: 5 additions & 0 deletions common/plugins/org.jboss.tools.common.el.ui/about.mappings
Original file line number Diff line number Diff line change
@@ -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.

2 changes: 2 additions & 0 deletions common/plugins/org.jboss.tools.common.el.ui/about.properties
Original file line number Diff line number Diff line change
@@ -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

7 changes: 6 additions & 1 deletion common/plugins/org.jboss.tools.common.el.ui/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions common/plugins/org.jboss.tools.common.mylyn/about.ini
Original file line number Diff line number Diff line change
@@ -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



5 changes: 5 additions & 0 deletions common/plugins/org.jboss.tools.common.mylyn/about.mappings
Original file line number Diff line number Diff line change
@@ -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.

2 changes: 2 additions & 0 deletions common/plugins/org.jboss.tools.common.mylyn/about.properties
Original file line number Diff line number Diff line change
@@ -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

4 changes: 4 additions & 0 deletions common/plugins/org.jboss.tools.common.mylyn/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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/,\
Expand Down
27 changes: 27 additions & 0 deletions common/plugins/org.jboss.tools.common.projecttemplates/about.ini
Original file line number Diff line number Diff line change
@@ -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



Original file line number Diff line number Diff line change
@@ -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.

Original file line number Diff line number Diff line change
@@ -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

Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,9 @@ bin.includes = plugin.xml,\
lib/,\
META-INF/,\
.,\
about.html
about.html,\
about.ini,\
about.mappings,\
about.properties,\
jboss_about.png

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions common/plugins/org.jboss.tools.common.text.ext/about.ini
Original file line number Diff line number Diff line change
@@ -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



5 changes: 5 additions & 0 deletions common/plugins/org.jboss.tools.common.text.ext/about.mappings
Original file line number Diff line number Diff line change
@@ -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.

Original file line number Diff line number Diff line change
@@ -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

Original file line number Diff line number Diff line change
Expand Up @@ -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/,
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions common/plugins/org.jboss.tools.common.ui/about.ini
Original file line number Diff line number Diff line change
@@ -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



5 changes: 5 additions & 0 deletions common/plugins/org.jboss.tools.common.ui/about.mappings
Original file line number Diff line number Diff line change
@@ -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.

2 changes: 2 additions & 0 deletions common/plugins/org.jboss.tools.common.ui/about.properties
Original file line number Diff line number Diff line change
@@ -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

4 changes: 4 additions & 0 deletions common/plugins/org.jboss.tools.common.ui/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ bin.includes = META-INF/,\
icons/,\
.,\
about.html,\
about.ini,\
about.mappings,\
about.properties,\
jboss_about.png,\
plugin.xml
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions common/plugins/org.jboss.tools.common.verification.ui/about.ini
Original file line number Diff line number Diff line change
@@ -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



Original file line number Diff line number Diff line change
@@ -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.

Original file line number Diff line number Diff line change
@@ -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

Original file line number Diff line number Diff line change
Expand Up @@ -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

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -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">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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">

Expand Down
Original file line number Diff line number Diff line change
@@ -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



Original file line number Diff line number Diff line change
@@ -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.

Original file line number Diff line number Diff line change
@@ -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

Loading