Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Rosenberg2010-08-28 07:45:23 +0000
committerRobin Rosenberg2010-08-28 07:50:50 +0000
commit236899204a6b9e1a8c9fb05b7ba688154ebecc5a (patch)
tree7361de2613cd7f75bcee6e87f0d3f6b1b44e24ef /org.eclipse.jgit.ui
parentf54e883566970f4b9884755b9aedbee47b511010 (diff)
downloadjgit-236899204a6b9e1a8c9fb05b7ba688154ebecc5a.tar.gz
jgit-236899204a6b9e1a8c9fb05b7ba688154ebecc5a.tar.xz
jgit-236899204a6b9e1a8c9fb05b7ba688154ebecc5a.zip
Revert "Hide Maven target directories from Eclipse"
This reverts commit db4c516f673e4c274e55adc27a95891c52a5aba8 since it breaks compatibility with Eclipse 3.5 which can no longer import the projects Bug: 323390 Change-Id: I3cc91364a6747cfcb4c611a9be5258f81562f726
Diffstat (limited to 'org.eclipse.jgit.ui')
-rw-r--r--org.eclipse.jgit.ui/.project11
1 files changed, 0 insertions, 11 deletions
diff --git a/org.eclipse.jgit.ui/.project b/org.eclipse.jgit.ui/.project
index dfc0ef63ee..59e2e097b6 100644
--- a/org.eclipse.jgit.ui/.project
+++ b/org.eclipse.jgit.ui/.project
@@ -31,15 +31,4 @@
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature>
</natures>
- <filteredResources>
- <filter>
- <id>1281265569462</id>
- <name></name>
- <type>10</type>
- <matcher>
- <id>org.eclipse.ui.ide.multiFilter</id>
- <arguments>1.0-name-matches-false-false-target</arguments>
- </matcher>
- </filter>
- </filteredResources>
</projectDescription>

Back to the top