Skip to content

Commit

Permalink
Merge pull request #2355 from billdawson/timob-9086
Browse files Browse the repository at this point in the history
TIMOB-9086 Change the Android module eclipse .project template so it:
  • Loading branch information
Opie Cyrus committed Jun 8, 2012
2 parents 3de3de0 + 410db2a commit 7b8ef2a
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion support/module/android/templates/eclipse_project
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>titanium-___PROJECTNAME___</name>
<name>___PROJECTNAME___</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>com.appcelerator.titanium.core.builder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.aptana.ide.core.unifiedBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
Expand All @@ -13,5 +23,7 @@
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>com.appcelerator.titanium.mobile.module.nature</nature>
<nature>com.aptana.projects.webnature</nature>
</natures>
</projectDescription>

0 comments on commit 7b8ef2a

Please sign in to comment.