Skip to content

Commit

Permalink
Use a local copy of the p2-repo instead of a stub
Browse files Browse the repository at this point in the history
  • Loading branch information
daemonblade committed Sep 21, 2019
1 parent 1fecb33 commit 92577c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion java-eclipse/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,10 @@ DESKTOP_ENTRIES="Eclipse" \

SUB_FILES= ${PORTNAME}

LOCAL_P2= file://${WRKDIR}/${GH_PROJECT}-${PORTVERSION}/${PORTVERSION}
MAVEN_ENV= MAVEN_OPTS=-Xmx1024m CC=${CC} JAVA_HOME=${JAVA_HOME}
MAVEN_REPO= -Dmaven.repo.local=${WRKDIR}/${GH_PROJECT}-${PORTVERSION}
MAVEN_ECLIPSE= -Dnative=gtk.freebsd.${ARCH} -Dcomparator.repo=file://${WRKDIR}/${GH_PROJECT}-${PORTVERSION}/p2-stub -DforceContextQualifier=v${ECLIPSE_TSTAMP}
MAVEN_ECLIPSE= -Dnative=gtk.freebsd.${ARCH} -Dcomparator.repo=${LOCAL_P2} -Declipserun-repo=${LOCAL_P2}/ -DforceContextQualifier=v${ECLIPSE_TSTAMP}

ECLIPSE_RESULT= eclipse.platform.releng.tychoeclipsebuilder/sdk/target/products/org.eclipse.sdk.ide-freebsd.gtk.${ARCH}.tar.gz

Expand Down

0 comments on commit 92577c9

Please sign in to comment.