Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrescobar2010-05-28 19:02:08 +0000
committerrescobar2010-05-28 19:02:08 +0000
commit50e2cdbd0401e95eab8f661de9bc129b29ee2502 (patch)
tree22792ae13141ec1a619ec3ecaa723bb3159fd4da /plugins/org.eclipse.osee.framework.ui.jdk/build.properties
parentbab410288e684a4f41b879c8d67842a75baafd97 (diff)
downloadorg.eclipse.osee-50e2cdbd0401e95eab8f661de9bc129b29ee2502.tar.gz
org.eclipse.osee-50e2cdbd0401e95eab8f661de9bc129b29ee2502.tar.xz
org.eclipse.osee-50e2cdbd0401e95eab8f661de9bc129b29ee2502.zip
Fixed compile warnings and build issues
Diffstat (limited to 'plugins/org.eclipse.osee.framework.ui.jdk/build.properties')
-rw-r--r--plugins/org.eclipse.osee.framework.ui.jdk/build.properties7
1 files changed, 3 insertions, 4 deletions
diff --git a/plugins/org.eclipse.osee.framework.ui.jdk/build.properties b/plugins/org.eclipse.osee.framework.ui.jdk/build.properties
index 97c13f300cb..34d2e4d2dad 100644
--- a/plugins/org.eclipse.osee.framework.ui.jdk/build.properties
+++ b/plugins/org.eclipse.osee.framework.ui.jdk/build.properties
@@ -1,5 +1,4 @@
+source.. = src/
+output.. = bin/
bin.includes = META-INF/,\
- library.jar
-source.library.jar = src/
-output.library.jar = bin/
-jars.compile.order = library.jar
+ .

Back to the top