Skip to content

Commit

Permalink
TIMOB-10699: BlackBerry: Remove project name from build directory
Browse files Browse the repository at this point in the history
[Issues Fixed]
TIMOB-10699: BlackBerry: Remove project name from build directory

[Moved]
build/blackberry/KitchenSink/* to build/blackberry/

[Changes]
common.mk
- updated to use project name

tiapp.xml
- updated sdk-version

[Tests]
Test 1: Build and run KitchenSink
1) Use SDK from Macadamian/titanium_mobile#141
2) Build and run KitchenSink
3) Verify there are no errors
  • Loading branch information
dlifshitz-maca committed Aug 29, 2012
1 parent 4d9d3f8 commit 00d801b
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Expand Up @@ -35,7 +35,7 @@ LDFLAGS+=-lQtOpenGL -lQtScript -lQtScriptTools -lQtSql -lQtSvg -lQtTest -lQtXml
include $(MKFILES_ROOT)/qmacros.mk include $(MKFILES_ROOT)/qmacros.mk


# Suppress the _g suffix from the debug variant # Suppress the _g suffix from the debug variant
BUILDNAME=$(NAME) BUILDNAME=$(TIAPP_NAME)


include $(MKFILES_ROOT)/qtargets.mk include $(MKFILES_ROOT)/qtargets.mk


Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tiapp.xml
Expand Up @@ -7,7 +7,7 @@
<target device="android">true</target> <target device="android">true</target>
<target device="blackberry">true</target> <target device="blackberry">true</target>
</deployment-targets> </deployment-targets>
<sdk-version>2.1.0.GA</sdk-version> <sdk-version>2.2.0</sdk-version>
<id>com.appcelerator.kitchensink</id> <id>com.appcelerator.kitchensink</id>
<name>KitchenSink</name> <name>KitchenSink</name>
<version>1.0</version> <version>1.0</version>
Expand Down

0 comments on commit 00d801b

Please sign in to comment.