Skip to content

Commit 6fa0888

Browse files
committed
Skin Designer initial commit
0 parents  commit 6fa0888

21 files changed

+4017
-0
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
*.jar
3+
nbproject/private/
4+
build/
5+
nbbuild/
6+
dist/
7+
lib/CodenameOne_SRC.zip
8+
lib/impl/*

build.xml

Lines changed: 487 additions & 0 deletions
Large diffs are not rendered by default.

codenameone_settings.properties

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
#
2+
#Tue May 17 16:27:18 IDT 2016
3+
codename1.ios.appid=Q5GHSKAL2F.com.codename1.tools.skindesigner
4+
codename1.ios.release.provision=
5+
codename1.arg.java.version=8
6+
codename1.arg.rim.obfuscation=false
7+
codename1.arg.ios.newStorageLocation=true
8+
codename1.j2me.nativeTheme=nbproject/nativej2me.res
9+
codename1.arg.ios.project_type=ios
10+
codename1.arg.ios.interface_orientation=UIInterfaceOrientationPortrait\:UIInterfaceOrientationPortraitUpsideDown\:UIInterfaceOrientationLandscapeLeft\:UIInterfaceOrientationLandscapeRight
11+
codename1.displayName=CodenameOneSkinDesigner
12+
codename1.android.keystoreAlias=
13+
codename1.ios.release.certificate=
14+
codename1.android.keystorePassword=
15+
codename1.ios.provision=
16+
codename1.arg.ios.dsym=false
17+
codename1.arg.android.release=true
18+
codename1.arg.ios.statusbar_hidden=false
19+
codename1.languageLevel=5
20+
codename1.android.keystore=
21+
codename1.vendor=CodenameOne
22+
codename1.arg.win.ver=8
23+
codename1.ios.certificatePassword=
24+
codename1.ios.debug.certificatePassword=
25+
codename1.mainName=SkinDesigner
26+
codename1.ios.release.certificatePassword=
27+
codename1.arg.ios.prerendered_icon=false
28+
codename1.ios.debug.certificate=
29+
libVersion=109
30+
codename1.arg.ios.application_exits=false
31+
codename1.secondaryTitle=CodenameOne_Template
32+
codename1.description=
33+
codename1.ios.debug.provision=
34+
codename1.arg.j2me.nativeThemeConst=0
35+
codename1.rim.certificatePassword=
36+
codename1.version=1.0
37+
codename1.ios.certificate=
38+
codename1.icon=icon.png
39+
codename1.rim.signtoolCsk=
40+
codename1.arg.android.debug=false
41+
codename1.rim.signtoolDb=
42+
codename1.arg.ios.testFlight=false
43+
codename1.arg.ios.includePush=false
44+
codename1.packageName=com.codename1.tools.skindesigner

icon.png

164 KB
Loading

lib/ZipSupport.cn1lib

58.1 KB
Binary file not shown.

manifest.mf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Manifest-Version: 1.0
2+
X-COMMENT: Main-Class will be added automatically by build
3+

nbproject/build-impl.xml

Lines changed: 1445 additions & 0 deletions
Large diffs are not rendered by default.

nbproject/build-impl.xml~

Lines changed: 1413 additions & 0 deletions
Large diffs are not rendered by default.

nbproject/genfiles.properties

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
build.xml.data.CRC32=65812561
2+
build.xml.script.CRC32=c17a4175
3+
build.xml.stylesheet.CRC32=[email protected]
4+
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
5+
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
6+
nbproject/build-impl.xml.data.CRC32=98d82717
7+
nbproject/build-impl.xml.script.CRC32=490eb019
8+
nbproject/build-impl.xml.stylesheet.CRC32=[email protected]

nbproject/nativej2me.res

84.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)