|
Lines 1-5
Link Here
|
| 1 |
############################################################################### |
1 |
############################################################################### |
| 2 |
# Copyright (c) 2000, 2007 IBM Corporation and others. |
2 |
# Copyright (c) 2000, 2012 IBM Corporation and others. |
| 3 |
# All rights reserved. This program and the accompanying materials |
3 |
# All rights reserved. This program and the accompanying materials |
| 4 |
# are made available under the terms of the Eclipse Public License v1.0 |
4 |
# are made available under the terms of the Eclipse Public License v1.0 |
| 5 |
# which accompanies this distribution, and is available at |
5 |
# which accompanies this distribution, and is available at |
|
Lines 9-16
Link Here
|
| 9 |
# IBM Corporation - initial API and implementation |
9 |
# IBM Corporation - initial API and implementation |
| 10 |
############################################################################### |
10 |
############################################################################### |
| 11 |
bin.includes =\ |
11 |
bin.includes =\ |
| 12 |
eclipse_update_120.jpg,\ |
|
|
| 13 |
feature.xml,\ |
12 |
feature.xml,\ |
| 14 |
feature.properties |
13 |
feature.properties |
| 15 |
|
14 |
|
| 16 |
generate.feature@org.eclipse.e4.rcp.source=org.eclipse.e4.rcp |
15 |
generate.feature@org.eclipse.e4.rcp.source=org.eclipse.e4.rcp, |
|
|
16 |
plugin@javax.annotation.source;unpack="false", |
| 17 |
plugin@javax.inject.source;unpack="false", |
| 18 |
plugin@org.apache.batik.css.source;unpack="false", |
| 19 |
plugin@org.apache.batik.util.gui.source;unpack="false", |
| 20 |
plugin@org.apache.batik.util.source;unpack="false", |
| 21 |
plugin@org.w3c.css.sac.source;unpack="false", |
| 22 |
plugin@org.w3c.dom.smil.source;unpack="false", |
| 23 |
plugin@org.w3c.dom.svg.source;unpack="false", |
| 24 |
|