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.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.wst.sse.core/handyStuff.jpage')
-rw-r--r--bundles/org.eclipse.wst.sse.core/handyStuff.jpage1
1 files changed, 0 insertions, 1 deletions
diff --git a/bundles/org.eclipse.wst.sse.core/handyStuff.jpage b/bundles/org.eclipse.wst.sse.core/handyStuff.jpage
deleted file mode 100644
index 6447b4e26a..0000000000
--- a/bundles/org.eclipse.wst.sse.core/handyStuff.jpage
+++ /dev/null
@@ -1 +0,0 @@
- java.util.Enumeration enum = System.getProperties().keys(); String key = null; while (enum.hasMoreElements()){ key = (String)enum.nextElement(); System.out.print(key); for (int i =0;i<(30-key.length());i++)System.out.print(" "); System.out.println("->"+System.getProperty(key)); } \ No newline at end of file

Back to the top