Skip to content
Closed
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
27 changes: 27 additions & 0 deletions batch/plugins/org.jboss.tools.batch.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 batch/plugins/org.jboss.tools.batch.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 batch/plugins/org.jboss.tools.batch.ui/about.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
blurb=Java EE Batch Configuration Tools\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 batch/plugins/org.jboss.tools.batch.ui/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ bin.includes = plugin.xml,\
images/,\
META-INF/,\
about.html,\
about.ini,\
about.mappings,\
about.properties,\
jboss_about.png,\
.
source.. = src/
jars.compile.order = .
Expand Down
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
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature id="org.jboss.tools.cdi.deltaspike.feature" label="%featureName" version="1.7.0.qualifier" provider-name="%featureProvider"
plugin="org.jboss.tools.cdi.deltaspike.core"
license-feature="org.jboss.tools.foundation.license.feature"
license-feature-version="0.0.0">

Expand Down
1 change: 1 addition & 0 deletions cdi/features/org.jboss.tools.cdi.seam.feature/feature.xml
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.cdi.seam.feature" label="%featureName" version="1.7.0.qualifier" provider-name="%featureProvider"
plugin="org.jboss.tools.cdi.seam.config.ui"
license-feature="org.jboss.tools.foundation.license.feature"
license-feature-version="0.0.0">

Expand Down
27 changes: 27 additions & 0 deletions cdi/plugins/org.jboss.tools.cdi.deltaspike.core/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=Apache Deltaspike Tools\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 @@ -4,7 +4,11 @@ bin.includes = META-INF/,\
.,\
plugin.xml,\
plugin.properties,\
about.html
about.html,\
about.ini,\
about.mappings,\
about.properties,\
jboss_about.png
src.includes = src/,\
plugin.xml,\
plugin.properties,\
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 cdi/plugins/org.jboss.tools.cdi.seam.config.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 cdi/plugins/org.jboss.tools.cdi.seam.config.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.

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
blurb=Seam 3 Tools\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 @@ -4,7 +4,11 @@ bin.includes = META-INF/,\
.,\
plugin.xml,\
plugin.properties,\
about.html
about.html,\
about.ini,\
about.mappings,\
about.properties,\
jboss_about.png
src.includes = plugin.xml,\
plugin.properties,\
about.html,\
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions jsf/features/org.jboss.tools.jsf.feature/feature.xml
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.jsf.feature" label="%featureName" version="3.7.0.qualifier" provider-name="%featureProvider" image="jsf.jpg"
plugin="org.jboss.tools.jsf.ui"
license-feature="org.jboss.tools.foundation.license.feature"
license-feature-version="0.0.0">

Expand Down
27 changes: 27 additions & 0 deletions jsf/plugins/org.jboss.tools.jsf.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 jsf/plugins/org.jboss.tools.jsf.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 jsf/plugins/org.jboss.tools.jsf.ui/about.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
blurb=JBoss Tools JSF\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 jsf/plugins/org.jboss.tools.jsf.ui/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ bin.includes = plugin.xml,\
plugin.properties,\
images/,\
about.html,\
about.ini,\
about.mappings,\
about.properties,\
jboss_about.png,\
META-INF/,\
.
jars.compile.order = jsfui.jar,\
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.