Skip to content

Commit 852fd15

Browse files
Merge remote-tracking branch 'origin/add-release-notify' into add-release-notify
2 parents 455bcc6 + 1290c1d commit 852fd15

9 files changed

Lines changed: 15 additions & 17 deletions

File tree

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
checkmarx-ast-eclipse-plugin/lib/ast-cli-java-wrapper-2.1.8.jar filter=lfs diff=lfs merge=lfs -text
2-
checkmarx-ast-eclipse-plugin/lib/ast-cli-java-wrapper-2.1.7.jar filter=lfs diff=lfs merge=lfs -text

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3.5.2
13+
with:
14+
lfs: true
15+
- name: Checkout LFS objects
16+
run: git lfs checkout
1317
- uses: actions/setup-java@v3
1418
with:
1519
distribution: temurin
@@ -34,6 +38,10 @@ jobs:
3438
runs-on: ubuntu-latest
3539
steps:
3640
- uses: actions/checkout@v3.5.2
41+
with:
42+
lfs: true
43+
- name: Checkout LFS objects
44+
run: git lfs checkout
3745
- uses: actions/setup-java@v3
3846
with:
3947
distribution: temurin

checkmarx-ast-eclipse-plugin/.classpath

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
</classpathentry>
88
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
99
<classpathentry exported="true" kind="lib" path="lib/slf4j-simple-1.7.5.jar"/>
10+
<classpathentry exported="true" kind="lib" path="lib/slf4j-reload4j-1.7.36.jar"/>
1011
<classpathentry exported="true" kind="lib" path="lib/slf4j-api-1.7.5.jar"/>
1112
<classpathentry exported="true" kind="lib" path="lib/jackson-annotations-2.12.4.jar"/>
1213
<classpathentry exported="true" kind="lib" path="lib/jackson-core-2.12.4.jar"/>
1314
<classpathentry exported="true" kind="lib" path="lib/commons-lang3-3.12.0.jar"/>
14-
<classpathentry exported="true" kind="lib" path="lib/ast-cli-java-wrapper-2.1.7.jar"/>
15+
<classpathentry exported="true" kind="lib" path="lib/ast-cli-java-wrapper-2.1.8.jar"/>
1516
<classpathentry exported="true" kind="lib" path="lib/jackson-databind-2.13.4.2.jar"/>
1617
<classpathentry exported="true" kind="lib" path="lib/org.eclipse.mylyn.commons.ui_3.25.2.v20200813-0821.jar"/>
1718
<classpathentry exported="true" kind="lib" path="lib/org.apache.commons.lang_2.6.0.v20220406-2305.jar"/>
1819
<classpathentry exported="true" kind="lib" path="lib/org-eclipse-mylyn-commons-core.jar"/>
19-
<classpathentry kind="src" path="src"/>
20-
<classpathentry kind="lib" path="lib/slf4j-reload4j-1.7.36.jar"/>
20+
<classpathentry kind="src" path="src/"/>
2121
<classpathentry kind="output" path="target/classes"/>
22-
</classpath>
22+
</classpath>

checkmarx-ast-eclipse-plugin/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Bundle-ClassPath: lib/slf4j-simple-1.7.5.jar,
2525
lib/jackson-annotations-2.12.4.jar,
2626
lib/jackson-core-2.12.4.jar,
2727
lib/commons-lang3-3.12.0.jar,
28-
lib/ast-cli-java-wrapper-2.1.7.jar,
28+
lib/ast-cli-java-wrapper-2.1.8.jar,
2929
lib/jackson-databind-2.13.4.2.jar,
3030
lib/org.eclipse.mylyn.commons.ui_3.25.2.v20200813-0821.jar,
3131
lib/org.apache.commons.lang_2.6.0.v20220406-2305.jar,

checkmarx-ast-eclipse-plugin/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ bin.includes = plugin.xml,\
88
lib/jackson-annotations-2.12.4.jar,\
99
lib/jackson-core-2.12.4.jar,\
1010
lib/commons-lang3-3.12.0.jar,\
11-
lib/ast-cli-java-wrapper-2.1.7.jar,\
11+
lib/ast-cli-java-wrapper-2.1.8.jar,\
1212
lib/jackson-databind-2.13.4.2.jar,\
1313
lib/org.eclipse.mylyn.commons.ui_3.25.2.v20200813-0821.jar,\
1414
.,\
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
checkmarx-ast-eclipse-plugin/lib/ast-cli-java-wrapper-2.1.7.jar filter=lfs diff=lfs merge=lfs -text
1+
checkmarx-ast-eclipse-plugin/lib/ast-cli-java-wrapper-2.1.8.jar filter=lfs diff=lfs merge=lfs -text

checkmarx-ast-eclipse-plugin/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,4 @@
99
</parent>
1010
<artifactId>com.checkmarx.eclipse.plugin</artifactId>
1111
<packaging>eclipse-plugin</packaging>
12-
<repositories>
13-
<repository>
14-
<id>eclipse-indigo</id>
15-
<url>http://download.eclipse.org/releases/indigo</url>
16-
<layout>p2</layout>
17-
</repository>
18-
</repositories>
1912
</project>

com.checkmarx.eclipse.feature/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@
99
</parent>
1010
<groupId>com.checkmarx.ast.eclipse.feature</groupId>
1111
<artifactId>com.checkmarx.eclipse.feature</artifactId>
12-
<version>1.0.0-SNAPSHOT</version>
1312
<packaging>eclipse-feature</packaging>
1413
</project>

com.checkmarx.eclipse.site/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<version>1.0.0-SNAPSHOT</version>
99
</parent>
1010
<artifactId>com.checkmarx.eclipse.site</artifactId>
11-
<version>1.0.0-SNAPSHOT</version>
1211
<packaging>eclipse-repository</packaging>
1312

1413
</project>

0 commit comments

Comments
 (0)