diff options
| author | Elliott Baron <ebaron@fedoraproject.org> | 2009-09-21 15:09:03 -0400 |
|---|---|---|
| committer | Elliott Baron <ebaron@fedoraproject.org> | 2009-09-21 15:09:03 -0400 |
| commit | e35f5131df28786841f5e09d9982b912bd3469d0 (patch) | |
| tree | b1699b9eb1a0ce4691f1836c3359628cb8505ecc /org.eclipse.cdt.codan.extension/.classpath | |
| parent | d581ec1fce73716b9d422cf2e4a255871f0bcd9b (diff) | |
Created .extension plugin with my modifications. Initial use of CFG, pulled in from PTP. Fixed a bug in CFG printing in PTP plugin.
* org.eclipse.cdt.codan.checkers: Moved changes to codan.extension.
* org.eclipse.cdt.codan.extension: New plugin.
* org.eclipse.ptp.pldt.mpi.analysis.cdt: Small bugfix to block printing.
Diffstat (limited to 'org.eclipse.cdt.codan.extension/.classpath')
| -rw-r--r-- | org.eclipse.cdt.codan.extension/.classpath | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/org.eclipse.cdt.codan.extension/.classpath b/org.eclipse.cdt.codan.extension/.classpath new file mode 100644 index 0000000..ad32c83 --- /dev/null +++ b/org.eclipse.cdt.codan.extension/.classpath @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> + <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> + <classpathentry kind="src" path="src"/> + <classpathentry kind="output" path="bin"/> +</classpath> |
