Skip to content

Commit 52acfb1

Browse files
author
Horváth Dávid
committed
Changing build script and removing unnecessary dependency from manifest
1 parent 2d22bd6 commit 52acfb1

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

build.ps1

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
# set your java paths here
2-
$env:JAVA_HOME = "C:\Program Files\Java\jdk1.8.0_291"
3-
$env:Path = "C:\Program Files\Java\jdk1.8.0_291\bin;" + $env:Path
4-
51
Push-Location .\org.eclipse.sed.ifl.root
62
mvn clean initialize verify
73
Pop-Location

org.eclipse.sed.ifl.root/bundles/org.eclipse.sed.ifl/META-INF/MANIFEST.MF

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ Require-Bundle: org.eclipse.ui,
1212
org.eclipse.core.filesystem;bundle-version="1.7.0",
1313
org.eclipse.ui.ide;bundle-version="3.12.3",
1414
org.eclipse.ui.workbench.texteditor;bundle-version="3.10.100",
15-
org.eclipse.core.resources;bundle-version="3.11.1",
16-
javax.annotation;bundle-version="1.3.5"
15+
org.eclipse.core.resources;bundle-version="3.11.1"
1716
Automatic-Module-Name: org.eclipse.sed.ifl
1817
Bundle-ActivationPolicy: lazy
1918
Bundle-ClassPath: .,

0 commit comments

Comments
 (0)