Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.support.admin/eclipseCon/2008/tutorials/.svn/text-base')
-rw-r--r--plugins/org.eclipse.osee.support.admin/eclipseCon/2008/tutorials/.svn/text-base/API Design Workshop.txt.svn-base10
-rw-r--r--plugins/org.eclipse.osee.support.admin/eclipseCon/2008/tutorials/.svn/text-base/Practical testing of Eclipse plugins and OSGi bundles.txt.svn-base10
2 files changed, 10 insertions, 10 deletions
diff --git a/plugins/org.eclipse.osee.support.admin/eclipseCon/2008/tutorials/.svn/text-base/API Design Workshop.txt.svn-base b/plugins/org.eclipse.osee.support.admin/eclipseCon/2008/tutorials/.svn/text-base/API Design Workshop.txt.svn-base
index 9caaf41a794..3c39c87b17c 100644
--- a/plugins/org.eclipse.osee.support.admin/eclipseCon/2008/tutorials/.svn/text-base/API Design Workshop.txt.svn-base
+++ b/plugins/org.eclipse.osee.support.admin/eclipseCon/2008/tutorials/.svn/text-base/API Design Workshop.txt.svn-base
@@ -1,5 +1,5 @@
-Read through the presentation slides at http://www.eclipsecon.org/2008/?page=sub/&id=65
-very good slides (look at the slides on listeners)
-
-if you care about compatibility, do not have subclasses extend interfaces rather use abstract classes
-this means extension points should require abstract classes and not interfaces
+Read through the presentation slides at http://www.eclipsecon.org/2008/?page=sub/&id=65
+very good slides (look at the slides on listeners)
+
+if you care about compatibility, do not have subclasses extend interfaces rather use abstract classes
+this means extension points should require abstract classes and not interfaces
diff --git a/plugins/org.eclipse.osee.support.admin/eclipseCon/2008/tutorials/.svn/text-base/Practical testing of Eclipse plugins and OSGi bundles.txt.svn-base b/plugins/org.eclipse.osee.support.admin/eclipseCon/2008/tutorials/.svn/text-base/Practical testing of Eclipse plugins and OSGi bundles.txt.svn-base
index d399447775e..80be4d4d508 100644
--- a/plugins/org.eclipse.osee.support.admin/eclipseCon/2008/tutorials/.svn/text-base/Practical testing of Eclipse plugins and OSGi bundles.txt.svn-base
+++ b/plugins/org.eclipse.osee.support.admin/eclipseCon/2008/tutorials/.svn/text-base/Practical testing of Eclipse plugins and OSGi bundles.txt.svn-base
@@ -1,6 +1,6 @@
-
-create test bundles as fragments (same class loader, separates code and test)
-Run an application: [No Application]
-Use test suite (helps with command line test running)
-in the test launch: clear the workspace and clear configuration area
+
+create test bundles as fragments (same class loader, separates code and test)
+Run an application: [No Application]
+Use test suite (helps with command line test running)
+in the test launch: clear the workspace and clear configuration area
use RCP Robot \ No newline at end of file

Back to the top