move old 1.2 project to sdk1.2 folder

add sdk2.0 project
This commit is contained in:
dumganhar 2011-09-28 09:36:18 +08:00
parent f0f780a84f
commit 260c2fc920
10 changed files with 2782 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<bada>
<type>0</type>
<sdk>D:\bada\1.2.1</sdk>
<model>Wave_LP2</model>
<apiversioncheck>true</apiversioncheck>
<priviligecheck>false</priviligecheck>
<properties/>
</bada>

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,95 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>HelloWorld</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>com.osp.ide.ospmakebuilder</name>
<triggers>clean,full,incremental,</triggers>
<arguments>
<dictionary>
<key>?name?</key>
<value></value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.append_environment</key>
<value>true</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.autoBuildTarget</key>
<value>all</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.buildArguments</key>
<value></value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.buildCommand</key>
<value>cs-make</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.buildLocation</key>
<value>${workspace_loc:/HelloWorld/.Simulator-Debug}</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.cleanBuildTarget</key>
<value>clean</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.contents</key>
<value>org.eclipse.cdt.make.core.activeConfigSettings</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.enableAutoBuild</key>
<value>false</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.enableCleanBuild</key>
<value>true</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.enableFullBuild</key>
<value>true</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.fullBuildTarget</key>
<value>all</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.stopOnError</key>
<value>true</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.useDefaultBuildCmd</key>
<value>false</value>
</dictionary>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.cdt.core.cnature</nature>
<nature>org.eclipse.cdt.core.ccnature</nature>
<nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
<nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
<nature>com.osp.ide.badaNature</nature>
</natures>
<linkedResources>
<link>
<name>AppDelegate.cpp</name>
<type>1</type>
<location>cocos2dx_root/HelloWorld/AppDelegate.cpp</location>
</link>
<link>
<name>HelloWorldScene.cpp</name>
<type>1</type>
<location>cocos2dx_root/HelloWorld/HelloWorldScene.cpp</location>
</link>
</linkedResources>
</projectDescription>

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<bada>
<type>0</type>
<sdk>D:\bada\2.0.0b1</sdk>
<model>WaveHVGA</model>
<apiversioncheck>true</apiversioncheck>
<priviligecheck>false</priviligecheck>
<properties/>
</bada>

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,106 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>HelloWorld</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>com.osp.ide.ospmakebuilder</name>
<triggers>clean,full,incremental,</triggers>
<arguments>
<dictionary>
<key>?name?</key>
<value></value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.append_environment</key>
<value>true</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.autoBuildTarget</key>
<value>all</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.buildArguments</key>
<value></value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.buildCommand</key>
<value>cs-make</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.buildLocation</key>
<value>${workspace_loc:/HelloWorld/.Simulator-Debug}</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.cleanBuildTarget</key>
<value>clean</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.contents</key>
<value>org.eclipse.cdt.make.core.activeConfigSettings</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.enableAutoBuild</key>
<value>false</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.enableCleanBuild</key>
<value>true</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.enableFullBuild</key>
<value>true</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.fullBuildTarget</key>
<value>all</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.stopOnError</key>
<value>true</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.useDefaultBuildCmd</key>
<value>false</value>
</dictionary>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.cdt.core.cnature</nature>
<nature>org.eclipse.cdt.core.ccnature</nature>
<nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
<nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
<nature>com.osp.ide.badaNature</nature>
</natures>
<linkedResources>
<link>
<name>AppDelegate.cpp</name>
<type>1</type>
<locationURI>cocos2dx_root/HelloWorld/AppDelegate.cpp</locationURI>
</link>
<link>
<name>HelloWorldScene.cpp</name>
<type>1</type>
<locationURI>cocos2dx_root/HelloWorld/HelloWorldScene.cpp</locationURI>
</link>
<link>
<name>src</name>
<type>2</type>
<locationURI>cocos2dx_root/HelloWorld/bada/src</locationURI>
</link>
</linkedResources>
<variableList>
<variable>
<name>cocos2dx_root</name>
<value>file:/F:/cjh/project/Github/dumganhar/cocos2d-x</value>
</variable>
</variableList>
</projectDescription>

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<bada>
<type>0</type>
<sdk>D:\bada\1.2.1</sdk>
<model>Wave_LP2</model>
<apiversioncheck>true</apiversioncheck>
<priviligecheck>false</priviligecheck>
<properties/>
</bada>

View File

@ -0,0 +1 @@
93c825c0eb08197a6b83c85bcf149524af2318da

View File

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Application>
<Entry>TestCocos2dx</Entry>
<Name>
<English>TestCocos2dx</English>
<eng-GB>TestCocos2dx</eng-GB>
</Name>
<Vendor/>
<Description/>
<Icons>
<MainMenu>TestCocos2dx.png<Type1>TestCocos2dx.png</Type1>
<Type2/>
</MainMenu>
<Setting/>
<Ticker/>
<QuickPanel/>
<LaunchImage>Splash.png<Type1>Splash.png</Type1>
<Type2/>
</LaunchImage>
</Icons>
<AutoScaling>
<Enabled>false</Enabled>
</AutoScaling>
</Application>

View File

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<Manifest>
<Id>93bt1p123e</Id>
<Secret>9C645DDBA19C71BAD1204DA4DAA7A0B9</Secret>
<AppVersion>1.0.0</AppVersion>
<ManifestVersion>1.2</ManifestVersion>
<Privileges>
<Privilege>
<Name>SYSTEM_SERVICE</Name>
</Privilege>
<Privilege>
<Name>WEB_SERVICE</Name>
</Privilege>
</Privileges>
<DeviceProfile>
<APIVersion>1.2</APIVersion>
<CPU>Cortex8</CPU>
<ScreenSize>480x800</ScreenSize>
<Connectivity>Bluetooth</Connectivity>
<Connectivity>Wi-Fi</Connectivity>
<Sensor>GPS</Sensor>
<Sensor>Accelerometer</Sensor>
<Sensor>Proximity</Sensor>
<InputDevice>Touch</InputDevice>
<SoundMixing>Enable</SoundMixing>
<UserInteraction>Vibration-effects</UserInteraction>
</DeviceProfile>
</Manifest>