(struts-intellij-plugin) 01/02: WW-5446 Uses proper link to plugin webpage

2024-08-16 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/struts-intellij-plugin.git

commit f3078e961d7473ab1443ad0bf6001d192b04a778
Author: Lukasz Lenart 
AuthorDate: Fri Aug 16 10:08:46 2024 +0200

WW-5446 Uses proper link to plugin webpage
---
 src/main/resources/META-INF/plugin.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/META-INF/plugin.xml 
b/src/main/resources/META-INF/plugin.xml
index 2492789..a2d31e4 100644
--- a/src/main/resources/META-INF/plugin.xml
+++ b/src/main/resources/META-INF/plugin.xml
@@ -12,7 +12,7 @@
   ~ See the License for the specific language governing permissions and
   ~ limitations under the License.
   -->
-https://confluence.jetbrains.com/display/IDEADEV/Struts+2+Plugin+for+IntelliJ+IDEA";
+https://struts.apache.org/idea-plugin";
  xmlns:xi="http://www.w3.org/2001/XInclude"; 
package="com.intellij.struts2">
 
 com.intellij.struts2



(struts-intellij-plugin) branch main updated (e014920 -> 1915ace)

2024-08-16 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/struts-intellij-plugin.git


from e014920  Merge pull request #2 from apache/feature/WW-5445-struts6
 new f3078e9  WW-5446 Uses proper link to plugin webpage
 new 1915ace  WW-5446 Simplified plugin name

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 settings.gradle.kts| 2 +-
 src/main/resources/META-INF/plugin.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)



Error while running github feature from refs/heads/main:.asf.yaml in struts-intellij-plugin!

2024-08-16 Thread Apache Infrastructure


An error occurred while running github feature in .asf.yaml!:
[GitHub] Request error with message: "Branch not found". (status code: 404)



(struts-intellij-plugin) 02/02: WW-5446 Simplified plugin name

2024-08-16 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/struts-intellij-plugin.git

commit 1915acef76eb3f253484604eacf2ce12774b91cd
Author: Lukasz Lenart 
AuthorDate: Fri Aug 16 10:08:57 2024 +0200

WW-5446 Simplified plugin name
---
 settings.gradle.kts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/settings.gradle.kts b/settings.gradle.kts
index 116513b..60255d7 100644
--- a/settings.gradle.kts
+++ b/settings.gradle.kts
@@ -5,4 +5,4 @@ pluginManagement {
 }
 }
 
-rootProject.name = "Apache Struts IntelliJ IDEA plugin"
+rootProject.name = "struts"



(struts-intellij-plugin) 01/02: Fixes branch name

2024-08-16 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/struts-intellij-plugin.git

commit 4d1cb54a401037a03dbe69f01edbcaf0095806dc
Author: Lukasz Lenart 
AuthorDate: Fri Aug 16 10:13:37 2024 +0200

Fixes branch name
---
 .asf.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 26880f9..578a5bb 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -13,7 +13,7 @@ notifications:
 github:
   del_branch_on_merge: true
   protected_branches:
-master:
+main:
   # contexts are the names of checks that must pass.
   contexts:
 - gradle



(struts-intellij-plugin) branch main updated (1915ace -> 674d035)

2024-08-16 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/struts-intellij-plugin.git


from 1915ace  WW-5446 Simplified plugin name
 new 4d1cb54  Fixes branch name
 new 674d035  WW-5446 Adds missing dependency

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .asf.yaml| 2 +-
 build.gradle.kts | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)



(struts-intellij-plugin) 02/02: WW-5446 Adds missing dependency

2024-08-16 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/struts-intellij-plugin.git

commit 674d03547904023113eaf8bec7759a55eaa527c7
Author: Lukasz Lenart 
AuthorDate: Fri Aug 16 10:13:58 2024 +0200

WW-5446 Adds missing dependency
---
 build.gradle.kts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.gradle.kts b/build.gradle.kts
index e59fe01..a94d698 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -27,6 +27,7 @@ intellij {
 "com.intellij.freemarker",
 "com.intellij.velocity",
 "org.intellij.groovy",
+"com.intellij.jsp",
 "JavaScript",
 "com.intellij.java-i18n"
 ))