Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2009-10-21 18:27:25 +0000
committerThomas Watson2009-10-21 18:27:25 +0000
commit10d795405a6b3b151a7c0ebf5b354aef562fc22f (patch)
treed54c1028b2dbafcaa85a2af88f316a08c94bdf0a /bundles/org.eclipse.equinox.event/build.properties
parentdb8af074bfc14f09405d0e8d6a386d482b5338d5 (diff)
downloadrt.equinox.bundles-10d795405a6b3b151a7c0ebf5b354aef562fc22f.tar.gz
rt.equinox.bundles-10d795405a6b3b151a7c0ebf5b354aef562fc22f.tar.xz
rt.equinox.bundles-10d795405a6b3b151a7c0ebf5b354aef562fc22f.zip
Bug 289489 - How to optionally use DS to register compendium services
Diffstat (limited to 'bundles/org.eclipse.equinox.event/build.properties')
-rw-r--r--bundles/org.eclipse.equinox.event/build.properties15
1 files changed, 3 insertions, 12 deletions
diff --git a/bundles/org.eclipse.equinox.event/build.properties b/bundles/org.eclipse.equinox.event/build.properties
index 873261924..5423d1dad 100644
--- a/bundles/org.eclipse.equinox.event/build.properties
+++ b/bundles/org.eclipse.equinox.event/build.properties
@@ -1,17 +1,8 @@
-###############################################################################
-# Copyright (c) 2005 IBM Corporation.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
bin.includes = META-INF/,\
plugin*.properties,\
about.html,\
- .
+ .,\
+ OSGI-INF/component.xml
+output.. = bin/
src.includes = about.html
source.. = src/
-output.. = bin/

Back to the top