Skip to content

Commit

Permalink
Version 2.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Gusev committed Mar 2, 2022
1 parent 4604efb commit bc0337a
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion com.anjlab.eclipse.e4.tapestry5.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="com.anjlab.eclipse.e4.tapestry5.feature"
label="Additional Tapestry5 Support for Eclipse4"
version="2.13.4"
version="2.13.5"
provider-name="AnjLab Team"
plugin="com.anjlab.eclipse.e4.tapestry5">

Expand Down
2 changes: 1 addition & 1 deletion com.anjlab.eclipse.e4.tapestry5/META-INF/MANIFEST.MF
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: Additional Tapestry5 Support for Eclipse4
Bundle-SymbolicName: com.anjlab.eclipse.e4.tapestry5;singleton:=true
Bundle-Version: 2.13.4
Bundle-Version: 2.13.5
Bundle-Activator: com.anjlab.eclipse.e4.tapestry5.Activator
Bundle-Vendor: AnjLab Team
Require-Bundle: org.eclipse.ui,
Expand Down
2 changes: 1 addition & 1 deletion com.anjlab.eclipse.tapestry5.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="com.anjlab.eclipse.tapestry5.feature"
label="Basic Tapestry5 Support (required)"
version="2.13.4"
version="2.13.5"
provider-name="AnjLab Team"
plugin="com.anjlab.eclipse.tapestry5">

Expand Down
2 changes: 1 addition & 1 deletion com.anjlab.eclipse.tapestry5.webtools.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="com.anjlab.eclipse.tapestry5.webtools.feature"
label="Tapestry5 WebTools Editors Extensions (experimental)"
version="2.13.4"
version="2.13.5"
provider-name="AnjLab Team"
plugin="com.anjlab.eclipse.tapestry5.webtools">

Expand Down
2 changes: 1 addition & 1 deletion com.anjlab.eclipse.tapestry5.webtools/META-INF/MANIFEST.MF
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: Tapestry5 WebTools Editors Extensions (experimental)
Bundle-SymbolicName: com.anjlab.eclipse.tapestry5.webtools;singleton:=true
Bundle-Version: 2.13.4
Bundle-Version: 2.13.5
Bundle-Vendor: AnjLab Team
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.eclipse.wst.sse.ui,
Expand Down
2 changes: 1 addition & 1 deletion com.anjlab.eclipse.tapestry5/META-INF/MANIFEST.MF
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: Basic Tapestry5 Support (required)
Bundle-SymbolicName: com.anjlab.eclipse.tapestry5;singleton:=true
Bundle-Version: 2.13.4
Bundle-Version: 2.13.5
Bundle-Activator: com.anjlab.eclipse.tapestry5.Activator
Bundle-Vendor: AnjLab Team
Require-Bundle: org.eclipse.ui,
Expand Down
2 changes: 1 addition & 1 deletion update-site/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

REPO_NAME=eclipse-tapestry5-plugin
PACKAGE_NAME=update-site
VERSION_NAME=2.13.4
VERSION_NAME=2.13.5

SCRIPT_PATH=$( cd $(dirname $0) ; pwd -P )

Expand Down
6 changes: 3 additions & 3 deletions update-site/site.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/com.anjlab.eclipse.tapestry5.feature_2.13.4.jar" id="com.anjlab.eclipse.tapestry5.feature" version="2.13.4">
<feature url="features/com.anjlab.eclipse.tapestry5.feature_2.13.5.jar" id="com.anjlab.eclipse.tapestry5.feature" version="2.13.5">
<category name="com.anjlab.tapestry5.category"/>
</feature>
<feature url="features/com.anjlab.eclipse.e4.tapestry5.feature_2.13.4.jar" id="com.anjlab.eclipse.e4.tapestry5.feature" version="2.13.4">
<feature url="features/com.anjlab.eclipse.e4.tapestry5.feature_2.13.5.jar" id="com.anjlab.eclipse.e4.tapestry5.feature" version="2.13.5">
<category name="com.anjlab.tapestry5.category"/>
</feature>
<feature url="features/com.anjlab.eclipse.tapestry5.webtools.feature_2.13.4.jar" id="com.anjlab.eclipse.tapestry5.webtools.feature" version="2.13.4">
<feature url="features/com.anjlab.eclipse.tapestry5.webtools.feature_2.13.5.jar" id="com.anjlab.eclipse.tapestry5.webtools.feature" version="2.13.5">
<category name="com.anjlab.tapestry5.category"/>
</feature>
<category-def name="com.anjlab.tapestry5.category" label="Eclipse Integration for Tapestry5">
Expand Down

0 comments on commit bc0337a

Please sign in to comment.