Forked from
Eclipse Projects / Eclipse Titan / titan.EclipsePlug-ins
2315 commits behind the upstream repository.
-
Arpad Lovassy authored
Signed-off-by:
zlovarp <arpad.lovassy@semcon.com>
Arpad Lovassy authoredSigned-off-by:
zlovarp <arpad.lovassy@semcon.com>
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
This project is licensed under the Eclipse Public License 2.0.
Learn more
license.sh 1.10 KiB
###############################################################################
# Copyright (c) 2000-2019 Ericsson Telecom AB
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html
###############################################################################
# switch on sending of usage statistics in titan eclipse
perl -i -p -e 's/(^[^\S\n]*public static final boolean USAGE_STAT_SENDING = )(false|true);/\1true;/g' org.eclipse.titan.common/src/org/eclipse/titan/common/product/ProductConstants.java
perl -i -p -e 's/(^[^\S\n]*public static final boolean USAGE_STAT_SENDING = )(false|true);/\1true;/g' org.eclipse.titan.runtime/src/org/eclipse/titan/runtime/core/Usage_Stats.java
# switch on license file checking in titan eclipse
perl -i -p -e 's/(^[^\S\n]*public static final boolean LICENSE_NEEDED = )(false|true);/\1true;/g' org.eclipse.titan.common/src/org/eclipse/titan/common/product/ProductConstants.java