Commit Graph

243 Commits

Author SHA1 Message Date
hieplq e91fdb28b4 IDEMPIERE-3508:2pack: suport export from normal string column to text long string column 2017-10-17 15:48:02 +07:00
hieplq 784c46fb24 IDEMPIERE-3508:2pack: suport export from normal string column to text long string column 2017-09-29 08:53:56 +07:00
hieplq c8c2f1592a IDEMPIERE-2544: on equinox osgi, bundle have service should be active 2017-04-26 10:06:46 +07:00
Carlos Ruiz 9bfe040d9b Integrate patches from hengsin - IDEMPIERE-3416 Implement the ability to track open DB connections (1007726/1008135) 2017-06-30 15:57:15 +02:00
Carlos Ruiz 5625e27627 IDEMPIERE-3058 Make 2Pack transaction safe / fixing a case where the packin doesn't get the error marked 2017-06-29 14:32:27 +02:00
Carlos Ruiz 20a8d8d6f0 IDEMPIERE-3058 Make 2Pack transaction safe / fixing a case where the packin fails because of foreign keys but still was wrongly being marked as successful 2017-06-27 01:37:47 +02:00
Diego Ruiz e012b916e2 1008086 IDEMPIERE-2771 implement semaphore in internal 2packs to avoid multiple servers applying same 2pack 2017-06-21 01:24:25 +02:00
Heng Sin Low 005419e6b3 IDEMPIERE-2771 1007609 Incremental 2Pack to apply ALL-unapplied instead of NEW 2017-05-17 17:52:09 +08:00
Carlos Ruiz 42cc55dd1a IDEMPIERE-3367 2Pack not clearing foreign IDs 2017-05-19 14:48:43 +02:00
Carlos Ruiz ec8c0ea178 IDEMPIERE-2771 Improve 2pack tracing for errors / add servername to the subject email 2016-12-08 00:03:57 +01:00
Carlos Ruiz 3d985bd0ed change references to new version 2016-10-30 20:30:07 +01:00
Carlos Ruiz 2f05d731c1 hg merge release-3.1 (merge release3.1 into development) 2016-09-03 20:54:17 +02:00
Carlos Ruiz 74642f7e0b hg merge experimental (merge experimental from hieplq into development) 2016-07-27 19:04:39 +02:00
hieplq 54bca51007 IDEMPIERE-3136:all stuff relate library of idempiere
remove version of dependency bundle
2016-07-07 12:51:24 +07:00
hieplq 116cde1e96 IDEMPIERE-3136:all stuff relate library of idempiere
set runtime of all project to 1.8
2016-07-07 10:59:31 +07:00
hieplq 4ae72bb050 IDEMPIERE-3136:all stuff relate library of idempiere
because each project don't have partical build setting, so let control from workspace
2016-07-07 10:14:33 +07:00
Carlos Ruiz 3c4b899752 IDEMPIERE-3175 Found 2pack problems when UUID is filled with external values 2016-09-03 17:29:17 +02:00
Carlos Ruiz fa8aa2345d IDEMPIERE-2771 Improve 2pack tracing for errors / Found a failing 2Pack that is marked as successful because the foreign key validation is done at commit time and that is out of the check of PackInProcess - fix adding specific commit (1006169) 2016-07-08 17:50:48 +02:00
Carlos Ruiz 8bf236657c IDEMPIERE-3058 Make 2Pack transaction safe (for postgres)
- added sysconfig 2PACK_COMMIT_DDL - by default now in postgresql the 2pack process everything in one transaction and rollback all in case of failure
- now 2Pack is marked as failed if there are unresolved elements
- fix a locking issue when creating change log and 2pack has locked ad_table foreign key
- the Incremental2PackActivator now reprocess the packages that are not marked as Completed successfully
- the Incremental2PackActivator stop processing more packin versions if one fails
2016-03-23 01:50:03 +01:00
Carlos Ruiz 18e494fd12 IDEMPIERE-3057 2Pack handler for SQL Statements that must not fail 2016-03-22 19:12:26 +01:00
Carlos Ruiz 6a8183effa Update product version to 3.1.0 2015-10-30 21:18:07 -05:00
Carlos Ruiz 3c1199f5bf hg merge release-2.1 (merge release2.1 into development) 2015-10-16 11:16:17 -05:00
Carlos Ruiz 6522a64289 IDEMPIERE-2756 Background threads losing context when user log out - fix validation / integrate fix from hengsin: Allow null context parameter for PO. Run pipodictionaryservice as system client ( ad_client_id=0 ). 2015-10-14 20:24:44 -05:00
Carlos Ruiz 536a21a514 IDEMPIERE-2771 Improve 2pack tracing for errors 2015-08-20 14:38:59 -05:00
Carlos Ruiz 4029fbd81c IDEMPIERE-2771 Improve 2pack tracing for errors / implement mail notifier for 2packs 2015-08-19 22:12:11 -05:00
Carlos Ruiz 679e2fd06a IDEMPIERE-2771 Improve 2pack tracing for errors / run role access update at the end 2015-08-18 21:03:55 -05:00
Carlos Ruiz 966d02d2fe IDEMPIERE-2771 Improve 2pack tracing for errors / attach embedded 2pack for reprocessing - implement semaphore (120 secs) to process one 2pack at a time 2015-08-18 20:29:15 -05:00
Carlos Ruiz 0cc46e7e48 IDEMPIERE-2745 2Pack is not creating foreign keys / fix lock 2015-08-18 17:14:26 -05:00
Carlos Ruiz 04dc38b1e4 IDEMPIERE-2771 Improve 2pack tracing for errors / make 2pack more traceable: (1) added link between ad_package_imp and ad_package_imp_proc, added tab on Pack In to see the detail when processed, make the detail zoomable and show zoomable objects on Package Maintenance 2015-08-18 13:14:10 -05:00
Carlos Ruiz 0e0589d8be IDEMPIERE-2745 2Pack is not creating foreign keys - foreign key processing needs to be done at the end as the primary keys of related tables can be inexistent when processing columns 2015-08-17 20:47:03 -05:00
Carlos Ruiz a674a185a3 IDEMPIERE-2064 Implement toolbar+tab button / implement backward compatibility with 2packs generated before IDEMPIERE-2477 2015-08-04 15:52:19 -05:00
Carlos Ruiz 8ff9b52d2c IDEMPIERE-2447 Migration script from packin adding unnecessary updates / fix issue -> Unknown column reference type=null 2015-04-07 21:06:24 -05:00
hieplq 1cac3f646f IDEMPIERE-2544:to more warning compiler hidden good warning
leak resource
2015-04-04 13:37:51 +07:00
Carlos Ruiz b90dbf35ba hg merge release-2.1 (merge release2.1 into development) 2015-08-20 14:46:09 -05:00
Carlos Ruiz a733237fc2 hg merge release-2.1 (merge release2.1 into development) 2015-08-19 16:42:28 -05:00
Carlos Ruiz 839a5370dc hg merge release-2.1 (merge release2.1 into development) 2015-08-07 10:23:36 -05:00
Carlos Ruiz 8e0f178c35 hg merge release-2.1 (merge release2.1 into development) 2015-04-08 16:21:21 -05:00
Carlos Ruiz bb9b63bdc7 hg merge release-2.1 (merge release2.1 into development) 2015-02-25 19:20:43 -05:00
Carlos Ruiz 942ae9aed9 hg merge release-2.1 (merge release2.1 into development) 2015-02-04 11:39:56 -05:00
Carlos Ruiz 833c03ddc0 IDEMPIERE-2447 Migration script from packin adding unnecessary updates 2015-02-04 10:16:19 -05:00
Carlos Ruiz 64faf954bc hg merge release-2.1 (merge release2.1 into development) 2015-01-14 18:20:07 -05:00
Carlos Ruiz dd4e1eba3a IDEMPIERE-2397 packout should clear folder before run process. 2015-01-14 11:50:38 -05:00
Heng Sin Low 816e27a8e2 IDEMPIERE-2245 Platform Upgrade for r3. Fix Jenkin build error ( Patch from Carlos ). Fix login page show wrong version info. 2014-10-16 14:34:12 +08:00
Heng Sin Low 0b2fbe27ae IDEMPIERE-2245 Platform Upgrade for r3. 2014-10-13 11:05:19 +08:00
Carlos Ruiz 7176b33b11 Merge development (23d225fcc3d1) into zk7 branch 2014-08-27 08:39:42 -05:00
Heng Sin Low 6758daac61 IDEMPIERE-2144 Pack in of Attachment: Update entry is using wrong index. 2014-08-13 15:06:08 +08:00
Carlos Ruiz 23258a7b89 hg merge development (merge development into zk7) 2014-07-23 13:04:51 -05:00
Carlos Ruiz 6953754984 IDEMPIERE-2079 2Pack problem exporting/importing translation tabs 2014-07-18 19:11:47 -05:00
Carlos Ruiz 5176931fc1 hg merge release-2.0 (merge release2 into development) 2014-07-18 19:10:49 -05:00
Carlos Ruiz ce3406650e IDEMPIERE-2079 2Pack problem exporting/importing translation tabs 2014-07-18 19:10:31 -05:00
Carlos Ruiz fa74477ecf Update product version to 2.1.0 2014-10-30 23:30:38 -05:00
Carlos Ruiz e5241052d6 Merge development (18baef8639ba) into zk7 branch 2014-07-16 20:10:39 -05:00
hieplq bb3e0460d3 IDEMPIERE-2052:make export csv function can export multi detail tab 2014-07-12 01:19:12 +07:00
Carlos Ruiz 49d477c2d5 Merge development (717d3f6bb6a2) into zk7 branch 2014-06-03 17:58:27 -05:00
Heng Sin Low 765a5f83fa Merge b2d0ef3e00eb (development branch) into 01f827cc13c3 (zk7 branch) 2014-04-27 20:14:21 +08:00
Carlos Ruiz e247dac3a8 hg merge release-2.0 (merge release2 into development) 2014-05-14 12:41:43 -05:00
Carlos Ruiz bb7dd0a1cc IDEMPIERE-1943 NPE using 2Pack with migrated DB with null on AD_Client_UU 2014-05-08 17:33:02 -05:00
Heng Sin Low 9e5826b772 IDEMPIERE-1635 Upgrade to zk7. Update platform to Gemini Web 2.2.2, Tomcat 7.0.35 and Eclipse 4.3 ( Kepler ). 2014-04-03 01:31:20 +08:00
Carlos Ruiz 1dd6fecce4 hg merge release-2.0 (merge release2 into development) 2014-04-16 17:58:44 -05:00
Carlos Ruiz e75af0f62e IDEMPIERE-1869 List Reference value are trimmed / drop trimming of strings on packin 2014-04-16 11:46:26 -05:00
Carlos Ruiz 3f0f694709 IDEMPIERE-1905 Add feedback to time-consuming processes 2014-04-16 09:17:02 -05:00
Juan David Arboleda 319e2d27b8 IDEMPIERE-1775 PackOut process is not exporting UUIDs references for fields M_Locator_ID and C_Location_ID 2014-03-12 08:36:13 -05:00
Carlos Ruiz 5f2afcf93a hg merge release-1.0c (merge release1 into release2) 2014-02-05 11:19:17 -05:00
Carlos Ruiz fef5e02b27 IDEMPIERE-1416 Pack-in issue when an attachment has been changed 2014-02-05 08:26:41 -05:00
Carlos Ruiz e471faf00a hg merge release-1.0c (merge release1 into release2) 2014-01-24 16:57:48 -05:00
Elaine Tan 2395338c24 1003322 2Pack enhancement for TrekGlobal Extension Development
- Inactive 'Update System Maintained Application Dictionary' field from 'Pack In' window
- Default trum to false for User Level
2014-01-23 14:25:40 +08:00
Carlos Ruiz 0cea1c7fe1 IDEMPIERE-2477 Generate boolean in 2Pack as Y/N instead of true/false 2015-02-25 13:44:42 -05:00
Heng Sin Low 5a3e9a5a78 1003334 IDEMPIERE-1626 2Pack: Implement incremental 2pack activator. 2013-12-13 13:40:06 +08:00
Heng Sin Low 83bf6f7e36 Merged release-1.0c into release-2.0 2013-12-05 18:10:32 +08:00
Heng Sin Low 901d215f3a default to preserved trailing space for print item label ( printname ) since it is commonly used for formatting purpose. 2013-12-05 13:53:21 +08:00
Heng Sin Low bb6607d553 IDEMPIERE-1561 Update product version to 2.0.0. 2013-11-21 14:32:17 +08:00
Carlos Ruiz 100a7b4385 Merged idempiere/idempiere/release-1.0c into release-1.0c 2013-11-15 10:23:24 -05:00
Elaine Tan b9c3f19c84 Support "trim" attribute at the element. It is an optional attribute and is defaulted to true (i.e. trimmable). 2013-11-14 12:39:44 +08:00
Carlos Ruiz 1e227ac399 IDEMPIERE-1489 Not able to Export column record 2013-11-08 16:55:41 -05:00
Heng Sin Low 5718de9d93 1003424 2Pack failed to export C_ValidCombination (Account) field correctly. IDEMPIERE-1508 2013-11-04 23:05:38 +08:00
Heng Sin Low 860a0a615d 1003423 2Pack failed to export AD_TreeNode data. IDEMPIERE-1507 2013-11-04 21:30:32 +08:00
Heng Sin Low f589147c87 Should always trim element content when pack in. 2013-10-11 13:55:27 +08:00
Heng Sin Low a6af9e3a6f 1003322 2Pack enhancement for Extension Development. 2013-10-09 18:03:51 +08:00
Heng Sin Low b2061ea8ef Minor: added null check to prevent runtime NPE. 2013-09-10 13:15:18 +08:00
Heng Sin Low e3adf9a113 Fixed auto packin doesn't work with attachment due to invalid package directory setting. 2013-09-07 03:59:28 +08:00
Heng Sin Low fb4c2d3007 IDEMPIERE-1297 2Pack: Remove code for the lookup of record and reference using business key. Fixed NPE in previous revision. 2013-09-07 03:52:22 +08:00
Heng Sin Low 01807c9191 IDEMPIERE-1297 2Pack: Remove code for the lookup of record and reference using business key. Fixed handling of column that reference zero id table. 2013-09-07 02:37:10 +08:00
Heng Sin Low 95170aec67 IDEMPIERE-1298 2Pack: Support copying of data from one client to another. 2013-08-26 14:32:24 +08:00
Heng Sin Low cb926b2119 IDEMPIERE-1297 2Pack: Remove code for the lookup of record and reference using business key. Fixed regression. 2013-08-26 13:33:16 +08:00
Carlos Ruiz e6337d1837 Troubleshoot 2pack for IDEMPIERE-1265
Related to IDEMPIERE-1178 2Pack was exporting wrongly AD_ReportView_ID=NULL as a zero value
Also AD_Table_ID was being exported as NULL on columns
2013-08-23 19:29:59 -05:00
Heng Sin Low f724aa2656 IDEMPIERE-1297 2Pack: Remove code for the lookup of record and reference using business key. 2013-08-23 14:23:45 +08:00
Carlos Ruiz b67f23135c IDEMPIERE-1256 2Pack exporting repeated elements / refactor to use common array - previous approach was not working as the array was local 2013-08-08 02:01:29 -05:00
Carlos Ruiz a14fd8642f IDEMPIERE-1025 Improve translation for custom tables / based on patch from Richard Morales 2013-08-05 17:49:37 -05:00
Heng Sin Low 8d9a2ba66f IDEMPIERE-1223 Use ClassName as Name of OSGi component. 2013-07-31 16:30:15 +08:00
Carlos Ruiz 95bad1508c IDEMPIERE-1178 2Pack exporting AD_Role_ID=0 as null 2013-07-16 09:52:17 -05:00
Heng Sin Low ba2d798449 IDEMPIERE-1156 PackIn of New EntityType fails. Fixed NPE. 2013-07-09 22:08:59 +08:00
Carlos Ruiz 45bda82abc IDEMPIERE-1153 org.adempiere.pipo2.AbstractElementHandler.isProcessElement always returns false for enity types D and C / thanks to Anthony Sossah (xolali) 2013-07-06 17:17:48 -05:00
Heng Sin Low 26fe7cf2bc IDEMPIERE-1136 2Pack: Prevent unwanted overwrite of UUID key during pack in 2013-07-04 17:27:02 +08:00
Juan David Arboleda f6d907ff63 IDEMPIERE-454 Easy import / Improvements (speed, export selected detail tab, bug fixes) 2013-05-04 14:10:19 -05:00
Heng Sin Low ff9ced3152 IDEMPIERE-643 Packout handler not found for type MV/ET. Merge entity type handler patch from Jan Thielemann. 2013-05-03 16:18:11 +08:00
Heng Sin Low 969ba70fe1 IDEMPIERE-734 autostarting plug-ins causes a lot of errors if 2Pack/AdempiereActivator is used. 2013-03-19 15:33:02 +08:00
Carlos Ruiz e7f817ec2b IDEMPIERE-638 Fix replacing Logger with CLogger 2013-03-15 22:41:36 -05:00
Carlos Ruiz 171c5db67d IDEMPIERE-37 Make iDempiere safer using saveEx instead of save 2013-03-12 08:39:50 -05:00
jan thielemann d4c7372155 ModelValidator for pipo 2013-02-28 11:26:45 +01:00
Carlos Ruiz ac93bd4473 IDEMPIERE-638 Check log level before calling logging method / log.info / Thanks to Richard Morales 2013-02-27 20:58:38 -05:00
Richard Morales ada4a0f749 IDEMPIERE-638 Check log level before calling logging method / log.finer 2013-02-25 14:08:35 -05:00
Richard Morales 74d197cb57 IDEMPIERE-638 Check log level before calling logging method / logger.info+fine 2013-02-22 17:17:40 -05:00
Heng Sin Low f4da72ef50 IDEMPIERE-359 Add OSGi Service support for existing extension point. 1) Separate osgi service and equinox extension locator API. Service.locator() for OSGi service and EquinoxExtensionLocator.instance() for equinox extension. 2) Use OSGi service for all singleton component ( all factories and most services ) and equinox extension for others ( UI object, Process instance and PIPO handlers). 2013-02-13 16:15:43 +08:00
Richard Morales dc07ce8e37 IDEMPIERE-455 Discover and fix FindBugs problems / Pattern LSYC_LOCAL_SYNCHRONIZED - StringBuffer 2012-12-13 18:11:15 -05:00
Carlos Ruiz 24e4972406 IDEMPIERE-455 Discover and fix FindBugs problems / Pattern NP_NULL_ON_SOME_PATH (Thanks to Richard Morales) 2012-12-12 16:30:06 -05:00
Richard Morales 4c16922d20 IDEMPIERE-455 Discover and fix FindBugs problems / Pattern NP_NULL_ON_SOME_PATH_EXCEPTION 2012-12-12 10:49:56 -05:00
Richard Morales 5662475b92 IDEMPIERE-455 Discover and fix FindBugs problems / Pattern SIC_INNER_SHOULD_BE_STATIC 2012-12-11 19:47:25 -05:00
Carlos Ruiz 5e425251c9 Fix Packin showing errors about classnotfound 2012-12-11 18:09:31 -05:00
Richard Morales d9afbe2768 IDEMPIERE-455 Discover and fix FindBugs problems / Pattern OS_OPEN_STREAM 2012-12-11 16:48:34 -05:00
Richard Morales a486d1317c IDEMPIERE-308 Performance: Replace use of StringBuffer and String concatenation with StringBuilder / findbugs fb-contrib pattern LSYC_LOCAL_SYNCHRONIZED_COLLECTION 2012-12-05 12:09:37 -05:00
Heng Sin Low 2dfa60b73e IDEMPIERE-359 Add OSGi Service support for existing extension point 2012-11-06 11:39:23 +08:00
Carlos Ruiz 2fc2d6a9c1 IDEMPIERE-24 Export 2pack zip on BP window fails / make export safer with parenthesis on OR 2012-10-31 15:22:28 -05:00
David Peñuela b3de9ec20f IDEMPIERE-24 Export 2pack zip on BP window fails 2012-10-31 14:41:19 -05:00
Carlos Ruiz 066f24162e IDEMPIERE-454 Easy import / v1 -> Exporter - export data from 1 tab / Importer - allow insert in 1 tab 2012-10-26 00:03:39 -05:00
Carlos Ruiz f22faccda1 IDEMPIERE-436 AdempiereActivator is not able to run 2Pack 2012-09-19 19:20:36 -05:00
Carlos Ruiz af49e500be IDEMPIERE-254 2Pack Stabilization and Enhancement / Problems found importing packages 2012-09-19 19:12:23 -05:00
Heng Sin Low 59eefcc345 IDEMPIERE-309 Process UI: Add ask and file download dialog support 2012-06-20 15:53:10 +08:00
Heng Sin Low 668e61686f IDEMPIERE-166 Rebranding of logo and product name 2012-06-06 22:13:34 +08:00
Heng Sin Low b7c3d48f2d IDEMPIERE-254 2Pack Stabilization and Enhancement 2012-05-28 14:33:04 +08:00
Heng Sin Low ae747cd47c IDEMPIERE-254 2Pack Stabilization and Enhancement 2012-05-02 14:44:19 +08:00
Heng Sin Low 869b404e3b IDEMPIERE-141 Update Platform to Eclipse 3.7.1 2012-02-17 06:28:30 +08:00
Heng Sin Low 6ff4f0aea3 IDEMPIERE-106 Add getUUIDColumnName function to PO.
(transplanted from cb4db1801b53b0208f47bddc93529c68f30eb915)
2011-12-11 10:07:48 +08:00
Heng Sin Low ba2bbb7107 make consistent use of utf-8 encoding for the output xml file
(transplanted from d4a693106cccbb55ded9f761cc7c25bf29842b56)
2011-08-08 00:28:18 +08:00
Carlos Ruiz c58e6f00c0 Fix inconsistency in packout - the xml file encoding property is defined as ISO-8859-1 but the file stream is written with utf-8. I had problems importing the generated files, all accents and special characters were imported wrongly. 2011-02-27 00:07:26 -05:00
Heng Sin Low 87a93f946c PiPo2 - don't auto generate uuid during pack out as it is not safe to do so. 2011-02-21 19:16:16 +08:00
Heng Sin Low 02e4d1846a Fixed wrong number of parameters for sql statement. 2011-02-17 11:10:20 +08:00
Heng Sin Low c6eeb2c76e Create uuid during 2pack export. 2011-02-16 15:06:12 +08:00
Heng Sin Low 7470545d87 Fixed pack in does not recognize uuid reference. 2010-12-28 07:26:09 +08:00
Heng Sin Low 3f6be1c60d getTrxName must return null instead of empty string is trx name is not set in context. 2010-12-27 08:44:31 +08:00
Heng Sin Low 1ebc0d87ec Check if the target PO column existing value is different before set it to the value in the xml file. 2010-12-27 08:31:21 +08:00
Heng Sin Low 1fa4f0c384 Export of AD_Element_ID reference is not correct, search column for AD_Element is ColumnName, not Name. 2010-12-27 08:29:31 +08:00
Heng Sin Low f552160532 Fixed a handler's endElement method is call multiple time if there are child elements. Fixed transaction name not use for reference lookup. 2010-12-26 10:19:53 +08:00
Heng Sin Low 43c15413c2 Fixed export of uuid reference. 2010-12-25 09:32:14 +08:00
Heng Sin Low 7d4f9afb08 "reference" is an element attribute, not property. 2010-12-24 10:31:00 +08:00
Heng Sin Low 7623372601 Element type = null should be process the same as element type = ELEMENT_TYPE_PROPERTIES. 2010-12-24 01:37:24 +08:00
Heng Sin Low 25204acf0d Merge patch from red1 - fixed xerces dependency and not calling PackOut.getHandler with the correct handler Id. Rename AbstractElement.getPackOutProcess and getPackInProcess to getPackOut and getPackIn to avoid confusion that the method would return the SvrProcess instance which is not. 2010-12-23 17:27:44 +08:00
Heng Sin Low a29a673fc0 Rename PackRoll to PackRollProcess to be consistent with the new naming convention. Set pipo2 as the default pipo process using the new process loading mechanism. 2010-12-20 12:12:16 +08:00
Heng Sin Low 8d1ab1833c Updated extension point documentation formatting. Remove the use of osgi: prefix for form, modelvalidator and process to ease migration, the framework will now always check whether an implementation exists in the extension registry before checking the java classpath. Rename org.adempiere.osgi in swing to org.adempiere.ui.swing.factory and drop the incomplete IMenuAction extension in swing ( will come back to this later ). 2010-12-20 10:46:25 +08:00
Heng Sin Low 73e9023004 License header, extension point schema documentation and some minor extension point schema fixes. 2010-12-17 16:03:56 +08:00
Heng Sin Low 490784dbbc 2pack refactoring - decouple from SvrProcess and DB Model. Enhance the grid tab export framework to support export of 2pack archive. 2010-12-14 07:59:58 +08:00
Heng Sin Low 2404603e03 Cleanup, remove redundant buckminster.properties. 2010-12-06 13:53:57 +08:00
Heng Sin Low bdc88c1720 Added default buckminster properties file. 2010-11-03 15:42:52 +08:00
Heng Sin Low 83715fa436 Refactoring to make project and folder name the same as the bundle symbolic name. Migrate to use eclipse feature and product configuration ( build is broken, to fix later ) 2010-09-29 15:25:34 +08:00