X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=publish.bat;h=5dc330ba056107ed69272f06b7fcd10727239062;hb=aa675d5c39eb69477e9725af8d3159351934f3f5;hp=19c9a631fb7205196ef1c7f66224b194487d0c88;hpb=17227977750150f1c19a429feecf9d60d4f11080;p=simantics%2Fthird-party.git diff --git a/publish.bat b/publish.bat index 19c9a63..5dc330b 100644 --- a/publish.bat +++ b/publish.bat @@ -1,4 +1,5 @@ -@set ECLIPSE=d:/e 4.6/eclipse -@set REPO=d:/git/third-party/p2 -del %REPO%/artifacts.jar %REPO%/content.jar -"%ECLIPSE%" -noupdate -nosplash -application org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher -metadataRepository file:/%REPO% -artifactRepository file:/%REPO% -source %REPO% -compress -publishArtifacts \ No newline at end of file +@set ECLIPSE=c:/w/e 4.13 +@set REPO=c:/w/git/third-party/p2 +del "%REPO%/artifacts.jar" "%REPO%/content.jar" +rem "%ECLIPSE%/eclipse" -noupdate -nosplash -application org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher -metadataRepository file:/%REPO% -artifactRepository file:/%REPO% -source %REPO% -compress -publishArtifacts +java -jar "%ECLIPSE%/plugins/org.eclipse.equinox.launcher_1.5.700.v20200207-2156.jar" -application org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher -compress -publishArtifacts -metadataRepository file:/%REPO% -artifactRepository file:/%REPO% -source %REPO% \ No newline at end of file