Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.jdt.core.tests.model/workspace/JavaSearchBug565512libProjects/bug565512Module/.project')
-rw-r--r--org.eclipse.jdt.core.tests.model/workspace/JavaSearchBug565512libProjects/bug565512Module/.project24
1 files changed, 24 insertions, 0 deletions
diff --git a/org.eclipse.jdt.core.tests.model/workspace/JavaSearchBug565512libProjects/bug565512Module/.project b/org.eclipse.jdt.core.tests.model/workspace/JavaSearchBug565512libProjects/bug565512Module/.project
new file mode 100644
index 0000000000..9998c14ec2
--- /dev/null
+++ b/org.eclipse.jdt.core.tests.model/workspace/JavaSearchBug565512libProjects/bug565512Module/.project
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>bug565512Module</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+ <linkedResources>
+ <link>
+ <name>src</name>
+ <type>2</type>
+ <locationURI>$%257BPARENT-2-PROJECT_LOC%257D/JavaSearchBug565512src/src</locationURI>
+ </link>
+ </linkedResources>
+</projectDescription>

Back to the top