Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSzymon Ptaszkiewicz2015-04-08 15:30:19 +0000
committerSzymon Ptaszkiewicz2015-04-08 15:30:19 +0000
commit514d2bc398399f0d61cbbc577aa0bec83591c7a0 (patch)
treeed066d177cab8ffa01285e15b030d7f4228ac5de
parentd5ecf18441b571691f7d9b6f22e4019e29962742 (diff)
downloadrt.equinox.bundles-514d2bc398399f0d61cbbc577aa0bec83591c7a0.tar.gz
rt.equinox.bundles-514d2bc398399f0d61cbbc577aa0bec83591c7a0.tar.xz
rt.equinox.bundles-514d2bc398399f0d61cbbc577aa0bec83591c7a0.zip
Bug 464172 - Reduce the number of warnings for org.osgi.* classes by using the "Ignore optional compile problems" option
For the org.eclipse.equinox.coordinator project. Change-Id: Iae5ae73ea958f8aae93c59532c2009c72cdc2c39 Signed-off-by: Szymon Ptaszkiewicz <szymon.ptaszkiewicz@pl.ibm.com>
-rw-r--r--bundles/org.eclipse.equinox.coordinator/.classpath5
-rw-r--r--bundles/org.eclipse.equinox.coordinator/build.properties5
-rw-r--r--bundles/org.eclipse.equinox.coordinator/osgi/org/osgi/service/coordinator/Coordination.java (renamed from bundles/org.eclipse.equinox.coordinator/src/org/osgi/service/coordinator/Coordination.java)0
-rw-r--r--bundles/org.eclipse.equinox.coordinator/osgi/org/osgi/service/coordinator/CoordinationException.java (renamed from bundles/org.eclipse.equinox.coordinator/src/org/osgi/service/coordinator/CoordinationException.java)0
-rw-r--r--bundles/org.eclipse.equinox.coordinator/osgi/org/osgi/service/coordinator/CoordinationPermission.java (renamed from bundles/org.eclipse.equinox.coordinator/src/org/osgi/service/coordinator/CoordinationPermission.java)0
-rw-r--r--bundles/org.eclipse.equinox.coordinator/osgi/org/osgi/service/coordinator/Coordinator.java (renamed from bundles/org.eclipse.equinox.coordinator/src/org/osgi/service/coordinator/Coordinator.java)0
-rw-r--r--bundles/org.eclipse.equinox.coordinator/osgi/org/osgi/service/coordinator/Participant.java (renamed from bundles/org.eclipse.equinox.coordinator/src/org/osgi/service/coordinator/Participant.java)0
-rw-r--r--bundles/org.eclipse.equinox.coordinator/osgi/org/osgi/service/coordinator/package-info.java (renamed from bundles/org.eclipse.equinox.coordinator/src/org/osgi/service/coordinator/package-info.java)0
-rw-r--r--bundles/org.eclipse.equinox.coordinator/osgi/org/osgi/service/coordinator/packageinfo (renamed from bundles/org.eclipse.equinox.coordinator/src/org/osgi/service/coordinator/packageinfo)0
9 files changed, 8 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.coordinator/.classpath b/bundles/org.eclipse.equinox.coordinator/.classpath
index 304e86186..799ab66e1 100644
--- a/bundles/org.eclipse.equinox.coordinator/.classpath
+++ b/bundles/org.eclipse.equinox.coordinator/.classpath
@@ -1,5 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
+ <classpathentry kind="src" path="osgi">
+ <attributes>
+ <attribute name="ignore_optional_problems" value="true"/>
+ </attributes>
+ </classpathentry>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
diff --git a/bundles/org.eclipse.equinox.coordinator/build.properties b/bundles/org.eclipse.equinox.coordinator/build.properties
index 237aa44e3..df3016fc5 100644
--- a/bundles/org.eclipse.equinox.coordinator/build.properties
+++ b/bundles/org.eclipse.equinox.coordinator/build.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2010, 2011 IBM Corporation.
+# Copyright (c) 2010, 2015 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
@@ -8,7 +8,8 @@
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
-source.. = src/
+source.. = osgi/,\
+ src/
output.. = bin/
bin.includes = META-INF/,\
about.html,\
diff --git a/bundles/org.eclipse.equinox.coordinator/src/org/osgi/service/coordinator/Coordination.java b/bundles/org.eclipse.equinox.coordinator/osgi/org/osgi/service/coordinator/Coordination.java
index 67f67b526..67f67b526 100644
--- a/bundles/org.eclipse.equinox.coordinator/src/org/osgi/service/coordinator/Coordination.java
+++ b/bundles/org.eclipse.equinox.coordinator/osgi/org/osgi/service/coordinator/Coordination.java
diff --git a/bundles/org.eclipse.equinox.coordinator/src/org/osgi/service/coordinator/CoordinationException.java b/bundles/org.eclipse.equinox.coordinator/osgi/org/osgi/service/coordinator/CoordinationException.java
index cb7e25af0..cb7e25af0 100644
--- a/bundles/org.eclipse.equinox.coordinator/src/org/osgi/service/coordinator/CoordinationException.java
+++ b/bundles/org.eclipse.equinox.coordinator/osgi/org/osgi/service/coordinator/CoordinationException.java
diff --git a/bundles/org.eclipse.equinox.coordinator/src/org/osgi/service/coordinator/CoordinationPermission.java b/bundles/org.eclipse.equinox.coordinator/osgi/org/osgi/service/coordinator/CoordinationPermission.java
index 13aa34eae..13aa34eae 100644
--- a/bundles/org.eclipse.equinox.coordinator/src/org/osgi/service/coordinator/CoordinationPermission.java
+++ b/bundles/org.eclipse.equinox.coordinator/osgi/org/osgi/service/coordinator/CoordinationPermission.java
diff --git a/bundles/org.eclipse.equinox.coordinator/src/org/osgi/service/coordinator/Coordinator.java b/bundles/org.eclipse.equinox.coordinator/osgi/org/osgi/service/coordinator/Coordinator.java
index e2e1850c6..e2e1850c6 100644
--- a/bundles/org.eclipse.equinox.coordinator/src/org/osgi/service/coordinator/Coordinator.java
+++ b/bundles/org.eclipse.equinox.coordinator/osgi/org/osgi/service/coordinator/Coordinator.java
diff --git a/bundles/org.eclipse.equinox.coordinator/src/org/osgi/service/coordinator/Participant.java b/bundles/org.eclipse.equinox.coordinator/osgi/org/osgi/service/coordinator/Participant.java
index 6bef92f85..6bef92f85 100644
--- a/bundles/org.eclipse.equinox.coordinator/src/org/osgi/service/coordinator/Participant.java
+++ b/bundles/org.eclipse.equinox.coordinator/osgi/org/osgi/service/coordinator/Participant.java
diff --git a/bundles/org.eclipse.equinox.coordinator/src/org/osgi/service/coordinator/package-info.java b/bundles/org.eclipse.equinox.coordinator/osgi/org/osgi/service/coordinator/package-info.java
index a38600288..a38600288 100644
--- a/bundles/org.eclipse.equinox.coordinator/src/org/osgi/service/coordinator/package-info.java
+++ b/bundles/org.eclipse.equinox.coordinator/osgi/org/osgi/service/coordinator/package-info.java
diff --git a/bundles/org.eclipse.equinox.coordinator/src/org/osgi/service/coordinator/packageinfo b/bundles/org.eclipse.equinox.coordinator/osgi/org/osgi/service/coordinator/packageinfo
index b3d1f97f7..b3d1f97f7 100644
--- a/bundles/org.eclipse.equinox.coordinator/src/org/osgi/service/coordinator/packageinfo
+++ b/bundles/org.eclipse.equinox.coordinator/osgi/org/osgi/service/coordinator/packageinfo

Back to the top