Skip to content

Commit

Permalink
remove reference from libSu
Browse files Browse the repository at this point in the history
  • Loading branch information
supercurio committed Aug 27, 2011
1 parent ec921f5 commit 29e8f39
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 11 deletions.
1 change: 0 additions & 1 deletion .classpath
Expand Up @@ -2,7 +2,6 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="src" path="libSu_src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="output" path="bin"/>
</classpath>
7 changes: 0 additions & 7 deletions .project
Expand Up @@ -30,11 +30,4 @@
<nature>com.android.ide.eclipse.adt.AndroidNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
<linkedResources>
<link>
<name>libSu_src</name>
<type>2</type>
<locationURI>_android_libSu_6231fc7/src</locationURI>
</link>
</linkedResources>
</projectDescription>
1 change: 0 additions & 1 deletion default.properties
Expand Up @@ -9,4 +9,3 @@

# Project target.
target=android-13
android.library.reference.1=../android-java-libsu
2 changes: 1 addition & 1 deletion src/org/projectvoodoo/otarootkeeper/MainActivity.java
@@ -1,7 +1,7 @@

package org.projectvoodoo.otarootkeeper;

import org.projectvoodoo.libsu.R.id;
import org.projectvoodoo.otarootkeeper.R.id;
import org.projectvoodoo.otarootkeeper.backend.Device;
import org.projectvoodoo.otarootkeeper.backend.Device.FileSystems;
import org.projectvoodoo.otarootkeeper.backend.Utils;
Expand Down
2 changes: 1 addition & 1 deletion src/org/projectvoodoo/otarootkeeper/ui/StatusRow.java
@@ -1,7 +1,7 @@

package org.projectvoodoo.otarootkeeper.ui;

import org.projectvoodoo.libsu.R.id;
import org.projectvoodoo.otarootkeeper.R.id;
import org.projectvoodoo.otarootkeeper.R;

import android.content.Context;
Expand Down

1 comment on commit 29e8f39

@02011984
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i dont understand.... oh man!

Please sign in to comment.