Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid_williams2007-09-03 06:15:54 +0000
committerdavid_williams2007-09-03 06:15:54 +0000
commit6c269143f075cf3da30145e0fb1c5e7b68543005 (patch)
tree2da760b7ef4b19ac5e0ba620ff6df4eb8b6681de
parentbb6cdeb3b7c7cefc873c9f24fd1e7b9ef74e5a60 (diff)
downloadwebtools.javaee-6c269143f075cf3da30145e0fb1c5e7b68543005.tar.gz
webtools.javaee-6c269143f075cf3da30145e0fb1c5e7b68543005.tar.xz
webtools.javaee-6c269143f075cf3da30145e0fb1c5e7b68543005.zip
202029
org.eclipse.wst.web has some easy to fix compiler warnings
-rw-r--r--plugins/org.eclipse.wst.web/static_web_project/org/eclipse/wst/project/facet/ProductManager.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/org.eclipse.wst.web/static_web_project/org/eclipse/wst/project/facet/ProductManager.java b/plugins/org.eclipse.wst.web/static_web_project/org/eclipse/wst/project/facet/ProductManager.java
index 5be364784..9ddd5d6df 100644
--- a/plugins/org.eclipse.wst.web/static_web_project/org/eclipse/wst/project/facet/ProductManager.java
+++ b/plugins/org.eclipse.wst.web/static_web_project/org/eclipse/wst/project/facet/ProductManager.java
@@ -42,8 +42,6 @@ public class ProductManager {
new String[]{IProductConstants.DEFAULT_RUNTIME_1,
IProductConstants.DEFAULT_RUNTIME_2,
IProductConstants.DEFAULT_RUNTIME_3};
- private final static String USE_EAR_LIBRARIES = "true"; //$NON-NLS-1$
- private final static String USE_WEB_APP_LIBRARIES = "true"; //$NON-NLS-1$
/**
* Return the value for the associated key from the Platform Product registry or return the

Back to the top