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
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.8.200.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.8.200.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 cdi/tests/org.jboss.tools.cdi.core.test/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
javax.interceptor-api-1.2.jar
3 changes: 2 additions & 1 deletion 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.8.3.qualifier" provider-name="%featureProvider" image="jsf.jpg"
<feature id="org.jboss.tools.jsf.feature" label="%featureName" version="3.8.200.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
2 changes: 1 addition & 1 deletion jsf/features/org.jboss.tools.jsf.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.jsf</groupId>
<artifactId>features</artifactId>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.200-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jsf.features</groupId>
<artifactId>org.jboss.tools.jsf.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jsf/features/org.jboss.tools.jsf.test.feature/feature.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature id="org.jboss.tools.jsf.test.feature" label="%featureName" version="3.8.3.qualifier" provider-name="%featureProvider"
<feature id="org.jboss.tools.jsf.test.feature" label="%featureName" version="3.8.200.qualifier" provider-name="%featureProvider"
license-feature="org.jboss.tools.foundation.license.feature"
license-feature-version="0.0.0">

Expand Down
2 changes: 1 addition & 1 deletion jsf/features/org.jboss.tools.jsf.test.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.jsf</groupId>
<artifactId>features</artifactId>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.200-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jsf.features</groupId>
<artifactId>org.jboss.tools.jsf.test.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jsf/features/org.jboss.tools.richfaces.feature/feature.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature id="org.jboss.tools.richfaces.feature" label="%featureName" version="3.8.3.qualifier" provider-name="%featureProvider" plugin="org.jboss.tools.vpe"
<feature id="org.jboss.tools.richfaces.feature" label="%featureName" version="3.8.200.qualifier" provider-name="%featureProvider" plugin="org.jboss.tools.vpe"
license-feature="org.jboss.tools.foundation.license.feature"
license-feature-version="0.0.0">

Expand Down
2 changes: 1 addition & 1 deletion jsf/features/org.jboss.tools.richfaces.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.jsf</groupId>
<artifactId>features</artifactId>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.200-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jsf.features</groupId>
<artifactId>org.jboss.tools.richfaces.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jsf/features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>jsf</artifactId>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.200-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jsf</groupId>
<artifactId>features</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: org.jboss.tools.jsf.doc.user;singleton:=true
Bundle-Version: 3.8.3.qualifier
Bundle-Version: 3.8.200.qualifier
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.help
Expand Down
2 changes: 1 addition & 1 deletion jsf/plugins/org.jboss.tools.jsf.doc.user/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.jsf</groupId>
<artifactId>plugins</artifactId>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.200-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jsf.plugins</groupId>
<artifactId>org.jboss.tools.jsf.doc.user</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ Require-Bundle:
org.jboss.tools.jsf.text.ext
Export-Package: org.jboss.tools.jsf.text.ext.facelets,
org.jboss.tools.jsf.text.ext.facelets.hyperlink
Bundle-Version: 3.8.3.qualifier
Bundle-Version: 3.8.200.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
2 changes: 1 addition & 1 deletion jsf/plugins/org.jboss.tools.jsf.text.ext.facelets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.jsf</groupId>
<artifactId>plugins</artifactId>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.200-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jsf.plugins</groupId>
<artifactId>org.jboss.tools.jsf.text.ext.facelets</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ Require-Bundle:
org.jboss.tools.jsf.text.ext.facelets
Export-Package: org.jboss.tools.jsf.text.ext.richfaces,
org.jboss.tools.jsf.text.ext.richfaces.hyperlink
Bundle-Version: 3.8.3.qualifier
Bundle-Version: 3.8.200.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
2 changes: 1 addition & 1 deletion jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.jsf</groupId>
<artifactId>plugins</artifactId>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.200-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jsf.plugins</groupId>
<artifactId>org.jboss.tools.jsf.text.ext.richfaces</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ Require-Bundle: org.eclipse.ui.ide;bundle-version="3.7.0",
org.jboss.tools.common.model.ui;bundle-version="3.3.0"
Export-Package: org.jboss.tools.jsf.text.ext,
org.jboss.tools.jsf.text.ext.hyperlink
Bundle-Version: 3.8.3.qualifier
Bundle-Version: 3.8.200.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
2 changes: 1 addition & 1 deletion jsf/plugins/org.jboss.tools.jsf.text.ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.jsf</groupId>
<artifactId>plugins</artifactId>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.200-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jsf.plugins</groupId>
<artifactId>org.jboss.tools.jsf.text.ext</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jsf/plugins/org.jboss.tools.jsf.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ Require-Bundle: org.jboss.tools.common.model.ui,
org.eclipse.wst.common.project.facet.ui,
org.eclipse.jst.common.project.facet.core,
org.eclipse.wst.validation;bundle-version="1.2.300"
Bundle-Version: 3.8.3.qualifier
Bundle-Version: 3.8.200.qualifier
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
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.
2 changes: 1 addition & 1 deletion jsf/plugins/org.jboss.tools.jsf.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.jsf</groupId>
<artifactId>plugins</artifactId>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.200-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jsf.plugins</groupId>
<artifactId>org.jboss.tools.jsf.ui</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Bundle-SymbolicName: org.jboss.tools.jsf.verification;singleton:=true
Bundle-Localization: plugin
Require-Bundle: org.jboss.tools.common.verification,
org.jboss.tools.jsf
Bundle-Version: 3.8.3.qualifier
Bundle-Version: 3.8.200.qualifier
Export-Package: org.jboss.tools.jsf.verification.vrules,
org.jboss.tools.jsf.verification.vrules.toview
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Expand Down
2 changes: 1 addition & 1 deletion jsf/plugins/org.jboss.tools.jsf.verification/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.jsf</groupId>
<artifactId>plugins</artifactId>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.200-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jsf.plugins</groupId>
<artifactId>org.jboss.tools.jsf.verification</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: org.jboss.tools.jsf.vpe.ajax4jsf;singleton:=true
Bundle-Activator: org.jboss.tools.jsf.vpe.ajax4jsf.Activator
Bundle-Version: 3.8.3.qualifier
Bundle-Version: 3.8.200.qualifier
Bundle-Localization: plugin
Require-Bundle: org.jboss.tools.vpe,
org.eclipse.ui;bundle-version="3.7.0",
Expand Down
2 changes: 1 addition & 1 deletion jsf/plugins/org.jboss.tools.jsf.vpe.ajax4jsf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.jsf</groupId>
<artifactId>plugins</artifactId>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.200-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jsf.plugins</groupId>
<artifactId>org.jboss.tools.jsf.vpe.ajax4jsf</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ Require-Bundle: org.eclipse.ui;bundle-version="3.7.0",
org.eclipse.jface.text;bundle-version="3.7.0"
Export-Package: org.jboss.tools.jsf.vpe.facelets,
org.jboss.tools.jsf.vpe.facelets.template
Bundle-Version: 3.8.3.qualifier
Bundle-Version: 3.8.200.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Eclipse-BundleShape: dir
Loading