|
| 1 | +############################################################################### |
| 2 | +# Copyright (c) 2023, 2024 Tue Ton and others. |
| 3 | +# All rights reserved. This program and the accompanying materials |
| 4 | +# are made available under the terms of the Eclipse Public License v1.0 |
| 5 | +# which accompanies this distribution, and is available at |
| 6 | +# http://www.eclipse.org/legal/epl-v10.html |
| 7 | +# |
| 8 | +# Contributors: |
| 9 | +# Tue Ton - initial API and implementation |
| 10 | +# Hannes Wellmann - Leverage Tycho pomless |
| 11 | +############################################################################### |
| 12 | +custom = true |
| 13 | +bin.includes = .,*.dll,about_files/,about.html,fragment.properties |
| 14 | +bin.excludes = library/ |
| 15 | +source.. = \ |
| 16 | + ../../bundles/org.eclipse.swt/Eclipse SWT/win32,\ |
| 17 | + ../../bundles/org.eclipse.swt/Eclipse SWT/common,\ |
| 18 | + ../../bundles/org.eclipse.swt/Eclipse SWT PI/common,\ |
| 19 | + ../../bundles/org.eclipse.swt/Eclipse SWT PI/win32,\ |
| 20 | + ../../bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32,\ |
| 21 | + ../../bundles/org.eclipse.swt/Eclipse SWT Accessibility/win32,\ |
| 22 | + ../../bundles/org.eclipse.swt/Eclipse SWT Accessibility/common,\ |
| 23 | + ../../bundles/org.eclipse.swt/Eclipse SWT AWT/win32,\ |
| 24 | + ../../bundles/org.eclipse.swt/Eclipse SWT AWT/common,\ |
| 25 | + ../../bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/win32,\ |
| 26 | + ../../bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/common,\ |
| 27 | + ../../bundles/org.eclipse.swt/Eclipse SWT Printing/win32,\ |
| 28 | + ../../bundles/org.eclipse.swt/Eclipse SWT Printing/common,\ |
| 29 | + ../../bundles/org.eclipse.swt/Eclipse SWT Program/win32,\ |
| 30 | + ../../bundles/org.eclipse.swt/Eclipse SWT Program/common,\ |
| 31 | + ../../bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common,\ |
| 32 | + ../../bundles/org.eclipse.swt/Eclipse SWT Browser/common,\ |
| 33 | + ../../bundles/org.eclipse.swt/Eclipse SWT Browser/win32,\ |
| 34 | + ../../bundles/org.eclipse.swt/Eclipse SWT OpenGL/win32,\ |
| 35 | + ../../bundles/org.eclipse.swt/Eclipse SWT OpenGL/common |
| 36 | +src.includes = about.html,about_files/ |
| 37 | + |
| 38 | +pom.model.property.os=win32 |
| 39 | +pom.model.property.ws=win32 |
| 40 | +pom.model.property.arch=aarch64 |
0 commit comments