From 226c7c39f10060468d2863e6ea73146a56c9aafc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesper=20=C3=96qvist?= <jesper@llbit.se> Date: Tue, 12 Feb 2013 19:42:26 +0100 Subject: [PATCH] Set up eclipse resource filters --- .project | 54 +++++++++++++++------- .settings/org.eclipse.core.resources.prefs | 4 +- 2 files changed, 39 insertions(+), 19 deletions(-) diff --git a/.project b/.project index 89b46a6d..e7243079 100644 --- a/.project +++ b/.project @@ -1,17 +1,37 @@ -<?xml version="1.0" encoding="UTF-8"?> -<projectDescription> - <name>JastAdd2</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> +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>JastAdd2</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> + <filteredResources> + <filter> + <id>1360694529578</id> + <name></name> + <type>10</type> + <matcher> + <id>org.eclipse.ui.ide.multiFilter</id> + <arguments>1.0-projectRelativePath-matches-false-false-doc</arguments> + </matcher> + </filter> + <filter> + <id>1360694529585</id> + <name></name> + <type>6</type> + <matcher> + <id>org.eclipse.ui.ide.multiFilter</id> + <arguments>1.0-projectRelativePath-matches-false-false-release.sh</arguments> + </matcher> + </filter> + </filteredResources> +</projectDescription> diff --git a/.settings/org.eclipse.core.resources.prefs b/.settings/org.eclipse.core.resources.prefs index 99f26c02..4824b802 100644 --- a/.settings/org.eclipse.core.resources.prefs +++ b/.settings/org.eclipse.core.resources.prefs @@ -1,2 +1,2 @@ -eclipse.preferences.version=1 -encoding/<project>=UTF-8 +eclipse.preferences.version=1 +encoding/<project>=UTF-8 -- GitLab