diff options
author | eutarass | 2008-02-21 23:25:18 +0000 |
---|---|---|
committer | eutarass | 2008-02-21 23:25:18 +0000 |
commit | 521178c66ba2989ab837a9d7bb1c4a75216cfde2 (patch) | |
tree | 712d92bd8ef1fd4860d8f56f8a9b905bb2f216c8 /examples/org.eclipse.tm.tcf.examples.daytime/.classpath | |
parent | 39964814a5c76b9c259bb2f670cb84e4d299abef (diff) | |
download | org.eclipse.tcf-521178c66ba2989ab837a9d7bb1c4a75216cfde2.tar.gz org.eclipse.tcf-521178c66ba2989ab837a9d7bb1c4a75216cfde2.tar.xz org.eclipse.tcf-521178c66ba2989ab837a9d7bb1c4a75216cfde2.zip |
In order to comply with naming conventions at Eclipse, plugins, packages, etc. are renamed from com.windriver.* to org.eclipse.tm.*
Copyright notices are updated to include year 2008.
Diffstat (limited to 'examples/org.eclipse.tm.tcf.examples.daytime/.classpath')
-rw-r--r-- | examples/org.eclipse.tm.tcf.examples.daytime/.classpath | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/org.eclipse.tm.tcf.examples.daytime/.classpath b/examples/org.eclipse.tm.tcf.examples.daytime/.classpath new file mode 100644 index 000000000..021596729 --- /dev/null +++ b/examples/org.eclipse.tm.tcf.examples.daytime/.classpath @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
|