Exclude DatabaseInteract from the build path
authorMarius Gavrilescu <marius@ieval.ro>
Tue, 28 May 2013 21:13:47 +0000 (00:13 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Tue, 28 May 2013 21:13:47 +0000 (00:13 +0300)
It is not used and incompatible with the new Event class.

.classpath

index 538127472825ab975c75140f2142e2dd15e0862a..001d94d1b339ef20a3b4009f847204e0c9f7b432 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-       <classpathentry kind="src" path="src"/>
+       <classpathentry excluding="ro/ieval/unical/DatabaseInteract.java" kind="src" path="src"/>
        <classpathentry kind="src" path="gen"/>
        <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
        <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
This page took 0.010639 seconds and 4 git commands to generate.