Add project files

This commit is contained in:
Victor 2018-11-14 19:48:14 +02:00
parent ba15e797a7
commit a50e490bfa
7 changed files with 1723 additions and 0 deletions

83
build.xml Normal file
View File

@ -0,0 +1,83 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- You may freely edit this file. See commented blocks below for -->
<!-- some examples of how to customize the build. -->
<!-- (If you delete it and reopen the project it will be recreated.) -->
<project name="Midedit_new" default="jar" basedir=".">
<description>Builds, tests, and runs the project .</description>
<import file="nbproject/build-impl.xml"/>
<!--
There exist several targets which are by default empty and which can be
used for execution of your tasks. These targets are usually executed
before and after some main targets. They are:
pre-init: called before initialization of project properties
post-init: called after initialization of project properties
pre-preprocess: called before text preprocessing of sources
post-preprocess: called after text preprocessing of sources
pre-compile: called before source compilation
post-compile: called after source compilation
pre-obfuscate: called before obfuscation
post-obfuscate: called after obfuscation
pre-preverify: called before preverification
post-preverify: called after preverification
pre-jar: called before jar building
post-jar: called after jar building
pre-build: called before final distribution building
post-build: called after final distribution building
pre-clean: called before cleaning build products
post-clean: called after cleaning build products
Example of pluging a my-special-task after the compilation could look like
<target name="post-compile">
<my-special-task>
<fileset dir="${build.classes.dir}"/>
</my-special-task>
</target>
For list of available properties check the imported
nbproject/build-impl.xml file.
Other way how to customize the build is by overriding existing main targets.
The target of interest are:
preprocess: preprocessing
extract-libs: extraction of libraries and resources
compile: compilation
create-jad: construction of jad and jar manifest source
obfuscate: obfuscation
preverify: preverification
jar: jar archive building
run: execution
debug: execution in debug mode
build: building of the final distribution
javadoc: javadoc generation
Example of overriding the target for project execution could look like
<target name="run" depends="init,jar">
<my-special-exec jadfile="${dist.dir}/${dist.jad}"/>
</target>
Be careful about correct dependencies when overriding original target.
Again, for list of available properties which you can use check the target
you are overriding in nbproject/build-impl.xml file.
A special target for-all-configs can be used to run some specific targets for
all project configurations in a sequence. File nbproject/build-impl.xml
already contains some "for-all" targets:
jar-all
javadoc-all
clean-all
Example of definition of target iterating over all project configurations:
<target name="jar-all">
<property name="target.to.call" value="jar"/>
<antcall target="for-all-configs"/>
</target>
-->
</project>

1430
nbproject/build-impl.xml Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,8 @@
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
build.xml.data.CRC32=bce83996
build.xml.script.CRC32=e180713c
build.xml.stylesheet.CRC32=9c6a911d
nbproject/build-impl.xml.data.CRC32=bce83996
nbproject/build-impl.xml.script.CRC32=0d941883
nbproject/build-impl.xml.stylesheet.CRC32=7a0aeb65

View File

@ -0,0 +1,9 @@
#Sun, 28 Aug 2011 00:37:49 +0300
#Mon Dec 28 20:02:49 MSK 2009
netbeans.user=C\:\\Users\\aNNiMON\\.netbeans\\7.0
javadoc.preview=true
selected.configurations=\ ,SonyEricsson_K310_Emu
config.active=
deployment.counter=279
app-version.autoincrement=true
deployment.number=0.2.78

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/1"/>
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/1">
<file>file:/C:/Users/aNNiMON/Documents/NetBeansProjects/MideditProject/src/util/StringEncoder.java</file>
</open-files>
</project-private>

View File

@ -0,0 +1,176 @@
abilities=MMAPI=1.1,JSR82=1.1,JSR280=1.0,JSR226=1.0,MIDP=1.0,JSR229=1.1,SATSA=1.0,CLDC=1.0,JSR177=1.0,JSR179=1.0,J2MEWS=1.0,WMA=2.0,JSR172=1.0,JSR256=1.0,OBEX=1.0,ColorScreen,JSR238=1.0,JSR239=1.0,JSR211=1.0,JSR234=1.0,ScreenWidth=120,JSR75=1.0,JSR184=1.1,ScreenHeight=320,ScreenColorDepth=16,JSR180=1.1.0
all.configurations=\ ,Obfucsate
application.args=
application.description=
application.description.detail=
application.name=
application.vendor=Vendor
build.classes.dir=${build.dir}/compiled
build.classes.excludes=**/*.java,**/*.form,**/*.class,**/.nbintdb,**/*.mvd,**/*.wsclient,**/*.vmd
build.dir=build/${config.active}
build.root.dir=build
configs.Obfucsate.abilities=MMAPI=1.1,JSR82=1.1,JSR226=1.0,MIDP=2.1,SATSA=1.0,CLDC=1.1,JSR177=1.0,JSR179=1.0,J2MEWS=1.0,WMA=2.0,JSR172=1.0,JSR256=1.1,OBEX=1.0,ColorScreen,JSR238=1.0,TouchScreen,JSR211=1.0,JSR234=1.0,ScreenWidth=240,JSR75=1.0,JSR184=1.1,ScreenHeight=320,ScreenColorDepth=16,JSR180=1.1.0
configs.Obfucsate.debug.level=debug
configs.Obfucsate.deployment.jarurl=${dist.jar}
configs.Obfucsate.deployment.override.jarurl=false
configs.Obfucsate.dist.jad=Midedit.jad
configs.Obfucsate.dist.jar=Midedit.jar
configs.Obfucsate.filter.exclude.tests=false
configs.Obfucsate.filter.excludes=
configs.Obfucsate.filter.more.excludes=**/overview.html,**/package.html
configs.Obfucsate.filter.use.standard=true
configs.Obfucsate.jar.compress=true
configs.Obfucsate.javac.debug=false
configs.Obfucsate.javac.deprecation=false
configs.Obfucsate.javac.encoding=windows-1251
configs.Obfucsate.javac.optimize=true
configs.Obfucsate.javac.source=1.3
configs.Obfucsate.javac.target=1.3
configs.Obfucsate.manifest.jad=
configs.Obfucsate.manifest.manifest=
configs.Obfucsate.manifest.others=MIDlet-Vendor: Bingo, Cryingangel\nMIDlet-Name: Midedit\nMIDlet-Icon: img/main/0.png\nMIDlet-Description: None\nMIDlet-Version: 2.0.5\n
configs.Obfucsate.obfuscation.custom=
configs.Obfucsate.obfuscation.level=9
configs.Obfucsate.platform.active=Java_TM__Platform_Micro_Edition_SDK_3_0
configs.Obfucsate.platform.active.description=Java(TM) Platform Micro Edition SDK 3.0
configs.Obfucsate.platform.apis=JSR75-1.0,MMAPI-1.1
configs.Obfucsate.platform.bootclasspath=${platform.home}/lib/jsr135_1.1.jar:${platform.home}/lib/jsr75_1.0.jar:${platform.home}/lib/midp_2.0.jar:${platform.home}/lib/cldc_1.0.jar
configs.Obfucsate.platform.configuration=CLDC-1.0
configs.Obfucsate.platform.device=DefaultFxTouchPhone1
configs.Obfucsate.platform.fat.jar=true
configs.Obfucsate.platform.profile=MIDP-2.0
configs.Obfucsate.platform.trigger=CLDC
configs.Obfucsate.platform.type=UEI-1.0.1
debug.level=debug
debugger.timeout=
deployment.copy.target=deploy
deployment.instance=default
deployment.jarurl=${dist.jar}
deployment.method=NONE
deployment.override.jarurl=false
dist.dir=dist/${config.active}
dist.jad=Midedit.jad
dist.jar=Midedit.jar
dist.javadoc.dir=${dist.dir}/doc
dist.root.dir=dist
extra.classpath=
file.reference.builtin.ks=${netbeans.user}/config/j2me/builtin.ks
file.reference.ImportedProject-Midedit_2_0_4beta1-res=res
filter.exclude.tests=false
filter.excludes=main/text.txt
filter.more.excludes=**/overview.html,**/package.html
filter.use.standard=true
jar.compress=true
javac.debug=true
javac.deprecation=false
javac.encoding=windows-1251
javac.optimize=true
javac.source=1.3
javac.target=1.3
javadoc.author=false
javadoc.encoding=
javadoc.noindex=false
javadoc.nonavbar=false
javadoc.notree=false
javadoc.private=false
javadoc.splitindex=true
javadoc.use=true
javadoc.version=false
javadoc.windowtitle=
libs.classpath=${file.reference.ImportedProject-Midedit_2_0_4beta1-res}
main.class=
main.class.class=applet
manifest.apipermissions=
manifest.file=manifest.mf
manifest.is.liblet=false
manifest.jad=
manifest.manifest=
manifest.midlets=MIDlet-1: MidEdit,/img/icon.png,main.Main\n
manifest.others=MIDlet-Vendor: Bingo, Cryingangel\nMIDlet-Name: MidEdit\nMIDlet-Icon: /img/icon.png\nMIDlet-Version: 2.1\n
manifest.pushregistry=
name=ImportedProject-Midedit_2_0_4beta1
no.dependencies=false
nokiaS80.application.icon=
nsicom.application.monitorhost=
nsicom.application.runremote=
nsicom.application.runverbose=
nsicom.remoteapp.location=\\My Documents\\NetBeans Applications
nsicom.remotevm.location=\\Windows\\creme\\bin\\CrEme.exe
obfuscated.classes.dir=${build.dir}/obfuscated
obfuscation.custom=@E:\\SETUPS\\Disk\\Programming\\Java\\annimon.pro\n-optimizationpasses 9
obfuscation.level=1
obfuscator.destjar=${build.dir}/obfuscated.jar
obfuscator.srcjar=${build.dir}/before-obfuscation.jar
platform.active=Sony_Ericsson_SDK_2_5_0_6_for_the_Java_TM__ME_Platform_Emulator_
platform.active.description=Sony Ericsson SDK 2.5.0.6 for the Java(TM) ME Platform(Emulator)
platform.apis=MMAPI-1.1,JSR75-1.0,JSR211-1.0
platform.bootclasspath=${platform.home}/lib/jsr211.jar:${platform.home}/lib/jsr75.jar:${platform.home}/lib/mmapi.jar:${platform.home}/lib/cldcapi10.jar:${platform.home}/lib/midpapi20.jar
platform.configuration=CLDC-1.0
platform.device=SonyEricsson_JP8_240x320_Emu
platform.fat.jar=true
platform.profile=MIDP-2.0
platform.trigger=CLDC
platform.type=UEI-1.0.1
preprocessed.dir=${build.dir}/preprocessed
preverify.classes.dir=${build.dir}/preverified
preverify.sources.dir=${build.dir}/preverifysrc
resources.dir=resources
ricoh.application.email=
ricoh.application.fax=
ricoh.application.icon=
ricoh.application.target-jar=
ricoh.application.telephone=
ricoh.application.uid=05728440
ricoh.application.version=
ricoh.dalp.application-desc.auto-run=false
ricoh.dalp.application-desc.energy-save=
ricoh.dalp.application-desc.exec-auth=
ricoh.dalp.application-desc.visible=true
ricoh.dalp.argument=
ricoh.dalp.codebase=
ricoh.dalp.display-mode.color=true
ricoh.dalp.display-mode.is-4line-support=false
ricoh.dalp.display-mode.is-hvga-support=true
ricoh.dalp.display-mode.is-vga-support=false
ricoh.dalp.display-mode.is-wvga-support=false
ricoh.dalp.information.abbreviation=
ricoh.dalp.information.icon.basepath=
ricoh.dalp.information.icon.location=
ricoh.dalp.information.is-icon-used=true
ricoh.dalp.install.destination=hdd
ricoh.dalp.install.mode.auto=true
ricoh.dalp.install.work-dir=hdd
ricoh.dalp.is-managed=true
ricoh.dalp.resources.dsdk.version=2.0
ricoh.dalp.resources.jar.basepath=
ricoh.dalp.resources.jar.version=
ricoh.dalp.version=
ricoh.icon.invert=false
ricoh.platform.target.version=
run.cmd.options=
run.jvmargs=
run.method=STANDARD
run.security.domain=maximum
run.use.security.domain=true
savaje.application.icon=
savaje.application.icon.focused=
savaje.application.icon.small=
savaje.application.uid=TBD
savaje.bundle.base=
savaje.bundle.debug=false
savaje.bundle.debug.port=
semc.application.caps=
semc.application.icon=
semc.application.icon.count=
semc.application.icon.splash=
semc.application.icon.splash.installonly=false
semc.application.uid=E0523409
semc.certificate.path=
semc.private.key.password=
semc.private.key.path=
sign.alias=minimal
sign.enabled=false
sign.keystore=${file.reference.builtin.ks}
src.dir=src
use.emptyapis=true
use.preprocessor=true

10
nbproject/project.xml Normal file
View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.netbeans.org/ns/project/1">
<type>org.netbeans.modules.kjava.j2meproject</type>
<configuration>
<data xmlns="http://www.netbeans.org/ns/j2me-project">
<name>Midedit_new</name>
<minimum-ant-version>1.6</minimum-ant-version>
</data>
</configuration>
</project>