Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.osgi.services/build.properties')
-rw-r--r--bundles/org.eclipse.osgi.services/build.properties13
1 files changed, 5 insertions, 8 deletions
diff --git a/bundles/org.eclipse.osgi.services/build.properties b/bundles/org.eclipse.osgi.services/build.properties
index cf8b197e9..88dcd9445 100644
--- a/bundles/org.eclipse.osgi.services/build.properties
+++ b/bundles/org.eclipse.osgi.services/build.properties
@@ -11,13 +11,10 @@
bin.includes = plugin.properties,\
about.html,\
META-INF/,\
- org/,\
about_files/
-src.includes = src.zip,\
- about.html,\
+src.includes = about.html,\
about_files/
-source.. = .
-output.. = .
-customBuildCallbacks=customBuildCallbacks.xml
-javacSource = 1.5
-javacTarget = 1.5
+
+source.. = src/
+output.. = bin/
+jars.extra.classpath = lib/osgi.annotation.jar \ No newline at end of file

Back to the top