43 lines
1.5 KiB
Properties
43 lines
1.5 KiB
Properties
# Copyright (C) 2006-2021 Talend Inc. - www.talend.com
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
source.. = src/main/java/
|
|
output.. = bin/
|
|
bin.includes = META-INF/,\
|
|
.,\
|
|
plugin.xml,\
|
|
OSGI-INF/,\
|
|
icon/,\
|
|
plugin.properties,\
|
|
messages.properties,\
|
|
jet_stub/,\
|
|
components/,\
|
|
lib/,\
|
|
plugin_ja.properties,\
|
|
plugin_zh_CN.properties,\
|
|
messages_en.properties,\
|
|
messages_fr.properties,\
|
|
messages_ja.properties,\
|
|
messages_zh_CN.properties,\
|
|
lib/asm.jar,\
|
|
lib/asm-analysis.jar,\
|
|
lib/asm-commons.jar,\
|
|
lib/asm-tree.jar,\
|
|
lib/asm-util.jar,\
|
|
lib/jitescript.jar,\
|
|
lib/jnr-a64asm.jar,\
|
|
lib/jnr-ffi.jar,\
|
|
lib/jnr-x86asm.jar
|
|
bin.excludes = lib/.gitignore,\
|
|
lib/slf4j-api.jar
|