aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwisberg <wisberg>2002-12-16 22:37:28 +0000
committerwisberg <wisberg>2002-12-16 22:37:28 +0000
commit2438efbd210c29b554830476541ab0f70b72c92c (patch)
treeef7a85604eb777487437fe7913b6c3d409cf2770
parent2e8ba6687e9fe50e87bf091af223aa28a386853c (diff)
downloadaspectj-2438efbd210c29b554830476541ab0f70b72c92c.tar.gz
aspectj-2438efbd210c29b554830476541ab0f70b72c92c.zip
pseudo-java nature to see in same view with build module
-rw-r--r--docs/.classpath5
-rw-r--r--docs/.project17
2 files changed, 22 insertions, 0 deletions
diff --git a/docs/.classpath b/docs/.classpath
new file mode 100644
index 000000000..6b2a02da9
--- /dev/null
+++ b/docs/.classpath
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/docs/.project b/docs/.project
new file mode 100644
index 000000000..111e0fa7a
--- /dev/null
+++ b/docs/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>docs</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>
+</projectDescription>