Skip to content

Commit

Permalink
Changing build script and removing unnecessary dependency from manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Horváth Dávid committed Sep 7, 2021
1 parent 2d22bd6 commit 52acfb1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions build.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# set your java paths here
$env:JAVA_HOME = "C:\Program Files\Java\jdk1.8.0_291"
$env:Path = "C:\Program Files\Java\jdk1.8.0_291\bin;" + $env:Path

Push-Location .\org.eclipse.sed.ifl.root
mvn clean initialize verify
Pop-Location
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.core.filesystem;bundle-version="1.7.0",
org.eclipse.ui.ide;bundle-version="3.12.3",
org.eclipse.ui.workbench.texteditor;bundle-version="3.10.100",
org.eclipse.core.resources;bundle-version="3.11.1",
javax.annotation;bundle-version="1.3.5"
org.eclipse.core.resources;bundle-version="3.11.1"
Automatic-Module-Name: org.eclipse.sed.ifl
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .,
Expand Down

0 comments on commit 52acfb1

Please sign in to comment.