fix a typo ( 2 '>' have been forgotten at the end of a line)
authorBruno Sinou <bsinou@argeo.org>
Wed, 25 Apr 2012 07:10:35 +0000 (07:10 +0000)
committerBruno Sinou <bsinou@argeo.org>
Wed, 25 Apr 2012 07:10:35 +0000 (07:10 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@5285 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

security/plugins/org.argeo.security.equinox/.classpath

index 5641c7ca39f6826ec4ff5af926bfd34f528f3684..848725036e3c30100a159f43b86918882aa1b104 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
        <classpathentry kind="src" path="src/main/java"/>
-       <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.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="output" path="target/classes"/>
 </classpath>