-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed issues #164 and #165 Signed-off-by: Andre Bossert <[email protected]>
- Loading branch information
Showing
17 changed files
with
34 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
set ECLIPSE_EQUINOX_LAUNCHER_JAR=c:\Progs\eclipse-SDK-4.6-win32-x86_64\plugins\org.eclipse.equinox.launcher_1.3.200.v20160318-1642.jar | ||
PUSHD %~dp0 | ||
set REPOSITORY_OUT=%CD%\repository | ||
POPD | ||
java -jar %ECLIPSE_EQUINOX_LAUNCHER_JAR% -application org.eclipse.equinox.p2.publisher.UpdateSitePublisher -metadataRepository file:/%REPOSITORY_OUT% -artifactRepository file:/%REPOSITORY_OUT% -source . -compress -publishArtifacts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
set ECLIPSE_EQUINOX_LAUNCHER_JAR=c:\Progs\eclipse-SDK-4.6-win32-x86_64\plugins\org.eclipse.equinox.launcher_1.3.200.v20160318-1642.jar | ||
PUSHD %~dp0 | ||
set REPOSITORY_OUT=%CD%\repository | ||
POPD | ||
java -jar %ECLIPSE_EQUINOX_LAUNCHER_JAR% -application org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher -metadataRepository file:/%REPOSITORY_OUT% -artifactRepository file:/%REPOSITORY_OUT% -source . -compress -publishArtifacts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters