blob: bb2912b2ec1bab7e0ae025132945515d0d46ad18 [file] [log] [blame]
<%--
Copyright (c) 2020 Eclipse contributors and others.
This program and the accompanying materials
are made available under the terms of the Eclipse Public License 2.0
which accompanies this distribution, and is available at
https://www.eclipse.org/legal/epl-2.0/
SPDX-License-Identifier: EPL-2.0
--%>
<%@jet package="org.eclipse.justj.codegen.templates.plugin" class="AboutIni" imports="org.eclipse.justj.codegen.model.*" builder="StringBuilder builder = new StringBuilder()" minimize="true"%>
<%JVM jvm = (JVM)argument;
Model model = jvm.getModel();
String providerImageName = model.getProviderImageName();%>
<%@include file="../copyright.properties.jetinc"%>
# Property "aboutText" contains blurb for "About" dialog (translated)
aboutText=%featureText
# Property "featureImage" contains path to feature image (32x32)
featureImage=<%=providerImageName%>
# Property "appName" contains name of the application (translated)
appName=%featureName