| sshaw | b98b1fd | 2005-09-12 21:29:43 +0000 | [diff] [blame] | 1 | # ============================================================================== |
| 2 | #*+------------------------------------------------------------------------+ |
| Anthony Hunter | b56d1fe | 2013-06-07 10:31:37 -0400 | [diff] [blame] | 3 | #*| Copyright (c) 2005, 2013 IBM Corporation and others. | |
| sshaw | b98b1fd | 2005-09-12 21:29:43 +0000 | [diff] [blame] | 4 | #*| All rights reserved. This program and the accompanying materials | |
| 5 | #*| are made available under the terms of the Eclipse Public License v1.0 | |
| 6 | #*| which accompanies this distribution, and is available at | |
| 7 | #*| http://www.eclipse.org/legal/epl-v10.html | |
| 8 | #*| | |
| 9 | #*| Contributors: | |
| 10 | #*| IBM Corporation - initial API and implementation | |
| 11 | #*+------------------------------------------------------------------------+ |
| 12 | # ============================================================================== |
| sshaw | 9d5c02d | 2005-08-30 18:19:30 +0000 | [diff] [blame] | 13 | bin.includes = plugin.xml,\ |
| 14 | plugin.properties,\ |
| rgronback | dd63d48 | 2005-09-02 22:56:28 +0000 | [diff] [blame] | 15 | META-INF/,\ |
| mmostafa | 3980cdc | 2005-12-15 14:54:20 +0000 | [diff] [blame] | 16 | .,\ |
| 17 | model/,\ |
| rgronback | 70331cd | 2006-06-13 09:07:08 +0000 | [diff] [blame] | 18 | rosemodel/,\ |
| ahunter | 0b9028b | 2008-02-12 20:38:51 +0000 | [diff] [blame] | 19 | about.html,\ |
| 20 | about.ini,\ |
| 21 | about.mappings,\ |
| 22 | about.properties,\ |
| 23 | modeling32.png |
| rgronback | dd63d48 | 2005-09-02 22:56:28 +0000 | [diff] [blame] | 24 | source.. = src/ |
| 25 | output.. = bin/ |
| Anthony Hunter | b56d1fe | 2013-06-07 10:31:37 -0400 | [diff] [blame] | 26 | src.includes = templates/,\ |
| Eike Stepper | 66afdd6 | 2018-04-05 09:59:34 +0200 | [diff] [blame] | 27 | about.html,\ |
| 28 | GMFNotation.setup |