-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b32acde
commit b080ff9
Showing
36 changed files
with
2,274 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<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"/> | ||
<!-- replace line below with correct reference to sdk-lib.jar --> | ||
<classpathentry kind="lib" path="/Users/rkemp/android-sdk/tools/lib/sdklib.jar"/> | ||
<classpathentry kind="output" path="bin"/> | ||
</classpath> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/bin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>cuckoo-plugin</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>org.eclipse.jdt.core.javabuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.pde.ManifestBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.pde.SchemaBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>org.eclipse.pde.PluginNature</nature> | ||
<nature>org.eclipse.jdt.core.javanature</nature> | ||
</natures> | ||
</projectDescription> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
eclipse.preferences.version=1 | ||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled | ||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 | ||
org.eclipse.jdt.core.compiler.compliance=1.6 | ||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error | ||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error | ||
org.eclipse.jdt.core.compiler.source=1.6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#Properties file for CuckooPlugin | ||
Bundle-Name = CuckooPlugin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
source.. = src/ | ||
output.. = tmp-eclipse/ | ||
bin.includes = plugin.xml,\ | ||
icons/,\ | ||
.,\ | ||
OSGI-INF/, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/.DS_Store |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,110 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<?eclipse version="3.4"?> | ||
<plugin | ||
id="CuckooPlugin" | ||
name="Cuckoo plugin for Eclipse" | ||
version="0.0.3.qualifier" | ||
provider-name="VU University Amsterdam" | ||
class="interdroid.cuckoo.eclipse.plugin.CuckooPlugin"> | ||
<requires> | ||
<import plugin="org.eclipse.core.resources"/> | ||
<import plugin="org.eclipse.ui"/> | ||
<import plugin="org.eclipse.ui.ide"/> | ||
<import plugin="org.eclipse.ant.core"/> | ||
<import plugin="org.eclipse.jdt.core"/> | ||
<import plugin="com.android.ide.eclipse.adt"/> | ||
<import plugin="org.eclipse.core.runtime"/> | ||
</requires> | ||
<extension | ||
id="CuckooBuilder" | ||
name="Cuckoo Project Builder" | ||
point="org.eclipse.core.resources.builders"> | ||
<builder | ||
hasNature="true"> | ||
<run | ||
class="interdroid.cuckoo.eclipse.plugin.CuckooBuilder"> | ||
</run> | ||
</builder> | ||
</extension> | ||
<extension | ||
id="CuckooNature" | ||
name="Cuckoo Project Nature" | ||
point="org.eclipse.core.resources.natures"> | ||
<runtime> | ||
<run class="interdroid.cuckoo.eclipse.plugin.CuckooNature"/> | ||
</runtime> | ||
<builder id="CuckooPlugin.CuckooBuilder"/> | ||
</extension> | ||
<extension | ||
point="org.eclipse.ui.ide.projectNatureImages"> | ||
<image | ||
icon="icons/cuckoo_project_new.png" | ||
id="CuckooPlugin.image1" | ||
natureId="CuckooPlugin.CuckooNature"> | ||
</image> | ||
</extension> | ||
<extension | ||
point="org.eclipse.ui.popupMenus"> | ||
<objectContribution | ||
id="interdroid.cuckoo.addaction" | ||
objectClass="org.eclipse.jdt.core.IJavaProject"> | ||
<visibility> | ||
<not> | ||
<objectState value="CuckooPlugin.CuckooNature" name="nature"/> | ||
</not> | ||
</visibility> | ||
<action | ||
definitionId="CuckooPlugin.action1" | ||
enablesFor="1" | ||
label="Make Offloadable with Cuckoo" | ||
icon="icons/cuckoo_project_add.png" | ||
class="interdroid.cuckoo.eclipse.plugin.AddCuckooNature" | ||
menubarPath="com.android.ide.eclipse.adt.AndroidTools/group1" | ||
tooltip="Converts an Android project into a Cuckoo project" | ||
id="interdroid.cuckoo.action1"/> | ||
</objectContribution> | ||
<objectContribution | ||
objectClass="org.eclipse.jdt.core.IJavaProject" | ||
id="interdroid.cuckoo.removeaction"> | ||
<visibility> | ||
<objectState value="CuckooPlugin.CuckooNature" name="nature"/> | ||
</visibility> | ||
<action | ||
enablesFor="1" | ||
label="Undo Cuckoo Offloading" | ||
icon="icons/cuckoo_project_remove.png" | ||
class="interdroid.cuckoo.eclipse.plugin.RemoveCuckooNature" | ||
menubarPath="com.android.ide.eclipse.adt.AndroidTools/group1" | ||
tooltip="Converts a Cuckoo project back into an Android project" | ||
id="interdroid.cuckoo.action2"/> | ||
</objectContribution> | ||
</extension> | ||
<extension point="org.eclipse.ui.preferencePages"> | ||
<page | ||
class="interdroid.cuckoo.eclipse.plugin.preferences.CuckooPreferencePage" | ||
id="interdroid.cuckoo.eclipse.plugin.preferences.CuckooPreferencePage" | ||
name="Cuckoo Preferences"> | ||
</page> | ||
</extension> | ||
<extension | ||
point="org.eclipse.core.runtime.preferences"> | ||
<initializer | ||
class="interdroid.cuckoo.eclipse.plugin.preferences.PreferenceInitializer"> | ||
</initializer> | ||
</extension> | ||
<extension point="org.eclipse.jdt.core.classpathContainerInitializer"> | ||
<classpathContainerInitializer | ||
class="interdroid.cuckoo.eclipse.plugin.ClasspathContainerInitializer" | ||
id="CuckooPlugin.ClasspathContainer"> | ||
</classpathContainerInitializer> | ||
</extension> | ||
<extension point="org.eclipse.ui.bindings"> | ||
|
||
<key sequence="Ctrl+Alt+7" | ||
commandId="CuckooPlugin.action1" | ||
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration" | ||
contextId="org.eclipse.ui.contexts.window"/> | ||
</extension> | ||
|
||
|
||
</plugin> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
** Cuckoo README ** | ||
|
||
Cuckoo is an open source computation offloading project of the Computer | ||
Systems group of the Computer Science department of the Faculty of | ||
Sciences at the VU University, Amsterdam, The Netherlands. The | ||
main goal of the Cuckoo project is to simplify computation offloading | ||
for Android apps. | ||
|
||
Cuckoo is free software. See the file "LICENSE" for copying permissions. | ||
|
||
The manual in the docs directory of the library project ("docs/manual.pdf") explains | ||
how to build and run your Cuckoo application. | ||
|
||
The current Cuckoo source repository tree is accessible through Github at | ||
https://github.com/interdroid/cuckoo-library and https://github.com/interdroid/cuckoo-plugin.. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/.DS_Store |
Oops, something went wrong.