From fd6573a2ceba22a47ff657310630799c8fd5651b Mon Sep 17 00:00:00 2001 From: Iulian Dragos Date: Fri, 22 Jun 2012 16:00:06 +0200 Subject: Added new project files for using the compiler and library inside Eclipse and removed the old ones. To use these project files you need to define the Eclipse 'path variable' SCALA_BASEDIR, in General/Workspace/Linked Resources. --- src/eclipse/asm/.classpath | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/eclipse/asm/.classpath (limited to 'src/eclipse/asm/.classpath') diff --git a/src/eclipse/asm/.classpath b/src/eclipse/asm/.classpath new file mode 100644 index 0000000000..f88dea64f4 --- /dev/null +++ b/src/eclipse/asm/.classpath @@ -0,0 +1,7 @@ + + + + + + + -- cgit v1.2.3 From ceb095362baeaea12983c1d0de3bd309fb7b0dab Mon Sep 17 00:00:00 2001 From: Iulian Dragos Date: Wed, 27 Jun 2012 09:49:16 +0200 Subject: Updated Eclipse project files for `asm`, correcting a small typo in linked source folders. --- src/eclipse/asm/.classpath | 1 - src/eclipse/asm/.project | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'src/eclipse/asm/.classpath') diff --git a/src/eclipse/asm/.classpath b/src/eclipse/asm/.classpath index f88dea64f4..03d9e9788d 100644 --- a/src/eclipse/asm/.classpath +++ b/src/eclipse/asm/.classpath @@ -1,7 +1,6 @@ - diff --git a/src/eclipse/asm/.project b/src/eclipse/asm/.project index 2c88a0ab11..c9051389af 100644 --- a/src/eclipse/asm/.project +++ b/src/eclipse/asm/.project @@ -16,7 +16,7 @@ - SCALA_BASEDIR + src 2 SCALA_BASEDIR/src/asm -- cgit v1.2.3