Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrescobar2011-09-28 05:33:57 +0000
committerRoberto E. Escobar2011-09-28 05:33:57 +0000
commit34e37441762a1a359d475bacb9ea2805f6c9ab60 (patch)
tree0425b54b4262060a0becffe6fd5ba9763d84c2fd
parentf392f370012815001941e68eb9209d1c26080f05 (diff)
downloadorg.eclipse.osee-34e37441762a1a359d475bacb9ea2805f6c9ab60.tar.gz
org.eclipse.osee-34e37441762a1a359d475bacb9ea2805f6c9ab60.tar.xz
org.eclipse.osee-34e37441762a1a359d475bacb9ea2805f6c9ab60.zip
refactor: Fix warning
-rw-r--r--plugins/org.eclipse.osee.framework.database/build.properties3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.framework.database/build.properties b/plugins/org.eclipse.osee.framework.database/build.properties
index 2a0c8ce1ed1..6210e849b59 100644
--- a/plugins/org.eclipse.osee.framework.database/build.properties
+++ b/plugins/org.eclipse.osee.framework.database/build.properties
@@ -1,6 +1,5 @@
output.. = bin/
bin.includes = META-INF/,\
.,\
- OSGI-INF/,\
- OSGI-INF/component.xml
+ OSGI-INF/
source.. = src/

Back to the top