git clone of logicmail with some fixes/features added
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Base structure for 4.7 platform support library

git-svn-id: https://logicmail.svn.sourceforge.net/svnroot/logicmail/trunk@541 5c734088-3d25-0410-9155-b3c3832efda5

octorian da216ecb 007bd041

+67
+8
LogicMail_BB47/.classpath
··· 1 + <?xml version="1.0" encoding="UTF-8"?> 2 + <classpath> 3 + <classpathentry kind="src" path="src"/> 4 + <classpathentry kind="src" path="res"/> 5 + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/net.rim.ejde.BlackBerryVMInstallType/BlackBerry JRE 4.7.0"/> 6 + <classpathentry combineaccessrules="false" kind="src" path="/LogicMail"/> 7 + <classpathentry kind="output" path="bin"/> 8 + </classpath>
+29
LogicMail_BB47/.project
··· 1 + <?xml version="1.0" encoding="UTF-8"?> 2 + <projectDescription> 3 + <name>LogicMail_BB47</name> 4 + <comment></comment> 5 + <projects> 6 + </projects> 7 + <buildSpec> 8 + <buildCommand> 9 + <name>net.rim.ejde.internal.builder.BlackBerryPreprocessBuilder</name> 10 + <arguments> 11 + </arguments> 12 + </buildCommand> 13 + <buildCommand> 14 + <name>net.rim.ejde.internal.builder.BlackBerryResourcesBuilder</name> 15 + <arguments> 16 + </arguments> 17 + </buildCommand> 18 + <buildCommand> 19 + <name>org.eclipse.jdt.core.javabuilder</name> 20 + <arguments> 21 + </arguments> 22 + </buildCommand> 23 + </buildSpec> 24 + <natures> 25 + <nature>net.rim.ejde.BlackBerryPreProcessNature</nature> 26 + <nature>net.rim.ejde.BlackBerryProjectCoreNature</nature> 27 + <nature>org.eclipse.jdt.core.javanature</nature> 28 + </natures> 29 + </projectDescription>
+12
LogicMail_BB47/.settings/org.eclipse.jdt.core.prefs
··· 1 + #Fri Nov 20 17:33:34 EST 2009 2 + eclipse.preferences.version=1 3 + org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=disabled 4 + org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.2 5 + org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 6 + org.eclipse.jdt.core.compiler.compliance=1.4 7 + org.eclipse.jdt.core.compiler.debug.lineNumber=generate 8 + org.eclipse.jdt.core.compiler.debug.localVariable=generate 9 + org.eclipse.jdt.core.compiler.debug.sourceFile=generate 10 + org.eclipse.jdt.core.compiler.problem.assertIdentifier=ignore 11 + org.eclipse.jdt.core.compiler.problem.enumIdentifier=ignore 12 + org.eclipse.jdt.core.compiler.source=1.3
+18
LogicMail_BB47/BlackBerry_App_Descriptor.xml
··· 1 + <Properties ModelVersion="1.1.1"> 2 + <General Title="" Version="1.9.1" Vendor="Derek Konigsberg" Description="LogicMail BB 4.7 Platform Library"/> 3 + <Application Type="Library" MainMIDletName="" MainArgs="" HomeScreenPosition="0" StartupTier="7" IsSystemModule="false" IsAutostartup="false"/> 4 + <Resources hasTitleResource="false" TitleResourceBundleName="" TitleResourceBundleRelativePath="" TitleResourceBundleClassName="" TitleResourceBundleKey="" DescriptionId=""> 5 + <Icons/> 6 + </Resources> 7 + <Compile OutputCompilerMessages="false" ConvertImages="false" CreateWarningForNoExportedRoutine="true" CompressResources="false" AliasList=""> 8 + <PreprocessorDefines/> 9 + </Compile> 10 + <Packaging OutputFileName="LogicMail_BB47" OutputFolder="deliverables/4.7.0" PreBuildStep="" PostBuildStep="" CleanStep="" GenerateALXFile="false"> 11 + <AlxFiles/> 12 + </Packaging> 13 + <HiddenProperties> 14 + <ClassProtection/> 15 + <PackageProtection/> 16 + </HiddenProperties> 17 + <AlternateEntryPoints/> 18 + </Properties>