This repository has been archived by the owner on Sep 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Codename One Property cross demo (#304)
- Loading branch information
1 parent
6305e6e
commit d879b17
Showing
44 changed files
with
2,730 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
Oops, something went wrong.