Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Herrmann2011-11-29 09:46:10 +0000
committerStephan Herrmann2011-11-29 09:46:10 +0000
commit7bb5ad79ed154ad2ecc75a7956f143415e87d242 (patch)
tree2e69f295473bdc8c067f4a5a15329ef0db732cc4 /org.eclipse.jdt.annotation/build.properties
parentbba6260db3ec1f4a8ec910d550a5ad325b32f1c0 (diff)
downloadeclipse.jdt.core-7bb5ad79ed154ad2ecc75a7956f143415e87d242.tar.gz
eclipse.jdt.core-7bb5ad79ed154ad2ecc75a7956f143415e87d242.tar.xz
eclipse.jdt.core-7bb5ad79ed154ad2ecc75a7956f143415e87d242.zip
HEAD - Supporting new bundle (annotation types) forv20111130
Bug 186342: [compiler][null] Using annotations for null checking
Diffstat (limited to 'org.eclipse.jdt.annotation/build.properties')
-rw-r--r--org.eclipse.jdt.annotation/build.properties15
1 files changed, 15 insertions, 0 deletions
diff --git a/org.eclipse.jdt.annotation/build.properties b/org.eclipse.jdt.annotation/build.properties
new file mode 100644
index 0000000000..23e73e9446
--- /dev/null
+++ b/org.eclipse.jdt.annotation/build.properties
@@ -0,0 +1,15 @@
+###############################################################################
+# Copyright (c) 2011 Stephan Herrmann.
+# 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:
+# Stephan Herrmann - initial API and implementation
+###############################################################################
+source.. = src/
+bin.includes = META-INF/,\
+ .,\
+ bundle.properties,\
+ src/

Back to the top