Skip to content

Commit

Permalink
Fix the name of a source block.
Browse files Browse the repository at this point in the history
FossilOrigin-Name: 324a35c42b2ff64b75664136a20d1853099e81d7
  • Loading branch information
jaccarmac committed Feb 7, 2015
1 parent dec7b1b commit b0b2a6e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.jaccarmac.draftboys" version="0.4.0"
<widget id="com.jaccarmac.draftboys" version="0.4.1"
xmlns="http://www.w3.org/ns/widgets"
xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>DRAFTBOYS</name>
Expand Down
6 changes: 3 additions & 3 deletions draftboys.org
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ will help me practice Cordova, Nim, literate programming, and App Engine.
the app metadata (which should not have to change very often). Everything
else is copied from the default Cordova project's =config.xml=.

#+NAME: config_xml
#+NAME: config.xml
#+BEGIN_SRC xml
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.jaccarmac.draftboys" version="0.4.0"
<widget id="com.jaccarmac.draftboys" version="0.4.1"
xmlns="http://www.w3.org/ns/widgets"
xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>DRAFTBOYS</name>
Expand Down Expand Up @@ -169,7 +169,7 @@ will help me practice Cordova, Nim, literate programming, and App Engine.
** =config.xml=

#+BEGIN_SRC xml :noweb no-export :tangle config.xml :padline no
<<config_xml>>
<<config.xml>>
#+END_SRC

** =www/index.html=
Expand Down
2 changes: 1 addition & 1 deletion platforms/android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<manifest android:hardwareAccelerated="true" android:versionCode="400" android:versionName="0.4.0" package="com.jaccarmac.draftboys" xmlns:android="http://schemas.android.com/apk/res/android">
<manifest android:hardwareAccelerated="true" android:versionCode="401" android:versionName="0.4.1" package="com.jaccarmac.draftboys" xmlns:android="http://schemas.android.com/apk/res/android">
<supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:resizeable="true" android:smallScreens="true" android:xlargeScreens="true" />
<uses-permission android:name="android.permission.INTERNET" />
<application android:hardwareAccelerated="true" android:icon="@drawable/icon" android:label="@string/app_name">
Expand Down
2 changes: 1 addition & 1 deletion platforms/android/res/xml/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.jaccarmac.draftboys" version="0.4.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="com.jaccarmac.draftboys" version="0.4.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<preference name="loglevel" value="DEBUG" />
<name>DRAFTBOYS</name>
<description>
Expand Down

0 comments on commit b0b2a6e

Please sign in to comment.