Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.

Commit

Permalink
Codename One Property cross demo (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
shai-almog authored and ColinEberhardt committed Sep 5, 2016
1 parent 6305e6e commit d879b17
Show file tree
Hide file tree
Showing 44 changed files with 2,730 additions and 0 deletions.
Binary file added codenameone/CodeNameOneBuildClient.jar
Binary file not shown.
Binary file added codenameone/JavaSE.jar
Binary file not shown.
448 changes: 448 additions & 0 deletions codenameone/build.xml

Large diffs are not rendered by default.

44 changes: 44 additions & 0 deletions codenameone/codenameone_settings.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
#
#Mon Feb 02 21:36:10 EET 2015
codename1.ios.appid=Q5GHSKAL2F.com.propertycross.codename1
codename1.ios.release.provision=
codename1.arg.rim.obfuscation=false
codename1.j2me.nativeTheme=nbproject/nativej2me.res
codename1.arg.ios.project_type=ios
codename1.arg.ios.interface_orientation=UIInterfaceOrientationPortrait\:UIInterfaceOrientationPortraitUpsideDown
codename1.displayName=PropertyCross
codename1.android.keystoreAlias=
codename1.ios.release.certificate=
codename1.android.keystorePassword=
codename1.ios.provision=
codename1.arg.ios.dsym=false
codename1.arg.android.release=true
codename1.arg.ios.statusbar_hidden=false
codename1.languageLevel=5
codename1.android.keystore=
codename1.vendor=CodenameOne
codename1.arg.win.ver=8
codename1.ios.certificatePassword=
codename1.arg.zooz.sandbox=false
codename1.ios.debug.certificatePassword=
codename1.mainName=PropertyCross
codename1.ios.release.certificatePassword=
codename1.arg.ios.prerendered_icon=false
codename1.arg.vserv.scaleMode=false
codename1.ios.debug.certificate=
libVersion=81
codename1.arg.ios.application_exits=false
codename1.secondaryTitle=CodenameOne_Template
codename1.description=
codename1.ios.debug.provision=
codename1.arg.j2me.nativeThemeConst=0
codename1.rim.certificatePassword=
codename1.version=1.0
codename1.ios.certificate=
codename1.icon=icon.png
codename1.rim.signtoolCsk=
codename1.arg.android.debug=false
codename1.rim.signtoolDb=
codename1.arg.vserv.transition=20000
codename1.arg.ios.includePush=false
codename1.packageName=com.propertycross.codename1
Binary file added codenameone/dist/PropertyCross.jar
Binary file not shown.
32 changes: 32 additions & 0 deletions codenameone/dist/README.TXT
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
========================
BUILD OUTPUT DESCRIPTION
========================

When you build an Java application project that has a main class, the IDE
automatically copies all of the JAR
files on the projects classpath to your projects dist/lib folder. The IDE
also adds each of the JAR files to the Class-Path element in the application
JAR files manifest file (MANIFEST.MF).

To run the project from the command line, go to the dist folder and
type the following:

java -jar "PropertyCross.jar"

To distribute this project, zip up the dist folder (including the lib folder)
and distribute the ZIP file.

Notes:

* If two JAR files on the project classpath have the same name, only the first
JAR file is copied to the lib folder.
* Only JAR files are copied to the lib folder.
If the classpath contains other types of files or folders, these files (folders)
are not copied.
* If a library on the projects classpath also has a Class-Path element
specified in the manifest,the content of the Class-Path element has to be on
the projects runtime path.
* To set a main class in a standard Java project, right-click the project node
in the Projects window and choose Properties. Then click Run and enter the
class name in the Main Class field. Alternatively, you can manually type the
class name in the manifest Main-Class element.
Binary file added codenameone/dist/lib/CLDC11.jar
Binary file not shown.
Binary file added codenameone/dist/lib/CodenameOne.jar
Binary file not shown.
Binary file added codenameone/dist/lib/CodenameOne_SRC.zip
Binary file not shown.
Binary file added codenameone/dist/lib/JavaSE.jar
Binary file not shown.
Binary file added codenameone/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added codenameone/lib/CLDC11.jar
Binary file not shown.
Binary file added codenameone/lib/CodenameOne.jar
Binary file not shown.
Binary file added codenameone/lib/CodenameOne_SRC.zip
Binary file not shown.
3 changes: 3 additions & 0 deletions codenameone/manifest.mf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Manifest-Version: 1.0
X-COMMENT: Main-Class will be added automatically by build

Loading

0 comments on commit d879b17

Please sign in to comment.