Issue #181 fix empty src dirs

Change-Id: If03015cf64f5791b4f5b340cc6aba4514a6a6d43

Former-commit-id: 638f900d41 [formerly 6fabe216d8 [formerly 25ad3a67efb293afc2bf3ef9442ff2fc296bef18]]
Former-commit-id: 6fabe216d8
Former-commit-id: 3c2701dd43
This commit is contained in:
Nate Jensen 2012-01-26 15:42:55 -06:00
parent 7324dcd368
commit dfa1c4bbfe
4 changed files with 2 additions and 4 deletions

3
.gitignore vendored
View file

@ -5,4 +5,5 @@ test-bin/
testbin/
testBin/
bin-test/
.svn
*.pyo

View file

@ -2,6 +2,5 @@
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>

View file

@ -2,6 +2,5 @@
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>

View file

@ -2,6 +2,5 @@
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>