Skip to content

Commit

Permalink
Update LiClipseText to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioz committed Oct 8, 2023
1 parent bced571 commit 5828b0b
Show file tree
Hide file tree
Showing 13 changed files with 116 additions and 121 deletions.
13 changes: 4 additions & 9 deletions features/org.brainwy.liclipsetext.feature/build_liclipsetext.bat
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,12 @@
set BRANCH=master

set DRIVE=x:
set BASE_LOCAL_LICLIPSE_GIT=x:\liclipsetext
set BASE_LOCAL_LICLIPSE_GIT=X:\liclipsews\liclipsews\LiClipseText
set BUILD_DIR=X:\liclipsetext_build\build_dir
set DEPLOY_DIR=X:\liclipsetext_build\deploy_dir
set JAVA_HOME=C:\bin\jdk-11.0.9
set MAVEN_BIN=C:\bin\apache-maven-3.5.3\bin
set JAVA_HOME=D:\bin\jdk-11.0.17+8
set MAVEN_BIN=X:\liclipsews\maven\apache-maven-3.8.6\bin
set GIT_EXECUTABLE="C:\Program Files\Git\bin\git.exe"
set ECLIPSE_CLEAN=C:\bin\eclipse_417_clean
set LAUNCHER_PLUGIN=org.eclipse.equinox.launcher_1.5.800.v20200727-1323.jar
set BUILDER_PLUGIN=org.eclipse.pde.build_3.10.800.v20200410-1419
@echo Expected in env var: SIGN_KEYPASS
@echo Expected in env var: SIGN_STOREPASS
@echo Expected in env var: SIGN_ALIAS
Expand All @@ -36,13 +33,11 @@ set BASEOS=win32
set BASEWS=win32
set BASEARCH=x86

set PATH=
set PATH=C:\bin\FastCopy211;%PATH%
set PATH=C:\Windows\system32;%PATH%
set PATH=%MAVEN_BIN%;%PATH%
set PATH=%JAVA_HOME%\bin;%PATH%
set PATH="C:\Program Files\Git\bin\";%PATH%
set PATH=%ECLIPSE_CLEAN%\plugins\org.apache.ant_1.10.8.v20200515-1239\bin;%PATH%


@echo actual build command
Expand All @@ -57,7 +52,7 @@ git reset --hard
git clean -f -d -x
git checkout -f
git remote update
git reset --hard origin/%BRANCH%
git fetch
git checkout %BRANCH%
git pull origin %BRANCH%
@echo If copied/pasted into cmd.exe, it will break here
Expand Down
198 changes: 99 additions & 99 deletions features/org.brainwy.liclipsetext.feature/feature.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion features/org.brainwy.liclipsetext.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.brainwy.liclipsetext</groupId>
<artifactId>features</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.brainwy.liclipsetext</groupId>
Expand Down
2 changes: 1 addition & 1 deletion features/org.brainwy.liclipsetext.p2-repo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.brainwy.liclipsetext</groupId>
<artifactId>features</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.brainwy.liclipsetext</groupId>
Expand Down
2 changes: 1 addition & 1 deletion features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.brainwy.liclipsetext</groupId>
<artifactId>parent</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.brainwy.liclipsetext</groupId>
Expand Down
4 changes: 2 additions & 2 deletions plugins/org.brainwy.liclipsetext.editor/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: LiClipseText Editor
Bundle-SymbolicName: org.brainwy.liclipsetext.editor;singleton:=true
Bundle-Version: 2.4.0.qualifier
Bundle-Version: 2.5.0.qualifier
Bundle-Activator: org.brainwy.liclipsetext.editor.LiClipseTextEditorPlugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.jface.text,
org.eclipse.ui.editors,
org.junit;bundle-version="4.0";resolution:=optional,
org.brainwy.liclipsetext.shared_core;bundle-version="[2.4.0,2.4.1)",
org.brainwy.liclipsetext.shared_core;bundle-version="[2.5.0,2.5.1)",
org.brainwy.liclipsetext.shared_ui,
org.eclipse.core.resources,
org.eclipse.ui.workbench.texteditor,
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.brainwy.liclipsetext.editor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.brainwy.liclipsetext</groupId>
<artifactId>plugins</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.brainwy.liclipsetext</groupId>
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: LiClipseText Shared Core
Bundle-SymbolicName: org.brainwy.liclipsetext.shared_core
Bundle-Version: 2.4.0.qualifier
Bundle-Version: 2.5.0.qualifier
Bundle-Activator: org.brainwy.liclipsetext.shared_core.SharedCorePlugin
Bundle-Vendor: Brainwy Software Ltda
Require-Bundle: org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.brainwy.liclipsetext.shared_core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.brainwy.liclipsetext</groupId>
<artifactId>plugins</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.brainwy.liclipsetext</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: LiClipseText Shared UI
Bundle-SymbolicName: org.brainwy.liclipsetext.shared_ui;singleton:=true
Bundle-Version: 2.4.0.qualifier
Bundle-Version: 2.5.0.qualifier
Bundle-Activator: org.brainwy.liclipsetext.shared_ui.SharedUiPlugin
Require-Bundle: org.brainwy.liclipsetext.shared_core;bundle-version="[2.4.0,2.4.1)",
Require-Bundle: org.brainwy.liclipsetext.shared_core;bundle-version="[2.5.0,2.5.1)",
org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.ui.workbench.texteditor,
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.brainwy.liclipsetext.shared_ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.brainwy.liclipsetext</groupId>
<artifactId>plugins</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.brainwy.liclipsetext</groupId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.brainwy.liclipsetext</groupId>
<artifactId>parent</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.brainwy.liclipsetext</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Using:
<modelVersion>4.0.0</modelVersion>
<groupId>org.brainwy.liclipsetext</groupId>
<artifactId>parent</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
<name>LiClipseText Build Parent</name>
<packaging>pom</packaging>
<modules>
Expand Down

0 comments on commit 5828b0b

Please sign in to comment.