mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Added Android Native feature to build.
This commit is contained in:
parent
d4dea10ec0
commit
b8ce1854d4
3 changed files with 14 additions and 0 deletions
|
@ -125,4 +125,8 @@
|
||||||
id="org.eclipse.cdt.msw"
|
id="org.eclipse.cdt.msw"
|
||||||
version="0.0.0"/>
|
version="0.0.0"/>
|
||||||
|
|
||||||
|
<includes
|
||||||
|
id="org.eclipse.cdt.android.feature"
|
||||||
|
version="0.0.0"/>
|
||||||
|
|
||||||
</feature>
|
</feature>
|
||||||
|
|
|
@ -72,4 +72,7 @@
|
||||||
<feature id="org.eclipse.cdt.codan.feature" url="features/org.eclipse.cdt.codan.feature_2.0.0.@timeStamp@.jar" version="2.0.0.@timeStamp@">
|
<feature id="org.eclipse.cdt.codan.feature" url="features/org.eclipse.cdt.codan.feature_2.0.0.@timeStamp@.jar" version="2.0.0.@timeStamp@">
|
||||||
<category name="CDT Optional Features"/>
|
<category name="CDT Optional Features"/>
|
||||||
</feature>
|
</feature>
|
||||||
|
<feature id="org.eclipse.cdt.android.feature" url="features/org.eclipse.cdt.android.feature_1.0.0.@timeStamp@.jar" version="1.0.0.@timeStamp@">
|
||||||
|
<category name="CDT Optional Features"/>
|
||||||
|
</feature>
|
||||||
</site>
|
</site>
|
||||||
|
|
|
@ -175,3 +175,10 @@ plugin@org.eclipse.cdt.codan.checkers=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/c
|
||||||
plugin@org.eclipse.cdt.codan.checkers.ui=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/codan/org.eclipse.cdt.codan.checkers.ui
|
plugin@org.eclipse.cdt.codan.checkers.ui=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/codan/org.eclipse.cdt.codan.checkers.ui
|
||||||
plugin@org.eclipse.cdt.codan.examples=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/codan/org.eclipse.cdt.codan.examples
|
plugin@org.eclipse.cdt.codan.examples=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/codan/org.eclipse.cdt.codan.examples
|
||||||
feature@org.eclipse.cdt.codan.feature=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/codan/org.eclipse.cdt.codan-feature
|
feature@org.eclipse.cdt.codan.feature=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/codan/org.eclipse.cdt.codan-feature
|
||||||
|
|
||||||
|
! Android
|
||||||
|
plugin@org.eclipse.cdt.android.build.core=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/android/org.eclipse.cdt.android.build.core
|
||||||
|
plugin@org.eclipse.cdt.android.build.ui=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/android/org.eclipse.cdt.android.build.ui
|
||||||
|
plugin@org.eclipse.cdt.android.debug.core=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/android/org.eclipse.cdt.android.debug.core
|
||||||
|
plugin@org.eclipse.cdt.android.debug.ui=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/android/org.eclipse.cdt.android.debug.ui
|
||||||
|
feature@org.eclipse.cdt.android.feature=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/android/org.eclipse.cdt.android.feature
|
||||||
|
|
Loading…
Add table
Reference in a new issue