mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
Bug 318011 - Invalid project name in org.eclipse.cdt.core.lrparser .project
This commit is contained in:
parent
38fed492bf
commit
61ce9c0dcd
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>org.eclipse.cdt.core.parser.c99.tests</name>
|
||||
<name>org.eclipse.cdt.core.lrparser.tests</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>org.eclipse.cdt.core.parser.c99</name>
|
||||
<name>org.eclipse.cdt.core.lrparser</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
|
|
Loading…
Add table
Reference in a new issue