summaryrefslogtreecommitdiff
path: root/plugins/eclipse/testData/linked/resolvedVarsInOutput/test
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2013-01-08 11:11:20 -0800
committerJean-Baptiste Queru <jbq@google.com>2013-01-08 11:11:20 -0800
commitb56ea2a18f232d79481e778085fd64e8ae486fc3 (patch)
tree44e1f6eb4864a45033f865b74fe783e3d784dd6a /plugins/eclipse/testData/linked/resolvedVarsInOutput/test
downloadidea-b56ea2a18f232d79481e778085fd64e8ae486fc3.tar.gz
Snapshot of commit d5ec1d5018ed24f1b4f32b1d09df6dbd7e2fc425
from branch master of git://git.jetbrains.org/idea/community.git
Diffstat (limited to 'plugins/eclipse/testData/linked/resolvedVarsInOutput/test')
-rw-r--r--plugins/eclipse/testData/linked/resolvedVarsInOutput/test/.classpath6
-rw-r--r--plugins/eclipse/testData/linked/resolvedVarsInOutput/test/.project25
2 files changed, 31 insertions, 0 deletions
diff --git a/plugins/eclipse/testData/linked/resolvedVarsInOutput/test/.classpath b/plugins/eclipse/testData/linked/resolvedVarsInOutput/test/.classpath
new file mode 100644
index 000000000000..96c3908a9d3d
--- /dev/null
+++ b/plugins/eclipse/testData/linked/resolvedVarsInOutput/test/.classpath
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path=""/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="output" path="linked_resource_variable_alias"/>
+</classpath>
diff --git a/plugins/eclipse/testData/linked/resolvedVarsInOutput/test/.project b/plugins/eclipse/testData/linked/resolvedVarsInOutput/test/.project
new file mode 100644
index 000000000000..55b7dd6f025e
--- /dev/null
+++ b/plugins/eclipse/testData/linked/resolvedVarsInOutput/test/.project
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>root</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>linked_resource_variable_alias</name>
+ <type>2</type>
+ <locationURI>variable/project1</locationURI>
+ </link>
+ </linkedResources>
+
+</projectDescription>