Skip to content

Commit

Permalink
Fixed ecj bundle location / name
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveeclipse committed Dec 1, 2022
1 parent 0a01d71 commit 622088d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cje-production/mbscripts/mb300_gatherEclipseParts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,11 @@ if [ -z $PATCH_BUILD ]; then
fi

# gather ecj jars
ECJ_JAR_DIR=$CJE_ROOT/$AGG_DIR/eclipse.jdt.core/org.eclipse.jdt.core/target
ECJ_JAR_DIR=$CJE_ROOT/$AGG_DIR/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target
if [ -d $ECJ_JAR_DIR ]; then
pushd $ECJ_JAR_DIR
cp org.eclipse.jdt.core-*-SNAPSHOT-batch-compiler.jar $CJE_ROOT/$DROP_DIR/$BUILD_ID/ecj-$BUILD_ID.jar
cp org.eclipse.jdt.core-*-SNAPSHOT-batch-compiler-src.jar $CJE_ROOT/$DROP_DIR/$BUILD_ID/ecjsrc-$BUILD_ID.jar
cp org.eclipse.jdt.core.compiler.batch-*-SNAPSHOT.jar $CJE_ROOT/$DROP_DIR/$BUILD_ID/ecj-$BUILD_ID.jar
cp org.eclipse.jdt.core.compiler.batch-*-SNAPSHOT-sources.jar $CJE_ROOT/$DROP_DIR/$BUILD_ID/ecjsrc-$BUILD_ID.jar
popd
fi

Expand Down

0 comments on commit 622088d

Please sign in to comment.