Skip to content

Commit

Permalink
bb: migrate to new eclipse plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
genywind authored and dmitrys committed Jul 12, 2011
1 parent 80d648c commit e1ce944
Show file tree
Hide file tree
Showing 21 changed files with 180 additions and 866 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Expand Up @@ -61,15 +61,15 @@ platform/bb/**/bin/*
platform/bb/target/*
platform/bb/build/LogFile.txt
platform/bb/*/.settings
platform/bb/*/.project
platform/bb/*/.classpath
#platform/bb/*/.project
#platform/bb/*/.classpath
*.err
platform/bb/.BB.jdw/*.files
*.jad
platform/bb/build/rholog.txt
platform/bb/preverified
platform/bb/build/MANIFEST.MF
platform/bb/*/BlackBerry_App_Descriptor.xml
#platform/bb/*/BlackBerry_App_Descriptor.xml
platform/bb/*/deliverables

platform/symbian/.metadata/*
Expand Down
28 changes: 0 additions & 28 deletions platform/bb/.BB.jdw/BB.jdw

This file was deleted.

7 changes: 7 additions & 0 deletions platform/bb/Hsqldb/.classpath
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/net.rim.ejde.BlackBerryVMInstallType/BlackBerry JRE 5.0.0"/>
<classpathentry combineaccessrules="false" kind="src" path="/RubyVM"/>
<classpathentry kind="output" path="bin"/>
</classpath>
30 changes: 30 additions & 0 deletions platform/bb/Hsqldb/.project
@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>Hsqldb</name>
<comment></comment>
<projects>
<project>RubyVM</project>
</projects>
<buildSpec>
<buildCommand>
<name>net.rim.ejde.internal.builder.BlackBerryPreprocessBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>net.rim.ejde.internal.builder.BlackBerryResourcesBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>net.rim.ejde.BlackBerryPreProcessNature</nature>
<nature>net.rim.ejde.BlackBerryProjectCoreNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
20 changes: 20 additions & 0 deletions platform/bb/Hsqldb/BlackBerry_App_Descriptor.xml
@@ -0,0 +1,20 @@
<!-- This file has been generated by the BlackBerry Plugin for Eclipse v3.6.1. -->

<Properties ModelVersion="1.1.2">
<General Title="" Version="0.0.1" Vendor="Vendor" Description=""/>
<Application Type="Library" MainMIDletName="" MainArgs="" HomeScreenPosition="0" StartupTier="7" IsSystemModule="true" IsAutostartup="false"/>
<Resources hasTitleResource="false" TitleResourceBundleName="" TitleResourceBundleRelativePath="" TitleResourceBundleClassName="" TitleResourceBundleKey="" DescriptionId="">
<Icons/>
</Resources>
<Compile OutputCompilerMessages="false" ConvertImages="false" CreateWarningForNoExportedRoutine="true" CompressResources="false" AliasList="">
<PreprocessorDefines/>
</Compile>
<Packaging PreBuildStep="" PostBuildStep="" CleanStep="" OutputFileName="Hsqldb" OutputFolder="deliverables" GenerateALXFile="false">
<AlxFiles/>
</Packaging>
<HiddenProperties>
<ClassProtection/>
<PackageProtection/>
</HiddenProperties>
<AlternateEntryPoints/>
</Properties>
5 changes: 0 additions & 5 deletions platform/bb/Hsqldb/Hsqldb.cso

This file was deleted.

197 changes: 0 additions & 197 deletions platform/bb/Hsqldb/Hsqldb.jdp

This file was deleted.

5 changes: 0 additions & 5 deletions platform/bb/RhoBundle/RhoBundle.cso

This file was deleted.

42 changes: 0 additions & 42 deletions platform/bb/RhoBundle/RhoBundle.jdp

This file was deleted.

6 changes: 6 additions & 0 deletions platform/bb/RubyVM/.classpath
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/net.rim.ejde.BlackBerryVMInstallType/BlackBerry JRE 5.0.0"/>
<classpathentry kind="output" path="bin"/>
</classpath>
29 changes: 29 additions & 0 deletions platform/bb/RubyVM/.project
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>RubyVM</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>net.rim.ejde.internal.builder.BlackBerryPreprocessBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>net.rim.ejde.internal.builder.BlackBerryResourcesBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>net.rim.ejde.BlackBerryPreProcessNature</nature>
<nature>net.rim.ejde.BlackBerryProjectCoreNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>

0 comments on commit e1ce944

Please sign in to comment.