8 new commits in iDempiere:
https://bitbucket.org/idempiere/idempiere/commits/8d0dd21c038d/
Changeset: 8d0dd21c038d
Branch: experimental
User: globalqss
Date: 2018-09-12 14:45:44+00:00
Summary: merge default into experimental
Affected #: 271 files
diff -r 6e02c49e6653 -r 8d0dd21c038d db/ddlutils/oracle/views/AD_FIELD_V.sql
--- a/db/ddlutils/oracle/views/AD_FIELD_V.sql
+++ b/db/ddlutils/oracle/views/AD_FIELD_V.sql
@@ -1,5 +1,5 @@
CREATE OR REPLACE VIEW ad_field_v AS
- SELECT t.ad_window_id, f.ad_tab_id, f.ad_field_id, tbl.ad_table_id, f.ad_column_id,
f.name, f.description, f.help, f.isdisplayed, f.displaylogic, f.displaylength, f.seqno, f.sortno, f.issameline, f.isheading, f.isfieldonly, f.isreadonly, f.isencrypted AS isencryptedfield, f.obscuretype, c.columnname, c.columnsql, c.fieldlength, COALESCE(f.VFormat, c.VFormat) AS VFormat, COALESCE(f.defaultvalue, c.defaultvalue) AS defaultvalue, c.iskey, c.isparent, COALESCE(f.ismandatory, c.ismandatory) AS ismandatory, c.isidentifier, c.istranslated, COALESCE(f.ad_reference_value_id, c.ad_reference_value_id) AS ad_reference_value_id, c.callout, COALESCE(f.ad_reference_id, c.ad_reference_id) AS ad_reference_id, COALESCE(f.ad_val_rule_id, c.ad_val_rule_id) AS ad_val_rule_id, c.ad_process_id, COALESCE(f.isalwaysupdateable, c.isalwaysupdateable) AS isalwaysupdateable, COALESCE(f.readonlylogic, c.readonlylogic) AS readonlylogic, COALESCE(f.mandatorylogic, c.mandatorylogic) AS mandatorylogic, COALESCE(f.isupdateable, c.isupdateable) AS isupdateable, c.isencrypted AS isencryptedcolumn, c.isselectioncolumn, tbl.tablename, c.valuemin, c.valuemax,
fg.name AS fieldgroup, vr.code AS validationcode, f.included_tab_id, fg.fieldgrouptype, fg.iscollapsedbydefault, COALESCE(f.infofactoryclass, c.infofactoryclass) AS infofactoryclass, c.isautocomplete, COALESCE(f.isallowcopy, c.isallowcopy) AS isallowcopy, f.isdisplayedgrid, f.seqnogrid, c.seqnoselection, f.xposition, f.columnspan, f.numlines, COALESCE(f.istoolbarbutton, c.istoolbarbutton) AS istoolbarbutton, c.formatpattern, f.isadvancedfield, f.isdefaultfocus, c.ad_chart_id, f.ad_labelstyle_id, f.ad_fieldstyle_id, c.pa_dashboardcontent_id, COALESCE(f.placeholder, c.placeholder) AS placeholder
+ SELECT t.ad_window_id, f.ad_tab_id, f.ad_field_id, tbl.ad_table_id, f.ad_column_id,
f.name, f.description, f.help, f.isdisplayed, f.displaylogic, f.displaylength, f.seqno, f.sortno, f.issameline, f.isheading, f.isfieldonly, f.isreadonly, f.isencrypted AS isencryptedfield, f.obscuretype, c.columnname, c.columnsql, c.fieldlength, COALESCE(f.VFormat, c.VFormat) AS VFormat, COALESCE(f.defaultvalue, c.defaultvalue) AS defaultvalue, c.iskey, c.isparent, COALESCE(f.ismandatory, c.ismandatory) AS ismandatory, c.isidentifier, c.istranslated, COALESCE(f.ad_reference_value_id, c.ad_reference_value_id) AS ad_reference_value_id, c.callout, COALESCE(f.ad_reference_id, c.ad_reference_id) AS ad_reference_id, COALESCE(f.ad_val_rule_id, c.ad_val_rule_id) AS ad_val_rule_id, c.ad_process_id, COALESCE(f.isalwaysupdateable, c.isalwaysupdateable) AS isalwaysupdateable, COALESCE(f.readonlylogic, c.readonlylogic) AS readonlylogic, COALESCE(f.mandatorylogic, c.mandatorylogic) AS mandatorylogic, COALESCE(f.isupdateable, c.isupdateable) AS isupdateable, c.isencrypted AS isencryptedcolumn, c.isselectioncolumn, tbl.tablename, c.valuemin, c.valuemax,
fg.name AS fieldgroup, vr.code AS validationcode, f.included_tab_id, fg.fieldgrouptype, fg.iscollapsedbydefault, COALESCE(f.infofactoryclass, c.infofactoryclass) AS infofactoryclass, c.isautocomplete, COALESCE(f.isallowcopy, c.isallowcopy) AS isallowcopy, f.isdisplayedgrid, f.seqnogrid, c.seqnoselection, f.xposition, f.columnspan, f.numlines, COALESCE(f.istoolbarbutton, c.istoolbarbutton) AS istoolbarbutton, c.formatpattern, f.isadvancedfield, f.isdefaultfocus, c.ad_chart_id, f.ad_labelstyle_id, f.ad_fieldstyle_id, c.pa_dashboardcontent_id, COALESCE(f.placeholder, c.placeholder) AS placeholder, c.ishtml
FROM ad_field f
JOIN ad_tab t ON f.ad_tab_id = t.ad_tab_id
LEFT JOIN ad_fieldgroup fg ON f.ad_fieldgroup_id = fg.ad_fieldgroup_id
diff -r 6e02c49e6653 -r 8d0dd21c038d db/ddlutils/oracle/views/AD_FIELD_VT.sql
--- a/db/ddlutils/oracle/views/AD_FIELD_VT.sql
+++ b/db/ddlutils/oracle/views/AD_FIELD_VT.sql
@@ -1,5 +1,5 @@
CREATE OR REPLACE VIEW ad_field_vt AS
- SELECT trl.ad_language, t.ad_window_id, f.ad_tab_id, f.ad_field_id, tbl.ad_table_id, f.ad_column_id,
trl.name, trl.description, trl.help, f.isdisplayed, f.displaylogic, f.displaylength, f.seqno, f.sortno, f.issameline, f.isheading, f.isfieldonly, f.isreadonly, f.isencrypted AS isencryptedfield, f.obscuretype, c.columnname, c.columnsql, c.fieldlength, COALESCE(f.VFormat, c.VFormat) AS VFormat, COALESCE(f.defaultvalue, c.defaultvalue) AS defaultvalue, c.iskey, c.isparent, COALESCE(f.ismandatory, c.ismandatory) AS ismandatory, c.isidentifier, c.istranslated, COALESCE(f.ad_reference_value_id, c.ad_reference_value_id) AS ad_reference_value_id, c.callout, COALESCE(f.ad_reference_id, c.ad_reference_id) AS ad_reference_id, COALESCE(f.ad_val_rule_id, c.ad_val_rule_id) AS ad_val_rule_id, c.ad_process_id, COALESCE(f.isalwaysupdateable, c.isalwaysupdateable) AS isalwaysupdateable, COALESCE(f.readonlylogic, c.readonlylogic) AS readonlylogic, COALESCE(f.mandatorylogic, c.mandatorylogic) AS mandatorylogic, COALESCE(f.isupdateable, c.isupdateable) AS isupdateable, c.isencrypted AS isencryptedcolumn, c.isselectioncolumn, tbl.tablename, c.valuemin, c.valuemax,
fgt.name AS fieldgroup, vr.code AS validationcode, f.included_tab_id, fg.fieldgrouptype, fg.iscollapsedbydefault, COALESCE(f.infofactoryclass, c.infofactoryclass) AS infofactoryclass, c.isautocomplete, COALESCE(f.isallowcopy, c.isallowcopy) AS isallowcopy, f.isdisplayedgrid, f.seqnogrid, c.seqnoselection, f.xposition, f.columnspan, f.numlines, COALESCE(f.istoolbarbutton, c.istoolbarbutton) AS istoolbarbutton, c.formatpattern, f.isadvancedfield, f.isdefaultfocus, c.ad_chart_id, f.ad_labelstyle_id, f.ad_fieldstyle_id, c.pa_dashboardcontent_id, COALESCE(trl.placeholder, ct.placeholder) AS placeholder
+ SELECT trl.ad_language, t.ad_window_id, f.ad_tab_id, f.ad_field_id, tbl.ad_table_id, f.ad_column_id,
trl.name, trl.description, trl.help, f.isdisplayed, f.displaylogic, f.displaylength, f.seqno, f.sortno, f.issameline, f.isheading, f.isfieldonly, f.isreadonly, f.isencrypted AS isencryptedfield, f.obscuretype, c.columnname, c.columnsql, c.fieldlength, COALESCE(f.VFormat, c.VFormat) AS VFormat, COALESCE(f.defaultvalue, c.defaultvalue) AS defaultvalue, c.iskey, c.isparent, COALESCE(f.ismandatory, c.ismandatory) AS ismandatory, c.isidentifier, c.istranslated, COALESCE(f.ad_reference_value_id, c.ad_reference_value_id) AS ad_reference_value_id, c.callout, COALESCE(f.ad_reference_id, c.ad_reference_id) AS ad_reference_id, COALESCE(f.ad_val_rule_id, c.ad_val_rule_id) AS ad_val_rule_id, c.ad_process_id, COALESCE(f.isalwaysupdateable, c.isalwaysupdateable) AS isalwaysupdateable, COALESCE(f.readonlylogic, c.readonlylogic) AS readonlylogic, COALESCE(f.mandatorylogic, c.mandatorylogic) AS mandatorylogic, COALESCE(f.isupdateable, c.isupdateable) AS isupdateable, c.isencrypted AS isencryptedcolumn, c.isselectioncolumn, tbl.tablename, c.valuemin, c.valuemax,
fgt.name AS fieldgroup, vr.code AS validationcode, f.included_tab_id, fg.fieldgrouptype, fg.iscollapsedbydefault, COALESCE(f.infofactoryclass, c.infofactoryclass) AS infofactoryclass, c.isautocomplete, COALESCE(f.isallowcopy, c.isallowcopy) AS isallowcopy, f.isdisplayedgrid, f.seqnogrid, c.seqnoselection, f.xposition, f.columnspan, f.numlines, COALESCE(f.istoolbarbutton, c.istoolbarbutton) AS istoolbarbutton, c.formatpattern, f.isadvancedfield, f.isdefaultfocus, c.ad_chart_id, f.ad_labelstyle_id, f.ad_fieldstyle_id, c.pa_dashboardcontent_id, COALESCE(trl.placeholder, ct.placeholder) AS placeholder, c.ishtml
FROM ad_field f
JOIN ad_field_trl trl ON f.ad_field_id = trl.ad_field_id
JOIN ad_tab t ON f.ad_tab_id = t.ad_tab_id
diff -r 6e02c49e6653 -r 8d0dd21c038d db/ddlutils/postgresql/functions/altercolumn.sql
--- a/db/ddlutils/postgresql/functions/altercolumn.sql
+++ b/db/ddlutils/postgresql/functions/altercolumn.sql
@@ -1,10 +1,14 @@
-create or replace function altercolumn(tablename name, columnname name, datatype name,
-nullclause varchar, defaultclause varchar) returns void as $$
+CREATE OR REPLACE FUNCTION adempiere.altercolumn(tablename name, columnname name, datatype name, nullclause character varying, defaultclause character varying, namespace name)
+ RETURNS void
+ LANGUAGE plpgsql
+AS $function$
declare
command text;
viewtext text[];
viewname name[];
dropviews name[];
+ perms text[];
+ privs text;
i int;
j int;
v record;
@@ -15,12 +19,14 @@
if datatype is not null then
select pg_type.typname, format_type(pg_type.oid, pg_attribute.atttypmod)
into typename, sqltype
- from pg_class, pg_attribute, pg_type
+ from pg_class, pg_attribute, pg_type, pg_namespace
where relname = lower(tablename)
and relkind = 'r'
and pg_class.oid = pg_attribute.attrelid
and attname = lower(columnname)
- and atttypid = pg_type.oid;
+ and atttypid = pg_type.oid
+ and pg_class.relnamespace = pg_namespace.oid
+ and pg_namespace.nspname = lower(namespace);
sqltype_short := sqltype;
if typename = 'numeric' then
sqltype_short := replace(sqltype, ',0', '');
@@ -34,7 +40,7 @@
for v in
with recursive depv(relname, viewoid, depth) as (
select distinct a.relname, a.oid, 1
- from pg_class a, pg_depend b, pg_depend c, pg_class d, pg_attribute e
+ from pg_class a, pg_depend b, pg_depend c, pg_class d, pg_attribute e, pg_namespace
where a.oid = b.refobjid
and b.objid = c.objid
and b.refobjid <> c.refobjid
@@ -46,6 +52,8 @@
and e.attname = lower(columnname)
and c.refobjsubid = e.attnum
and a.relkind = 'v'
+ and a.relnamespace = pg_namespace.oid
+ and pg_namespace.nspname = lower(namespace)
union all
select distinct dependee.relname, dependee.oid, depv.depth+1
from pg_depend
@@ -54,9 +62,12 @@
join pg_class as dependent on pg_depend.refobjid = dependent.oid
join pg_attribute ON pg_depend.refobjid = pg_attribute.attrelid and pg_depend.refobjsubid = pg_attribute.attnum and pg_attribute.attnum > 0
join depv on dependent.relname = depv.relname
+ join pg_namespace on dependee.relnamespace = pg_namespace.oid
+ where pg_namespace.nspname = lower(namespace)
)
select relname, viewoid, max(depth) from depv group by relname, viewoid order by 3 desc
loop
+ raise notice 'view -> % %', v.relname, v.viewoid;
i := i + 1;
viewtext[i] := pg_get_viewdef(v.viewoid);
viewname[i] := v.relname;
@@ -64,6 +75,11 @@
if i > 0 then
begin
for j in 1 .. i loop
+ SELECT String_agg('grant ' || privilege_type || ' on ' || viewname[j] || ' to ' || grantee, '; ')
+ into privs
+ FROM information_schema.role_table_grants
+ WHERE table_name=viewname[j];
+ perms[j] := privs;
command := 'drop view ' || viewname[j];
raise notice 'executing -> %', command;
execute command;
@@ -91,6 +107,9 @@
command := 'create or replace view ' || dropviews[j] || ' as ' || viewtext[j];
raise notice 'executing -> %', 'create view ' || dropviews[j];
execute command;
+ command := perms[j];
+ raise notice 'executing -> %', 'grant ' || perms[j];
+ execute command;
end loop;
end if;
end if;
@@ -122,7 +141,7 @@
end if;
end if;
end;
-$$ language plpgsql;
+$function$
/*
create table t_alter_column
diff -r 6e02c49e6653 -r 8d0dd21c038d db/ddlutils/postgresql/views/AD_FIELD_V.sql
--- a/db/ddlutils/postgresql/views/AD_FIELD_V.sql
+++ b/db/ddlutils/postgresql/views/AD_FIELD_V.sql
@@ -7,7 +7,7 @@
c.isencrypted AS isencryptedcolumn, c.isselectioncolumn, tbl.tablename, c.valuemin, c.valuemax,
fg.name AS fieldgroup, vr.code AS validationcode, f.included_tab_id, fg.fieldgrouptype,
fg.iscollapsedbydefault, COALESCE(f.infofactoryclass, c.infofactoryclass) AS infofactoryclass, c.isautocomplete, COALESCE(f.isallowcopy, c.isallowcopy) AS isallowcopy, f.isdisplayedgrid,
f.seqnogrid, c.seqnoselection, f.xposition, f.columnspan, f.numlines, COALESCE(f.istoolbarbutton, c.istoolbarbutton) AS istoolbarbutton, c.formatpattern, f.isadvancedfield, f.isdefaultfocus,
-c.ad_chart_id, f.ad_labelstyle_id, f.ad_fieldstyle_id, c.pa_dashboardcontent_id, COALESCE(f.placeholder, c.placeholder) AS placeholder
+c.ad_chart_id, f.ad_labelstyle_id, f.ad_fieldstyle_id, c.pa_dashboardcontent_id, COALESCE(f.placeholder, c.placeholder) AS placeholder, c.ishtml
FROM ad_field f
JOIN ad_tab t ON f.ad_tab_id = t.ad_tab_id
LEFT JOIN ad_fieldgroup fg ON f.ad_fieldgroup_id = fg.ad_fieldgroup_id
diff -r 6e02c49e6653 -r 8d0dd21c038d db/ddlutils/postgresql/views/AD_FIELD_VT.sql
--- a/db/ddlutils/postgresql/views/AD_FIELD_VT.sql
+++ b/db/ddlutils/postgresql/views/AD_FIELD_VT.sql
@@ -6,7 +6,7 @@
c.isalwaysupdateable) AS isalwaysupdateable, COALESCE(f.readonlylogic, c.readonlylogic) AS readonlylogic, COALESCE(f.mandatorylogic, c.mandatorylogic) AS mandatorylogic, COALESCE(f.isupdateable, c.isupdateable) AS isupdateable,
c.isencrypted AS isencryptedcolumn, c.isselectioncolumn, tbl.tablename, c.valuemin, c.valuemax,
fgt.name AS fieldgroup, vr.code AS validationcode, f.included_tab_id, fg.fieldgrouptype,
fg.iscollapsedbydefault, COALESCE(f.infofactoryclass, c.infofactoryclass) AS infofactoryclass, c.isautocomplete, COALESCE(f.isallowcopy, c.isallowcopy) AS isallowcopy, f.isdisplayedgrid,
- f.seqnogrid, c.seqnoselection, f.xposition, f.columnspan, f.numlines, COALESCE(f.istoolbarbutton, c.istoolbarbutton) AS istoolbarbutton, c.formatpattern, f.isadvancedfield, f.isdefaultfocus, c.ad_chart_id, f.ad_labelstyle_id, f.ad_fieldstyle_id, c.pa_dashboardcontent_id, COALESCE(trl.placeholder, ct.placeholder) AS placeholder
+ f.seqnogrid, c.seqnoselection, f.xposition, f.columnspan, f.numlines, COALESCE(f.istoolbarbutton, c.istoolbarbutton) AS istoolbarbutton, c.formatpattern, f.isadvancedfield, f.isdefaultfocus, c.ad_chart_id, f.ad_labelstyle_id, f.ad_fieldstyle_id, c.pa_dashboardcontent_id, COALESCE(trl.placeholder, ct.placeholder) AS placeholder, c.ishtml
FROM ad_field f
JOIN ad_field_trl trl ON f.ad_field_id = trl.ad_field_id
JOIN ad_tab t ON f.ad_tab_id = t.ad_tab_id
diff -r 6e02c49e6653 -r 8d0dd21c038d migration/i5.1/oracle/201312231347_IDEMPIERE-1539.sql
--- /dev/null
+++ b/migration/i5.1/oracle/201312231347_IDEMPIERE-1539.sql
@@ -0,0 +1,11 @@
+SET SQLBLANKLINES ON
+SET DEFINE OFF
+
+-- Dec 23, 2013 1:36:38 PM COT
+-- IDEMPIERE-1539
+INSERT INTO AD_Ref_List (AD_Ref_List_ID,AD_Reference_ID,AD_Ref_List_UU,Name,Value,Created,CreatedBy,Updated,UpdatedBy,IsActive,EntityType,AD_Client_ID,AD_Org_ID) VALUES (200168,200061,'9562f4db-97a9-4df5-99d0-b2f5bc0e2b4c','Full Like','LIKE',TO_DATE('2013-12-23 13:36:48','YYYY-MM-DD HH24:MI:SS'),100,TO_DATE('2013-12-23 13:36:48','YYYY-MM-DD HH24:MI:SS'),100,'Y','D',0,0)
+;
+
+SELECT register_migration_script('201312231347_IDEMPIERE-1539.sql') FROM dual
+;
+
diff -r 6e02c49e6653 -r 8d0dd21c038d migration/i5.1/oracle/201803221017_IDEMPIERE-3664.sql
--- /dev/null
+++ b/migration/i5.1/oracle/201803221017_IDEMPIERE-3664.sql
@@ -0,0 +1,15 @@
+SET SQLBLANKLINES ON
+SET DEFINE OFF
+
+-- IDEMPIERE-3664
+-- Mar 22, 2018 10:16:54 AM BRT
+INSERT INTO AD_SysConfig (AD_SysConfig_ID,AD_Client_ID,AD_Org_ID,Created,Updated,CreatedBy,UpdatedBy,IsActive,Name,Value,Description,EntityType,ConfigurationLevel,AD_SysConfig_UU) VALUES (200116,0,0,TO_DATE('2018-03-22 10:16:53','YYYY-MM-DD HH24:MI:SS'),TO_DATE('2018-03-22 10:16:53','YYYY-MM-DD HH24:MI:SS'),100,100,'Y','AUTO_ASSIGN_ROLE_TO_CREATOR_USER','N','Defines if a role is assigned to the creator user when creating a new role ','D','S','dc4be8d1-a164-4e6d-8e02-be6c498d1669')
+;
+
+-- Mar 22, 2018 10:17:03 AM BRT
+UPDATE AD_SysConfig SET ConfigurationLevel='C',Updated=TO_DATE('2018-03-22 10:17:03','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_SysConfig_ID=200116
+;
+
+SELECT register_migration_script('201803221017_IDEMPIERE-3664.sql') FROM dual
+;
+
diff -r 6e02c49e6653 -r 8d0dd21c038d migration/i5.1/oracle/201804121657_IDEMPIERE-3685.sql
--- /dev/null
+++ b/migration/i5.1/oracle/201804121657_IDEMPIERE-3685.sql
@@ -0,0 +1,11 @@
+SET SQLBLANKLINES ON
+SET DEFINE OFF
+
+-- IDEMPIERE-3685
+-- Apr 12, 2018 4:51:48 PM CEST
+UPDATE AD_Tab SET WhereClause='(AD_Field.IsDisplayed=''Y'' OR AD_Field.IsDisplayedGrid=''Y'')', OrderByClause='AD_Field.SeqNo, AD_Field.SeqNoGrid',Updated=TO_DATE('2018-04-12 16:51:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=107
+;
+
+SELECT register_migration_script('201804121657_IDEMPIERE-3685.sql') FROM dual
+;
+
diff -r 6e02c49e6653 -r 8d0dd21c038d migration/i5.1/oracle/201804170900_IDEMPIERE-3691.sql
--- /dev/null
+++ b/migration/i5.1/oracle/201804170900_IDEMPIERE-3691.sql
@@ -0,0 +1,10 @@
+SET SQLBLANKLINES ON
+SET DEFINE OFF
+
+-- IDEMPIERE-3691 "Row" tooltip is not translated
+-- Apr 17, 2018 9:04:04 AM CEST
+INSERT INTO AD_Message (MsgType,MsgText,AD_Client_ID,AD_Org_ID,IsActive,Created,CreatedBy,Updated,UpdatedBy,AD_Message_ID,Value,EntityType,AD_Message_UU) VALUES ('I','Row',0,0,'Y',TO_DATE('2018-04-17 09:04:03','YYYY-MM-DD HH24:MI:SS'),0,TO_DATE('2018-04-17 09:04:03','YYYY-MM-DD HH24:MI:SS'),0,200452,'Row','D','df5d9baf-0fd2-477c-aa27-da90069bbd07')
+;
+
+SELECT register_migration_script('201804170900_IDEMPIERE-3691.sql') FROM dual
+;
\ No newline at end of file
diff -r 6e02c49e6653 -r 8d0dd21c038d migration/i5.1/oracle/201804170941_IDEMPIERE-3678.sql
--- /dev/null
+++ b/migration/i5.1/oracle/201804170941_IDEMPIERE-3678.sql
@@ -0,0 +1,107 @@
+SET SQLBLANKLINES ON
+SET DEFINE OFF
+
+-- IDEMPIERE-3678
+-- Apr 17, 2018 9:39:44 AM CEST
+UPDATE AD_Field SET IsDisplayed='Y', SeqNo=40, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, XPosition=4, ColumnSpan=2, IsToolbarButton=NULL,Updated=TO_DATE('2018-04-17 09:39:44','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=62137
+;
+
+-- Apr 17, 2018 9:39:44 AM CEST
+UPDATE AD_Field SET SeqNo=50, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_DATE('2018-04-17 09:39:44','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=62128
+;
+
+-- Apr 17, 2018 9:39:44 AM CEST
+UPDATE AD_Field SET SeqNo=60, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_DATE('2018-04-17 09:39:44','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=62129
+;
+
+-- Apr 17, 2018 9:39:44 AM CEST
+UPDATE AD_Field SET SeqNo=70, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_DATE('2018-04-17 09:39:44','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=62116
+;
+
+-- Apr 17, 2018 9:39:44 AM CEST
+UPDATE AD_Field SET SeqNo=80, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_DATE('2018-04-17 09:39:44','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=62131
+;
+
+-- Apr 17, 2018 9:39:44 AM CEST
+UPDATE AD_Field SET SeqNo=90, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_DATE('2018-04-17 09:39:44','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=62133
+;
+
+-- Apr 17, 2018 9:39:44 AM CEST
+UPDATE AD_Field SET SeqNo=100, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_DATE('2018-04-17 09:39:44','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=62134
+;
+
+-- Apr 17, 2018 9:39:44 AM CEST
+UPDATE AD_Field SET SeqNo=110, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_DATE('2018-04-17 09:39:44','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=62132
+;
+
+-- Apr 17, 2018 9:39:44 AM CEST
+UPDATE AD_Field SET SeqNo=120, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_DATE('2018-04-17 09:39:44','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=62135
+;
+
+-- Apr 17, 2018 9:39:44 AM CEST
+UPDATE AD_Field SET SeqNo=130, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_DATE('2018-04-17 09:39:44','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=62143
+;
+
+-- Apr 17, 2018 9:39:44 AM CEST
+UPDATE AD_Field SET SeqNo=140, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_DATE('2018-04-17 09:39:44','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=62140
+;
+
+-- Apr 17, 2018 9:39:44 AM CEST
+UPDATE AD_Field SET SeqNo=150, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_DATE('2018-04-17 09:39:44','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=62725
+;
+
+-- Apr 17, 2018 9:39:44 AM CEST
+UPDATE AD_Field SET SeqNo=160, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_DATE('2018-04-17 09:39:44','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=62724
+;
+
+-- Apr 17, 2018 9:39:44 AM CEST
+UPDATE AD_Field SET SeqNo=170, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_DATE('2018-04-17 09:39:44','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=62139
+;
+
+-- Apr 17, 2018 9:39:44 AM CEST
+UPDATE AD_Field SET SeqNo=180, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_DATE('2018-04-17 09:39:44','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=62144
+;
+
+-- Apr 17, 2018 9:39:44 AM CEST
+UPDATE AD_Field SET SeqNo=190, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_DATE('2018-04-17 09:39:44','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=62155
+;
+
+-- Apr 17, 2018 9:39:44 AM CEST
+UPDATE AD_Field SET SeqNo=200, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_DATE('2018-04-17 09:39:44','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=62147
+;
+
+-- Apr 17, 2018 9:39:44 AM CEST
+UPDATE AD_Field SET SeqNo=210, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_DATE('2018-04-17 09:39:44','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=62148
+;
+
+-- Apr 17, 2018 9:39:44 AM CEST
+UPDATE AD_Field SET SeqNo=220, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_DATE('2018-04-17 09:39:44','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=62149
+;
+
+-- Apr 17, 2018 9:39:44 AM CEST
+UPDATE AD_Field SET SeqNo=230, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_DATE('2018-04-17 09:39:44','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=62150
+;
+
+-- Apr 17, 2018 9:39:44 AM CEST
+UPDATE AD_Field SET SeqNo=240, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_DATE('2018-04-17 09:39:44','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=62130
+;
+
+-- Apr 17, 2018 9:39:44 AM CEST
+UPDATE AD_Field SET SeqNo=0, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_DATE('2018-04-17 09:39:44','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=204611
+;
+
+-- Apr 17, 2018 9:40:56 AM CEST
+UPDATE AD_Field SET DisplayLogic='@C_BPartner_ID@!0', AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsAllowCopy='N', IsToolbarButton=NULL,Updated=TO_DATE('2018-04-17 09:40:56','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=62137
+;
+
+-- Apr 17, 2018 9:46:44 AM CEST
+UPDATE AD_Process_Para SET MandatoryLogic='@CreateOpportunity@=Y',Updated=TO_DATE('2018-04-17 09:46:44','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Process_Para_ID=53585
+;
+
+-- Apr 17, 2018 9:48:43 AM CEST
+UPDATE AD_Field SET AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, ReadOnlyLogic='@C_BPartner_ID@!0', IsToolbarButton=NULL,Updated=TO_DATE('2018-04-17 09:48:43','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=62116
+;
+
+SELECT register_migration_script('201804170941_IDEMPIERE-3678.sql') FROM dual
+;
+
diff -r 6e02c49e6653 -r 8d0dd21c038d migration/i5.1/oracle/201804251707_IDEMPIERE-3698.sql
--- /dev/null
+++ b/migration/i5.1/oracle/201804251707_IDEMPIERE-3698.sql
@@ -0,0 +1,16 @@
+SET SQLBLANKLINES ON
+SET DEFINE OFF
+
+-- R_MailText.MailText
+-- Apr 25, 2018 5:01:41 PM CEST
+UPDATE AD_Column SET FieldLength=0, AD_Reference_ID=36,Updated=TO_DATE('2018-04-25 17:01:41','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=5414
+;
+
+-- Apr 25, 2018 5:01:48 PM CEST
+ALTER TABLE R_MailText ADD Tmp_MailText CLOB;
+UPDATE R_MailText SET Tmp_MailText = TO_CHAR(MailText);
+ALTER TABLE R_MailText DROP COLUMN MailText;
+ALTER TABLE R_MailText RENAME COLUMN Tmp_MailText TO MailText;
+
+SELECT register_migration_script('201804251707_IDEMPIERE-3698.sql') FROM dual
+;
diff -r 6e02c49e6653 -r 8d0dd21c038d migration/i5.1/oracle/201805011457_IDEMPIERE-3632.sql
--- /dev/null
+++ b/migration/i5.1/oracle/201805011457_IDEMPIERE-3632.sql
@@ -0,0 +1,19 @@
+SET SQLBLANKLINES ON
+SET DEFINE OFF
+
+-- IDEMPIERE-1298 2Pack: Support copying of data from one client to another
+-- May 1, 2018 7:55:19 AM COT
+UPDATE AD_Column SET AD_Reference_ID=14,Updated=TO_DATE('2018-05-01 07:55:19','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=3376
+;
+
+-- May 1, 2018 7:56:13 AM COT
+UPDATE AD_Field SET AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, NumLines=3, IsToolbarButton=NULL,Updated=TO_DATE('2018-05-01 07:56:13','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=7543
+;
+
+-- May 1, 2018 7:56:38 AM COT
+UPDATE AD_Field SET AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, NumLines=3, IsToolbarButton=NULL,Updated=TO_DATE('2018-05-01 07:56:38','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=2577
+;
+
+SELECT register_migration_script('201805011457_IDEMPIERE-3632.sql') FROM dual
+;
+
diff -r 6e02c49e6653 -r 8d0dd21c038d migration/i5.1/oracle/201805021545_IDEMPIERE-2852.sql
--- /dev/null
+++ b/migration/i5.1/oracle/201805021545_IDEMPIERE-2852.sql
@@ -0,0 +1,131 @@
+SET SQLBLANKLINES ON
+SET DEFINE OFF
+
+-- IDEMPIERE-2852
+-- May 2, 2018 3:17:39 PM CEST
+UPDATE AD_SysConfig SET ConfigurationLevel='C',Updated=TO_DATE('2018-05-02 15:17:39','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_SysConfig_ID=50039
+;
+
+-- May 2, 2018 3:18:25 PM CEST
+UPDATE AD_SysConfig SET ConfigurationLevel='C',Updated=TO_DATE('2018-05-02 15:18:25','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_SysConfig_ID=200050
+;
+
+-- May 2, 2018 3:18:51 PM CEST
+UPDATE AD_SysConfig SET ConfigurationLevel='C',Updated=TO_DATE('2018-05-02 15:18:51','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_SysConfig_ID=50024
+;
+
+update ad_sysconfig set ad_sysconfig_id=200118, ad_sysconfig_uu='4731096e-6ed8-4bc8-85d1-43d9caf8a2f8' where ad_client_id=0 and name='ALLOW_APPLY_PAYMENT_TO_CREDITMEMO';
+
+update ad_sysconfig set ad_sysconfig_id=200119, ad_sysconfig_uu='52933d5d-d70d-432a-9d4b-037a2d940b85' where ad_client_id=0 and name='ALLOW_OVER_APPLIED_PAYMENT';
+
+update ad_sysconfig set ad_sysconfig_id=200120, ad_sysconfig_uu='a69f35d6-3bbf-4eb6-81b6-d38be345f89c' where ad_client_id=0 and name='APPLICATION_URL';
+
+update ad_sysconfig set ad_sysconfig_id=200121, ad_sysconfig_uu='25fad374-325e-4f62-a00b-84f76e81d3a9' where ad_client_id=0 and name='CALENDAR_ALTERNATE_TIMEZONE';
+
+update ad_sysconfig set ad_sysconfig_id=200122, ad_sysconfig_uu='e367e204-35ca-4838-ad2a-cc096023add4' where ad_client_id=0 and name='ENABLE_PAYMENTBOX_BUTTON';
+
+update ad_sysconfig set ad_sysconfig_id=200123, ad_sysconfig_uu='638bd8a9-e72c-45f3-877c-f6f2ffa8453e' where ad_client_id=0 and name='HTML_REPORT_THEME';
+
+update ad_sysconfig set ad_sysconfig_id=200124, ad_sysconfig_uu='678852cf-bf78-4644-8cb5-79498785b961' where ad_client_id=0 and name='MAIL_DONT_SEND_TO_ADDRESS';
+
+update ad_sysconfig set ad_sysconfig_id=200125, ad_sysconfig_uu='ebdef833-b08b-4cd6-a250-e1ed7969b636' where ad_client_id=0 and name='MAIL_SEND_BCC_TO_ADDRESS';
+
+update ad_sysconfig set ad_sysconfig_id=200126, ad_sysconfig_uu='40688467-44aa-4189-b8f6-cf897d61d984' where ad_client_id=0 and name='MAX_ACTIVITIES_IN_LIST';
+
+update ad_sysconfig set ad_sysconfig_id=200127, ad_sysconfig_uu='5432f856-85e2-46b8-9095-8c8a73d874e3' where ad_client_id=0 and name='MFG_ValidateCostsDifferenceOnCreate';
+
+update ad_sysconfig set ad_sysconfig_id=200128, ad_sysconfig_uu='2bb77e84-41da-48ec-985e-f03223204b1d' where ad_client_id=0 and name='MFG_ValidateCostsOnCreate';
+
+update ad_sysconfig set ad_sysconfig_id=200129, ad_sysconfig_uu='79d83d91-f4d8-4118-a22b-7d336deccaea' where ad_client_id=0 and name='STANDARD_REPORT_FOOTER_TRADEMARK_TEXT';
+
+update ad_sysconfig set ad_sysconfig_id=200132, ad_sysconfig_uu='a6cc348b-d7c9-4af6-a5ae-416b23d9c220' where ad_client_id=0 and name='ZK_DECIMALBOX_PROCESS_DOTKEYPAD';
+
+update ad_sysconfig set ad_sysconfig_id=200133, ad_sysconfig_uu='0cefeb0f-2c5c-4d71-87c5-85a23731a6ac' where ad_client_id=0 and name='ZK_FOOTER_SERVER_DATETIME_FORMAT';
+
+update ad_sysconfig set ad_sysconfig_id=200134, ad_sysconfig_uu='a18d519b-eeb6-4ec6-a080-1495ad829dba' where ad_client_id=0 and name='ZK_FOOTER_SERVER_MSG';
+
+update ad_sysconfig set ad_sysconfig_id=200135, ad_sysconfig_uu='88547d79-3b61-4648-9a16-1f4e1a14f426' where ad_client_id=0 and name='ZK_GRID_MOBILE_MAX_COLUMNS';
+
+update ad_sysconfig set ad_sysconfig_id=200136, ad_sysconfig_uu='b535d0cb-8921-4f84-a1b5-01fb9620779e' where ad_client_id=0 and name='ZK_MOBILE_PAGING_SIZE';
+
+update ad_sysconfig set ad_sysconfig_id=200137, ad_sysconfig_uu='0599feeb-845f-4ccb-a740-94ad04c85d64' where ad_client_id=0 and name='ZK_SESSION_TIMEOUT_IN_SECONDS';
+
+-- May 2, 2018 3:19:49 PM CEST
+INSERT INTO AD_SysConfig (AD_SysConfig_ID,AD_Client_ID,AD_Org_ID,Created,Updated,CreatedBy,UpdatedBy,IsActive,Name,Value,Description,EntityType,ConfigurationLevel,AD_SysConfig_UU) VALUES (200118,0,0,TO_DATE('2018-05-02 15:19:49','YYYY-MM-DD HH24:MI:SS'),TO_DATE('2018-05-02 15:19:49','YYYY-MM-DD HH24:MI:SS'),100,100,'Y','ALLOW_APPLY_PAYMENT_TO_CREDITMEMO','N','Allow applying payment to a credit memo','D','C','4731096e-6ed8-4bc8-85d1-43d9caf8a2f8')
+;
+
+-- May 2, 2018 3:20:27 PM CEST
+INSERT INTO AD_SysConfig (AD_SysConfig_ID,AD_Client_ID,AD_Org_ID,Created,Updated,CreatedBy,UpdatedBy,IsActive,Name,Value,Description,EntityType,ConfigurationLevel,AD_SysConfig_UU) VALUES (200119,0,0,TO_DATE('2018-05-02 15:20:27','YYYY-MM-DD HH24:MI:SS'),TO_DATE('2018-05-02 15:20:27','YYYY-MM-DD HH24:MI:SS'),100,100,'Y','ALLOW_OVER_APPLIED_PAYMENT','N','Allow a payment to be over applied to an invoice','D','C','52933d5d-d70d-432a-9d4b-037a2d940b85')
+;
+
+-- May 2, 2018 3:22:55 PM CEST
+INSERT INTO AD_SysConfig (AD_SysConfig_ID,AD_Client_ID,AD_Org_ID,Created,Updated,CreatedBy,UpdatedBy,IsActive,Name,Value,Description,EntityType,ConfigurationLevel,AD_SysConfig_UU) VALUES (200120,0,0,TO_DATE('2018-05-02 15:22:54','YYYY-MM-DD HH24:MI:SS'),TO_DATE('2018-05-02 15:22:54','YYYY-MM-DD HH24:MI:SS'),100,100,'Y','APPLICATION_URL','USE_HARDCODED','Server URL to generate zoom for a record. When empty, or using the value USE_HARDCODED, the system generates an URL with current protocol, server name, port, context','D','C','a69f35d6-3bbf-4eb6-81b6-d38be345f89c')
+;
+
+-- May 2, 2018 3:24:05 PM CEST
+INSERT INTO AD_SysConfig (AD_SysConfig_ID,AD_Client_ID,AD_Org_ID,Created,Updated,CreatedBy,UpdatedBy,IsActive,Name,Value,Description,EntityType,ConfigurationLevel,AD_SysConfig_UU) VALUES (200121,0,0,TO_DATE('2018-05-02 15:24:05','YYYY-MM-DD HH24:MI:SS'),TO_DATE('2018-05-02 15:24:05','YYYY-MM-DD HH24:MI:SS'),100,100,'Y','CALENDAR_ALTERNATE_TIMEZONE','Pacific Time=PST','Alternate time zone to show in Calendar window. It can be defined as one zone or several zones separated by comma. A zone is defined by a title =timezone, title is shown in the calendar, and the timezone must conform to timezone standard. If set empty (a ','D','C','25fad374-325e-4f62-a00b-84f76e81d3a9')
+;
+
+-- May 2, 2018 3:28:04 PM CEST
+INSERT INTO AD_SysConfig (AD_SysConfig_ID,AD_Client_ID,AD_Org_ID,Created,Updated,CreatedBy,UpdatedBy,IsActive,Name,Value,Description,EntityType,ConfigurationLevel,AD_SysConfig_UU) VALUES (200122,0,0,TO_DATE('2018-05-02 15:28:04','YYYY-MM-DD HH24:MI:SS'),TO_DATE('2018-05-02 15:28:04','YYYY-MM-DD HH24:MI:SS'),100,100,'Y','ENABLE_PAYMENTBOX_BUTTON','Y','Defines if the payment button besides the payment rule is shown or not','D','C','e367e204-35ca-4838-ad2a-cc096023add4')
+;
+
+-- May 2, 2018 3:29:55 PM CEST
+INSERT INTO AD_SysConfig (AD_SysConfig_ID,AD_Client_ID,AD_Org_ID,Created,Updated,CreatedBy,UpdatedBy,IsActive,Name,Value,Description,EntityType,ConfigurationLevel,AD_SysConfig_UU) VALUES (200123,0,0,TO_DATE('2018-05-02 15:29:55','YYYY-MM-DD HH24:MI:SS'),TO_DATE('2018-05-02 15:29:55','YYYY-MM-DD HH24:MI:SS'),100,100,'Y','HTML_REPORT_THEME','/','Name of optional theme for HTML reports on webui','D','C','638bd8a9-e72c-45f3-877c-f6f2ffa8453e')
+;
+
+-- May 2, 2018 3:30:36 PM CEST
+INSERT INTO AD_SysConfig (AD_SysConfig_ID,AD_Client_ID,AD_Org_ID,Created,Updated,CreatedBy,UpdatedBy,IsActive,Name,Value,Description,EntityType,ConfigurationLevel,AD_SysConfig_UU) VALUES (200124,0,0,TO_DATE('2018-05-02 15:30:36','YYYY-MM-DD HH24:MI:SS'),TO_DATE('2018-05-02 15:30:36','YYYY-MM-DD HH24:MI:SS'),100,100,'Y','MAIL_DONT_SEND_TO_ADDRESS','N','For test systems you can set up this key to avoid sending unwanted messages. If combined with MAIL_SEND_BCC_TO_ADDRESS, then it will send messages just to the configured address','D','C','678852cf-bf78-4644-8cb5-79498785b961')
+;
+
+-- May 2, 2018 3:31:46 PM CEST
+INSERT INTO AD_SysConfig (AD_SysConfig_ID,AD_Client_ID,AD_Org_ID,Created,Updated,CreatedBy,UpdatedBy,IsActive,Name,Value,Description,EntityType,ConfigurationLevel,AD_SysConfig_UU) VALUES (200125,0,0,TO_DATE('2018-05-02 15:31:45','YYYY-MM-DD HH24:MI:SS'),TO_DATE('2018-05-02 15:31:45','YYYY-MM-DD HH24:MI:SS'),100,100,'Y','MAIL_SEND_BCC_TO_ADDRESS',' ','You can register an e-mail address and all the outgoing mails from the system will be sent BCC there','D','C','ebdef833-b08b-4cd6-a250-e1ed7969b636')
+;
+
+-- May 2, 2018 3:32:36 PM CEST
+INSERT INTO AD_SysConfig (AD_SysConfig_ID,AD_Client_ID,AD_Org_ID,Created,Updated,CreatedBy,UpdatedBy,IsActive,Name,Value,Description,EntityType,ConfigurationLevel,AD_SysConfig_UU) VALUES (200126,0,0,TO_DATE('2018-05-02 15:32:35','YYYY-MM-DD HH24:MI:SS'),TO_DATE('2018-05-02 15:32:35','YYYY-MM-DD HH24:MI:SS'),100,100,'Y','MAX_ACTIVITIES_IN_LIST','200','Max number of activities in list','D','C','40688467-44aa-4189-b8f6-cf897d61d984')
+;
+
+-- May 2, 2018 3:34:16 PM CEST
+INSERT INTO AD_SysConfig (AD_SysConfig_ID,AD_Client_ID,AD_Org_ID,Created,Updated,CreatedBy,UpdatedBy,IsActive,Name,Value,EntityType,ConfigurationLevel,AD_SysConfig_UU) VALUES (200127,0,0,TO_DATE('2018-05-02 15:34:16','YYYY-MM-DD HH24:MI:SS'),TO_DATE('2018-05-02 15:34:16','YYYY-MM-DD HH24:MI:SS'),100,100,'Y','MFG_ValidateCostsDifferenceOnCreate','N','D','C','5432f856-85e2-46b8-9095-8c8a73d874e3')
+;
+
+-- May 2, 2018 3:35:00 PM CEST
+INSERT INTO AD_SysConfig (AD_SysConfig_ID,AD_Client_ID,AD_Org_ID,Created,Updated,CreatedBy,UpdatedBy,IsActive,Name,Value,EntityType,ConfigurationLevel,AD_SysConfig_UU) VALUES (200128,0,0,TO_DATE('2018-05-02 15:35:00','YYYY-MM-DD HH24:MI:SS'),TO_DATE('2018-05-02 15:35:00','YYYY-MM-DD HH24:MI:SS'),100,100,'Y','MFG_ValidateCostsOnCreate','N','D','C','2bb77e84-41da-48ec-985e-f03223204b1d')
+;
+
+-- May 2, 2018 3:36:24 PM CEST
+INSERT INTO AD_SysConfig (AD_SysConfig_ID,AD_Client_ID,AD_Org_ID,Created,Updated,CreatedBy,UpdatedBy,IsActive,Name,Value,Description,EntityType,ConfigurationLevel,AD_SysConfig_UU) VALUES (200129,0,0,TO_DATE('2018-05-02 15:36:24','YYYY-MM-DD HH24:MI:SS'),TO_DATE('2018-05-02 15:36:24','YYYY-MM-DD HH24:MI:SS'),100,100,'Y','STANDARD_REPORT_FOOTER_TRADEMARK_TEXT',' ','Define the system information to show on report footer','D','C','79d83d91-f4d8-4118-a22b-7d336deccaea')
+;
+
+-- May 2, 2018 3:38:50 PM CEST
+INSERT INTO AD_SysConfig (AD_SysConfig_ID,AD_Client_ID,AD_Org_ID,Created,Updated,CreatedBy,UpdatedBy,IsActive,Name,Value,Description,EntityType,ConfigurationLevel,AD_SysConfig_UU) VALUES (200132,0,0,TO_DATE('2018-05-02 15:38:50','YYYY-MM-DD HH24:MI:SS'),TO_DATE('2018-05-02 15:38:50','YYYY-MM-DD HH24:MI:SS'),100,100,'Y','ZK_DECIMALBOX_PROCESS_DOTKEYPAD','Y','Defines if numeric entry must treat the dot keypad as decimal separator on language','D','C','a6cc348b-d7c9-4af6-a5ae-416b23d9c220')
+;
+
+-- May 2, 2018 3:40:06 PM CEST
+INSERT INTO AD_SysConfig (AD_SysConfig_ID,AD_Client_ID,AD_Org_ID,Created,Updated,CreatedBy,UpdatedBy,IsActive,Name,Value,Description,EntityType,ConfigurationLevel,AD_SysConfig_UU) VALUES (200133,0,0,TO_DATE('2018-05-02 15:40:06','YYYY-MM-DD HH24:MI:SS'),TO_DATE('2018-05-02 15:40:06','YYYY-MM-DD HH24:MI:SS'),100,100,'Y','ZK_FOOTER_SERVER_DATETIME_FORMAT',' ','This key can change the format that is used on the dates on footer of reports','D','C','0cefeb0f-2c5c-4d71-87c5-85a23731a6ac')
+;
+
+-- May 2, 2018 3:42:17 PM CEST
+INSERT INTO AD_SysConfig (AD_SysConfig_ID,AD_Client_ID,AD_Org_ID,Created,Updated,CreatedBy,UpdatedBy,IsActive,Name,Value,Description,EntityType,ConfigurationLevel,AD_SysConfig_UU) VALUES (200134,0,0,TO_DATE('2018-05-02 15:42:17','YYYY-MM-DD HH24:MI:SS'),TO_DATE('2018-05-02 15:42:17','YYYY-MM-DD HH24:MI:SS'),100,100,'Y','ZK_FOOTER_SERVER_MSG',' ','This key allows to change the message that is shown on report footers','D','C','a18d519b-eeb6-4ec6-a080-1495ad829dba')
+;
+
+-- May 2, 2018 3:42:54 PM CEST
+INSERT INTO AD_SysConfig (AD_SysConfig_ID,AD_Client_ID,AD_Org_ID,Created,Updated,CreatedBy,UpdatedBy,IsActive,Name,Value,Description,EntityType,ConfigurationLevel,AD_SysConfig_UU) VALUES (200135,0,0,TO_DATE('2018-05-02 15:42:53','YYYY-MM-DD HH24:MI:SS'),TO_DATE('2018-05-02 15:42:53','YYYY-MM-DD HH24:MI:SS'),100,100,'Y','ZK_GRID_MOBILE_MAX_COLUMNS','10','The max number of columns to show in grid view on mobile screens','D','C','88547d79-3b61-4648-9a16-1f4e1a14f426')
+;
+
+-- May 2, 2018 3:43:54 PM CEST
+INSERT INTO AD_SysConfig (AD_SysConfig_ID,AD_Client_ID,AD_Org_ID,Created,Updated,CreatedBy,UpdatedBy,IsActive,Name,Value,Description,EntityType,ConfigurationLevel,AD_SysConfig_UU) VALUES (200136,0,0,TO_DATE('2018-05-02 15:43:54','YYYY-MM-DD HH24:MI:SS'),TO_DATE('2018-05-02 15:43:54','YYYY-MM-DD HH24:MI:SS'),100,100,'Y','ZK_MOBILE_PAGING_SIZE','20','Default paging size for grid view in mobile screens','D','C','b535d0cb-8921-4f84-a1b5-01fb9620779e')
+;
+
+-- May 2, 2018 3:45:09 PM CEST
+INSERT INTO AD_SysConfig (AD_SysConfig_ID,AD_Client_ID,AD_Org_ID,Created,Updated,CreatedBy,UpdatedBy,IsActive,Name,Value,Description,EntityType,ConfigurationLevel,AD_SysConfig_UU) VALUES (200137,0,0,TO_DATE('2018-05-02 15:45:08','YYYY-MM-DD HH24:MI:SS'),TO_DATE('2018-05-02 15:45:08','YYYY-MM-DD HH24:MI:SS'),100,100,'Y','ZK_SESSION_TIMEOUT_IN_SECONDS','-2','ZK session timeout. -2 meaning not set','D','O','0599feeb-845f-4ccb-a740-94ad04c85d64')
+;
+
+-- May 2, 2018 8:34:38 PM CEST
+UPDATE AD_SysConfig SET Name='JASPER_SWAP_MAX_PAGES',Updated=TO_DATE('2018-05-02 20:34:38','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_SysConfig_ID=200011
+;
+
+SELECT register_migration_script('201805021545_IDEMPIERE-2852.sql') FROM dual
+;
+
diff -r 6e02c49e6653 -r 8d0dd21c038d migration/i5.1/oracle/201805091216_IDEMPIERE-2057.sql
--- /dev/null
+++ b/migration/i5.1/oracle/201805091216_IDEMPIERE-2057.sql
@@ -0,0 +1,19 @@
+SET SQLBLANKLINES ON
+SET DEFINE OFF
+
+-- IDEMPIERE-2057
+-- May 9, 2018 12:15:12 PM CEST
+UPDATE AD_Field SET IsReadOnly='Y', AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_DATE('2018-05-09 12:15:12','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=203261
+;
+
+-- May 9, 2018 12:15:33 PM CEST
+UPDATE AD_Field SET IsDisplayed='Y', SeqNo=290, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, XPosition=4, IsToolbarButton=NULL,Updated=TO_DATE('2018-05-09 12:15:33','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=203261
+;
+
+-- May 9, 2018 12:15:33 PM CEST
+UPDATE AD_Field SET SeqNo=0, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_DATE('2018-05-09 12:15:33','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=204857
+;
+
+SELECT register_migration_script('201805091216_IDEMPIERE-2057.sql') FROM dual
+;
+
diff -r 6e02c49e6653 -r 8d0dd21c038d migration/i5.1/oracle/201805200007_IDEMPIERE-3716.sql
--- /dev/null
+++ b/migration/i5.1/oracle/201805200007_IDEMPIERE-3716.sql
@@ -0,0 +1,16 @@
+SET SQLBLANKLINES ON
+SET DEFINE OFF
+
+-- May 19, 2018 11:01:06 PM CEST
+-- IDEMPIERE-3716 Extend the length of the Column SQL field in AD_ViewColumn to allow more advanced queries
+UPDATE AD_Column SET FieldLength=2000,Updated=TO_DATE('2018-05-19 23:01:06','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=210586
+;
+
+-- May 19, 2018 11:01:08 PM CEST
+ALTER TABLE AD_ViewColumn ADD Tmp_ColumnSQL VARCHAR2(2000) DEFAULT NULL;
+UPDATE AD_ViewColumn SET Tmp_ColumnSQL = ColumnSQL;
+ALTER TABLE AD_ViewColumn DROP COLUMN ColumnSQL;
+ALTER TABLE AD_ViewColumn RENAME COLUMN Tmp_ColumnSQL TO ColumnSQL;
+
+SELECT register_migration_script('201805200007_IDEMPIERE-3716.sql') FROM dual
+;
diff -r 6e02c49e6653 -r 8d0dd21c038d migration/i5.1/oracle/201805221532_IDEMPIERE-918.sql
--- /dev/null
+++ b/migration/i5.1/oracle/201805221532_IDEMPIERE-918.sql
@@ -0,0 +1,51 @@
+SET SQLBLANKLINES ON
+SET DEFINE OFF
+
+-- IDEMPIERE-918
+-- May 22, 2018 3:17:13 PM CEST
+INSERT INTO AD_Process (AD_Process_ID,AD_Client_ID,AD_Org_ID,IsActive,Created,CreatedBy,Updated,UpdatedBy,Name,Description,Help,IsReport,Value,IsDirectPrint,Classname,AccessLevel,EntityType,Statistic_Count,Statistic_Seconds,IsBetaFunctionality,IsServerProcess,ShowHelp,CopyFromProcess,AD_Process_UU) VALUES (200100,0,0,'Y',TO_DATE('2018-05-22 15:17:13','YYYY-MM-DD HH24:MI:SS'),100,TO_DATE('2018-05-22 15:17:13','YYYY-MM-DD HH24:MI:SS'),100,'Create Credit Memo','Creates a credit memo based on the invoice.','The invoice should be correct and completed.','N','InvoiceCreateCreditMemo','N','org.idempiere.process.InvoiceCreateCreditMemo','1','D',0,0,'N','N','Y','N','68540275-9c56-4e1b-99f5-d155eb62a12b')
+;
+
+-- May 22, 2018 3:22:56 PM CEST
+INSERT INTO AD_Val_Rule (AD_Val_Rule_ID,Name,Description,Type,Code,AD_Client_ID,AD_Org_ID,IsActive,Created,CreatedBy,Updated,UpdatedBy,EntityType,AD_Val_Rule_UU) VALUES (200118,'C_DocTypeTarget AR/AP Credit Memos','Target Document Type AR/AP Credit Memos','S','C_DocType.DocBaseType IN (''ARC'',''APC'') AND C_DocType.IsSOTrx=''@IsSOTrx@'' AND C_DocType.AD_Client_ID=@#AD_Client_ID@',0,0,'Y',TO_DATE('2018-05-22 15:22:56','YYYY-MM-DD HH24:MI:SS'),100,TO_DATE('2018-05-22 15:22:56','YYYY-MM-DD HH24:MI:SS'),100,'D','b27e8ab7-8128-43b2-b94d-175c3f77e4cf')
+;
+
+-- May 22, 2018 3:24:44 PM CEST
+INSERT INTO AD_Process_Para (AD_Process_Para_ID,AD_Client_ID,AD_Org_ID,IsActive,Created,CreatedBy,Updated,UpdatedBy,Name,Description,Help,AD_Process_ID,SeqNo,AD_Reference_ID,IsRange,AD_Val_Rule_ID,FieldLength,IsMandatory,ColumnName,IsCentrallyMaintained,EntityType,AD_Element_ID,AD_Process_Para_UU,IsEncrypted) VALUES (200228,0,0,'Y',TO_DATE('2018-05-22 15:24:44','YYYY-MM-DD HH24:MI:SS'),100,TO_DATE('2018-05-22 15:24:44','YYYY-MM-DD HH24:MI:SS'),100,'Document Type','Document type or rules','The Document Type determines document sequence and processing rules',200100,10,19,'N',200118,10,'Y','C_DocType_ID','Y','D',196,'0022f86c-0629-4d70-84c3-cc6a506fdf7c','N')
+;
+
+-- May 22, 2018 3:28:49 PM CEST
+INSERT INTO AD_Process_Para (AD_Process_Para_ID,AD_Client_ID,AD_Org_ID,IsActive,Created,CreatedBy,Updated,UpdatedBy,Name,Description,Help,AD_Process_ID,SeqNo,AD_Reference_ID,IsRange,FieldLength,IsMandatory,DefaultValue,ColumnName,IsCentrallyMaintained,EntityType,AD_Element_ID,AD_Process_Para_UU,IsEncrypted) VALUES (200229,0,0,'Y',TO_DATE('2018-05-22 15:28:49','YYYY-MM-DD HH24:MI:SS'),100,TO_DATE('2018-05-22 15:28:49','YYYY-MM-DD HH24:MI:SS'),100,'Date Invoiced','Date printed on Invoice','The Date Invoice indicates the date printed on the invoice.',200100,20,15,'N',10,'Y','@#Date@','DateInvoiced','Y','D',267,'0c954e16-967b-4b48-9075-8a134b72e2d2','N')
+;
+
+-- May 22, 2018 3:29:12 PM CEST
+INSERT INTO AD_Process_Para (AD_Process_Para_ID,AD_Client_ID,AD_Org_ID,IsActive,Created,CreatedBy,Updated,UpdatedBy,Name,Description,Help,AD_Process_ID,SeqNo,AD_Reference_ID,IsRange,FieldLength,IsMandatory,DefaultValue,ColumnName,IsCentrallyMaintained,EntityType,AD_Element_ID,AD_Process_Para_UU,IsEncrypted) VALUES (200230,0,0,'Y',TO_DATE('2018-05-22 15:29:12','YYYY-MM-DD HH24:MI:SS'),100,TO_DATE('2018-05-22 15:29:12','YYYY-MM-DD HH24:MI:SS'),100,'Account Date','Accounting Date','The Accounting Date indicates the date to be used on the General Ledger account entries generated from this document. It is also used for any currency conversion.',200100,30,15,'N',10,'Y','@#Date@','DateAcct','Y','D',263,'4edbbf7b-c6d3-4b3d-84b7-1591c204b91d','N')
+;
+
+-- May 22, 2018 3:30:49 PM CEST
+INSERT INTO AD_Process_Para (AD_Process_Para_ID,AD_Client_ID,AD_Org_ID,IsActive,Created,CreatedBy,Updated,UpdatedBy,Name,Description,Help,AD_Process_ID,SeqNo,AD_Reference_ID,AD_Reference_Value_ID,IsRange,AD_Val_Rule_ID,FieldLength,IsMandatory,ColumnName,IsCentrallyMaintained,EntityType,AD_Element_ID,AD_Process_Para_UU,IsEncrypted) VALUES (200231,0,0,'Y',TO_DATE('2018-05-22 15:30:49','YYYY-MM-DD HH24:MI:SS'),100,TO_DATE('2018-05-22 15:30:49','YYYY-MM-DD HH24:MI:SS'),100,'Document Action','The targeted status of the document','You find the current status in the Document Status field. The options are listed in a popup',200100,40,17,135,'N',219,0,'N','DocAction','Y','D',287,'ce0b15c4-5e79-4dfd-b11b-0992911df4b4','N')
+;
+
+-- May 22, 2018 3:32:01 PM CEST
+INSERT INTO AD_ToolBarButton (AD_Client_ID,AD_Org_ID,Created,CreatedBy,ComponentName,IsActive,AD_ToolBarButton_ID,Name,Updated,UpdatedBy,IsCustomization,AD_ToolBarButton_UU,Action,AD_Tab_ID,AD_Process_ID,DisplayLogic,SeqNo) VALUES (0,0,TO_DATE('2018-05-22 15:32:01','YYYY-MM-DD HH24:MI:SS'),100,'InvoiceCustomerCreateCreditMemo','Y',200096,'InvoiceCustomerCreateCreditMemo',TO_DATE('2018-05-22 15:32:01','YYYY-MM-DD HH24:MI:SS'),100,'N','ebf24687-2124-496b-89ee-5d75e05743a3','W',263,200100,'@DocStatus@=''CO'' | @DocStatus@=''CL''',10)
+;
+
+-- May 22, 2018 3:32:35 PM CEST
+INSERT INTO AD_ToolBarButton (AD_Client_ID,AD_Org_ID,Created,CreatedBy,ComponentName,IsActive,AD_ToolBarButton_ID,Name,Updated,UpdatedBy,IsCustomization,AD_ToolBarButton_UU,Action,AD_Tab_ID,AD_Process_ID,DisplayLogic,SeqNo) VALUES (0,0,TO_DATE('2018-05-22 15:32:34','YYYY-MM-DD HH24:MI:SS'),100,'InvoiceVendorCreateCreditMemo','Y',200097,'InvoiceVendorCreateCreditMemo',TO_DATE('2018-05-22 15:32:34','YYYY-MM-DD HH24:MI:SS'),100,'N','2e2c53e9-4e1e-4789-8caf-c772e601e107','W',290,200100,'@DocStatus@=''CO'' | @DocStatus@=''CL''',10)
+;
+
+-- May 22, 2018 7:25:46 PM CEST
+INSERT INTO AD_Message (MsgType,MsgText,AD_Client_ID,AD_Org_ID,IsActive,Created,CreatedBy,Updated,UpdatedBy,AD_Message_ID,Value,EntityType,AD_Message_UU) VALUES ('E','Invoice has already allocations',0,0,'Y',TO_DATE('2018-05-22 19:25:46','YYYY-MM-DD HH24:MI:SS'),100,TO_DATE('2018-05-22 19:25:46','YYYY-MM-DD HH24:MI:SS'),100,200471,'InvoiceHasAllocations','D','f0dc5362-437e-4fd9-bdc9-c8b472678765')
+;
+
+-- May 22, 2018 7:26:13 PM CEST
+INSERT INTO AD_Message (MsgType,MsgText,AD_Client_ID,AD_Org_ID,IsActive,Created,CreatedBy,Updated,UpdatedBy,AD_Message_ID,Value,EntityType,AD_Message_UU) VALUES ('E','Cannot create a credit memo from a credit memo',0,0,'Y',TO_DATE('2018-05-22 19:26:13','YYYY-MM-DD HH24:MI:SS'),100,TO_DATE('2018-05-22 19:26:13','YYYY-MM-DD HH24:MI:SS'),100,200472,'CannotCreateCreditMemoFromCreditMemo','D','36370a38-ec58-4e1f-8804-e869a17730ac')
+;
+
+-- May 22, 2018 7:26:37 PM CEST
+INSERT INTO AD_Message (MsgType,MsgText,AD_Client_ID,AD_Org_ID,IsActive,Created,CreatedBy,Updated,UpdatedBy,AD_Message_ID,Value,EntityType,AD_Message_UU) VALUES ('E','Credit Memo already exists',0,0,'Y',TO_DATE('2018-05-22 19:26:37','YYYY-MM-DD HH24:MI:SS'),100,TO_DATE('2018-05-22 19:26:37','YYYY-MM-DD HH24:MI:SS'),100,200473,'CreditMemoAlreadyExists','D','c67e63fc-4a41-45dc-b52c-317688b125d2')
+;
+
+SELECT register_migration_script('201805221532_IDEMPIERE-918.sql') FROM dual
+;
+
diff -r 6e02c49e6653 -r 8d0dd21c038d migration/i5.1/oracle/201806041252_IDEMPIERE-3651.sql
--- /dev/null
+++ b/migration/i5.1/oracle/201806041252_IDEMPIERE-3651.sql
@@ -0,0 +1,11 @@
+SET SQLBLANKLINES ON
+SET DEFINE OFF
+
+-- IDEMPIERE-3651 Report Column Set=>Report Column=>User Element List1 not displaying User1_ID values
+-- Jun 4, 2018 12:51:33 PM CEST
+UPDATE AD_Column SET AD_Val_Rule_ID=258,Updated=TO_DATE('2018-06-04 12:51:33','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=6026
+;
+
+SELECT register_migration_script('201806041252_IDEMPIERE-3651.sql') FROM dual
+;
+
diff -r 6e02c49e6653 -r 8d0dd21c038d migration/i5.1/oracle/201806061111_IDEMPIERE-585.sql
--- /dev/null
+++ b/migration/i5.1/oracle/201806061111_IDEMPIERE-585.sql
@@ -0,0 +1,68 @@
+-- Mar 5, 2013 9:52:39 AM CET
+-- IDEMPIERE 585
+UPDATE AD_Tab SET IsInsertRecord='N',Updated=TO_DATE('2013-03-05 09:52:39','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=327
+;
+
+-- Mar 5, 2013 9:52:55 AM CET
+-- IDEMPIERE 585
+UPDATE AD_Tab SET IsInsertRecord='N',Updated=TO_DATE('2013-03-05 09:52:55','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=323
+;
+
+-- Mar 5, 2013 9:53:10 AM CET
+-- IDEMPIERE 585
+UPDATE AD_Tab SET IsInsertRecord='N',Updated=TO_DATE('2013-03-05 09:53:10','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=337
+;
+
+-- Mar 5, 2013 9:53:36 AM CET
+-- IDEMPIERE 585
+UPDATE AD_Tab SET IsInsertRecord='N',Updated=TO_DATE('2013-03-05 09:53:36','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=331
+;
+
+-- Mar 5, 2013 9:53:52 AM CET
+-- IDEMPIERE 585
+UPDATE AD_Tab SET IsInsertRecord='N',Updated=TO_DATE('2013-03-05 09:53:52','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=419
+;
+
+-- Mar 5, 2013 9:54:09 AM CET
+-- IDEMPIERE 585
+UPDATE AD_Tab SET IsInsertRecord='N',Updated=TO_DATE('2013-03-05 09:54:09','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=53112
+;
+
+-- Mar 5, 2013 9:54:40 AM CET
+-- IDEMPIERE 585
+UPDATE AD_Tab SET IsInsertRecord='N',Updated=TO_DATE('2013-03-05 09:54:40','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=210
+;
+
+-- Mar 5, 2013 9:54:50 AM CET
+-- IDEMPIERE 585
+UPDATE AD_Tab SET IsInsertRecord='N',Updated=TO_DATE('2013-03-05 09:54:50','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=324
+;
+
+-- Mar 5, 2013 9:56:01 AM CET
+-- IDEMPIERE 585
+UPDATE AD_Tab SET IsInsertRecord='N',Updated=TO_DATE('2013-03-05 09:56:01','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=422
+;
+
+-- Mar 5, 2013 9:56:14 AM CET
+-- IDEMPIERE 585
+UPDATE AD_Tab SET IsInsertRecord='N',Updated=TO_DATE('2013-03-05 09:56:14','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=333
+;
+
+-- Mar 5, 2013 9:56:27 AM CET
+-- IDEMPIERE 585
+UPDATE AD_Tab SET IsInsertRecord='N',Updated=TO_DATE('2013-03-05 09:56:27','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=53077
+;
+
+-- Mar 5, 2013 9:56:44 AM CET
+-- IDEMPIERE 585
+UPDATE AD_Tab SET IsInsertRecord='N',Updated=TO_DATE('2013-03-05 09:56:44','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=209
+;
+
+-- Mar 5, 2013 9:57:04 AM CET
+-- IDEMPIERE 585
+UPDATE AD_Tab SET IsInsertRecord='N',Updated=TO_DATE('2013-03-05 09:57:04','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=334
+;
+
+SELECT register_migration_script('201806061111_IDEMPIERE-585.sql') FROM dual
+;
+
diff -r 6e02c49e6653 -r 8d0dd21c038d migration/i5.1/oracle/201806061330_IDEMPIERE-3651.sql
--- /dev/null
+++ b/migration/i5.1/oracle/201806061330_IDEMPIERE-3651.sql
@@ -0,0 +1,12 @@
+SET SQLBLANKLINES ON
+SET DEFINE OFF
+
+-- IDEMPIERE-3651 Report Column Set=>Report Column=>User Element List1 not displaying User1_ID values
+-- Jun 6, 2018 1:29:52 PM CEST
+UPDATE AD_Val_Rule SET Code='C_ElementValue.C_Element_ID IN
+(SELECT C_Element_ID FROM C_AcctSchema_Element WHERE AD_Client_ID=@#AD_Client_ID@ AND (ElementType=''@ElementType@'' OR (''@ElementType@''=''CO'' AND ElementType=''AC'')))',Updated=TO_DATE('2018-06-06 13:29:52','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Val_Rule_ID=258
+;
+
+SELECT register_migration_script('201806061330_IDEMPIERE-3651.sql') FROM dual
+;
+
diff -r 6e02c49e6653 -r 8d0dd21c038d migration/i5.1/oracle/201806131433_IDEMPIERE-3651.sql
--- /dev/null
+++ b/migration/i5.1/oracle/201806131433_IDEMPIERE-3651.sql
@@ -0,0 +1,12 @@
+SET SQLBLANKLINES ON
+SET DEFINE OFF
+
+-- IDEMPIERE-3651 Report Column Set=>Report Column=>User Element List1 not displaying User1_ID values
+-- Jun 13, 2018 2:32:06 PM CEST
+UPDATE AD_Val_Rule SET Code='C_ElementValue.C_Element_ID IN
+(SELECT C_Element_ID FROM C_AcctSchema_Element WHERE IsActive=''Y'' AND AD_Client_ID=@#AD_Client_ID@ AND (ElementType=''@ElementType@'' OR (''@ElementType@''=''CO'' AND ElementType=''AC'')))',Updated=TO_DATE('2018-06-13 14:32:06','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Val_Rule_ID=258
+;
+
+SELECT register_migration_script('201806131433_IDEMPIERE-3651.sql') FROM dual
+;
+
diff -r 6e02c49e6653 -r 8d0dd21c038d migration/i5.1/oracle/201807041616_IDEMPIERE-3738.sql
--- /dev/null
+++ b/migration/i5.1/oracle/201807041616_IDEMPIERE-3738.sql
@@ -0,0 +1,135 @@
+SET SQLBLANKLINES ON
+SET DEFINE OFF
+
+-- IDEMPIERE-3738 Reference Color broken
+-- Jul 4, 2018 4:02:49 PM CEST
+INSERT INTO AD_Element (AD_Element_ID,AD_Client_ID,AD_Org_ID,IsActive,Created,CreatedBy,Updated,UpdatedBy,ColumnName,Name,Description,Help,PrintName,EntityType,AD_Element_UU) VALUES (203229,0,0,'Y',TO_DATE('2018-07-04 16:02:37','YYYY-MM-DD HH24:MI:SS'),100,TO_DATE('2018-07-04 16:02:37','YYYY-MM-DD HH24:MI:SS'),100,'Color','Color',NULL,NULL,'Color','D','c43cfcc2-2c92-4e91-88b8-88947297184d')
+;
+
+-- Jul 4, 2018 4:03:02 PM CEST
+INSERT INTO AD_Column (AD_Column_ID,Version,Name,AD_Table_ID,ColumnName,FieldLength,IsKey,IsParent,IsMandatory,IsTranslated,IsIdentifier,SeqNo,IsEncrypted,AD_Reference_ID,AD_Client_ID,AD_Org_ID,IsActive,Created,CreatedBy,Updated,UpdatedBy,AD_Element_ID,IsUpdateable,IsSelectionColumn,EntityType,IsSyncDatabase,IsAlwaysUpdateable,IsAutocomplete,IsAllowLogging,AD_Column_UU,IsAllowCopy,SeqNoSelection,IsToolbarButton,IsSecure) VALUES (213570,0,'Color',135,'Color',7,'N','N','N','N','N',0,'N',27,0,0,'Y',TO_DATE('2018-07-04 16:03:02','YYYY-MM-DD HH24:MI:SS'),100,TO_DATE('2018-07-04 16:03:02','YYYY-MM-DD HH24:MI:SS'),100,203229,'Y','N','D','N','N','N','Y','46472ac6-1648-48d8-b0bd-aef0d61a447f','Y',0,'N','N')
+;
+
+-- Jul 4, 2018 4:03:03 PM CEST
+ALTER TABLE Test ADD Color VARCHAR2(7) DEFAULT NULL
+;
+
+-- Jul 4, 2018 4:03:17 PM CEST
+INSERT INTO AD_Field (AD_Field_ID,Name,AD_Tab_ID,AD_Column_ID,IsDisplayed,DisplayLength,SeqNo,IsSameLine,IsHeading,IsFieldOnly,IsEncrypted,AD_Client_ID,AD_Org_ID,IsActive,Created,CreatedBy,Updated,UpdatedBy,IsReadOnly,IsCentrallyMaintained,EntityType,AD_Field_UU,IsDisplayedGrid,SeqNoGrid,ColumnSpan) VALUES (205590,'Color',152,213570,'Y',7,260,'N','N','N','N',0,0,'Y',TO_DATE('2018-07-04 16:03:16','YYYY-MM-DD HH24:MI:SS'),100,TO_DATE('2018-07-04 16:03:16','YYYY-MM-DD HH24:MI:SS'),100,'N','Y','D','dc447e1a-b62a-4a90-92db-17203eb7d6ac','Y',260,2)
+;
+
+-- Jul 4, 2018 4:07:48 PM CEST
+UPDATE AD_Field SET SeqNo=10, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_DATE('2018-07-04 16:07:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=415
+;
+
+-- Jul 4, 2018 4:07:48 PM CEST
+UPDATE AD_Field SET SeqNo=20, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_DATE('2018-07-04 16:07:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=2024
+;
+
+-- Jul 4, 2018 4:07:48 PM CEST
+UPDATE AD_Field SET SeqNo=30, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_DATE('2018-07-04 16:07:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=417
+;
+
+-- Jul 4, 2018 4:07:48 PM CEST
+UPDATE AD_Field SET SeqNo=40, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_DATE('2018-07-04 16:07:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=418
+;
+
+-- Jul 4, 2018 4:07:48 PM CEST
+UPDATE AD_Field SET SeqNo=50, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_DATE('2018-07-04 16:07:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=419
+;
+
+-- Jul 4, 2018 4:07:48 PM CEST
+UPDATE AD_Field SET SeqNo=60, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_DATE('2018-07-04 16:07:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=420
+;
+
+-- Jul 4, 2018 4:07:48 PM CEST
+UPDATE AD_Field SET IsDisplayed='Y', SeqNo=70, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, XPosition=1, IsToolbarButton=NULL,Updated=TO_DATE('2018-07-04 16:07:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=423
+;
+
+-- Jul 4, 2018 4:07:48 PM CEST
+UPDATE AD_Field SET IsDisplayed='Y', SeqNo=80, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, XPosition=4, ColumnSpan=1, IsToolbarButton=NULL,Updated=TO_DATE('2018-07-04 16:07:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=424
+;
+
+-- Jul 4, 2018 4:07:48 PM CEST
+UPDATE AD_Field SET SeqNo=90, AD_FieldGroup_ID=103, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, ColumnSpan=1, IsToolbarButton=NULL,Updated=TO_DATE('2018-07-04 16:07:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=421
+;
+
+-- Jul 4, 2018 4:07:48 PM CEST
+UPDATE AD_Field SET IsDisplayed='Y', SeqNo=100, AD_FieldGroup_ID=103, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, XPosition=4, ColumnSpan=1, IsToolbarButton=NULL,Updated=TO_DATE('2018-07-04 16:07:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=422
+;
+
+-- Jul 4, 2018 4:07:48 PM CEST
+UPDATE AD_Field SET SeqNo=110, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_DATE('2018-07-04 16:07:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=3059
+;
+
+-- Jul 4, 2018 4:07:48 PM CEST
+UPDATE AD_Field SET SeqNo=120, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, ColumnSpan=1, IsToolbarButton=NULL,Updated=TO_DATE('2018-07-04 16:07:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=3062
+;
+
+-- Jul 4, 2018 4:07:48 PM CEST
+UPDATE AD_Field SET IsDisplayed='Y', SeqNo=130, AD_FieldGroup_ID=50003, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, XPosition=1, IsToolbarButton=NULL,Updated=TO_DATE('2018-07-04 16:07:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=425
+;
+
+-- Jul 4, 2018 4:07:48 PM CEST
+UPDATE AD_Field SET IsDisplayed='Y', SeqNo=140, AD_FieldGroup_ID=50003, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, XPosition=4, IsToolbarButton=NULL,Updated=TO_DATE('2018-07-04 16:07:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=426
+;
+
+-- Jul 4, 2018 4:07:48 PM CEST
+UPDATE AD_Field SET IsDisplayed='Y', SeqNo=150, AD_FieldGroup_ID=200016, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, XPosition=1, IsToolbarButton=NULL,Updated=TO_DATE('2018-07-04 16:07:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=3209
+;
+
+-- Jul 4, 2018 4:07:48 PM CEST
+UPDATE AD_Field SET IsDisplayed='Y', SeqNo=160, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, XPosition=1, IsToolbarButton=NULL,Updated=TO_DATE('2018-07-04 16:07:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=3902
+;
+
+-- Jul 4, 2018 4:07:48 PM CEST
+UPDATE AD_Field SET IsDisplayed='Y', SeqNo=170, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, XPosition=1, IsToolbarButton=NULL,Updated=TO_DATE('2018-07-04 16:07:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=3210
+;
+
+-- Jul 4, 2018 4:07:48 PM CEST
+UPDATE AD_Field SET IsDisplayed='Y', SeqNo=180, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, XPosition=1, IsToolbarButton=NULL,Updated=TO_DATE('2018-07-04 16:07:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=4251
+;
+
+-- Jul 4, 2018 4:07:48 PM CEST
+UPDATE AD_Field SET IsDisplayed='Y', SeqNo=190, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, XPosition=1, IsToolbarButton=NULL,Updated=TO_DATE('2018-07-04 16:07:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=3057
+;
+
+-- Jul 4, 2018 4:07:48 PM CEST
+UPDATE AD_Field SET SeqNo=200, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_DATE('2018-07-04 16:07:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=3056
+;
+
+-- Jul 4, 2018 4:07:48 PM CEST
+UPDATE AD_Field SET IsDisplayed='Y', SeqNo=210, AD_FieldGroup_ID=123, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, XPosition=1, ColumnSpan=1, IsToolbarButton=NULL,Updated=TO_DATE('2018-07-04 16:07:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=205590
+;
+
+-- Jul 4, 2018 4:07:48 PM CEST
+UPDATE AD_Field SET SeqNo=0, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_DATE('2018-07-04 16:07:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=416
+;
+
+-- Jul 4, 2018 4:07:48 PM CEST
+UPDATE AD_Field SET SeqNo=0, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_DATE('2018-07-04 16:07:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=205058
+;
+
+-- Jul 4, 2018 4:08:25 PM CEST
+UPDATE Test SET Color='#bfca3f',Updated=TO_DATE('2018-07-04 16:08:25','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE Test_ID=103
+;
+
+-- Jul 4, 2018 4:09:13 PM CEST
+UPDATE AD_Menu SET IsActive='N',Updated=TO_DATE('2018-07-04 16:09:13','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Menu_ID=294
+;
+
+-- Jul 4, 2018 4:09:21 PM CEST
+UPDATE AD_Window SET IsActive='N',Updated=TO_DATE('2018-07-04 16:09:21','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Window_ID=225
+;
+
+-- Jul 4, 2018 4:13:03 PM CEST
+UPDATE AD_Field SET DisplayLogic='@AD_Reference_ID@=19 | @AD_Reference_ID@=30 | @AD_Reference_ID@=18 | @AD_Reference_ID@=21 | @AD_Reference_ID@=25 | @AD_Reference_ID@=31 | @AD_Reference_ID@=35 | @AD_Reference_ID@=33 | @AD_Reference_ID@=32 | @AD_Reference_ID@=53370', AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_DATE('2018-07-04 16:13:03','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=202518
+;
+
+-- Jul 4, 2018 4:13:12 PM CEST
+UPDATE AD_Field SET DisplayLogic='@AD_Reference_ID@=19 | @AD_Reference_ID@=30 | @AD_Reference_ID@=18 | @AD_Reference_ID@=21 | @AD_Reference_ID@=25 | @AD_Reference_ID@=31 | @AD_Reference_ID@=35 | @AD_Reference_ID@=33 | @AD_Reference_ID@=32 | @AD_Reference_ID@=53370', AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_DATE('2018-07-04 16:13:12','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=202519
+;
+
+SELECT register_migration_script('201807041616_IDEMPIERE-3738.sql') FROM dual
+;
+
diff -r 6e02c49e6653 -r 8d0dd21c038d migration/i5.1/oracle/201807111333_Ticket_AP2-357.sql
--- /dev/null
+++ b/migration/i5.1/oracle/201807111333_Ticket_AP2-357.sql
@@ -0,0 +1,4 @@
+-- just for postgresql
+
+SELECT register_migration_script('201807111333_Ticket_AP2-357.sql') FROM dual
+;
diff -r 6e02c49e6653 -r 8d0dd21c038d migration/i5.1/oracle/201807111626_IDEMPIERE-1421.sql
--- /dev/null
+++ b/migration/i5.1/oracle/201807111626_IDEMPIERE-1421.sql
@@ -0,0 +1,11 @@
+SET SQLBLANKLINES ON
+SET DEFINE OFF
+
+-- IDEMPIERE-1421 Tax Group field is enabled in the window Customer
+-- Jul 11, 2018 4:25:37 PM CEST
+UPDATE AD_Field SET IsActive='N', AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_DATE('2018-07-11 16:25:37','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=62773
+;
+
+SELECT register_migration_script('201807111626_IDEMPIERE-1421.sql') FROM dual
+;
+
diff -r 6e02c49e6653 -r 8d0dd21c038d migration/i5.1/oracle/201807161530_IDEMPIERE-3746.sql
--- /dev/null
+++ b/migration/i5.1/oracle/201807161530_IDEMPIERE-3746.sql
@@ -0,0 +1,18 @@
+SET SQLBLANKLINES ON
+SET DEFINE OFF
+
+-- IDEMPIERE-3719 : Add display name when sending emails
+-- Jul 16, 2018 3:27:06 PM CEST
+UPDATE AD_Field SET IsDisplayed='Y', SeqNo=130, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, XPosition=4, IsToolbarButton=NULL,Updated=TO_DATE('2018-07-16 15:27:06','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=11175
+;
+
+-- Jul 16, 2018 3:27:06 PM CEST
+UPDATE AD_Field SET SeqNo=140, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_DATE('2018-07-16 15:27:06','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=201884
+;
+
+-- Jul 16, 2018 3:27:06 PM CEST
+UPDATE AD_Field SET SeqNo=150, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_DATE('2018-07-16 15:27:06','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=5226
+;
+
+SELECT register_migration_script('201807161530_IDEMPIERE-3746.sql') FROM dual
+;
\ No newline at end of file
diff -r 6e02c49e6653 -r 8d0dd21c038d migration/i5.1/oracle/201807232033_IDEMPIERE-3737.sql
--- /dev/null
+++ b/migration/i5.1/oracle/201807232033_IDEMPIERE-3737.sql
@@ -0,0 +1,19 @@
+SET SQLBLANKLINES ON
+SET DEFINE OFF
+
+-- I do not forgot to set the DICTIONARY_ID_COMMENTS System Configurator
+-- After a year , i get the answer for a very nice question from
https://groups.google.com/d/msg/idempiere/gkrkQ7gEPBI/bw-C6JTdBQAJ
+
+-- 2018-7-3 下午04时06分21秒
+-- Update User reference of AD_Reference for System system . If using Table Direct , System cannt got other clients' user_id lead to null replace in preference window.
+UPDATE AD_Column SET AD_Reference_ID=30, AD_Reference_Value_ID=200145, FKConstraintType=NULL,Updated=TO_DATE('2018-07-03 16:06:21','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=1471
+;
+
+-- 2018-7-3 下午04时06分38秒
+-- Implementing a tab sqlwhere to filter some useless preference value in other clients and display all data for system.
+UPDATE AD_Tab SET WhereClause='AD_Preference.CreatedBy IN (SELECT AD_User_ID FROM AD_User WHERE AD_Client_ID = @#AD_Client_ID@) OR @#AD_Client_ID@ = 0',Updated=TO_DATE('2018-07-03 16:06:38','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=156
+;
+
+SELECT register_migration_script('201807232033_IDEMPIERE-3737.sql') FROM dual
+;
+
diff -r 6e02c49e6653 -r 8d0dd21c038d migration/i5.1/oracle/201807240936_IDEMPIERE-3757.sql
--- /dev/null
+++ b/migration/i5.1/oracle/201807240936_IDEMPIERE-3757.sql
@@ -0,0 +1,15 @@
+SET SQLBLANKLINES ON
+SET DEFINE OFF
+
+-- IDEMPIERE-3757
+-- Jul 24, 2018 9:30:27 AM CEST
+UPDATE AD_Table SET AccessLevel='4',Updated=TO_DATE('2018-07-24 09:30:27','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Table_ID=116
+;
+
+DELETE FROM ad_window_access WHERE ad_window_id=105
+AND ad_role_id IN (SELECT ad_role_id FROM ad_role WHERE ismanual='N' AND userlevel NOT LIKE 'S%')
+;
+
+SELECT register_migration_script('201807240936_IDEMPIERE-3757.sql') FROM dual
+;
+
diff -r 6e02c49e6653 -r 8d0dd21c038d migration/i5.1/oracle/201807271000_IDEMPIERE-3762.sql
--- /dev/null
+++ b/migration/i5.1/oracle/201807271000_IDEMPIERE-3762.sql
@@ -0,0 +1,14 @@
+SET SQLBLANKLINES ON
+SET DEFINE OFF
+
+-- IDEMPIERE-3762 : Fix AD_Column_ID / AD_Field_ID : Loader - Too many records
+-- Jul 26, 2018 10:06:34 AM CEST
+UPDATE AD_Field SET AD_Reference_ID=30,Updated=TO_DATE('2018-07-26 10:06:34','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Field_ID=4599
+;
+
+-- Jul 26, 2018 10:06:42 AM CEST
+UPDATE AD_Field SET AD_Reference_ID=30,Updated=TO_DATE('2018-07-26 10:06:42','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Field_ID=59576
+;
+
+SELECT register_migration_script('201807271000_IDEMPIERE-3762.sql') FROM dual
+;
diff -r 6e02c49e6653 -r 8d0dd21c038d migration/i5.1/oracle/201808010900_IDEMPIERE-3769.sql
--- /dev/null
+++ b/migration/i5.1/oracle/201808010900_IDEMPIERE-3769.sql
@@ -0,0 +1,10 @@
+SET SQLBLANKLINES ON
+SET DEFINE OFF
+
+-- IDEMPIERE-3769 : IBAN : Invalid message is not translated - force to uppercase
+-- Aug 1, 2018 8:56:43 AM CEST
+INSERT INTO AD_Message (MsgType,MsgText,AD_Client_ID,AD_Org_ID,IsActive,Created,CreatedBy,Updated,UpdatedBy,AD_Message_ID,Value,EntityType,AD_Message_UU) VALUES ('I','IBAN is invalid',0,0,'Y',TO_DATE('2018-08-01 08:56:42','YYYY-MM-DD HH24:MI:SS'),0,TO_DATE('2018-08-01 08:56:42','YYYY-MM-DD HH24:MI:SS'),0,200480,'InvalidIBAN','D','4cc792d9-9af0-4e37-b90a-7dcc9f5e82ec')
+;
+
+SELECT register_migration_script('201808010900_IDEMPIERE-3769.sql') FROM dual
+;
\ No newline at end of file
diff -r 6e02c49e6653 -r 8d0dd21c038d migration/i5.1/oracle/201808071226_IDEMPIERE-2442.sql
--- /dev/null
+++ b/migration/i5.1/oracle/201808071226_IDEMPIERE-2442.sql
@@ -0,0 +1,31 @@
+SET SQLBLANKLINES ON
+SET DEFINE OFF
+
+-- IDEMPIERE-2442 Always using default conversion type in Order & Invoice window's amount summary information
+-- Aug 7, 2018 12:22:32 PM CEST
+UPDATE AD_StatusLine SET SQLStatement='SELECT COUNT(DISTINCT C_OrderLine_ID) AS Lines,o.TotalLines,o.GrandTotal,c.ISO_Code,
+currencyConvert(o.GrandTotal,o.C_Currency_ID,ac.C_Currency_ID,o.DateAcct,o.C_ConversionType_ID,o.AD_Client_ID,o.AD_Org_ID) AS ConvAmt
+FROM C_Order o
+INNER JOIN C_Currency c ON (o.C_Currency_ID=c.C_Currency_ID)
+LEFT JOIN C_OrderLine l ON (o.C_Order_ID=l.C_Order_ID)
+LEFT JOIN AD_ClientInfo ci ON (ci.AD_Client_ID=o.AD_Client_ID)
+LEFT JOIN C_AcctSchema ac ON (ci.C_AcctSchema1_ID=ac.C_AcctSchema_ID)
+WHERE o.C_Order_ID=@C_Order_ID@
+GROUP BY o.C_Currency_ID, ac.C_Currency_ID, o.C_ConversionType_ID, c.ISO_Code, o.TotalLines, o.GrandTotal, o.DateAcct, o.AD_Client_ID, o.AD_Org_ID',Updated=TO_DATE('2018-08-07 12:22:32','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_StatusLine_ID=200000
+;
+
+-- Aug 7, 2018 12:25:27 PM CEST
+UPDATE AD_StatusLine SET SQLStatement='SELECT COUNT(DISTINCT C_InvoiceLine_ID) AS Lines,o.TotalLines,o.GrandTotal,c.ISO_Code,
+currencyConvert(o.GrandTotal,o.C_Currency_ID,ac.C_Currency_ID,o.DateAcct,o.C_ConversionType_ID,o.AD_Client_ID,o.AD_Org_ID) AS ConvAmt
+FROM C_Invoice o
+INNER JOIN C_Currency c ON (o.C_Currency_ID=c.C_Currency_ID)
+LEFT JOIN C_InvoiceLine l ON (o.C_Invoice_ID=l.C_Invoice_ID)
+LEFT JOIN AD_ClientInfo ci ON (ci.AD_Client_ID=o.AD_Client_ID)
+LEFT JOIN C_AcctSchema ac ON (ci.C_AcctSchema1_ID=ac.C_AcctSchema_ID)
+WHERE o.C_Invoice_ID=@C_Invoice_ID@
+GROUP BY o.C_Currency_ID, ac.C_Currency_ID, o.C_ConversionType_ID, c.ISO_Code, o.TotalLines, o.GrandTotal, o.DateAcct, o.AD_Client_ID, o.AD_Org_ID',Updated=TO_DATE('2018-08-07 12:25:27','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_StatusLine_ID=200002
+;
+
+SELECT register_migration_script('201808071226_IDEMPIERE-2442.sql') FROM dual
+;
+
diff -r 6e02c49e6653 -r 8d0dd21c038d migration/i5.1/postgresql/201312231347_IDEMPIERE-1539.sql
--- /dev/null
+++ b/migration/i5.1/postgresql/201312231347_IDEMPIERE-1539.sql
@@ -0,0 +1,8 @@
+-- Dec 23, 2013 1:36:38 PM COT
+-- IDEMPIERE-1539
+INSERT INTO AD_Ref_List (AD_Ref_List_ID,AD_Reference_ID,AD_Ref_List_UU,Name,Value,Created,CreatedBy,Updated,UpdatedBy,IsActive,EntityType,AD_Client_ID,AD_Org_ID) VALUES (200168,200061,'9562f4db-97a9-4df5-99d0-b2f5bc0e2b4c','Full Like','LIKE',TO_TIMESTAMP('2013-12-23 13:36:48','YYYY-MM-DD HH24:MI:SS'),100,TO_TIMESTAMP('2013-12-23 13:36:48','YYYY-MM-DD HH24:MI:SS'),100,'Y','D',0,0)
+;
+
+SELECT register_migration_script('201312231347_IDEMPIERE-1539.sql') FROM dual
+;
+
diff -r 6e02c49e6653 -r 8d0dd21c038d migration/i5.1/postgresql/201803221017_IDEMPIERE-3664.sql
--- /dev/null
+++ b/migration/i5.1/postgresql/201803221017_IDEMPIERE-3664.sql
@@ -0,0 +1,12 @@
+-- IDEMPIERE-3664
+-- Mar 22, 2018 10:16:54 AM BRT
+INSERT INTO AD_SysConfig (AD_SysConfig_ID,AD_Client_ID,AD_Org_ID,Created,Updated,CreatedBy,UpdatedBy,IsActive,Name,Value,Description,EntityType,ConfigurationLevel,AD_SysConfig_UU) VALUES (200116,0,0,TO_TIMESTAMP('2018-03-22 10:16:53','YYYY-MM-DD HH24:MI:SS'),TO_TIMESTAMP('2018-03-22 10:16:53','YYYY-MM-DD HH24:MI:SS'),100,100,'Y','AUTO_ASSIGN_ROLE_TO_CREATOR_USER','N','Defines if a role is assigned to the creator user when creating a new role ','D','S','dc4be8d1-a164-4e6d-8e02-be6c498d1669')
+;
+
+-- Mar 22, 2018 10:17:03 AM BRT
+UPDATE AD_SysConfig SET ConfigurationLevel='C',Updated=TO_TIMESTAMP('2018-03-22 10:17:03','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_SysConfig_ID=200116
+;
+
+SELECT register_migration_script('201803221017_IDEMPIERE-3664.sql') FROM dual
+;
+
diff -r 6e02c49e6653 -r 8d0dd21c038d migration/i5.1/postgresql/201804121657_IDEMPIERE-3685.sql
--- /dev/null
+++ b/migration/i5.1/postgresql/201804121657_IDEMPIERE-3685.sql
@@ -0,0 +1,8 @@
+-- IDEMPIERE-3685
+-- Apr 12, 2018 4:51:48 PM CEST
+UPDATE AD_Tab SET WhereClause='(AD_Field.IsDisplayed=''Y'' OR AD_Field.IsDisplayedGrid=''Y'')', OrderByClause='SeqNo, SeqNoGrid',Updated=TO_TIMESTAMP('2018-04-12 16:51:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=107
+;
+
+SELECT register_migration_script('201804121657_IDEMPIERE-3685.sql') FROM dual
+;
+
diff -r 6e02c49e6653 -r 8d0dd21c038d migration/i5.1/postgresql/201804170900_IDEMPIERE-3691.sql
--- /dev/null
+++ b/migration/i5.1/postgresql/201804170900_IDEMPIERE-3691.sql
@@ -0,0 +1,7 @@
+-- IDEMPIERE-3691 "Row" tooltip is not translated
+-- Apr 17, 2018 9:04:04 AM CEST
+INSERT INTO AD_Message (MsgType,MsgText,AD_Client_ID,AD_Org_ID,IsActive,Created,CreatedBy,Updated,UpdatedBy,AD_Message_ID,Value,EntityType,AD_Message_UU) VALUES ('I','Row',0,0,'Y',TO_TIMESTAMP('2018-04-17 09:04:03','YYYY-MM-DD HH24:MI:SS'),0,TO_TIMESTAMP('2018-04-17 09:04:03','YYYY-MM-DD HH24:MI:SS'),0,200452,'Row','D','df5d9baf-0fd2-477c-aa27-da90069bbd07')
+;
+
+SELECT register_migration_script('201804170900_IDEMPIERE-3691.sql') FROM dual
+;
\ No newline at end of file
diff -r 6e02c49e6653 -r 8d0dd21c038d migration/i5.1/postgresql/201804170941_IDEMPIERE-3678.sql
--- /dev/null
+++ b/migration/i5.1/postgresql/201804170941_IDEMPIERE-3678.sql
@@ -0,0 +1,104 @@
+-- IDEMPIERE-3678
+-- Apr 17, 2018 9:39:44 AM CEST
+UPDATE AD_Field SET IsDisplayed='Y', SeqNo=40, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, XPosition=4, ColumnSpan=2, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-04-17 09:39:44','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=62137
+;
+
+-- Apr 17, 2018 9:39:44 AM CEST
+UPDATE AD_Field SET SeqNo=50, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-04-17 09:39:44','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=62128
+;
+
+-- Apr 17, 2018 9:39:44 AM CEST
+UPDATE AD_Field SET SeqNo=60, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-04-17 09:39:44','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=62129
+;
+
+-- Apr 17, 2018 9:39:44 AM CEST
+UPDATE AD_Field SET SeqNo=70, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-04-17 09:39:44','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=62116
+;
+
+-- Apr 17, 2018 9:39:44 AM CEST
+UPDATE AD_Field SET SeqNo=80, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-04-17 09:39:44','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=62131
+;
+
+-- Apr 17, 2018 9:39:44 AM CEST
+UPDATE AD_Field SET SeqNo=90, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-04-17 09:39:44','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=62133
+;
+
+-- Apr 17, 2018 9:39:44 AM CEST
+UPDATE AD_Field SET SeqNo=100, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-04-17 09:39:44','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=62134
+;
+
+-- Apr 17, 2018 9:39:44 AM CEST
+UPDATE AD_Field SET SeqNo=110, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-04-17 09:39:44','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=62132
+;
+
+-- Apr 17, 2018 9:39:44 AM CEST
+UPDATE AD_Field SET SeqNo=120, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-04-17 09:39:44','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=62135
+;
+
+-- Apr 17, 2018 9:39:44 AM CEST
+UPDATE AD_Field SET SeqNo=130, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-04-17 09:39:44','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=62143
+;
+
+-- Apr 17, 2018 9:39:44 AM CEST
+UPDATE AD_Field SET SeqNo=140, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-04-17 09:39:44','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=62140
+;
+
+-- Apr 17, 2018 9:39:44 AM CEST
+UPDATE AD_Field SET SeqNo=150, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-04-17 09:39:44','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=62725
+;
+
+-- Apr 17, 2018 9:39:44 AM CEST
+UPDATE AD_Field SET SeqNo=160, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-04-17 09:39:44','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=62724
+;
+
+-- Apr 17, 2018 9:39:44 AM CEST
+UPDATE AD_Field SET SeqNo=170, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-04-17 09:39:44','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=62139
+;
+
+-- Apr 17, 2018 9:39:44 AM CEST
+UPDATE AD_Field SET SeqNo=180, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-04-17 09:39:44','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=62144
+;
+
+-- Apr 17, 2018 9:39:44 AM CEST
+UPDATE AD_Field SET SeqNo=190, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-04-17 09:39:44','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=62155
+;
+
+-- Apr 17, 2018 9:39:44 AM CEST
+UPDATE AD_Field SET SeqNo=200, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-04-17 09:39:44','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=62147
+;
+
+-- Apr 17, 2018 9:39:44 AM CEST
+UPDATE AD_Field SET SeqNo=210, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-04-17 09:39:44','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=62148
+;
+
+-- Apr 17, 2018 9:39:44 AM CEST
+UPDATE AD_Field SET SeqNo=220, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-04-17 09:39:44','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=62149
+;
+
+-- Apr 17, 2018 9:39:44 AM CEST
+UPDATE AD_Field SET SeqNo=230, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-04-17 09:39:44','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=62150
+;
+
+-- Apr 17, 2018 9:39:44 AM CEST
+UPDATE AD_Field SET SeqNo=240, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-04-17 09:39:44','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=62130
+;
+
+-- Apr 17, 2018 9:39:44 AM CEST
+UPDATE AD_Field SET SeqNo=0, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-04-17 09:39:44','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=204611
+;
+
+-- Apr 17, 2018 9:40:56 AM CEST
+UPDATE AD_Field SET DisplayLogic='@C_BPartner_ID@!0', AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsAllowCopy='N', IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-04-17 09:40:56','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=62137
+;
+
+-- Apr 17, 2018 9:46:44 AM CEST
+UPDATE AD_Process_Para SET MandatoryLogic='@CreateOpportunity@=Y',Updated=TO_TIMESTAMP('2018-04-17 09:46:44','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Process_Para_ID=53585
+;
+
+-- Apr 17, 2018 9:48:43 AM CEST
+UPDATE AD_Field SET AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, ReadOnlyLogic='@C_BPartner_ID@!0', IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-04-17 09:48:43','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=62116
+;
+
+SELECT register_migration_script('201804170941_IDEMPIERE-3678.sql') FROM dual
+;
+
diff -r 6e02c49e6653 -r 8d0dd21c038d migration/i5.1/postgresql/201804251707_IDEMPIERE-3698.sql
--- /dev/null
+++ b/migration/i5.1/postgresql/201804251707_IDEMPIERE-3698.sql
@@ -0,0 +1,11 @@
+-- R_MailText.MailText
+-- Apr 25, 2018 5:01:41 PM CEST
+UPDATE AD_Column SET FieldLength=0, AD_Reference_ID=36,Updated=TO_TIMESTAMP('2018-04-25 17:01:41','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=5414
+;
+
+-- Apr 25, 2018 5:01:48 PM CEST
+INSERT INTO t_alter_column values('r_mailtext','MailText','TEXT',null,null)
+;
+
+SELECT register_migration_script('201804251707_IDEMPIERE-3698.sql') FROM dual
+;
diff -r 6e02c49e6653 -r 8d0dd21c038d migration/i5.1/postgresql/201805011457_IDEMPIERE-3632.sql
--- /dev/null
+++ b/migration/i5.1/postgresql/201805011457_IDEMPIERE-3632.sql
@@ -0,0 +1,16 @@
+-- IDEMPIERE-1298 2Pack: Support copying of data from one client to another
+-- May 1, 2018 7:55:19 AM COT
+UPDATE AD_Column SET AD_Reference_ID=14,Updated=TO_TIMESTAMP('2018-05-01 07:55:19','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=3376
+;
+
+-- May 1, 2018 7:56:13 AM COT
+UPDATE AD_Field SET AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, NumLines=3, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-05-01 07:56:13','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=7543
+;
+
+-- May 1, 2018 7:56:38 AM COT
+UPDATE AD_Field SET AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, NumLines=3, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-05-01 07:56:38','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=2577
+;
+
+SELECT register_migration_script('201805011457_IDEMPIERE-3632.sql') FROM dual
+;
+
diff -r 6e02c49e6653 -r 8d0dd21c038d migration/i5.1/postgresql/201805021545_IDEMPIERE-2852.sql
--- /dev/null
+++ b/migration/i5.1/postgresql/201805021545_IDEMPIERE-2852.sql
@@ -0,0 +1,128 @@
+-- IDEMPIERE-2852
+-- May 2, 2018 3:17:39 PM CEST
+UPDATE AD_SysConfig SET ConfigurationLevel='C',Updated=TO_TIMESTAMP('2018-05-02 15:17:39','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_SysConfig_ID=50039
+;
+
+-- May 2, 2018 3:18:25 PM CEST
+UPDATE AD_SysConfig SET ConfigurationLevel='C',Updated=TO_TIMESTAMP('2018-05-02 15:18:25','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_SysConfig_ID=200050
+;
+
+-- May 2, 2018 3:18:51 PM CEST
+UPDATE AD_SysConfig SET ConfigurationLevel='C',Updated=TO_TIMESTAMP('2018-05-02 15:18:51','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_SysConfig_ID=50024
+;
+
+update ad_sysconfig set ad_sysconfig_id=200118, ad_sysconfig_uu='4731096e-6ed8-4bc8-85d1-43d9caf8a2f8' where ad_client_id=0 and name='ALLOW_APPLY_PAYMENT_TO_CREDITMEMO';
+
+update ad_sysconfig set ad_sysconfig_id=200119, ad_sysconfig_uu='52933d5d-d70d-432a-9d4b-037a2d940b85' where ad_client_id=0 and name='ALLOW_OVER_APPLIED_PAYMENT';
+
+update ad_sysconfig set ad_sysconfig_id=200120, ad_sysconfig_uu='a69f35d6-3bbf-4eb6-81b6-d38be345f89c' where ad_client_id=0 and name='APPLICATION_URL';
+
+update ad_sysconfig set ad_sysconfig_id=200121, ad_sysconfig_uu='25fad374-325e-4f62-a00b-84f76e81d3a9' where ad_client_id=0 and name='CALENDAR_ALTERNATE_TIMEZONE';
+
+update ad_sysconfig set ad_sysconfig_id=200122, ad_sysconfig_uu='e367e204-35ca-4838-ad2a-cc096023add4' where ad_client_id=0 and name='ENABLE_PAYMENTBOX_BUTTON';
+
+update ad_sysconfig set ad_sysconfig_id=200123, ad_sysconfig_uu='638bd8a9-e72c-45f3-877c-f6f2ffa8453e' where ad_client_id=0 and name='HTML_REPORT_THEME';
+
+update ad_sysconfig set ad_sysconfig_id=200124, ad_sysconfig_uu='678852cf-bf78-4644-8cb5-79498785b961' where ad_client_id=0 and name='MAIL_DONT_SEND_TO_ADDRESS';
+
+update ad_sysconfig set ad_sysconfig_id=200125, ad_sysconfig_uu='ebdef833-b08b-4cd6-a250-e1ed7969b636' where ad_client_id=0 and name='MAIL_SEND_BCC_TO_ADDRESS';
+
+update ad_sysconfig set ad_sysconfig_id=200126, ad_sysconfig_uu='40688467-44aa-4189-b8f6-cf897d61d984' where ad_client_id=0 and name='MAX_ACTIVITIES_IN_LIST';
+
+update ad_sysconfig set ad_sysconfig_id=200127, ad_sysconfig_uu='5432f856-85e2-46b8-9095-8c8a73d874e3' where ad_client_id=0 and name='MFG_ValidateCostsDifferenceOnCreate';
+
+update ad_sysconfig set ad_sysconfig_id=200128, ad_sysconfig_uu='2bb77e84-41da-48ec-985e-f03223204b1d' where ad_client_id=0 and name='MFG_ValidateCostsOnCreate';
+
+update ad_sysconfig set ad_sysconfig_id=200129, ad_sysconfig_uu='79d83d91-f4d8-4118-a22b-7d336deccaea' where ad_client_id=0 and name='STANDARD_REPORT_FOOTER_TRADEMARK_TEXT';
+
+update ad_sysconfig set ad_sysconfig_id=200132, ad_sysconfig_uu='a6cc348b-d7c9-4af6-a5ae-416b23d9c220' where ad_client_id=0 and name='ZK_DECIMALBOX_PROCESS_DOTKEYPAD';
+
+update ad_sysconfig set ad_sysconfig_id=200133, ad_sysconfig_uu='0cefeb0f-2c5c-4d71-87c5-85a23731a6ac' where ad_client_id=0 and name='ZK_FOOTER_SERVER_DATETIME_FORMAT';
+
+update ad_sysconfig set ad_sysconfig_id=200134, ad_sysconfig_uu='a18d519b-eeb6-4ec6-a080-1495ad829dba' where ad_client_id=0 and name='ZK_FOOTER_SERVER_MSG';
+
+update ad_sysconfig set ad_sysconfig_id=200135, ad_sysconfig_uu='88547d79-3b61-4648-9a16-1f4e1a14f426' where ad_client_id=0 and name='ZK_GRID_MOBILE_MAX_COLUMNS';
+
+update ad_sysconfig set ad_sysconfig_id=200136, ad_sysconfig_uu='b535d0cb-8921-4f84-a1b5-01fb9620779e' where ad_client_id=0 and name='ZK_MOBILE_PAGING_SIZE';
+
+update ad_sysconfig set ad_sysconfig_id=200137, ad_sysconfig_uu='0599feeb-845f-4ccb-a740-94ad04c85d64' where ad_client_id=0 and name='ZK_SESSION_TIMEOUT_IN_SECONDS';
+
+-- May 2, 2018 3:19:49 PM CEST
+INSERT INTO AD_SysConfig (AD_SysConfig_ID,AD_Client_ID,AD_Org_ID,Created,Updated,CreatedBy,UpdatedBy,IsActive,Name,Value,Description,EntityType,ConfigurationLevel,AD_SysConfig_UU) VALUES (200118,0,0,TO_TIMESTAMP('2018-05-02 15:19:49','YYYY-MM-DD HH24:MI:SS'),TO_TIMESTAMP('2018-05-02 15:19:49','YYYY-MM-DD HH24:MI:SS'),100,100,'Y','ALLOW_APPLY_PAYMENT_TO_CREDITMEMO','N','Allow applying payment to a credit memo','D','C','4731096e-6ed8-4bc8-85d1-43d9caf8a2f8')
+;
+
+-- May 2, 2018 3:20:27 PM CEST
+INSERT INTO AD_SysConfig (AD_SysConfig_ID,AD_Client_ID,AD_Org_ID,Created,Updated,CreatedBy,UpdatedBy,IsActive,Name,Value,Description,EntityType,ConfigurationLevel,AD_SysConfig_UU) VALUES (200119,0,0,TO_TIMESTAMP('2018-05-02 15:20:27','YYYY-MM-DD HH24:MI:SS'),TO_TIMESTAMP('2018-05-02 15:20:27','YYYY-MM-DD HH24:MI:SS'),100,100,'Y','ALLOW_OVER_APPLIED_PAYMENT','N','Allow a payment to be over applied to an invoice','D','C','52933d5d-d70d-432a-9d4b-037a2d940b85')
+;
+
+-- May 2, 2018 3:22:55 PM CEST
+INSERT INTO AD_SysConfig (AD_SysConfig_ID,AD_Client_ID,AD_Org_ID,Created,Updated,CreatedBy,UpdatedBy,IsActive,Name,Value,Description,EntityType,ConfigurationLevel,AD_SysConfig_UU) VALUES (200120,0,0,TO_TIMESTAMP('2018-05-02 15:22:54','YYYY-MM-DD HH24:MI:SS'),TO_TIMESTAMP('2018-05-02 15:22:54','YYYY-MM-DD HH24:MI:SS'),100,100,'Y','APPLICATION_URL','USE_HARDCODED','Server URL to generate zoom for a record. When empty, or using the value USE_HARDCODED, the system generates an URL with current protocol, server name, port, context','D','C','a69f35d6-3bbf-4eb6-81b6-d38be345f89c')
+;
+
+-- May 2, 2018 3:24:05 PM CEST
+INSERT INTO AD_SysConfig (AD_SysConfig_ID,AD_Client_ID,AD_Org_ID,Created,Updated,CreatedBy,UpdatedBy,IsActive,Name,Value,Description,EntityType,ConfigurationLevel,AD_SysConfig_UU) VALUES (200121,0,0,TO_TIMESTAMP('2018-05-02 15:24:05','YYYY-MM-DD HH24:MI:SS'),TO_TIMESTAMP('2018-05-02 15:24:05','YYYY-MM-DD HH24:MI:SS'),100,100,'Y','CALENDAR_ALTERNATE_TIMEZONE','Pacific Time=PST','Alternate time zone to show in Calendar window. It can be defined as one zone or several zones separated by comma. A zone is defined by a title =timezone, title is shown in the calendar, and the timezone must conform to timezone standard. If set empty (a ','D','C','25fad374-325e-4f62-a00b-84f76e81d3a9')
+;
+
+-- May 2, 2018 3:28:04 PM CEST
+INSERT INTO AD_SysConfig (AD_SysConfig_ID,AD_Client_ID,AD_Org_ID,Created,Updated,CreatedBy,UpdatedBy,IsActive,Name,Value,Description,EntityType,ConfigurationLevel,AD_SysConfig_UU) VALUES (200122,0,0,TO_TIMESTAMP('2018-05-02 15:28:04','YYYY-MM-DD HH24:MI:SS'),TO_TIMESTAMP('2018-05-02 15:28:04','YYYY-MM-DD HH24:MI:SS'),100,100,'Y','ENABLE_PAYMENTBOX_BUTTON','Y','Defines if the payment button besides the payment rule is shown or not','D','C','e367e204-35ca-4838-ad2a-cc096023add4')
+;
+
+-- May 2, 2018 3:29:55 PM CEST
+INSERT INTO AD_SysConfig (AD_SysConfig_ID,AD_Client_ID,AD_Org_ID,Created,Updated,CreatedBy,UpdatedBy,IsActive,Name,Value,Description,EntityType,ConfigurationLevel,AD_SysConfig_UU) VALUES (200123,0,0,TO_TIMESTAMP('2018-05-02 15:29:55','YYYY-MM-DD HH24:MI:SS'),TO_TIMESTAMP('2018-05-02 15:29:55','YYYY-MM-DD HH24:MI:SS'),100,100,'Y','HTML_REPORT_THEME','/','Name of optional theme for HTML reports on webui','D','C','638bd8a9-e72c-45f3-877c-f6f2ffa8453e')
+;
+
+-- May 2, 2018 3:30:36 PM CEST
+INSERT INTO AD_SysConfig (AD_SysConfig_ID,AD_Client_ID,AD_Org_ID,Created,Updated,CreatedBy,UpdatedBy,IsActive,Name,Value,Description,EntityType,ConfigurationLevel,AD_SysConfig_UU) VALUES (200124,0,0,TO_TIMESTAMP('2018-05-02 15:30:36','YYYY-MM-DD HH24:MI:SS'),TO_TIMESTAMP('2018-05-02 15:30:36','YYYY-MM-DD HH24:MI:SS'),100,100,'Y','MAIL_DONT_SEND_TO_ADDRESS','N','For test systems you can set up this key to avoid sending unwanted messages. If combined with MAIL_SEND_BCC_TO_ADDRESS, then it will send messages just to the configured address','D','C','678852cf-bf78-4644-8cb5-79498785b961')
+;
+
+-- May 2, 2018 3:31:46 PM CEST
+INSERT INTO AD_SysConfig (AD_SysConfig_ID,AD_Client_ID,AD_Org_ID,Created,Updated,CreatedBy,UpdatedBy,IsActive,Name,Value,Description,EntityType,ConfigurationLevel,AD_SysConfig_UU) VALUES (200125,0,0,TO_TIMESTAMP('2018-05-02 15:31:45','YYYY-MM-DD HH24:MI:SS'),TO_TIMESTAMP('2018-05-02 15:31:45','YYYY-MM-DD HH24:MI:SS'),100,100,'Y','MAIL_SEND_BCC_TO_ADDRESS',' ','You can register an e-mail address and all the outgoing mails from the system will be sent BCC there','D','C','ebdef833-b08b-4cd6-a250-e1ed7969b636')
+;
+
+-- May 2, 2018 3:32:36 PM CEST
+INSERT INTO AD_SysConfig (AD_SysConfig_ID,AD_Client_ID,AD_Org_ID,Created,Updated,CreatedBy,UpdatedBy,IsActive,Name,Value,Description,EntityType,ConfigurationLevel,AD_SysConfig_UU) VALUES (200126,0,0,TO_TIMESTAMP('2018-05-02 15:32:35','YYYY-MM-DD HH24:MI:SS'),TO_TIMESTAMP('2018-05-02 15:32:35','YYYY-MM-DD HH24:MI:SS'),100,100,'Y','MAX_ACTIVITIES_IN_LIST','200','Max number of activities in list','D','C','40688467-44aa-4189-b8f6-cf897d61d984')
+;
+
+-- May 2, 2018 3:34:16 PM CEST
+INSERT INTO AD_SysConfig (AD_SysConfig_ID,AD_Client_ID,AD_Org_ID,Created,Updated,CreatedBy,UpdatedBy,IsActive,Name,Value,EntityType,ConfigurationLevel,AD_SysConfig_UU) VALUES (200127,0,0,TO_TIMESTAMP('2018-05-02 15:34:16','YYYY-MM-DD HH24:MI:SS'),TO_TIMESTAMP('2018-05-02 15:34:16','YYYY-MM-DD HH24:MI:SS'),100,100,'Y','MFG_ValidateCostsDifferenceOnCreate','N','D','C','5432f856-85e2-46b8-9095-8c8a73d874e3')
+;
+
+-- May 2, 2018 3:35:00 PM CEST
+INSERT INTO AD_SysConfig (AD_SysConfig_ID,AD_Client_ID,AD_Org_ID,Created,Updated,CreatedBy,UpdatedBy,IsActive,Name,Value,EntityType,ConfigurationLevel,AD_SysConfig_UU) VALUES (200128,0,0,TO_TIMESTAMP('2018-05-02 15:35:00','YYYY-MM-DD HH24:MI:SS'),TO_TIMESTAMP('2018-05-02 15:35:00','YYYY-MM-DD HH24:MI:SS'),100,100,'Y','MFG_ValidateCostsOnCreate','N','D','C','2bb77e84-41da-48ec-985e-f03223204b1d')
+;
+
+-- May 2, 2018 3:36:24 PM CEST
+INSERT INTO AD_SysConfig (AD_SysConfig_ID,AD_Client_ID,AD_Org_ID,Created,Updated,CreatedBy,UpdatedBy,IsActive,Name,Value,Description,EntityType,ConfigurationLevel,AD_SysConfig_UU) VALUES (200129,0,0,TO_TIMESTAMP('2018-05-02 15:36:24','YYYY-MM-DD HH24:MI:SS'),TO_TIMESTAMP('2018-05-02 15:36:24','YYYY-MM-DD HH24:MI:SS'),100,100,'Y','STANDARD_REPORT_FOOTER_TRADEMARK_TEXT',' ','Define the system information to show on report footer','D','C','79d83d91-f4d8-4118-a22b-7d336deccaea')
+;
+
+-- May 2, 2018 3:38:50 PM CEST
+INSERT INTO AD_SysConfig (AD_SysConfig_ID,AD_Client_ID,AD_Org_ID,Created,Updated,CreatedBy,UpdatedBy,IsActive,Name,Value,Description,EntityType,ConfigurationLevel,AD_SysConfig_UU) VALUES (200132,0,0,TO_TIMESTAMP('2018-05-02 15:38:50','YYYY-MM-DD HH24:MI:SS'),TO_TIMESTAMP('2018-05-02 15:38:50','YYYY-MM-DD HH24:MI:SS'),100,100,'Y','ZK_DECIMALBOX_PROCESS_DOTKEYPAD','Y','Defines if numeric entry must treat the dot keypad as decimal separator on language','D','C','a6cc348b-d7c9-4af6-a5ae-416b23d9c220')
+;
+
+-- May 2, 2018 3:40:06 PM CEST
+INSERT INTO AD_SysConfig (AD_SysConfig_ID,AD_Client_ID,AD_Org_ID,Created,Updated,CreatedBy,UpdatedBy,IsActive,Name,Value,Description,EntityType,ConfigurationLevel,AD_SysConfig_UU) VALUES (200133,0,0,TO_TIMESTAMP('2018-05-02 15:40:06','YYYY-MM-DD HH24:MI:SS'),TO_TIMESTAMP('2018-05-02 15:40:06','YYYY-MM-DD HH24:MI:SS'),100,100,'Y','ZK_FOOTER_SERVER_DATETIME_FORMAT',' ','This key can change the format that is used on the dates on footer of reports','D','C','0cefeb0f-2c5c-4d71-87c5-85a23731a6ac')
+;
+
+-- May 2, 2018 3:42:17 PM CEST
+INSERT INTO AD_SysConfig (AD_SysConfig_ID,AD_Client_ID,AD_Org_ID,Created,Updated,CreatedBy,UpdatedBy,IsActive,Name,Value,Description,EntityType,ConfigurationLevel,AD_SysConfig_UU) VALUES (200134,0,0,TO_TIMESTAMP('2018-05-02 15:42:17','YYYY-MM-DD HH24:MI:SS'),TO_TIMESTAMP('2018-05-02 15:42:17','YYYY-MM-DD HH24:MI:SS'),100,100,'Y','ZK_FOOTER_SERVER_MSG',' ','This key allows to change the message that is shown on report footers','D','C','a18d519b-eeb6-4ec6-a080-1495ad829dba')
+;
+
+-- May 2, 2018 3:42:54 PM CEST
+INSERT INTO AD_SysConfig (AD_SysConfig_ID,AD_Client_ID,AD_Org_ID,Created,Updated,CreatedBy,UpdatedBy,IsActive,Name,Value,Description,EntityType,ConfigurationLevel,AD_SysConfig_UU) VALUES (200135,0,0,TO_TIMESTAMP('2018-05-02 15:42:53','YYYY-MM-DD HH24:MI:SS'),TO_TIMESTAMP('2018-05-02 15:42:53','YYYY-MM-DD HH24:MI:SS'),100,100,'Y','ZK_GRID_MOBILE_MAX_COLUMNS','10','The max number of columns to show in grid view on mobile screens','D','C','88547d79-3b61-4648-9a16-1f4e1a14f426')
+;
+
+-- May 2, 2018 3:43:54 PM CEST
+INSERT INTO AD_SysConfig (AD_SysConfig_ID,AD_Client_ID,AD_Org_ID,Created,Updated,CreatedBy,UpdatedBy,IsActive,Name,Value,Description,EntityType,ConfigurationLevel,AD_SysConfig_UU) VALUES (200136,0,0,TO_TIMESTAMP('2018-05-02 15:43:54','YYYY-MM-DD HH24:MI:SS'),TO_TIMESTAMP('2018-05-02 15:43:54','YYYY-MM-DD HH24:MI:SS'),100,100,'Y','ZK_MOBILE_PAGING_SIZE','20','Default paging size for grid view in mobile screens','D','C','b535d0cb-8921-4f84-a1b5-01fb9620779e')
+;
+
+-- May 2, 2018 3:45:09 PM CEST
+INSERT INTO AD_SysConfig (AD_SysConfig_ID,AD_Client_ID,AD_Org_ID,Created,Updated,CreatedBy,UpdatedBy,IsActive,Name,Value,Description,EntityType,ConfigurationLevel,AD_SysConfig_UU) VALUES (200137,0,0,TO_TIMESTAMP('2018-05-02 15:45:08','YYYY-MM-DD HH24:MI:SS'),TO_TIMESTAMP('2018-05-02 15:45:08','YYYY-MM-DD HH24:MI:SS'),100,100,'Y','ZK_SESSION_TIMEOUT_IN_SECONDS','-2','ZK session timeout. -2 meaning not set','D','O','0599feeb-845f-4ccb-a740-94ad04c85d64')
+;
+
+-- May 2, 2018 8:34:38 PM CEST
+UPDATE AD_SysConfig SET Name='JASPER_SWAP_MAX_PAGES',Updated=TO_TIMESTAMP('2018-05-02 20:34:38','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_SysConfig_ID=200011
+;
+
+SELECT register_migration_script('201805021545_IDEMPIERE-2852.sql') FROM dual
+;
+
diff -r 6e02c49e6653 -r 8d0dd21c038d migration/i5.1/postgresql/201805091216_IDEMPIERE-2057.sql
--- /dev/null
+++ b/migration/i5.1/postgresql/201805091216_IDEMPIERE-2057.sql
@@ -0,0 +1,16 @@
+-- IDEMPIERE-2057
+-- May 9, 2018 12:15:12 PM CEST
+UPDATE AD_Field SET IsReadOnly='Y', AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-05-09 12:15:12','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=203261
+;
+
+-- May 9, 2018 12:15:33 PM CEST
+UPDATE AD_Field SET IsDisplayed='Y', SeqNo=290, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, XPosition=4, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-05-09 12:15:33','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=203261
+;
+
+-- May 9, 2018 12:15:33 PM CEST
+UPDATE AD_Field SET SeqNo=0, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-05-09 12:15:33','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=204857
+;
+
+SELECT register_migration_script('201805091216_IDEMPIERE-2057.sql') FROM dual
+;
+
diff -r 6e02c49e6653 -r 8d0dd21c038d migration/i5.1/postgresql/201805200007_IDEMPIERE-3716.sql
--- /dev/null
+++ b/migration/i5.1/postgresql/201805200007_IDEMPIERE-3716.sql
@@ -0,0 +1,11 @@
+-- May 19, 2018 11:01:06 PM CEST
+-- IDEMPIERE-3716 Extend the length of the Column SQL field in AD_ViewColumn to allow more advanced queries
+UPDATE AD_Column SET FieldLength=2000,Updated=TO_TIMESTAMP('2018-05-19 23:01:06','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=210586
+;
+
+-- May 21, 2018 1:37:18 PM CEST
+INSERT INTO t_alter_column values('ad_viewcolumn','ColumnSQL','VARCHAR(2000)',null,'NULL')
+;
+
+SELECT register_migration_script('201805200007_IDEMPIERE-3716.sql') FROM dual
+;
diff -r 6e02c49e6653 -r 8d0dd21c038d migration/i5.1/postgresql/201805221532_IDEMPIERE-918.sql
--- /dev/null
+++ b/migration/i5.1/postgresql/201805221532_IDEMPIERE-918.sql
@@ -0,0 +1,48 @@
+-- IDEMPIERE-918
+-- May 22, 2018 3:17:13 PM CEST
+INSERT INTO AD_Process (AD_Process_ID,AD_Client_ID,AD_Org_ID,IsActive,Created,CreatedBy,Updated,UpdatedBy,Name,Description,Help,IsReport,Value,IsDirectPrint,Classname,AccessLevel,EntityType,Statistic_Count,Statistic_Seconds,IsBetaFunctionality,IsServerProcess,ShowHelp,CopyFromProcess,AD_Process_UU) VALUES (200100,0,0,'Y',TO_TIMESTAMP('2018-05-22 15:17:13','YYYY-MM-DD HH24:MI:SS'),100,TO_TIMESTAMP('2018-05-22 15:17:13','YYYY-MM-DD HH24:MI:SS'),100,'Create Credit Memo','Creates a credit memo based on the invoice.','The invoice should be correct and completed.','N','InvoiceCreateCreditMemo','N','org.idempiere.process.InvoiceCreateCreditMemo','1','D',0,0,'N','N','Y','N','68540275-9c56-4e1b-99f5-d155eb62a12b')
+;
+
+-- May 22, 2018 3:22:56 PM CEST
+INSERT INTO AD_Val_Rule (AD_Val_Rule_ID,Name,Description,Type,Code,AD_Client_ID,AD_Org_ID,IsActive,Created,CreatedBy,Updated,UpdatedBy,EntityType,AD_Val_Rule_UU) VALUES (200118,'C_DocTypeTarget AR/AP Credit Memos','Target Document Type AR/AP Credit Memos','S','C_DocType.DocBaseType IN (''ARC'',''APC'') AND C_DocType.IsSOTrx=''@IsSOTrx@'' AND C_DocType.AD_Client_ID=@#AD_Client_ID@',0,0,'Y',TO_TIMESTAMP('2018-05-22 15:22:56','YYYY-MM-DD HH24:MI:SS'),100,TO_TIMESTAMP('2018-05-22 15:22:56','YYYY-MM-DD HH24:MI:SS'),100,'D','b27e8ab7-8128-43b2-b94d-175c3f77e4cf')
+;
+
+-- May 22, 2018 3:24:44 PM CEST
+INSERT INTO AD_Process_Para (AD_Process_Para_ID,AD_Client_ID,AD_Org_ID,IsActive,Created,CreatedBy,Updated,UpdatedBy,Name,Description,Help,AD_Process_ID,SeqNo,AD_Reference_ID,IsRange,AD_Val_Rule_ID,FieldLength,IsMandatory,ColumnName,IsCentrallyMaintained,EntityType,AD_Element_ID,AD_Process_Para_UU,IsEncrypted) VALUES (200228,0,0,'Y',TO_TIMESTAMP('2018-05-22 15:24:44','YYYY-MM-DD HH24:MI:SS'),100,TO_TIMESTAMP('2018-05-22 15:24:44','YYYY-MM-DD HH24:MI:SS'),100,'Document Type','Document type or rules','The Document Type determines document sequence and processing rules',200100,10,19,'N',200118,10,'Y','C_DocType_ID','Y','D',196,'0022f86c-0629-4d70-84c3-cc6a506fdf7c','N')
+;
+
+-- May 22, 2018 3:28:49 PM CEST
+INSERT INTO AD_Process_Para (AD_Process_Para_ID,AD_Client_ID,AD_Org_ID,IsActive,Created,CreatedBy,Updated,UpdatedBy,Name,Description,Help,AD_Process_ID,SeqNo,AD_Reference_ID,IsRange,FieldLength,IsMandatory,DefaultValue,ColumnName,IsCentrallyMaintained,EntityType,AD_Element_ID,AD_Process_Para_UU,IsEncrypted) VALUES (200229,0,0,'Y',TO_TIMESTAMP('2018-05-22 15:28:49','YYYY-MM-DD HH24:MI:SS'),100,TO_TIMESTAMP('2018-05-22 15:28:49','YYYY-MM-DD HH24:MI:SS'),100,'Date Invoiced','Date printed on Invoice','The Date Invoice indicates the date printed on the invoice.',200100,20,15,'N',10,'Y','@#Date@','DateInvoiced','Y','D',267,'0c954e16-967b-4b48-9075-8a134b72e2d2','N')
+;
+
+-- May 22, 2018 3:29:12 PM CEST
+INSERT INTO AD_Process_Para (AD_Process_Para_ID,AD_Client_ID,AD_Org_ID,IsActive,Created,CreatedBy,Updated,UpdatedBy,Name,Description,Help,AD_Process_ID,SeqNo,AD_Reference_ID,IsRange,FieldLength,IsMandatory,DefaultValue,ColumnName,IsCentrallyMaintained,EntityType,AD_Element_ID,AD_Process_Para_UU,IsEncrypted) VALUES (200230,0,0,'Y',TO_TIMESTAMP('2018-05-22 15:29:12','YYYY-MM-DD HH24:MI:SS'),100,TO_TIMESTAMP('2018-05-22 15:29:12','YYYY-MM-DD HH24:MI:SS'),100,'Account Date','Accounting Date','The Accounting Date indicates the date to be used on the General Ledger account entries generated from this document. It is also used for any currency conversion.',200100,30,15,'N',10,'Y','@#Date@','DateAcct','Y','D',263,'4edbbf7b-c6d3-4b3d-84b7-1591c204b91d','N')
+;
+
+-- May 22, 2018 3:30:49 PM CEST
+INSERT INTO AD_Process_Para (AD_Process_Para_ID,AD_Client_ID,AD_Org_ID,IsActive,Created,CreatedBy,Updated,UpdatedBy,Name,Description,Help,AD_Process_ID,SeqNo,AD_Reference_ID,AD_Reference_Value_ID,IsRange,AD_Val_Rule_ID,FieldLength,IsMandatory,ColumnName,IsCentrallyMaintained,EntityType,AD_Element_ID,AD_Process_Para_UU,IsEncrypted) VALUES (200231,0,0,'Y',TO_TIMESTAMP('2018-05-22 15:30:49','YYYY-MM-DD HH24:MI:SS'),100,TO_TIMESTAMP('2018-05-22 15:30:49','YYYY-MM-DD HH24:MI:SS'),100,'Document Action','The targeted status of the document','You find the current status in the Document Status field. The options are listed in a popup',200100,40,17,135,'N',219,0,'N','DocAction','Y','D',287,'ce0b15c4-5e79-4dfd-b11b-0992911df4b4','N')
+;
+
+-- May 22, 2018 3:32:01 PM CEST
+INSERT INTO AD_ToolBarButton (AD_Client_ID,AD_Org_ID,Created,CreatedBy,ComponentName,IsActive,AD_ToolBarButton_ID,Name,Updated,UpdatedBy,IsCustomization,AD_ToolBarButton_UU,"action",AD_Tab_ID,AD_Process_ID,DisplayLogic,SeqNo) VALUES (0,0,TO_TIMESTAMP('2018-05-22 15:32:01','YYYY-MM-DD HH24:MI:SS'),100,'InvoiceCustomerCreateCreditMemo','Y',200096,'InvoiceCustomerCreateCreditMemo',TO_TIMESTAMP('2018-05-22 15:32:01','YYYY-MM-DD HH24:MI:SS'),100,'N','ebf24687-2124-496b-89ee-5d75e05743a3','W',263,200100,'@DocStatus@=''CO'' | @DocStatus@=''CL''',10)
+;
+
+-- May 22, 2018 3:32:35 PM CEST
+INSERT INTO AD_ToolBarButton (AD_Client_ID,AD_Org_ID,Created,CreatedBy,ComponentName,IsActive,AD_ToolBarButton_ID,Name,Updated,UpdatedBy,IsCustomization,AD_ToolBarButton_UU,"action",AD_Tab_ID,AD_Process_ID,DisplayLogic,SeqNo) VALUES (0,0,TO_TIMESTAMP('2018-05-22 15:32:34','YYYY-MM-DD HH24:MI:SS'),100,'InvoiceVendorCreateCreditMemo','Y',200097,'InvoiceVendorCreateCreditMemo',TO_TIMESTAMP('2018-05-22 15:32:34','YYYY-MM-DD HH24:MI:SS'),100,'N','2e2c53e9-4e1e-4789-8caf-c772e601e107','W',290,200100,'@DocStatus@=''CO'' | @DocStatus@=''CL''',10)
+;
+
+-- May 22, 2018 7:25:46 PM CEST
+INSERT INTO AD_Message (MsgType,MsgText,AD_Client_ID,AD_Org_ID,IsActive,Created,CreatedBy,Updated,UpdatedBy,AD_Message_ID,Value,EntityType,AD_Message_UU) VALUES ('E','Invoice has already allocations',0,0,'Y',TO_TIMESTAMP('2018-05-22 19:25:46','YYYY-MM-DD HH24:MI:SS'),100,TO_TIMESTAMP('2018-05-22 19:25:46','YYYY-MM-DD HH24:MI:SS'),100,200471,'InvoiceHasAllocations','D','f0dc5362-437e-4fd9-bdc9-c8b472678765')
+;
+
+-- May 22, 2018 7:26:13 PM CEST
+INSERT INTO AD_Message (MsgType,MsgText,AD_Client_ID,AD_Org_ID,IsActive,Created,CreatedBy,Updated,UpdatedBy,AD_Message_ID,Value,EntityType,AD_Message_UU) VALUES ('E','Cannot create a credit memo from a credit memo',0,0,'Y',TO_TIMESTAMP('2018-05-22 19:26:13','YYYY-MM-DD HH24:MI:SS'),100,TO_TIMESTAMP('2018-05-22 19:26:13','YYYY-MM-DD HH24:MI:SS'),100,200472,'CannotCreateCreditMemoFromCreditMemo','D','36370a38-ec58-4e1f-8804-e869a17730ac')
+;
+
+-- May 22, 2018 7:26:37 PM CEST
+INSERT INTO AD_Message (MsgType,MsgText,AD_Client_ID,AD_Org_ID,IsActive,Created,CreatedBy,Updated,UpdatedBy,AD_Message_ID,Value,EntityType,AD_Message_UU) VALUES ('E','Credit Memo already exists',0,0,'Y',TO_TIMESTAMP('2018-05-22 19:26:37','YYYY-MM-DD HH24:MI:SS'),100,TO_TIMESTAMP('2018-05-22 19:26:37','YYYY-MM-DD HH24:MI:SS'),100,200473,'CreditMemoAlreadyExists','D','c67e63fc-4a41-45dc-b52c-317688b125d2')
+;
+
+SELECT register_migration_script('201805221532_IDEMPIERE-918.sql') FROM dual
+;
+
diff -r 6e02c49e6653 -r 8d0dd21c038d migration/i5.1/postgresql/201806041252_IDEMPIERE-3651.sql
--- /dev/null
+++ b/migration/i5.1/postgresql/201806041252_IDEMPIERE-3651.sql
@@ -0,0 +1,8 @@
+-- IDEMPIERE-3651 Report Column Set=>Report Column=>User Element List1 not displaying User1_ID values
+-- Jun 4, 2018 12:51:33 PM CEST
+UPDATE AD_Column SET AD_Val_Rule_ID=258,Updated=TO_TIMESTAMP('2018-06-04 12:51:33','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=6026
+;
+
+SELECT register_migration_script('201806041252_IDEMPIERE-3651.sql') FROM dual
+;
+
diff -r 6e02c49e6653 -r 8d0dd21c038d migration/i5.1/postgresql/201806061111_IDEMPIERE-585.sql
--- /dev/null
+++ b/migration/i5.1/postgresql/201806061111_IDEMPIERE-585.sql
@@ -0,0 +1,68 @@
+-- Mar 5, 2013 9:52:39 AM CET
+-- IDEMPIERE 585
+UPDATE AD_Tab SET IsInsertRecord='N',Updated=TO_TIMESTAMP('2013-03-05 09:52:39','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=327
+;
+
+-- Mar 5, 2013 9:52:55 AM CET
+-- IDEMPIERE 585
+UPDATE AD_Tab SET IsInsertRecord='N',Updated=TO_TIMESTAMP('2013-03-05 09:52:55','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=323
+;
+
+-- Mar 5, 2013 9:53:10 AM CET
+-- IDEMPIERE 585
+UPDATE AD_Tab SET IsInsertRecord='N',Updated=TO_TIMESTAMP('2013-03-05 09:53:10','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=337
+;
+
+-- Mar 5, 2013 9:53:36 AM CET
+-- IDEMPIERE 585
+UPDATE AD_Tab SET IsInsertRecord='N',Updated=TO_TIMESTAMP('2013-03-05 09:53:36','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=331
+;
+
+-- Mar 5, 2013 9:53:52 AM CET
+-- IDEMPIERE 585
+UPDATE AD_Tab SET IsInsertRecord='N',Updated=TO_TIMESTAMP('2013-03-05 09:53:52','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=419
+;
+
+-- Mar 5, 2013 9:54:09 AM CET
+-- IDEMPIERE 585
+UPDATE AD_Tab SET IsInsertRecord='N',Updated=TO_TIMESTAMP('2013-03-05 09:54:09','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=53112
+;
+
+-- Mar 5, 2013 9:54:40 AM CET
+-- IDEMPIERE 585
+UPDATE AD_Tab SET IsInsertRecord='N',Updated=TO_TIMESTAMP('2013-03-05 09:54:40','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=210
+;
+
+-- Mar 5, 2013 9:54:50 AM CET
+-- IDEMPIERE 585
+UPDATE AD_Tab SET IsInsertRecord='N',Updated=TO_TIMESTAMP('2013-03-05 09:54:50','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=324
+;
+
+-- Mar 5, 2013 9:56:01 AM CET
+-- IDEMPIERE 585
+UPDATE AD_Tab SET IsInsertRecord='N',Updated=TO_TIMESTAMP('2013-03-05 09:56:01','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=422
+;
+
+-- Mar 5, 2013 9:56:14 AM CET
+-- IDEMPIERE 585
+UPDATE AD_Tab SET IsInsertRecord='N',Updated=TO_TIMESTAMP('2013-03-05 09:56:14','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=333
+;
+
+-- Mar 5, 2013 9:56:27 AM CET
+-- IDEMPIERE 585
+UPDATE AD_Tab SET IsInsertRecord='N',Updated=TO_TIMESTAMP('2013-03-05 09:56:27','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=53077
+;
+
+-- Mar 5, 2013 9:56:44 AM CET
+-- IDEMPIERE 585
+UPDATE AD_Tab SET IsInsertRecord='N',Updated=TO_TIMESTAMP('2013-03-05 09:56:44','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=209
+;
+
+-- Mar 5, 2013 9:57:04 AM CET
+-- IDEMPIERE 585
+UPDATE AD_Tab SET IsInsertRecord='N',Updated=TO_TIMESTAMP('2013-03-05 09:57:04','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=334
+;
+
+SELECT register_migration_script('201806061111_IDEMPIERE-585.sql') FROM dual
+;
+
diff -r 6e02c49e6653 -r 8d0dd21c038d migration/i5.1/postgresql/201806061330_IDEMPIERE-3651.sql
--- /dev/null
+++ b/migration/i5.1/postgresql/201806061330_IDEMPIERE-3651.sql
@@ -0,0 +1,9 @@
+-- IDEMPIERE-3651 Report Column Set=>Report Column=>User Element List1 not displaying User1_ID values
+-- Jun 6, 2018 1:29:52 PM CEST
+UPDATE AD_Val_Rule SET Code='C_ElementValue.C_Element_ID IN
+(SELECT C_Element_ID FROM C_AcctSchema_Element WHERE AD_Client_ID=@#AD_Client_ID@ AND (ElementType=''@ElementType@'' OR (''@ElementType@''=''CO'' AND ElementType=''AC'')))',Updated=TO_TIMESTAMP('2018-06-06 13:29:52','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Val_Rule_ID=258
+;
+
+SELECT register_migration_script('201806061330_IDEMPIERE-3651.sql') FROM dual
+;
+
diff -r 6e02c49e6653 -r 8d0dd21c038d migration/i5.1/postgresql/201806131433_IDEMPIERE-3651.sql
--- /dev/null
+++ b/migration/i5.1/postgresql/201806131433_IDEMPIERE-3651.sql
@@ -0,0 +1,9 @@
+-- IDEMPIERE-3651 Report Column Set=>Report Column=>User Element List1 not displaying User1_ID values
+-- Jun 13, 2018 2:32:06 PM CEST
+UPDATE AD_Val_Rule SET Code='C_ElementValue.C_Element_ID IN
+(SELECT C_Element_ID FROM C_AcctSchema_Element WHERE IsActive=''Y'' AND AD_Client_ID=@#AD_Client_ID@ AND (ElementType=''@ElementType@'' OR (''@ElementType@''=''CO'' AND ElementType=''AC'')))',Updated=TO_TIMESTAMP('2018-06-13 14:32:06','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Val_Rule_ID=258
+;
+
+SELECT register_migration_script('201806131433_IDEMPIERE-3651.sql') FROM dual
+;
+
diff -r 6e02c49e6653 -r 8d0dd21c038d migration/i5.1/postgresql/201807041616_IDEMPIERE-3738.sql
--- /dev/null
+++ b/migration/i5.1/postgresql/201807041616_IDEMPIERE-3738.sql
@@ -0,0 +1,132 @@
+-- IDEMPIERE-3738 Reference Color broken
+-- Jul 4, 2018 4:02:49 PM CEST
+INSERT INTO AD_Element (AD_Element_ID,AD_Client_ID,AD_Org_ID,IsActive,Created,CreatedBy,Updated,UpdatedBy,ColumnName,Name,Description,Help,PrintName,EntityType,AD_Element_UU) VALUES (203229,0,0,'Y',TO_TIMESTAMP('2018-07-04 16:02:37','YYYY-MM-DD HH24:MI:SS'),100,TO_TIMESTAMP('2018-07-04 16:02:37','YYYY-MM-DD HH24:MI:SS'),100,'Color','Color',NULL,NULL,'Color','D','c43cfcc2-2c92-4e91-88b8-88947297184d')
+;
+
+-- Jul 4, 2018 4:03:02 PM CEST
+INSERT INTO AD_Column (AD_Column_ID,Version,Name,AD_Table_ID,ColumnName,FieldLength,IsKey,IsParent,IsMandatory,IsTranslated,IsIdentifier,SeqNo,IsEncrypted,AD_Reference_ID,AD_Client_ID,AD_Org_ID,IsActive,Created,CreatedBy,Updated,UpdatedBy,AD_Element_ID,IsUpdateable,IsSelectionColumn,EntityType,IsSyncDatabase,IsAlwaysUpdateable,IsAutocomplete,IsAllowLogging,AD_Column_UU,IsAllowCopy,SeqNoSelection,IsToolbarButton,IsSecure) VALUES (213570,0,'Color',135,'Color',7,'N','N','N','N','N',0,'N',27,0,0,'Y',TO_TIMESTAMP('2018-07-04 16:03:02','YYYY-MM-DD HH24:MI:SS'),100,TO_TIMESTAMP('2018-07-04 16:03:02','YYYY-MM-DD HH24:MI:SS'),100,203229,'Y','N','D','N','N','N','Y','46472ac6-1648-48d8-b0bd-aef0d61a447f','Y',0,'N','N')
+;
+
+-- Jul 4, 2018 4:03:03 PM CEST
+ALTER TABLE Test ADD COLUMN Color VARCHAR(7) DEFAULT NULL
+;
+
+-- Jul 4, 2018 4:03:17 PM CEST
+INSERT INTO AD_Field (AD_Field_ID,Name,AD_Tab_ID,AD_Column_ID,IsDisplayed,DisplayLength,SeqNo,IsSameLine,IsHeading,IsFieldOnly,IsEncrypted,AD_Client_ID,AD_Org_ID,IsActive,Created,CreatedBy,Updated,UpdatedBy,IsReadOnly,IsCentrallyMaintained,EntityType,AD_Field_UU,IsDisplayedGrid,SeqNoGrid,ColumnSpan) VALUES (205590,'Color',152,213570,'Y',7,260,'N','N','N','N',0,0,'Y',TO_TIMESTAMP('2018-07-04 16:03:16','YYYY-MM-DD HH24:MI:SS'),100,TO_TIMESTAMP('2018-07-04 16:03:16','YYYY-MM-DD HH24:MI:SS'),100,'N','Y','D','dc447e1a-b62a-4a90-92db-17203eb7d6ac','Y',260,2)
+;
+
+-- Jul 4, 2018 4:07:48 PM CEST
+UPDATE AD_Field SET SeqNo=10, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-07-04 16:07:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=415
+;
+
+-- Jul 4, 2018 4:07:48 PM CEST
+UPDATE AD_Field SET SeqNo=20, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-07-04 16:07:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=2024
+;
+
+-- Jul 4, 2018 4:07:48 PM CEST
+UPDATE AD_Field SET SeqNo=30, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-07-04 16:07:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=417
+;
+
+-- Jul 4, 2018 4:07:48 PM CEST
+UPDATE AD_Field SET SeqNo=40, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-07-04 16:07:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=418
+;
+
+-- Jul 4, 2018 4:07:48 PM CEST
+UPDATE AD_Field SET SeqNo=50, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-07-04 16:07:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=419
+;
+
+-- Jul 4, 2018 4:07:48 PM CEST
+UPDATE AD_Field SET SeqNo=60, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-07-04 16:07:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=420
+;
+
+-- Jul 4, 2018 4:07:48 PM CEST
+UPDATE AD_Field SET IsDisplayed='Y', SeqNo=70, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, XPosition=1, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-07-04 16:07:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=423
+;
+
+-- Jul 4, 2018 4:07:48 PM CEST
+UPDATE AD_Field SET IsDisplayed='Y', SeqNo=80, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, XPosition=4, ColumnSpan=1, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-07-04 16:07:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=424
+;
+
+-- Jul 4, 2018 4:07:48 PM CEST
+UPDATE AD_Field SET SeqNo=90, AD_FieldGroup_ID=103, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, ColumnSpan=1, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-07-04 16:07:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=421
+;
+
+-- Jul 4, 2018 4:07:48 PM CEST
+UPDATE AD_Field SET IsDisplayed='Y', SeqNo=100, AD_FieldGroup_ID=103, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, XPosition=4, ColumnSpan=1, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-07-04 16:07:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=422
+;
+
+-- Jul 4, 2018 4:07:48 PM CEST
+UPDATE AD_Field SET SeqNo=110, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-07-04 16:07:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=3059
+;
+
+-- Jul 4, 2018 4:07:48 PM CEST
+UPDATE AD_Field SET SeqNo=120, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, ColumnSpan=1, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-07-04 16:07:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=3062
+;
+
+-- Jul 4, 2018 4:07:48 PM CEST
+UPDATE AD_Field SET IsDisplayed='Y', SeqNo=130, AD_FieldGroup_ID=50003, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, XPosition=1, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-07-04 16:07:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=425
+;
+
+-- Jul 4, 2018 4:07:48 PM CEST
+UPDATE AD_Field SET IsDisplayed='Y', SeqNo=140, AD_FieldGroup_ID=50003, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, XPosition=4, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-07-04 16:07:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=426
+;
+
+-- Jul 4, 2018 4:07:48 PM CEST
+UPDATE AD_Field SET IsDisplayed='Y', SeqNo=150, AD_FieldGroup_ID=200016, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, XPosition=1, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-07-04 16:07:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=3209
+;
+
+-- Jul 4, 2018 4:07:48 PM CEST
+UPDATE AD_Field SET IsDisplayed='Y', SeqNo=160, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, XPosition=1, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-07-04 16:07:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=3902
+;
+
+-- Jul 4, 2018 4:07:48 PM CEST
+UPDATE AD_Field SET IsDisplayed='Y', SeqNo=170, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, XPosition=1, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-07-04 16:07:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=3210
+;
+
+-- Jul 4, 2018 4:07:48 PM CEST
+UPDATE AD_Field SET IsDisplayed='Y', SeqNo=180, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, XPosition=1, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-07-04 16:07:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=4251
+;
+
+-- Jul 4, 2018 4:07:48 PM CEST
+UPDATE AD_Field SET IsDisplayed='Y', SeqNo=190, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, XPosition=1, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-07-04 16:07:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=3057
+;
+
+-- Jul 4, 2018 4:07:48 PM CEST
+UPDATE AD_Field SET SeqNo=200, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-07-04 16:07:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=3056
+;
+
+-- Jul 4, 2018 4:07:48 PM CEST
+UPDATE AD_Field SET IsDisplayed='Y', SeqNo=210, AD_FieldGroup_ID=123, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, XPosition=1, ColumnSpan=1, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-07-04 16:07:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=205590
+;
+
+-- Jul 4, 2018 4:07:48 PM CEST
+UPDATE AD_Field SET SeqNo=0, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-07-04 16:07:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=416
+;
+
+-- Jul 4, 2018 4:07:48 PM CEST
+UPDATE AD_Field SET SeqNo=0, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-07-04 16:07:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=205058
+;
+
+-- Jul 4, 2018 4:08:25 PM CEST
+UPDATE Test SET Color='#bfca3f',Updated=TO_TIMESTAMP('2018-07-04 16:08:25','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE Test_ID=103
+;
+
+-- Jul 4, 2018 4:09:13 PM CEST
+UPDATE AD_Menu SET IsActive='N',Updated=TO_TIMESTAMP('2018-07-04 16:09:13','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Menu_ID=294
+;
+
+-- Jul 4, 2018 4:09:21 PM CEST
+UPDATE AD_Window SET IsActive='N',Updated=TO_TIMESTAMP('2018-07-04 16:09:21','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Window_ID=225
+;
+
+-- Jul 4, 2018 4:13:03 PM CEST
+UPDATE AD_Field SET DisplayLogic='@AD_Reference_ID@=19 | @AD_Reference_ID@=30 | @AD_Reference_ID@=18 | @AD_Reference_ID@=21 | @AD_Reference_ID@=25 | @AD_Reference_ID@=31 | @AD_Reference_ID@=35 | @AD_Reference_ID@=33 | @AD_Reference_ID@=32 | @AD_Reference_ID@=53370', AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-07-04 16:13:03','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=202518
+;
+
+-- Jul 4, 2018 4:13:12 PM CEST
+UPDATE AD_Field SET DisplayLogic='@AD_Reference_ID@=19 | @AD_Reference_ID@=30 | @AD_Reference_ID@=18 | @AD_Reference_ID@=21 | @AD_Reference_ID@=25 | @AD_Reference_ID@=31 | @AD_Reference_ID@=35 | @AD_Reference_ID@=33 | @AD_Reference_ID@=32 | @AD_Reference_ID@=53370', AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-07-04 16:13:12','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=202519
+;
+
+SELECT register_migration_script('201807041616_IDEMPIERE-3738.sql') FROM dual
+;
+
diff -r 6e02c49e6653 -r 8d0dd21c038d migration/i5.1/postgresql/201807111333_Ticket_AP2-357.sql
--- /dev/null
+++ b/migration/i5.1/postgresql/201807111333_Ticket_AP2-357.sql
@@ -0,0 +1,148 @@
+CREATE OR REPLACE FUNCTION adempiere.altercolumn(tablename name, columnname name, datatype name, nullclause character varying, defaultclause character varying, namespace name)
+ RETURNS void
+ LANGUAGE plpgsql
+AS $function$
+declare
+ command text;
+ viewtext text[];
+ viewname name[];
+ dropviews name[];
+ perms text[];
+ privs text;
+ i int;
+ j int;
+ v record;
+ sqltype text;
+ sqltype_short text;
+ typename name;
+begin
+ if datatype is not null then
+ select pg_type.typname, format_type(pg_type.oid, pg_attribute.atttypmod)
+ into typename, sqltype
+ from pg_class, pg_attribute, pg_type, pg_namespace
+ where relname = lower(tablename)
+ and relkind = 'r'
+ and pg_class.oid = pg_attribute.attrelid
+ and attname = lower(columnname)
+ and atttypid = pg_type.oid
+ and pg_class.relnamespace = pg_namespace.oid
+ and pg_namespace.nspname = lower(namespace);
+ sqltype_short := sqltype;
+ if typename = 'numeric' then
+ sqltype_short := replace(sqltype, ',0', '');
+ elsif strpos(sqltype,'character varying') = 1 then
+ sqltype_short := replace(sqltype, 'character varying', 'varchar');
+ elsif sqltype = 'timestamp without time zone' then
+ sqltype_short := 'timestamp';
+ end if;
+ if lower(datatype) <> sqltype and lower(datatype) <> sqltype_short then
+ i := 0;
+ for v in
+ with recursive depv(relname, viewoid, depth) as (
+ select distinct a.relname, a.oid, 1
+ from pg_class a, pg_depend b, pg_depend c, pg_class d, pg_attribute e, pg_namespace
+ where a.oid = b.refobjid
+ and b.objid = c.objid
+ and b.refobjid <> c.refobjid
+ and b.deptype = 'n'
+ and c.refobjid = d.oid
+ and d.relname = lower(tablename)
+ and d.relkind = 'r'
+ and d.oid = e.attrelid
+ and e.attname = lower(columnname)
+ and c.refobjsubid = e.attnum
+ and a.relkind = 'v'
+ and a.relnamespace = pg_namespace.oid
+ and pg_namespace.nspname = lower(namespace)
+ union all
+ select distinct dependee.relname, dependee.oid, depv.depth+1
+ from pg_depend
+ join pg_rewrite on pg_depend.objid = pg_rewrite.oid
+ join pg_class as dependee on pg_rewrite.ev_class = dependee.oid
+ join pg_class as dependent on pg_depend.refobjid = dependent.oid
+ join pg_attribute ON pg_depend.refobjid = pg_attribute.attrelid and pg_depend.refobjsubid = pg_attribute.attnum and pg_attribute.attnum > 0
+ join depv on dependent.relname = depv.relname
+ join pg_namespace on dependee.relnamespace = pg_namespace.oid
+ where pg_namespace.nspname = lower(namespace)
+ )
+ select relname, viewoid, max(depth) from depv group by relname, viewoid order by 3 desc
+ loop
+ raise notice 'view -> % %', v.relname, v.viewoid;
+ i := i + 1;
+ viewtext[i] := pg_get_viewdef(v.viewoid);
+ viewname[i] := v.relname;
+ end loop;
+ if i > 0 then
+ begin
+ for j in 1 .. i loop
+ SELECT String_agg('grant ' || privilege_type || ' on ' || viewname[j] || ' to ' || grantee, '; ')
+ into privs
+ FROM information_schema.role_table_grants
+ WHERE table_name=viewname[j];
+ perms[j] := privs;
+ command := 'drop view ' || viewname[j];
+ raise notice 'executing -> %', command;
+ execute command;
+ dropviews[j] := viewname[j];
+ end loop;
+ exception
+ when others then
+ i := array_upper(dropviews, 1);
+ if i > 0 then
+ for j in reverse i .. 1 loop
+ command := 'create or replace view ' || dropviews[j] || ' as ' || viewtext[j];
+ raise notice 'executing -> %', 'create view ' || dropviews[j];
+ execute command;
+ end loop;
+ end if;
+ raise exception 'Failed to recreate dependent view. SQLERRM=%', SQLERRM;
+ end;
+ end if;
+ command := 'alter table ' || lower(tablename) || ' alter column ' || lower(columnname) || ' type ' || lower(datatype);
+ raise notice 'executing -> %', command;
+ execute command;
+ i := array_upper(dropviews, 1);
+ if i > 0 then
+ for j in reverse i .. 1 loop
+ command := 'create or replace view ' || dropviews[j] || ' as ' || viewtext[j];
+ raise notice 'executing -> %', 'create view ' || dropviews[j];
+ execute command;
+ command := perms[j];
+ raise notice 'executing -> %', 'grant ' || perms[j];
+ execute command;
+ end loop;
+ end if;
+ end if;
+ end if;
+
+ if defaultclause is not null then
+ if lower(defaultclause) = 'null' then
+ command := 'alter table ' || lower(tablename) || ' alter column ' || lower(columnname) || ' drop default ';
+ else
+ if defaultclause ~ '.*[(].*[)].*' or lower(defaultclause) = 'current_timestamp' then
+ command := 'alter table ' || lower(tablename) || ' alter column ' || lower(columnname) || ' set default ' || defaultclause;
+ else
+ command := 'alter table ' || lower(tablename) || ' alter column ' || lower(columnname) || ' set default ''' || defaultclause || '''';
+ end if;
+ end if;
+ raise notice 'executing -> %', command;
+ execute command;
+ end if;
+
+ if nullclause is not null then
+ if lower(nullclause) = 'not null' then
+ command := 'alter table ' || lower(tablename) || ' alter column ' || lower(columnname) || ' set not null';
+ raise notice 'executing -> %', command;
+ execute command;
+ elsif lower(nullclause) = 'null' then
+ command := 'alter table ' || lower(tablename) || ' alter column ' || lower(columnname) || ' drop not null';
+ raise notice 'executing -> %', command;
+ execute command;
+ end if;
+ end if;
+end;
+$function$
+;
+
+SELECT register_migration_script('201807111333_Ticket_AP2-357.sql') FROM dual
+;
diff -r 6e02c49e6653 -r 8d0dd21c038d migration/i5.1/postgresql/201807111626_IDEMPIERE-1421.sql
--- /dev/null
+++ b/migration/i5.1/postgresql/201807111626_IDEMPIERE-1421.sql
@@ -0,0 +1,8 @@
+-- IDEMPIERE-1421 Tax Group field is enabled in the window Customer
+-- Jul 11, 2018 4:25:37 PM CEST
+UPDATE AD_Field SET IsActive='N', AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-07-11 16:25:37','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=62773
+;
+
+SELECT register_migration_script('201807111626_IDEMPIERE-1421.sql') FROM dual
+;
+
diff -r 6e02c49e6653 -r 8d0dd21c038d migration/i5.1/postgresql/201807161530_IDEMPIERE-3746.sql
--- /dev/null
+++ b/migration/i5.1/postgresql/201807161530_IDEMPIERE-3746.sql
@@ -0,0 +1,15 @@
+-- IDEMPIERE-3719 : Add display name when sending emails
+-- Jul 16, 2018 3:27:06 PM CEST
+UPDATE AD_Field SET IsDisplayed='Y', SeqNo=130, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, XPosition=4, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-07-16 15:27:06','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=11175
+;
+
+-- Jul 16, 2018 3:27:06 PM CEST
+UPDATE AD_Field SET SeqNo=140, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-07-16 15:27:06','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=201884
+;
+
+-- Jul 16, 2018 3:27:06 PM CEST
+UPDATE AD_Field SET SeqNo=150, AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2018-07-16 15:27:06','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=5226
+;
+
+SELECT register_migration_script('201807161530_IDEMPIERE-3746.sql') FROM dual
+;
diff -r 6e02c49e6653 -r 8d0dd21c038d migration/i5.1/postgresql/201807232033_IDEMPIERE-3737.sql
--- /dev/null
+++ b/migration/i5.1/postgresql/201807232033_IDEMPIERE-3737.sql
@@ -0,0 +1,16 @@
+-- I do not forgot to set the DICTIONARY_ID_COMMENTS System Configurator
+-- After a year , i get the answer for a very nice question from
https://groups.google.com/d/msg/idempiere/gkrkQ7gEPBI/bw-C6JTdBQAJ
+
+-- Update User reference of AD_Reference for System system . If using Table Direct , System cannt got other clients' user_id lead to null replace in preference window.
+-- 2018-7-3 下午04时06分21秒
+UPDATE AD_Column SET AD_Reference_ID=30, AD_Reference_Value_ID=200145, FKConstraintType=NULL,Updated=TO_TIMESTAMP('2018-07-03 16:06:21','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=1471
+;
+
+-- Implementing a tab sqlwhere to filter some useless preference value in other clients and display all data for system.
+-- 2018-7-3 下午04时06分38秒
+UPDATE AD_Tab SET WhereClause='AD_Preference.CreatedBy IN (SELECT AD_User_ID FROM AD_User WHERE AD_Client_ID = @#AD_Client_ID@) OR @#AD_Client_ID@ = 0',Updated=TO_TIMESTAMP('2018-07-03 16:06:38','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=156
+;
+
+SELECT register_migration_script('201807232033_IDEMPIERE-3737.sql') FROM dual
+;
+
diff -r 6e02c49e6653 -r 8d0dd21c038d migration/i5.1/postgresql/201807240936_IDEMPIERE-3757.sql
--- /dev/null
+++ b/migration/i5.1/postgresql/201807240936_IDEMPIERE-3757.sql
@@ -0,0 +1,12 @@
+-- IDEMPIERE-3757
+-- Jul 24, 2018 9:30:27 AM CEST
+UPDATE AD_Table SET AccessLevel='4',Updated=TO_TIMESTAMP('2018-07-24 09:30:27','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Table_ID=116
+;
+
+DELETE FROM ad_window_access WHERE ad_window_id=105
+AND ad_role_id IN (SELECT ad_role_id FROM ad_role WHERE ismanual='N' AND userlevel NOT LIKE 'S%')
+;
+
+SELECT register_migration_script('201807240936_IDEMPIERE-3757.sql') FROM dual
+;
+
diff -r 6e02c49e6653 -r 8d0dd21c038d migration/i5.1/postgresql/201807271000_IDEMPIERE-3762.sql
--- /dev/null
+++ b/migration/i5.1/postgresql/201807271000_IDEMPIERE-3762.sql
@@ -0,0 +1,11 @@
+-- IDEMPIERE-3762 : Fix AD_Column_ID / AD_Field_ID : Loader - Too many records
+-- Jul 26, 2018 10:06:34 AM CEST
+UPDATE AD_Field SET AD_Reference_ID=30,Updated=TO_TIMESTAMP('2018-07-26 10:06:34','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Field_ID=4599
+;
+
+-- Jul 26, 2018 10:06:42 AM CEST
+UPDATE AD_Field SET AD_Reference_ID=30,Updated=TO_TIMESTAMP('2018-07-26 10:06:42','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Field_ID=59576
+;
+
+SELECT register_migration_script('201807271000_IDEMPIERE-3762.sql') FROM dual
+;
diff -r 6e02c49e6653 -r 8d0dd21c038d migration/i5.1/postgresql/201808010900_IDEMPIERE-3769.sql
--- /dev/null
+++ b/migration/i5.1/postgresql/201808010900_IDEMPIERE-3769.sql
@@ -0,0 +1,7 @@
+-- IDEMPIERE-3769 : IBAN : Invalid message is not translated - force to uppercase
+-- Aug 1, 2018 8:56:43 AM CEST
+INSERT INTO AD_Message (MsgType,MsgText,AD_Client_ID,AD_Org_ID,IsActive,Created,CreatedBy,Updated,UpdatedBy,AD_Message_ID,Value,EntityType,AD_Message_UU) VALUES ('I','IBAN is invalid',0,0,'Y',TO_TIMESTAMP('2018-08-01 08:56:42','YYYY-MM-DD HH24:MI:SS'),0,TO_TIMESTAMP('2018-08-01 08:56:42','YYYY-MM-DD HH24:MI:SS'),0,200480,'InvalidIBAN','D','4cc792d9-9af0-4e37-b90a-7dcc9f5e82ec')
+;
+
+SELECT register_migration_script('201808010900_IDEMPIERE-3769.sql') FROM dual
+;
\ No newline at end of file
diff -r 6e02c49e6653 -r 8d0dd21c038d migration/i5.1/postgresql/201808071226_IDEMPIERE-2442.sql
--- /dev/null
+++ b/migration/i5.1/postgresql/201808071226_IDEMPIERE-2442.sql
@@ -0,0 +1,28 @@
+-- IDEMPIERE-2442 Always using default conversion type in Order & Invoice window's amount summary information
+-- Aug 7, 2018 12:22:32 PM CEST
+UPDATE AD_StatusLine SET SQLStatement='SELECT COUNT(DISTINCT C_OrderLine_ID) AS Lines,o.TotalLines,o.GrandTotal,c.ISO_Code,
+currencyConvert(o.GrandTotal,o.C_Currency_ID,ac.C_Currency_ID,o.DateAcct,o.C_ConversionType_ID,o.AD_Client_ID,o.AD_Org_ID) AS ConvAmt
+FROM C_Order o
+INNER JOIN C_Currency c ON (o.C_Currency_ID=c.C_Currency_ID)
+LEFT JOIN C_OrderLine l ON (o.C_Order_ID=l.C_Order_ID)
+LEFT JOIN AD_ClientInfo ci ON (ci.AD_Client_ID=o.AD_Client_ID)
+LEFT JOIN C_AcctSchema ac ON (ci.C_AcctSchema1_ID=ac.C_AcctSchema_ID)
+WHERE o.C_Order_ID=@C_Order_ID@
+GROUP BY o.C_Currency_ID, ac.C_Currency_ID, o.C_ConversionType_ID, c.ISO_Code, o.TotalLines, o.GrandTotal, o.DateAcct, o.AD_Client_ID, o.AD_Org_ID',Updated=TO_TIMESTAMP('2018-08-07 12:22:32','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_StatusLine_ID=200000
+;
+
+-- Aug 7, 2018 12:25:27 PM CEST
+UPDATE AD_StatusLine SET SQLStatement='SELECT COUNT(DISTINCT C_InvoiceLine_ID) AS Lines,o.TotalLines,o.GrandTotal,c.ISO_Code,
+currencyConvert(o.GrandTotal,o.C_Currency_ID,ac.C_Currency_ID,o.DateAcct,o.C_ConversionType_ID,o.AD_Client_ID,o.AD_Org_ID) AS ConvAmt
+FROM C_Invoice o
+INNER JOIN C_Currency c ON (o.C_Currency_ID=c.C_Currency_ID)
+LEFT JOIN C_InvoiceLine l ON (o.C_Invoice_ID=l.C_Invoice_ID)
+LEFT JOIN AD_ClientInfo ci ON (ci.AD_Client_ID=o.AD_Client_ID)
+LEFT JOIN C_AcctSchema ac ON (ci.C_AcctSchema1_ID=ac.C_AcctSchema_ID)
+WHERE o.C_Invoice_ID=@C_Invoice_ID@
+GROUP BY o.C_Currency_ID, ac.C_Currency_ID, o.C_ConversionType_ID, c.ISO_Code, o.TotalLines, o.GrandTotal, o.DateAcct, o.AD_Client_ID, o.AD_Org_ID',Updated=TO_TIMESTAMP('2018-08-07 12:25:27','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_StatusLine_ID=200002
+;
+
+SELECT register_migration_script('201808071226_IDEMPIERE-2442.sql') FROM dual
+;
+
diff -r 6e02c49e6653 -r 8d0dd21c038d migration/i5.1z/oracle/201411190748_IDEMPIERE-2319.sql
--- /dev/null
+++ b/migration/i5.1z/oracle/201411190748_IDEMPIERE-2319.sql
@@ -0,0 +1,42 @@
+SET SQLBLANKLINES ON
+SET DEFINE OFF
+
+-- Nov 18, 2014 5:10:06 PM IST
+-- IDEMPIERE-2319: Adding date value type support in Attribute set
+INSERT INTO AD_Element (ColumnName,AD_Element_ID,Name,PrintName,AD_Element_UU,AD_Org_ID,CreatedBy,UpdatedBy,IsActive,AD_Client_ID,EntityType,Created,Updated) VALUES ('ValueDate',202805,'Value Date','Value Date','ba9c466b-4436-47ec-b193-5d3b5e9ce30a',0,100,100,'Y',0,'D',TO_DATE('2014-11-18 17:10:05','YYYY-MM-DD HH24:MI:SS'),TO_DATE('2014-11-18 17:10:05','YYYY-MM-DD HH24:MI:SS'))
+;
+
+-- Nov 18, 2014 5:10:42 PM IST
+INSERT INTO AD_Column (SeqNoSelection,IsSyncDatabase,Version,AD_Column_ID,IsMandatory,IsTranslated,IsIdentifier,SeqNo,IsParent,FieldLength,IsSelectionColumn,IsKey,IsAutocomplete,IsAllowLogging,AD_Column_UU,IsUpdateable,ColumnName,Name,IsAllowCopy,CreatedBy,AD_Org_ID,IsActive,Created,UpdatedBy,IsToolbarButton,IsAlwaysUpdateable,AD_Client_ID,EntityType,IsEncrypted,IsSecure,AD_Element_ID,AD_Reference_ID,AD_Table_ID,Updated) VALUES (0,'N',0,211801,'N','N','N',0,'N',7,'N','N','N','Y','986f6b4a-a721-4fa3-a865-89416a9adb6e','Y','ValueDate','Value Date','Y',100,0,'Y',TO_DATE('2014-11-18 17:10:41','YYYY-MM-DD HH24:MI:SS'),100,'N','N',0,'D','N','N',202805,15,561,TO_DATE('2014-11-18 17:10:41','YYYY-MM-DD HH24:MI:SS'))
+;
+
+-- Nov 18, 2014 5:10:50 PM IST
+ALTER TABLE M_AttributeInstance ADD ValueDate DATE DEFAULT NULL
+;
+
+-- Nov 18, 2014 3:37:28 PM IST
+INSERT INTO AD_Column (SeqNoSelection,IsSyncDatabase,Version,AD_Column_ID,IsMandatory,IsTranslated,IsIdentifier,SeqNo,IsParent,FieldLength,IsSelectionColumn,IsKey,IsAutocomplete,IsAllowLogging,MandatoryLogic,AD_Column_UU,IsUpdateable,ColumnName,Description,Help,Name,IsAllowCopy,CreatedBy,AD_Org_ID,IsActive,Created,UpdatedBy,IsToolbarButton,IsAlwaysUpdateable,AD_Client_ID,EntityType,IsEncrypted,IsSecure,AD_Element_ID,AD_Reference_ID,AD_Table_ID,Updated) VALUES (0,'N',0,211800,'N','N','N',0,'N',20,'N','N','N','Y','@AttributeValueType@=''D''','e5d9f3a8-5bc5-44ea-8bd0-4c00f54785c0','Y','DateFormat','Date format used in the input format','The date format is usually detected, but sometimes need to be defined.','Date Format','Y',100,0,'Y',TO_DATE('2014-11-18 15:37:27','YYYY-MM-DD HH24:MI:SS'),100,'N','N',0,'D','N','N',2286,10,562,TO_DATE('2014-11-18 15:37:27','YYYY-MM-DD HH24:MI:SS'))
+;
+
+-- Nov 18, 2014 3:37:33 PM IST
+ALTER TABLE M_Attribute ADD DateFormat VARCHAR2(20) DEFAULT NULL
+;
+
+-- Nov 18, 2014 3:39:07 PM IST
+INSERT INTO AD_Ref_List (AD_Ref_List_ID,AD_Reference_ID,Name,AD_Ref_List_UU,Value,CreatedBy,UpdatedBy,Created,IsActive,EntityType,AD_Client_ID,AD_Org_ID,Updated) VALUES (200279,326,'Date','34c7fbc0-6718-433e-a55c-6d203496e06a','D',100,100,TO_DATE('2014-11-18 15:39:07','YYYY-MM-DD HH24:MI:SS'),'Y','D',0,0,TO_DATE('2014-11-18 15:39:07','YYYY-MM-DD HH24:MI:SS'))
+;
+
+-- Nov 18, 2014 3:41:05 PM IST
+UPDATE AD_Column SET EntityType='D',Updated=TO_DATE('2014-11-18 15:41:05','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=211800
+;
+
+-- Nov 18, 2014 3:41:33 PM IST
+INSERT INTO AD_Field (IsEncrypted,AD_Tab_ID,DisplayLength,IsSameLine,IsHeading,SeqNo,IsCentrallyMaintained,AD_Field_ID,IsReadOnly,Help,Description,Name,AD_Field_UU,IsDisplayed,IsFieldOnly,UpdatedBy,AD_Org_ID,CreatedBy,IsActive,IsDisplayedGrid,SeqNoGrid,AD_Client_ID,ColumnSpan,AD_Column_ID,EntityType,Created,Updated) VALUES ('N',462,20,'N','N',100,'Y',203472,'N','The date format is usually detected, but sometimes need to be defined.','Date format used in the input format','Date Format','361e4d18-9ad0-4b74-b730-bc6620502b40','Y','N',100,0,100,'Y','Y',100,0,2,211800,'D',TO_DATE('2014-11-18 15:41:32','YYYY-MM-DD HH24:MI:SS'),TO_DATE('2014-11-18 15:41:32','YYYY-MM-DD HH24:MI:SS'))
+;
+
+-- Nov 18, 2014 3:43:32 PM IST
+UPDATE AD_Field SET DisplayLogic='@AttributeValueType@=''D''', MandatoryLogic='@AttributeValueType@=''D''',Updated=TO_DATE('2014-11-18 15:43:32','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=203472
+;
+
+SELECT register_migration_script('201411190748_IDEMPIERE-2319.sql') FROM dual
+;
This diff is so big that we needed to truncate the remainder.
https://bitbucket.org/idempiere/idempiere/commits/36f4cd5fd76e/
Changeset: 36f4cd5fd76e
Branch: experimental
User:
hie...@hasuvimex.vn
Date: 2018-09-11 13:59:45+00:00
Summary: IDEMPIERE-3531: clear unused code, add profiles to easy use parent for more build
Affected #: 20 files
diff -r 8d0dd21c038d -r 36f4cd5fd76e org.idempiere.maven.to.p2/.classpath
--- a/org.idempiere.maven.to.p2/.classpath
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
- <classpathentry kind="output" path="target"/>
-</classpath>
diff -r 8d0dd21c038d -r 36f4cd5fd76e org.idempiere.maven.to.p2/.project
--- a/org.idempiere.maven.to.p2/.project
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>org.idempiere.maven.to.p2</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.m2e.core.maven2Builder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.m2e.core.maven2Nature</nature>
- <nature>org.eclipse.jdt.core.javanature</nature>
- </natures>
-</projectDescription>
diff -r 8d0dd21c038d -r 36f4cd5fd76e org.idempiere.maven.to.p2/.settings/org.eclipse.core.resources.prefs
--- a/org.idempiere.maven.to.p2/.settings/org.eclipse.core.resources.prefs
+++ /dev/null
@@ -1,2 +0,0 @@
-eclipse.preferences.version=1
-encoding/<project>=UTF-8
diff -r 8d0dd21c038d -r 36f4cd5fd76e org.idempiere.maven.to.p2/.settings/org.eclipse.jdt.core.prefs
--- a/org.idempiere.maven.to.p2/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,11 +0,0 @@
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
-org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
-org.eclipse.jdt.core.compiler.compliance=1.8
-org.eclipse.jdt.core.compiler.debug.lineNumber=generate
-org.eclipse.jdt.core.compiler.debug.localVariable=generate
-org.eclipse.jdt.core.compiler.debug.sourceFile=generate
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.source=1.8
diff -r 8d0dd21c038d -r 36f4cd5fd76e org.idempiere.maven.to.p2/.settings/org.eclipse.m2e.core.prefs
--- a/org.idempiere.maven.to.p2/.settings/org.eclipse.m2e.core.prefs
+++ /dev/null
@@ -1,4 +0,0 @@
-activeProfiles=
-eclipse.preferences.version=1
-resolveWorkspaceProjects=true
-version=1
diff -r 8d0dd21c038d -r 36f4cd5fd76e org.idempiere.maven.to.p2/org.idempiere.maven.to.p2/.classpath
--- /dev/null
+++ b/org.idempiere.maven.to.p2/org.idempiere.maven.to.p2/.classpath
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
+ <classpathentry kind="output" path="target"/>
+</classpath>
diff -r 8d0dd21c038d -r 36f4cd5fd76e org.idempiere.maven.to.p2/org.idempiere.maven.to.p2/.project
--- /dev/null
+++ b/org.idempiere.maven.to.p2/org.idempiere.maven.to.p2/.project
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.idempiere.maven.to.p2</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.m2e.core.maven2Builder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.m2e.core.maven2Nature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
diff -r 8d0dd21c038d -r 36f4cd5fd76e org.idempiere.maven.to.p2/org.idempiere.maven.to.p2/.settings/org.eclipse.core.resources.prefs
--- /dev/null
+++ b/org.idempiere.maven.to.p2/org.idempiere.maven.to.p2/.settings/org.eclipse.core.resources.prefs
@@ -0,0 +1,2 @@
+eclipse.preferences.version=1
+encoding/<project>=UTF-8
diff -r 8d0dd21c038d -r 36f4cd5fd76e org.idempiere.maven.to.p2/org.idempiere.maven.to.p2/.settings/org.eclipse.jdt.core.prefs
--- /dev/null
+++ b/org.idempiere.maven.to.p2/org.idempiere.maven.to.p2/.settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,11 @@
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
+org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
+org.eclipse.jdt.core.compiler.compliance=1.8
+org.eclipse.jdt.core.compiler.debug.lineNumber=generate
+org.eclipse.jdt.core.compiler.debug.localVariable=generate
+org.eclipse.jdt.core.compiler.debug.sourceFile=generate
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.8
diff -r 8d0dd21c038d -r 36f4cd5fd76e org.idempiere.maven.to.p2/org.idempiere.maven.to.p2/.settings/org.eclipse.m2e.core.prefs
--- /dev/null
+++ b/org.idempiere.maven.to.p2/org.idempiere.maven.to.p2/.settings/org.eclipse.m2e.core.prefs
@@ -0,0 +1,4 @@
+activeProfiles=
+eclipse.preferences.version=1
+resolveWorkspaceProjects=true
+version=1
diff -r 8d0dd21c038d -r 36f4cd5fd76e org.idempiere.maven.to.p2/org.idempiere.maven.to.p2/pom.xml
--- /dev/null
+++ b/org.idempiere.maven.to.p2/org.idempiere.maven.to.p2/pom.xml
@@ -0,0 +1,619 @@
+<project xmlns="
http://maven.apache.org/POM/4.0.0" xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="
http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.idempiere</groupId>
+ <artifactId>org.idempiere.parent</artifactId>
+ <version>5.1.0-SNAPSHOT</version>
+ <relativePath>../../org.idempiere.parent/pom.xml</relativePath>
+ </parent>
+ <artifactId>org.idempiere.maven.to.p2</artifactId>
+ <packaging>pom</packaging>
+ <properties>
+ <zk-osgi-zip-file>
https://www.zkoss.org/zkdownload/downloadEvalFile?id=1245081552</zk-osgi-zip-file>
+ <!--
https://github.com/eclipse/jetty.project/blob/jetty-9.4.9.v20180320/pom.xml up to verison of jetty -->
+ <jetty.alpn.api.version>1.1.3.v20160715</jetty.alpn.api.version>
+ <jetty.jsp.version>8.5.24.2</jetty.jsp.version>
+ <jetty.conscrypt.version>8.1.12.v20180117</jetty.conscrypt.version>
+ <jetty.osgi.servlet.api.version>3.1.0.M3</jetty.osgi.servlet.api.version>
+ <jetty.conscrypt.openjdk.uber.version>1.1.0</jetty.conscrypt.openjdk.uber.version>
+
+
+ </properties>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.reficio</groupId>
+ <artifactId>p2-maven-plugin</artifactId>
+ <version>1.3.0</version>
+ <executions>
+ <execution>
+ <id>default-cli</id>
+ <phase>package</phase>
+ <goals>
+ <goal>site</goal>
+ </goals>
+ <configuration>
+ <featureDefinitions>
+ <feature>
+ <id>org.idempiere.maven.feature</id>
+ <version>${project.version}</version>
+ <label>Idempiere maven osgi dependency ${project.version}
+ feature</label>
+ <providerName>Idempiere</providerName>
+ <description>feature group all osgi bundle get from maven
+ repository</description>
+ <copyright>Idempiere</copyright>
+ <license>GPL v2.1</license>
+ <generateSourceFeature>true</generateSourceFeature>
+ <artifacts>
+ <artifact>
+ <id>org.passay:passay:jar:1.3.0</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>org.mortbay.jasper:apache-jsp:jar:${jetty.jsp.version}</id>
+ <!--
https://github.com/jetty-project/jasper-jsp/issues/5 -->
+ <source>false</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>org.mortbay.jasper:apache-el:jar:${jetty.jsp.version}</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>org.eclipse.jetty.toolchain:jetty-osgi-servlet-api:jar:${jetty.osgi.servlet.api.version}</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>org.eclipse.jetty.orbit:org.eclipse.jdt.core:jar:3.8.2.v20130121</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>javax.websocket:javax.websocket-api:jar:1.1</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>javax.annotation:javax.annotation-api:jar:1.3.1</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>javax.management.j2ee:javax.management.j2ee-api:jar:1.1.1</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>com.sun.mail:javax.mail:jar:1.6.0</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <!-- <artifact><id>org.ow2.asm:asm-commons:jar:6.0</id><source>true</source>
+ <transitive>false</transitive></artifact><artifact><id>org.ow2.asm:asm-tree:jar:6.0</id>
+ <source>true</source><transitive>false</transitive></artifact><artifact>
+ <id>org.ow2.asm:asm:jar:6.0</id><source>true</source><transitive>false</transitive>
+ </artifact> -->
+ <artifact>
+ <id>org.apache.taglibs:taglibs-standard-impl:jar:1.2.5</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>org.apache.taglibs:taglibs-standard-spec:jar:1.2.5</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>org.apache.taglibs:taglibs-standard-jstlel:jar:1.2.5</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.0.10</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>org.apache.aries:org.apache.aries.util:jar:1.1.3</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>org.apache.servicemix.bundles:org.apache.servicemix.bundles.cglib:jar:3.2.5_1</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>org.apache.activemq:activemq-core:jar:5.7.0</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>org.apache.activemq:kahadb:jar:5.7.0</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>org.apache.felix:org.apache.felix.webconsole:jar:4.3.4</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>org.apache.felix:org.apache.felix.webconsole.plugins.ds:jar:2.0.8</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>org.apache.felix:org.apache.felix.webconsole.plugins.memoryusage:jar:1.0.6</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>org.apache.felix:org.apache.felix.inventory:jar:1.0.6</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>org.apache.felix:org.apache.felix.webconsole.plugins.packageadmin:jar:1.0.4</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>com.itextpdf:itextpdf:jar:5.5.12</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>org.bouncycastle:bcpkix-jdk15on:jar:1.58</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>org.bouncycastle:bcprov-jdk15on:jar:1.58</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>org.bouncycastle:bcmail-jdk15on:jar:1.58</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>org.bouncycastle:bctsp-jdk15on:jar:1.46</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>org.apache.velocity:velocity:jar:1.7</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>commons-digester:commons-digester:jar:2.1</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>com.google.code.maven-play-plugin.org.apache.commons:commons-javaflow:jar:1590792</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>org.cryptacular:cryptacular:jar:1.2.1</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>net.sf.supercsv:super-csv:jar:2.4.0</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>org.atmosphere:atmosphere-runtime:jar:2.4.16</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>org.eclipse.jetty.alpn:alpn-api:jar:1.1.3.v20160715</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>org.codehaus.groovy:groovy-all:jar:2.4.13</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>com.ibm.icu:icu4j:jar:60.2</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>joda-time:joda-time:jar:2.9.9</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>org.apache.commons:commons-configuration2:jar:2.2</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>org.apache.commons:commons-collections4:jar:4.2</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>org.eclipse.jetty:jetty-alpn-conscrypt-server:jar:${jetty.version}</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>org.eclipse.jetty:jetty-alpn-openjdk8-server:jar:${jetty.version}</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>org.conscrypt:conscrypt-openjdk-uber:jar:${jetty.conscrypt.openjdk.uber.version}</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ <instructions>
+ <Export-Package>org.conscrypt;version="${jetty.conscrypt.openjdk.uber.version}"</Export-Package>
+ <Bundle-Name>org.idempiere.org.conscrypt.openjdk-uber</Bundle-Name>
+ <Bundle-SymbolicName>org.idempiere.org.conscrypt.openjdk-uber</Bundle-SymbolicName>
+ </instructions>
+ </artifact>
+ </artifacts>
+ </feature>
+ <!-- zk public zk osgi on zip format download from sourceforge, so
+ make source bundle from maven on this step -->
+ <feature>
+ <id>org.idempiere.zk.source.feature</id>
+ <version>${project.version}</version>
+ <label>Idempiere zk source ${project.version} feature</label>
+ <providerName>Idempiere</providerName>
+ <description>feature group all zk source get from maven
+ repository</description>
+ <copyright>Idempiere</copyright>
+ <license>GPL v2.1</license>
+ <generateSourceFeature>true</generateSourceFeature>
+ <artifacts>
+ <artifact>
+ <id>org.zkoss.zk:zkplus:jar:sources:${zk.version}</id>
+ <source>false</source>
+ <transitive>false</transitive>
+ <instructions>
+ <Eclipse-SourceBundle>zkplus;version="${zk.version}";roots:="."</Eclipse-SourceBundle>
+ <Bundle-SymbolicName>zkplus</Bundle-SymbolicName>
+ <Bundle-Name>zkplus.source</Bundle-Name>
+ </instructions>
+ </artifact>
+ <artifact>
+ <id>org.zkoss.common:zweb:jar:sources:${zk.version}</id>
+ <source>false</source>
+ <transitive>false</transitive>
+ <instructions>
+ <Eclipse-SourceBundle>zweb;version="${zk.version}";roots:="."</Eclipse-SourceBundle>
+ <Bundle-SymbolicName>zweb</Bundle-SymbolicName>
+ <Bundle-Name>zweb.source</Bundle-Name>
+ </instructions>
+ </artifact>
+ <artifact>
+ <id>org.zkoss.zk:zul:jar:sources:${zk.version}</id>
+ <source>false</source>
+ <transitive>false</transitive>
+ <instructions>
+ <Eclipse-SourceBundle>zul;version="${zk.version}";roots:="."</Eclipse-SourceBundle>
+ <Bundle-SymbolicName>zul</Bundle-SymbolicName>
+ <Bundle-Name>zul.source</Bundle-Name>
+ </instructions>
+ </artifact>
+ <artifact>
+ <id>org.zkoss.zk:zk:jar:sources:${zk.version}</id>
+ <source>false</source>
+ <transitive>false</transitive>
+ <instructions>
+ <Eclipse-SourceBundle>zk;version="${zk.version}";roots:="."</Eclipse-SourceBundle>
+ <Bundle-SymbolicName>zk</Bundle-SymbolicName>
+ <Bundle-Name>zk.source</Bundle-Name>
+ </instructions>
+ </artifact>
+ <artifact>
+ <id>org.zkoss.zk:zhtml:jar:sources:${zk.version}</id>
+ <source>false</source>
+ <transitive>false</transitive>
+ <instructions>
+ <Eclipse-SourceBundle>zhtml;version="${zk.version}";roots:="."</Eclipse-SourceBundle>
+ <Bundle-SymbolicName>zhtml</Bundle-SymbolicName>
+ <Bundle-Name>zhtml.source</Bundle-Name>
+ </instructions>
+ </artifact>
+ <artifact>
+ <id>org.zkoss.zk:zkbind:jar:sources:${zk.version}</id>
+ <source>false</source>
+ <transitive>false</transitive>
+ <instructions>
+ <Eclipse-SourceBundle>zkbind;version="${zk.version}";roots:="."</Eclipse-SourceBundle>
+ <Bundle-SymbolicName>zkbind</Bundle-SymbolicName>
+ <Bundle-Name>zkbind.source</Bundle-Name>
+ </instructions>
+ </artifact>
+ <artifact>
+ <id>org.zkoss.common:zel:jar:sources:${zk.version}</id>
+ <source>false</source>
+ <transitive>false</transitive>
+ <instructions>
+ <Eclipse-SourceBundle>zel;version="${zk.version}";roots:="."</Eclipse-SourceBundle>
+ <Bundle-SymbolicName>zel</Bundle-SymbolicName>
+ <Bundle-Name>zel.source</Bundle-Name>
+ </instructions>
+ </artifact>
+ <artifact>
+ <id>org.zkoss.common:zcommon:jar:sources:${zk.version}</id>
+ <source>false</source>
+ <transitive>false</transitive>
+ <instructions>
+ <Eclipse-SourceBundle>zcommon;version="${zk.version}";roots:="."</Eclipse-SourceBundle>
+ <Bundle-SymbolicName>zcommon</Bundle-SymbolicName>
+ <Bundle-Name>zcommon.source</Bundle-Name>
+ </instructions>
+ </artifact>
+ <artifact>
+ <id>org.javassist:javassist:jar:sources:${zk.javassist.src.version}</id>
+ <source>false</source>
+ <transitive>false</transitive>
+ <instructions>
+ <Eclipse-SourceBundle>zjavassist;version="${zk.version}";roots:="."</Eclipse-SourceBundle>
+ <Bundle-SymbolicName>zjavassist</Bundle-SymbolicName>
+ <Bundle-Version>${zk.version}</Bundle-Version>
+ <Bundle-Name>zjavassist.source</Bundle-Name>
+ </instructions>
+ </artifact>
+ </artifacts>
+ </feature>
+ <feature>
+ <id>org.idempiere.zk.feature</id>
+ <version>${project.version}</version>
+ <label>Idempiere zk ${project.version} feature</label>
+ <providerName>Idempiere</providerName>
+ <description>feature group all zk osgi bundle get from
+ sourcefore</description>
+ <copyright>Idempiere</copyright>
+ <license>GPL v2.1</license>
+ <generateSourceFeature>true</generateSourceFeature>
+ <artifacts>
+ <artifact>
+ <id>org.zkoss.zk:zkplus:${zk.version}</id>
+ <source>false</source>
+ <transitive>false</transitive>
+ <instructions>
+ <Bundle-SymbolicName>zkplus</Bundle-SymbolicName>
+ <Bundle-Name>zkplus</Bundle-Name>
+ </instructions>
+ </artifact>
+ <artifact>
+ <id>org.zkoss.common:zweb:${zk.version}</id>
+ <source>false</source>
+ <transitive>false</transitive>
+ <instructions>
+ <Bundle-SymbolicName>zweb</Bundle-SymbolicName>
+ <Bundle-Name>zweb</Bundle-Name>
+ </instructions>
+ </artifact>
+ <artifact>
+ <id>org.zkoss.zk:zul:${zk.version}</id>
+ <source>false</source>
+ <transitive>false</transitive>
+ <instructions>
+ <Bundle-SymbolicName>zul</Bundle-SymbolicName>
+ <Bundle-Name>zul</Bundle-Name>
+ </instructions>
+ </artifact>
+ <artifact>
+ <id>org.zkoss.zk:zk:${zk.version}</id>
+ <source>false</source>
+ <transitive>false</transitive>
+ <instructions>
+ <Bundle-SymbolicName>zk</Bundle-SymbolicName>
+ <Bundle-Name>zk</Bundle-Name>
+ </instructions>
+ </artifact>
+ <artifact>
+ <id>org.zkoss.zk:zhtml:${zk.version}</id>
+ <source>false</source>
+ <transitive>false</transitive>
+ <instructions>
+ <Bundle-SymbolicName>zhtml</Bundle-SymbolicName>
+ <Bundle-Name>zhtml</Bundle-Name>
+ </instructions>
+ </artifact>
+ <artifact>
+ <id>org.zkoss.zk:zkbind:${zk.version}</id>
+ <source>false</source>
+ <transitive>false</transitive>
+ <instructions>
+ <Bundle-SymbolicName>zkbind</Bundle-SymbolicName>
+ <Bundle-Name>zkbind</Bundle-Name>
+ </instructions>
+ </artifact>
+ <artifact>
+ <id>org.zkoss.common:zel:${zk.version}</id>
+ <source>false</source>
+ <transitive>false</transitive>
+ <instructions>
+ <Bundle-SymbolicName>zel</Bundle-SymbolicName>
+ <Bundle-Name>zel</Bundle-Name>
+ </instructions>
+ </artifact>
+ <artifact>
+ <id>org.zkoss.common:zcommon:${zk.version}</id>
+ <source>false</source>
+ <transitive>false</transitive>
+ <instructions>
+ <Bundle-SymbolicName>zcommon</Bundle-SymbolicName>
+ <Bundle-Name>zcommon</Bundle-Name>
+ </instructions>
+ </artifact>
+ </artifacts>
+ </feature>
+ <feature>
+ <id>org.idempiere.jasperreport.feature</id>
+ <version>${project.version}</version>
+ <label>Idempiere jasperreport ${project.version} feature</label>
+ <providerName>Idempiere</providerName>
+ <description>feature group all jasperreport osgi bundle get
+ from sourcefore</description>
+ <copyright>Idempiere</copyright>
+ <license>GPL v2.1</license>
+ <generateSourceFeature>true</generateSourceFeature>
+ <artifacts>
+ <artifact>
+ <id>net.sf.jasperreports:jasperreports:jar:${jp.version}</id>
+ <source>false</source>
+ <transitive>false</transitive>
+ <override>true</override>
+ <instructions>
+ <Bundle-SymbolicName>net.sf.jasperreports.engine</Bundle-SymbolicName>
+ <Bundle-Name>net.sf.jasperreports.engine</Bundle-Name>
+ </instructions>
+ </artifact>
+ </artifacts>
+ </feature>
+ </featureDefinitions>
+
+ <artifacts>
+ <artifact>
+ <id>org.javassist:javassist:${zk.javassist.src.version}</id>
+ <source>false</source>
+ <transitive>false</transitive>
+ <override>true</override>
+ <instructions>
+ <Bundle-SymbolicName>zjavassist</Bundle-SymbolicName>
+ <Bundle-Name>zjavassist</Bundle-Name>
+ <!-- this work-around can generate bundle with version is ${zk.version},
+ but feature still use version from artifact id, mean ${zk.javassist.src.version},
+ it let target recognize wrong bundle -->
+ <!-- need to adjust feature at next step -->
+ <Bundle-Version>${zk.version}</Bundle-Version>
+ </instructions>
+ </artifact>
+ </artifacts>
+
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <!-- download zk osgi, unzip it -->
+ <plugin>
+ <groupId>com.googlecode.maven-download-plugin</groupId>
+ <artifactId>download-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>download-db-seed-pg</id>
+ <phase>package</phase>
+ <goals>
+ <goal>wget</goal>
+ </goals>
+ <configuration>
+ <url>${zk-osgi-zip-file}</url>
+ <unpack>true</unpack>
+ <outputFileName>zk-bin-osgi-${zk.version}.zip</outputFileName>
+ <outputDirectory>${project.build.directory}</outputDirectory>
+ <retries>5</retries>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <!-- copy zk osgi bundle to repository folder -->
+ <plugin>
+ <groupId>com.coderplus.maven.plugins</groupId>
+ <artifactId>copy-rename-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>rename-file</id>
+ <phase>package</phase>
+ <goals>
+ <goal>rename</goal>
+ </goals>
+ <configuration>
+ <fileSets>
+ <fileSet>
+ <sourceFile>${project.build.directory}/zk-bin-osgi-${zk.version}/dist/lib/zcommon.osgi.jar</sourceFile>
+ <destinationFile>${project.build.directory}/repository/plugins/zcommon_${zk.version}.jar</destinationFile>
+ </fileSet>
+ <fileSet>
+ <sourceFile>${project.build.directory}/zk-bin-osgi-${zk.version}/dist/lib/zel.osgi.jar</sourceFile>
+ <destinationFile>${project.build.directory}/repository/plugins/zel_${zk.version}.jar</destinationFile>
+ </fileSet>
+ <fileSet>
+ <sourceFile>${project.build.directory}/zk-bin-osgi-${zk.version}/dist/lib/zhtml.osgi.jar</sourceFile>
+ <destinationFile>${project.build.directory}/repository/plugins/zhtml_${zk.version}.jar</destinationFile>
+ </fileSet>
+ <fileSet>
+ <sourceFile>${project.build.directory}/zk-bin-osgi-${zk.version}/dist/lib/zjavassist.osgi.jar</sourceFile>
+ <destinationFile>${project.build.directory}/repository/plugins/zjavassist_${zk.version}.jar</destinationFile>
+ </fileSet>
+ <fileSet>
+ <sourceFile>${project.build.directory}/zk-bin-osgi-${zk.version}/dist/lib/zk.osgi.jar</sourceFile>
+ <destinationFile>${project.build.directory}/repository/plugins/zk_${zk.version}.jar</destinationFile>
+ </fileSet>
+ <fileSet>
+ <sourceFile>${project.build.directory}/zk-bin-osgi-${zk.version}/dist/lib/zkbind.osgi.jar</sourceFile>
+ <destinationFile>${project.build.directory}/repository/plugins/zkbind_${zk.version}.jar</destinationFile>
+ </fileSet>
+ <fileSet>
+ <sourceFile>${project.build.directory}/zk-bin-osgi-${zk.version}/dist/lib/zkplus.osgi.jar</sourceFile>
+ <destinationFile>${project.build.directory}/repository/plugins/zkplus_${zk.version}.jar</destinationFile>
+ </fileSet>
+ <fileSet>
+ <sourceFile>${project.build.directory}/zk-bin-osgi-${zk.version}/dist/lib/zul.osgi.jar</sourceFile>
+ <destinationFile>${project.build.directory}/repository/plugins/zul_${zk.version}.jar</destinationFile>
+ </fileSet>
+ <fileSet>
+ <sourceFile>${project.build.directory}/zk-bin-osgi-${zk.version}/dist/lib/zweb.osgi.jar</sourceFile>
+ <destinationFile>${project.build.directory}/repository/plugins/zweb_${zk.version}.jar</destinationFile>
+ </fileSet>
+ <fileSet>
+ <sourceFile>${project.build.directory}/repository/artifacts.jar</sourceFile>
+ <destinationFile>${project.build.directory}/artifacts.jar</destinationFile>
+ </fileSet>
+ <fileSet>
+ <sourceFile>${project.build.directory}/repository/content.jar</sourceFile>
+ <destinationFile>${project.build.directory}/content.jar</destinationFile>
+ </fileSet>
+ </fileSets>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ <!-- update P2 after add zk lib -->
+ <plugin>
+ <groupId>org.eclipse.tycho.extras</groupId>
+ <artifactId>tycho-p2-extras-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>generate-full-metadata</id>
+
+ <phase>package</phase>
+ <goals>
+ <goal>publish-features-and-bundles</goal>
+
+ </goals>
+ <configuration>
+ <append>false</append>
+ <sourceLocation>${project.build.directory}/repository</sourceLocation>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+</project>
diff -r 8d0dd21c038d -r 36f4cd5fd76e org.idempiere.maven.to.p2/pom.xml
--- a/org.idempiere.maven.to.p2/pom.xml
+++ b/org.idempiere.maven.to.p2/pom.xml
@@ -1,635 +1,18 @@
-<project xmlns="
http://maven.apache.org/POM/4.0.0" xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="
http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<?xml version="1.0" encoding="UTF-8"?>
+<project
+ xsi:schemaLocation="
http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+ xmlns="
http://maven.apache.org/POM/4.0.0" xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance"><modelVersion>4.0.0</modelVersion>
+ <artifactId>org.idempiere.maven.to.p2.master</artifactId>
+ <packaging>pom</packaging><parent><groupId>org.idempiere</groupId><artifactId>org.idempiere.parent</artifactId><version>5.1.0-SNAPSHOT</version><relativePath>../org.idempiere.parent/pom.xml</relativePath></parent>
- <artifactId>org.idempiere.maven.to.p2</artifactId>
- <packaging>pom</packaging>
- <properties>
- <zk-osgi-zip-file>
https://www.zkoss.org/zkdownload/downloadEvalFile?id=1245081552</zk-osgi-zip-file>
- <!--
https://github.com/eclipse/jetty.project/blob/jetty-9.4.9.v20180320/pom.xml up to verison of jetty -->
- <jetty.alpn.api.version>1.1.3.v20160715</jetty.alpn.api.version>
- <jetty.jsp.version>8.5.24.2</jetty.jsp.version>
- <jetty.conscrypt.version>8.1.12.v20180117</jetty.conscrypt.version>
- <jetty.osgi.servlet.api.version>3.1.0.M3</jetty.osgi.servlet.api.version>
- <jetty.conscrypt.openjdk.uber.version>1.1.0</jetty.conscrypt.openjdk.uber.version>
-
-
- </properties>
+ <modules>
+ <module>org.idempiere.maven.to.p2</module>
+ </modules>
- <build>
- <plugins>
- <plugin>
- <groupId>org.reficio</groupId>
- <artifactId>p2-maven-plugin</artifactId>
- <version>1.3.0</version>
- <executions>
- <execution>
- <id>default-cli</id>
- <phase>package</phase>
- <goals>
- <goal>site</goal>
- </goals>
- <configuration>
- <featureDefinitions>
- <feature>
- <id>org.idempiere.maven.feature</id>
- <version>${project.version}</version>
- <label>Idempiere maven osgi dependency ${project.version}
- feature</label>
- <providerName>Idempiere</providerName>
- <description>feature group all osgi bundle get from maven
- repository</description>
- <copyright>Idempiere</copyright>
- <license>GPL v2.1</license>
- <generateSourceFeature>true</generateSourceFeature>
- <artifacts>
- <artifact>
- <id>org.passay:passay:jar:1.3.0</id>
- <source>true</source>
- <transitive>false</transitive>
- </artifact>
- <artifact>
- <id>org.mortbay.jasper:apache-jsp:jar:${jetty.jsp.version}</id>
- <!--
https://github.com/jetty-project/jasper-jsp/issues/5 -->
- <source>false</source>
- <transitive>false</transitive>
- </artifact>
- <artifact>
- <id>org.mortbay.jasper:apache-el:jar:${jetty.jsp.version}</id>
- <source>true</source>
- <transitive>false</transitive>
- </artifact>
- <artifact>
- <id>org.eclipse.jetty.toolchain:jetty-osgi-servlet-api:jar:${jetty.osgi.servlet.api.version}</id>
- <source>true</source>
- <transitive>false</transitive>
- </artifact>
- <artifact>
- <id>org.eclipse.jetty.orbit:org.eclipse.jdt.core:jar:3.8.2.v20130121</id>
- <source>true</source>
- <transitive>false</transitive>
- </artifact>
- <artifact>
- <id>javax.websocket:javax.websocket-api:jar:1.1</id>
- <source>true</source>
- <transitive>false</transitive>
- </artifact>
- <artifact>
- <id>javax.annotation:javax.annotation-api:jar:1.3.1</id>
- <source>true</source>
- <transitive>false</transitive>
- </artifact>
- <artifact>
- <id>javax.management.j2ee:javax.management.j2ee-api:jar:1.1.1</id>
- <source>true</source>
- <transitive>false</transitive>
- </artifact>
- <artifact>
- <id>com.sun.mail:javax.mail:jar:1.6.0</id>
- <source>true</source>
- <transitive>false</transitive>
- </artifact>
- <!-- <artifact><id>org.ow2.asm:asm-commons:jar:6.0</id><source>true</source>
- <transitive>false</transitive></artifact><artifact><id>org.ow2.asm:asm-tree:jar:6.0</id>
- <source>true</source><transitive>false</transitive></artifact><artifact>
- <id>org.ow2.asm:asm:jar:6.0</id><source>true</source><transitive>false</transitive>
- </artifact> -->
- <artifact>
- <id>org.apache.taglibs:taglibs-standard-impl:jar:1.2.5</id>
- <source>true</source>
- <transitive>false</transitive>
- </artifact>
- <artifact>
- <id>org.apache.taglibs:taglibs-standard-spec:jar:1.2.5</id>
- <source>true</source>
- <transitive>false</transitive>
- </artifact>
- <artifact>
- <id>org.apache.taglibs:taglibs-standard-jstlel:jar:1.2.5</id>
- <source>true</source>
- <transitive>false</transitive>
- </artifact>
- <artifact>
- <id>org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.0.10</id>
- <source>true</source>
- <transitive>false</transitive>
- </artifact>
- <artifact>
- <id>org.apache.aries:org.apache.aries.util:jar:1.1.3</id>
- <source>true</source>
- <transitive>false</transitive>
- </artifact>
- <artifact>
- <id>org.apache.servicemix.bundles:org.apache.servicemix.bundles.cglib:jar:3.2.5_1</id>
- <source>true</source>
- <transitive>false</transitive>
- </artifact>
- <artifact>
- <id>org.apache.activemq:activemq-core:jar:5.7.0</id>
- <source>true</source>
- <transitive>false</transitive>
- </artifact>
- <artifact>
- <id>org.apache.activemq:kahadb:jar:5.7.0</id>
- <source>true</source>
- <transitive>false</transitive>
- </artifact>
- <artifact>
- <id>org.apache.felix:org.apache.felix.webconsole:jar:4.3.4</id>
- <source>true</source>
- <transitive>false</transitive>
- </artifact>
- <artifact>
- <id>org.apache.felix:org.apache.felix.webconsole.plugins.ds:jar:2.0.8</id>
- <source>true</source>
- <transitive>false</transitive>
- </artifact>
- <artifact>
- <id>org.apache.felix:org.apache.felix.webconsole.plugins.memoryusage:jar:1.0.6</id>
- <source>true</source>
- <transitive>false</transitive>
- </artifact>
- <artifact>
- <id>org.apache.felix:org.apache.felix.inventory:jar:1.0.6</id>
- <source>true</source>
- <transitive>false</transitive>
- </artifact>
- <artifact>
- <id>org.apache.felix:org.apache.felix.webconsole.plugins.packageadmin:jar:1.0.4</id>
- <source>true</source>
- <transitive>false</transitive>
- </artifact>
- <artifact>
- <id>com.itextpdf:itextpdf:jar:5.5.12</id>
- <source>true</source>
- <transitive>false</transitive>
- </artifact>
- <artifact>
- <id>org.bouncycastle:bcpkix-jdk15on:jar:1.58</id>
- <source>true</source>
- <transitive>false</transitive>
- </artifact>
- <artifact>
- <id>org.bouncycastle:bcprov-jdk15on:jar:1.58</id>
- <source>true</source>
- <transitive>false</transitive>
- </artifact>
- <artifact>
- <id>org.bouncycastle:bcmail-jdk15on:jar:1.58</id>
- <source>true</source>
- <transitive>false</transitive>
- </artifact>
- <artifact>
- <id>org.bouncycastle:bctsp-jdk15on:jar:1.46</id>
- <source>true</source>
- <transitive>false</transitive>
- </artifact>
- <artifact>
- <id>org.apache.velocity:velocity:jar:1.7</id>
- <source>true</source>
- <transitive>false</transitive>
- </artifact>
- <artifact>
- <id>commons-digester:commons-digester:jar:2.1</id>
- <source>true</source>
- <transitive>false</transitive>
- </artifact>
- <artifact>
- <id>com.google.code.maven-play-plugin.org.apache.commons:commons-javaflow:jar:1590792</id>
- <source>true</source>
- <transitive>false</transitive>
- </artifact>
- <artifact>
- <id>org.cryptacular:cryptacular:jar:1.2.1</id>
- <source>true</source>
- <transitive>false</transitive>
- </artifact>
- <artifact>
- <id>net.sf.supercsv:super-csv:jar:2.4.0</id>
- <source>true</source>
- <transitive>false</transitive>
- </artifact>
- <artifact>
- <id>org.atmosphere:atmosphere-runtime:jar:2.4.16</id>
- <source>true</source>
- <transitive>false</transitive>
- </artifact>
- <artifact>
- <id>org.eclipse.jetty.alpn:alpn-api:jar:1.1.3.v20160715</id>
- <source>true</source>
- <transitive>false</transitive>
- </artifact>
- <artifact>
- <id>org.codehaus.groovy:groovy-all:jar:2.4.13</id>
- <source>true</source>
- <transitive>false</transitive>
- </artifact>
- <artifact>
- <id>com.ibm.icu:icu4j:jar:60.2</id>
- <source>true</source>
- <transitive>false</transitive>
- </artifact>
- <artifact>
- <id>joda-time:joda-time:jar:2.9.9</id>
- <source>true</source>
- <transitive>false</transitive>
- </artifact>
- <artifact>
- <id>org.apache.commons:commons-configuration2:jar:2.2</id>
- <source>true</source>
- <transitive>false</transitive>
- </artifact>
- <artifact>
- <id>org.apache.commons:commons-collections4:jar:4.2</id>
- <source>true</source>
- <transitive>false</transitive>
- </artifact>
- <artifact>
- <id>org.eclipse.jetty:jetty-alpn-conscrypt-server:jar:${jetty.version}</id>
- <source>true</source>
- <transitive>false</transitive>
- </artifact>
- <artifact>
- <id>org.eclipse.jetty:jetty-alpn-openjdk8-server:jar:${jetty.version}</id>
- <source>true</source>
- <transitive>false</transitive>
- </artifact>
- <artifact>
- <id>org.conscrypt:conscrypt-openjdk-uber:jar:${jetty.conscrypt.openjdk.uber.version}</id>
- <source>true</source>
- <transitive>false</transitive>
- <instructions>
- <Export-Package>org.conscrypt;version="${jetty.conscrypt.openjdk.uber.version}"</Export-Package>
- <Bundle-Name>org.idempiere.org.conscrypt.openjdk-uber</Bundle-Name>
- <Bundle-SymbolicName>org.idempiere.org.conscrypt.openjdk-uber</Bundle-SymbolicName>
- </instructions>
- </artifact>
- </artifacts>
- </feature>
- <!-- zk public zk osgi on zip format download from sourceforge, so
- make source bundle from maven on this step -->
- <feature>
- <id>org.idempiere.zk.source.feature</id>
- <version>${project.version}</version>
- <label>Idempiere zk source ${project.version} feature</label>
- <providerName>Idempiere</providerName>
- <description>feature group all zk source get from maven
- repository</description>
- <copyright>Idempiere</copyright>
- <license>GPL v2.1</license>
- <generateSourceFeature>true</generateSourceFeature>
- <artifacts>
- <artifact>
- <id>org.zkoss.zk:zkplus:jar:sources:${zk.version}</id>
- <source>false</source>
- <transitive>false</transitive>
- <instructions>
- <Eclipse-SourceBundle>zkplus;version="${zk.version}";roots:="."</Eclipse-SourceBundle>
- <Bundle-SymbolicName>zkplus</Bundle-SymbolicName>
- <Bundle-Name>zkplus.source</Bundle-Name>
- </instructions>
- </artifact>
- <artifact>
- <id>org.zkoss.common:zweb:jar:sources:${zk.version}</id>
- <source>false</source>
- <transitive>false</transitive>
- <instructions>
- <Eclipse-SourceBundle>zweb;version="${zk.version}";roots:="."</Eclipse-SourceBundle>
- <Bundle-SymbolicName>zweb</Bundle-SymbolicName>
- <Bundle-Name>zweb.source</Bundle-Name>
- </instructions>
- </artifact>
- <artifact>
- <id>org.zkoss.zk:zul:jar:sources:${zk.version}</id>
- <source>false</source>
- <transitive>false</transitive>
- <instructions>
- <Eclipse-SourceBundle>zul;version="${zk.version}";roots:="."</Eclipse-SourceBundle>
- <Bundle-SymbolicName>zul</Bundle-SymbolicName>
- <Bundle-Name>zul.source</Bundle-Name>
- </instructions>
- </artifact>
- <artifact>
- <id>org.zkoss.zk:zk:jar:sources:${zk.version}</id>
- <source>false</source>
- <transitive>false</transitive>
- <instructions>
- <Eclipse-SourceBundle>zk;version="${zk.version}";roots:="."</Eclipse-SourceBundle>
- <Bundle-SymbolicName>zk</Bundle-SymbolicName>
- <Bundle-Name>zk.source</Bundle-Name>
- </instructions>
- </artifact>
- <artifact>
- <id>org.zkoss.zk:zhtml:jar:sources:${zk.version}</id>
- <source>false</source>
- <transitive>false</transitive>
- <instructions>
- <Eclipse-SourceBundle>zhtml;version="${zk.version}";roots:="."</Eclipse-SourceBundle>
- <Bundle-SymbolicName>zhtml</Bundle-SymbolicName>
- <Bundle-Name>zhtml.source</Bundle-Name>
- </instructions>
- </artifact>
- <artifact>
- <id>org.zkoss.zk:zkbind:jar:sources:${zk.version}</id>
- <source>false</source>
- <transitive>false</transitive>
- <instructions>
- <Eclipse-SourceBundle>zkbind;version="${zk.version}";roots:="."</Eclipse-SourceBundle>
- <Bundle-SymbolicName>zkbind</Bundle-SymbolicName>
- <Bundle-Name>zkbind.source</Bundle-Name>
- </instructions>
- </artifact>
- <artifact>
- <id>org.zkoss.common:zel:jar:sources:${zk.version}</id>
- <source>false</source>
- <transitive>false</transitive>
- <instructions>
- <Eclipse-SourceBundle>zel;version="${zk.version}";roots:="."</Eclipse-SourceBundle>
- <Bundle-SymbolicName>zel</Bundle-SymbolicName>
- <Bundle-Name>zel.source</Bundle-Name>
- </instructions>
- </artifact>
- <artifact>
- <id>org.zkoss.common:zcommon:jar:sources:${zk.version}</id>
- <source>false</source>
- <transitive>false</transitive>
- <instructions>
- <Eclipse-SourceBundle>zcommon;version="${zk.version}";roots:="."</Eclipse-SourceBundle>
- <Bundle-SymbolicName>zcommon</Bundle-SymbolicName>
- <Bundle-Name>zcommon.source</Bundle-Name>
- </instructions>
- </artifact>
- <artifact>
- <id>org.javassist:javassist:jar:sources:${zk.javassist.src.version}</id>
- <source>false</source>
- <transitive>false</transitive>
- <instructions>
- <Eclipse-SourceBundle>zjavassist;version="${zk.version}";roots:="."</Eclipse-SourceBundle>
- <Bundle-SymbolicName>zjavassist</Bundle-SymbolicName>
- <Bundle-Version>${zk.version}</Bundle-Version>
- <Bundle-Name>zjavassist.source</Bundle-Name>
- </instructions>
- </artifact>
- </artifacts>
- </feature>
- <feature>
- <id>org.idempiere.zk.feature</id>
- <version>${project.version}</version>
- <label>Idempiere zk ${project.version} feature</label>
- <providerName>Idempiere</providerName>
- <description>feature group all zk osgi bundle get from
- sourcefore</description>
- <copyright>Idempiere</copyright>
- <license>GPL v2.1</license>
- <generateSourceFeature>true</generateSourceFeature>
- <artifacts>
- <artifact>
- <id>org.zkoss.zk:zkplus:${zk.version}</id>
- <source>false</source>
- <transitive>false</transitive>
- <instructions>
- <Bundle-SymbolicName>zkplus</Bundle-SymbolicName>
- <Bundle-Name>zkplus</Bundle-Name>
- </instructions>
- </artifact>
- <artifact>
- <id>org.zkoss.common:zweb:${zk.version}</id>
- <source>false</source>
- <transitive>false</transitive>
- <instructions>
- <Bundle-SymbolicName>zweb</Bundle-SymbolicName>
- <Bundle-Name>zweb</Bundle-Name>
- </instructions>
- </artifact>
- <artifact>
- <id>org.zkoss.zk:zul:${zk.version}</id>
- <source>false</source>
- <transitive>false</transitive>
- <instructions>
- <Bundle-SymbolicName>zul</Bundle-SymbolicName>
- <Bundle-Name>zul</Bundle-Name>
- </instructions>
- </artifact>
- <artifact>
- <id>org.zkoss.zk:zk:${zk.version}</id>
- <source>false</source>
- <transitive>false</transitive>
- <instructions>
- <Bundle-SymbolicName>zk</Bundle-SymbolicName>
- <Bundle-Name>zk</Bundle-Name>
- </instructions>
- </artifact>
- <artifact>
- <id>org.zkoss.zk:zhtml:${zk.version}</id>
- <source>false</source>
- <transitive>false</transitive>
- <instructions>
- <Bundle-SymbolicName>zhtml</Bundle-SymbolicName>
- <Bundle-Name>zhtml</Bundle-Name>
- </instructions>
- </artifact>
- <artifact>
- <id>org.zkoss.zk:zkbind:${zk.version}</id>
- <source>false</source>
- <transitive>false</transitive>
- <instructions>
- <Bundle-SymbolicName>zkbind</Bundle-SymbolicName>
- <Bundle-Name>zkbind</Bundle-Name>
- </instructions>
- </artifact>
- <artifact>
- <id>org.zkoss.common:zel:${zk.version}</id>
- <source>false</source>
- <transitive>false</transitive>
- <instructions>
- <Bundle-SymbolicName>zel</Bundle-SymbolicName>
- <Bundle-Name>zel</Bundle-Name>
- </instructions>
- </artifact>
- <artifact>
- <id>org.zkoss.common:zcommon:${zk.version}</id>
- <source>false</source>
- <transitive>false</transitive>
- <instructions>
- <Bundle-SymbolicName>zcommon</Bundle-SymbolicName>
- <Bundle-Name>zcommon</Bundle-Name>
- </instructions>
- </artifact>
- </artifacts>
- </feature>
- <feature>
- <id>org.idempiere.jasperreport.feature</id>
- <version>${project.version}</version>
- <label>Idempiere jasperreport ${project.version} feature</label>
- <providerName>Idempiere</providerName>
- <description>feature group all jasperreport osgi bundle get
- from sourcefore</description>
- <copyright>Idempiere</copyright>
- <license>GPL v2.1</license>
- <generateSourceFeature>true</generateSourceFeature>
- <artifacts>
- <artifact>
- <id>net.sf.jasperreports:jasperreports:jar:${jp.version}</id>
- <source>false</source>
- <transitive>false</transitive>
- <override>true</override>
- <instructions>
- <Bundle-SymbolicName>net.sf.jasperreports.engine</Bundle-SymbolicName>
- <Bundle-Name>net.sf.jasperreports.engine</Bundle-Name>
- </instructions>
- </artifact>
- </artifacts>
- </feature>
- </featureDefinitions>
-
- <artifacts>
- <artifact>
- <id>org.javassist:javassist:${zk.javassist.src.version}</id>
- <source>false</source>
- <transitive>false</transitive>
- <override>true</override>
- <instructions>
- <Bundle-SymbolicName>zjavassist</Bundle-SymbolicName>
- <Bundle-Name>zjavassist</Bundle-Name>
- <!-- this work-around can generate bundle with version is ${zk.version},
- but feature still use version from artifact id, mean ${zk.javassist.src.version},
- it let target recognize wrong bundle -->
- <!-- need to adjust feature at next step -->
- <Bundle-Version>${zk.version}</Bundle-Version>
- </instructions>
- </artifact>
- </artifacts>
-
- </configuration>
- </execution>
- </executions>
- </plugin>
- <!-- download zk osgi, unzip it -->
- <plugin>
- <groupId>com.googlecode.maven-download-plugin</groupId>
- <artifactId>download-maven-plugin</artifactId>
- <executions>
- <execution>
- <id>download-db-seed-pg</id>
- <phase>package</phase>
- <goals>
- <goal>wget</goal>
- </goals>
- <configuration>
- <url>${zk-osgi-zip-file}</url>
- <unpack>true</unpack>
- <outputFileName>zk-bin-osgi-${zk.version}.zip</outputFileName>
- <outputDirectory>${project.build.directory}</outputDirectory>
- <retries>5</retries>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <!-- copy zk osgi bundle to repository folder -->
- <plugin>
- <groupId>com.coderplus.maven.plugins</groupId>
- <artifactId>copy-rename-maven-plugin</artifactId>
- <executions>
- <execution>
- <id>rename-file</id>
- <phase>package</phase>
- <goals>
- <goal>rename</goal>
- </goals>
- <configuration>
- <fileSets>
- <fileSet>
- <sourceFile>${project.build.directory}/zk-bin-osgi-${zk.version}/dist/lib/zcommon.osgi.jar</sourceFile>
- <destinationFile>${project.build.directory}/repository/plugins/zcommon_${zk.version}.jar</destinationFile>
- </fileSet>
- <fileSet>
- <sourceFile>${project.build.directory}/zk-bin-osgi-${zk.version}/dist/lib/zel.osgi.jar</sourceFile>
- <destinationFile>${project.build.directory}/repository/plugins/zel_${zk.version}.jar</destinationFile>
- </fileSet>
- <fileSet>
- <sourceFile>${project.build.directory}/zk-bin-osgi-${zk.version}/dist/lib/zhtml.osgi.jar</sourceFile>
- <destinationFile>${project.build.directory}/repository/plugins/zhtml_${zk.version}.jar</destinationFile>
- </fileSet>
- <fileSet>
- <sourceFile>${project.build.directory}/zk-bin-osgi-${zk.version}/dist/lib/zjavassist.osgi.jar</sourceFile>
- <destinationFile>${project.build.directory}/repository/plugins/zjavassist_${zk.version}.jar</destinationFile>
- </fileSet>
- <fileSet>
- <sourceFile>${project.build.directory}/zk-bin-osgi-${zk.version}/dist/lib/zk.osgi.jar</sourceFile>
- <destinationFile>${project.build.directory}/repository/plugins/zk_${zk.version}.jar</destinationFile>
- </fileSet>
- <fileSet>
- <sourceFile>${project.build.directory}/zk-bin-osgi-${zk.version}/dist/lib/zkbind.osgi.jar</sourceFile>
- <destinationFile>${project.build.directory}/repository/plugins/zkbind_${zk.version}.jar</destinationFile>
- </fileSet>
- <fileSet>
- <sourceFile>${project.build.directory}/zk-bin-osgi-${zk.version}/dist/lib/zkplus.osgi.jar</sourceFile>
- <destinationFile>${project.build.directory}/repository/plugins/zkplus_${zk.version}.jar</destinationFile>
- </fileSet>
- <fileSet>
- <sourceFile>${project.build.directory}/zk-bin-osgi-${zk.version}/dist/lib/zul.osgi.jar</sourceFile>
- <destinationFile>${project.build.directory}/repository/plugins/zul_${zk.version}.jar</destinationFile>
- </fileSet>
- <fileSet>
- <sourceFile>${project.build.directory}/zk-bin-osgi-${zk.version}/dist/lib/zweb.osgi.jar</sourceFile>
- <destinationFile>${project.build.directory}/repository/plugins/zweb_${zk.version}.jar</destinationFile>
- </fileSet>
- <fileSet>
- <sourceFile>${project.build.directory}/repository/artifacts.jar</sourceFile>
- <destinationFile>${project.build.directory}/artifacts.jar</destinationFile>
- </fileSet>
- <fileSet>
- <sourceFile>${project.build.directory}/repository/content.jar</sourceFile>
- <destinationFile>${project.build.directory}/content.jar</destinationFile>
- </fileSet>
- </fileSets>
- </configuration>
- </execution>
- </executions>
- </plugin>
-
- <!-- update P2 after add zk lib -->
- <plugin>
- <groupId>org.eclipse.tycho.extras</groupId>
- <artifactId>tycho-p2-extras-plugin</artifactId>
- <executions>
- <execution>
- <id>generate-full-metadata</id>
-
- <phase>package</phase>
- <goals>
- <goal>publish-features-and-bundles</goal>
-
- </goals>
- <configuration>
- <append>false</append>
- <sourceLocation>${project.build.directory}/repository</sourceLocation>
- </configuration>
- </execution>
- </executions>
- </plugin>
-
- <plugin>
- <groupId>org.eclipse.tycho.extras</groupId>
- <artifactId>tycho-eclipserun-plugin</artifactId>
- <configuration>
- <appArgLine>-application org.eclipse.equinox.p2.publisher.CategoryPublisher -artifactRepository file:${project.build.directory}/repository -metadataRepository file:${project.build.directory}/repository -categoryDefinition file:${project.build.directory}/repository/category.xml -categoryQualifier -compress</appArgLine>
- </configuration>
- <executions>
- <execution>
- <goals>
- <goal>eclipse-run</goal>
- </goals>
- <phase>package</phase>
- </execution>
- </executions>
- </plugin>
-
- </plugins>
- </build></project>
diff -r 8d0dd21c038d -r 36f4cd5fd76e org.idempiere.p2.targetplatform.offline/.classpath
--- a/org.idempiere.p2.targetplatform.offline/.classpath
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
- <classpathentry kind="output" path="target/classes"/>
-</classpath>
diff -r 8d0dd21c038d -r 36f4cd5fd76e org.idempiere.p2.targetplatform.offline/.project
--- a/org.idempiere.p2.targetplatform.offline/.project
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>org.idempiere.p2.targetplatform.offline</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.m2e.core.maven2Builder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.m2e.core.maven2Nature</nature>
- <nature>org.eclipse.jdt.core.javanature</nature>
- </natures>
-</projectDescription>
diff -r 8d0dd21c038d -r 36f4cd5fd76e org.idempiere.p2.targetplatform.offline/.settings/org.eclipse.core.resources.prefs
--- a/org.idempiere.p2.targetplatform.offline/.settings/org.eclipse.core.resources.prefs
+++ /dev/null
@@ -1,2 +0,0 @@
-eclipse.preferences.version=1
-encoding/<project>=UTF-8
diff -r 8d0dd21c038d -r 36f4cd5fd76e org.idempiere.p2.targetplatform.offline/.settings/org.eclipse.jdt.core.prefs
--- a/org.idempiere.p2.targetplatform.offline/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,11 +0,0 @@
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
-org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
-org.eclipse.jdt.core.compiler.compliance=1.8
-org.eclipse.jdt.core.compiler.debug.lineNumber=generate
-org.eclipse.jdt.core.compiler.debug.localVariable=generate
-org.eclipse.jdt.core.compiler.debug.sourceFile=generate
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.source=1.8
diff -r 8d0dd21c038d -r 36f4cd5fd76e org.idempiere.p2.targetplatform.offline/.settings/org.eclipse.m2e.core.prefs
--- a/org.idempiere.p2.targetplatform.offline/.settings/org.eclipse.m2e.core.prefs
+++ /dev/null
@@ -1,4 +0,0 @@
-activeProfiles=
-eclipse.preferences.version=1
-resolveWorkspaceProjects=true
-version=1
This diff is so big that we needed to truncate the remainder.
https://bitbucket.org/idempiere/idempiere/commits/16f3e917f6e2/
Changeset: 16f3e917f6e2
Branch: experimental
User:
hie...@hasuvimex.vn
Date: 2018-09-11 02:04:49+00:00
Summary: IDEMPIERE-3531: add manifest for java 9 warning
Affected #: 38 files
diff -r 36f4cd5fd76e -r 16f3e917f6e2 org.adempiere.base.callout/META-INF/MANIFEST.MF
--- a/org.adempiere.base.callout/META-INF/MANIFEST.MF
+++ b/org.adempiere.base.callout/META-INF/MANIFEST.MF
@@ -10,4 +10,5 @@
Bundle-ActivationPolicy: lazy
Export-Package: org.compiere.model
Bundle-ClassPath: .
+Automatic-Module-Name: org.adempiere.base.callout
diff -r 36f4cd5fd76e -r 16f3e917f6e2 org.adempiere.base.process/META-INF/MANIFEST.MF
--- a/org.adempiere.base.process/META-INF/MANIFEST.MF
+++ b/org.adempiere.base.process/META-INF/MANIFEST.MF
@@ -15,3 +15,4 @@
org.apache.commons.collections.keyvalue;version="3.2.0"
Eclipse-RegisterBuddy: org.adempiere.base
Bundle-ClassPath: .
+Automatic-Module-Name: org.adempiere.base.process
diff -r 36f4cd5fd76e -r 16f3e917f6e2 org.adempiere.base/META-INF/MANIFEST.MF
--- a/org.adempiere.base/META-INF/MANIFEST.MF
+++ b/org.adempiere.base/META-INF/MANIFEST.MF
@@ -123,3 +123,4 @@
bcprov;bundle-version="1.54.0",
groovy-all;bundle-version="0.0.0",
org.krysalis.barcode4j;bundle-version="0.0.0"
+Automatic-Module-Name: org.adempiere.base
diff -r 36f4cd5fd76e -r 16f3e917f6e2 org.adempiere.eclipse.equinox.http.servlet/META-INF/MANIFEST.MF
--- a/org.adempiere.eclipse.equinox.http.servlet/META-INF/MANIFEST.MF
+++ b/org.adempiere.eclipse.equinox.http.servlet/META-INF/MANIFEST.MF
@@ -21,3 +21,4 @@
org.osgi.service.http;version="1.2.0"
Bundle-ManifestVersion: 2
Bundle-ClassPath: .
+Automatic-Module-Name: org.adempiere.eclipse.equinox.http.servlet
diff -r 36f4cd5fd76e -r 16f3e917f6e2 org.adempiere.eclipse.equinox.http.servletbridge/META-INF/MANIFEST.MF
--- a/org.adempiere.eclipse.equinox.http.servletbridge/META-INF/MANIFEST.MF
+++ b/org.adempiere.eclipse.equinox.http.servletbridge/META-INF/MANIFEST.MF
@@ -16,4 +16,5 @@
0",org.osgi.service.http;version="1.2.0"
Bundle-ManifestVersion: 2
Bundle-ClassPath: .
+Automatic-Module-Name: org.adempiere.eclipse.equinox.http.servletbridge
diff -r 36f4cd5fd76e -r 16f3e917f6e2 org.adempiere.eclipse.equinox.servletbridge/META-INF/MANIFEST.MF
--- a/org.adempiere.eclipse.equinox.servletbridge/META-INF/MANIFEST.MF
+++ b/org.adempiere.eclipse.equinox.servletbridge/META-INF/MANIFEST.MF
@@ -14,3 +14,4 @@
org.eclipse.equinox.http.servlet;version="1.1.0"
Bundle-ManifestVersion: 2
Bundle-ClassPath: .
+Automatic-Module-Name: org.adempiere.eclipse.equinox.servletbridge
diff -r 36f4cd5fd76e -r 16f3e917f6e2 org.adempiere.extend/META-INF/MANIFEST.MF
--- a/org.adempiere.extend/META-INF/MANIFEST.MF
+++ b/org.adempiere.extend/META-INF/MANIFEST.MF
@@ -16,3 +16,4 @@
org.supercsv.io,
org.supercsv.prefs
Bundle-ClassPath: .
+Automatic-Module-Name: org.adempiere.extend
diff -r 36f4cd5fd76e -r 16f3e917f6e2 org.adempiere.install/META-INF/MANIFEST.MF
--- a/org.adempiere.install/META-INF/MANIFEST.MF
+++ b/org.adempiere.install/META-INF/MANIFEST.MF
@@ -17,3 +17,4 @@
Bundle-ActivationPolicy: lazy
Bundle-Activator: org.adempiere.install.InstallBundleActivator
Bundle-ClassPath: .
+Automatic-Module-Name: org.adempiere.install
diff -r 36f4cd5fd76e -r 16f3e917f6e2 org.adempiere.payment.processor/META-INF/MANIFEST.MF
--- a/org.adempiere.payment.processor/META-INF/MANIFEST.MF
+++ b/org.adempiere.payment.processor/META-INF/MANIFEST.MF
@@ -9,4 +9,5 @@
lib/jpayment.jar,
lib/payflow.jar,
lib/Verisign.jar
+Automatic-Module-Name: org.adempiere.payment.processor
diff -r 36f4cd5fd76e -r 16f3e917f6e2 org.adempiere.pipo.handlers/META-INF/MANIFEST.MF
--- a/org.adempiere.pipo.handlers/META-INF/MANIFEST.MF
+++ b/org.adempiere.pipo.handlers/META-INF/MANIFEST.MF
@@ -7,3 +7,4 @@
Require-Bundle: org.adempiere.pipo;bundle-version="0.0.0",
org.adempiere.base;bundle-version="0.0.0"
Bundle-ClassPath: .
+Automatic-Module-Name: org.adempiere.pipo.handlers
diff -r 36f4cd5fd76e -r 16f3e917f6e2 org.adempiere.pipo/META-INF/MANIFEST.MF
--- a/org.adempiere.pipo/META-INF/MANIFEST.MF
+++ b/org.adempiere.pipo/META-INF/MANIFEST.MF
@@ -18,3 +18,4 @@
Service-Component: OSGI-INF/dictionaryservice.xml
Bundle-Activator: org.adempiere.plugin.utils.PackInApplicationActivator
Bundle-ClassPath: .
+Automatic-Module-Name: org.adempiere.pipo
diff -r 36f4cd5fd76e -r 16f3e917f6e2 org.adempiere.plugin.utils/META-INF/MANIFEST.MF
--- a/org.adempiere.plugin.utils/META-INF/MANIFEST.MF
+++ b/org.adempiere.plugin.utils/META-INF/MANIFEST.MF
@@ -49,3 +49,4 @@
org.osgi.util.tracker;version="1.5.0"
Export-Package: org.adempiere.plugin.utils
Bundle-ClassPath: .
+Automatic-Module-Name: org.adempiere.plugin.utils
diff -r 36f4cd5fd76e -r 16f3e917f6e2 org.adempiere.replication.server/META-INF/MANIFEST.MF
--- a/org.adempiere.replication.server/META-INF/MANIFEST.MF
+++ b/org.adempiere.replication.server/META-INF/MANIFEST.MF
@@ -12,3 +12,4 @@
Service-Component: OSGI-INF/serverfactory.xml
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
+Automatic-Module-Name: org.adempiere.replication.server
diff -r 36f4cd5fd76e -r 16f3e917f6e2 org.adempiere.replication/META-INF/MANIFEST.MF
--- a/org.adempiere.replication/META-INF/MANIFEST.MF
+++ b/org.adempiere.replication/META-INF/MANIFEST.MF
@@ -12,3 +12,4 @@
org.apache.activemq;version="5.3.0"
Eclipse-RegisterBuddy: org.adempiere.base
Bundle-ClassPath: .
+Automatic-Module-Name: org.adempiere.replication
diff -r 36f4cd5fd76e -r 16f3e917f6e2 org.adempiere.report.jasper.library/META-INF/MANIFEST.MF
--- a/org.adempiere.report.jasper.library/META-INF/MANIFEST.MF
+++ b/org.adempiere.report.jasper.library/META-INF/MANIFEST.MF
@@ -103,3 +103,4 @@
org.apache.tools.zip,
org.apache.xml.serializer;version="2.7.1"
DynamicImport-Package: *
+Automatic-Module-Name: org.adempiere.report.jasper.library
diff -r 36f4cd5fd76e -r 16f3e917f6e2 org.adempiere.report.jasper.swing/META-INF/MANIFEST.MF
--- a/org.adempiere.report.jasper.swing/META-INF/MANIFEST.MF
+++ b/org.adempiere.report.jasper.swing/META-INF/MANIFEST.MF
@@ -15,3 +15,4 @@
Service-Component: OSGI-INF/jrviewerprovider.xml
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
+Automatic-Module-Name: org.adempiere.report.jasper.swing
diff -r 36f4cd5fd76e -r 16f3e917f6e2 org.adempiere.report.jasper.webapp/META-INF/MANIFEST.MF
--- a/org.adempiere.report.jasper.webapp/META-INF/MANIFEST.MF
+++ b/org.adempiere.report.jasper.webapp/META-INF/MANIFEST.MF
@@ -12,5 +12,6 @@
org.apache.commons.codec,
org.apache.commons.codec.binary
Bundle-ClassPath: .
+Automatic-Module-Name: org.adempiere.report.jasper.webapp
diff -r 36f4cd5fd76e -r 16f3e917f6e2 org.adempiere.report.jasper/META-INF/MANIFEST.MF
--- a/org.adempiere.report.jasper/META-INF/MANIFEST.MF
+++ b/org.adempiere.report.jasper/META-INF/MANIFEST.MF
@@ -15,3 +15,4 @@
Export-Package: org.adempiere.report.jasper
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
+Automatic-Module-Name: org.adempiere.report.jasper
diff -r 36f4cd5fd76e -r 16f3e917f6e2 org.adempiere.server/META-INF/MANIFEST.MF
--- a/org.adempiere.server/META-INF/MANIFEST.MF
+++ b/org.adempiere.server/META-INF/MANIFEST.MF
@@ -40,3 +40,4 @@
Bundle-ActivationPolicy: lazy
Service-Component: OSGI-INF/acctprocessorfactory.xml, OSGI-INF/alertprocessorfactory.xml, OSGI-INF/ldapprocessorfactory.xml, OSGI-INF/requestprocessorfactory.xml, OSGI-INF/schedulerfactory.xml, OSGI-INF/workflowprocessorfactory.xml
Bundle-Activator: org.adempiere.server.AdempiereServerActivator
+Automatic-Module-Name: org.adempiere.server
diff -r 36f4cd5fd76e -r 16f3e917f6e2 org.adempiere.ui.swing/META-INF/MANIFEST.MF
--- a/org.adempiere.ui.swing/META-INF/MANIFEST.MF
+++ b/org.adempiere.ui.swing/META-INF/MANIFEST.MF
@@ -89,3 +89,4 @@
org.osgi.framework;version="1.5.0"
Service-Component: OSGI-INF/*.xml
Bundle-ActivationPolicy: lazy
+Automatic-Module-Name: org.adempiere.ui.swing
diff -r 36f4cd5fd76e -r 16f3e917f6e2 org.adempiere.ui.zk/META-INF/MANIFEST.MF
--- a/org.adempiere.ui.zk/META-INF/MANIFEST.MF
+++ b/org.adempiere.ui.zk/META-INF/MANIFEST.MF
@@ -159,3 +159,4 @@
Web-ContextPath: webui
Service-Component: OSGI-INF/reportviewerprovider.xml, OSGI-INF/defaultinfofactory.xml, OSGI-INF/defaulteditorfactory.xml, OSGI-INF/jrviewerprovider.xml, OSGI-INF/resourcefinder.xml, OSGI-INF/defaultpaymentformfactory.xml, OSGI-INF/processfactory.xml, OSGI-INF/defaultprintshippinglabel.xml, OSGI-INF/defaultcreatefromfactory.xml, OSGI-INF/defaultformfactory.xml, OSGI-INF/feedbackservice.xml, OSGI-INF/zulgadgetfactory.xml, OSGI-INF/jfgchartrenderer.xml
Bundle-ActivationPolicy: lazy
+Automatic-Module-Name: org.adempiere.ui.zk
diff -r 36f4cd5fd76e -r 16f3e917f6e2 org.adempiere.ui/META-INF/MANIFEST.MF
--- a/org.adempiere.ui/META-INF/MANIFEST.MF
+++ b/org.adempiere.ui/META-INF/MANIFEST.MF
@@ -28,3 +28,4 @@
Bundle-ClassPath: .,
lib/org-netbeans-api-visual.jar,
lib/org-openide-util.jar
+Automatic-Module-Name: org.adempiere.ui
diff -r 36f4cd5fd76e -r 16f3e917f6e2 org.adempiere.webstore.resource/META-INF/MANIFEST.MF
--- a/org.adempiere.webstore.resource/META-INF/MANIFEST.MF
+++ b/org.adempiere.webstore.resource/META-INF/MANIFEST.MF
@@ -9,3 +9,4 @@
Import-Package: org.compiere.wstore
Jetty-WarPatchFragmentFolderPath: /
Bundle-ClassPath: .
+Automatic-Module-Name: org.adempiere.webstore.resource
diff -r 36f4cd5fd76e -r 16f3e917f6e2 org.adempiere.webstore.servlet/META-INF/MANIFEST.MF
--- a/org.adempiere.webstore.servlet/META-INF/MANIFEST.MF
+++ b/org.adempiere.webstore.servlet/META-INF/MANIFEST.MF
@@ -18,3 +18,4 @@
org.apache.taglibs.standard.tag.el.core
Fragment-Host: org.adempiere.webstore;bundle-version="0.0.0"
Bundle-ClassPath: .
+Automatic-Module-Name: org.adempiere.webstore.servlet
diff -r 36f4cd5fd76e -r 16f3e917f6e2 org.adempiere.webstore/META-INF/MANIFEST.MF
--- a/org.adempiere.webstore/META-INF/MANIFEST.MF
+++ b/org.adempiere.webstore/META-INF/MANIFEST.MF
@@ -82,6 +82,7 @@
org.osgi.service.http;version="1.2.1"
Bundle-Activator: org.adempiere.webstore.Activator
Bundle-ClassPath: .
+Automatic-Module-Name: org.adempiere.webstore
diff -r 36f4cd5fd76e -r 16f3e917f6e2 org.apache.ecs/META-INF/MANIFEST.MF
--- a/org.apache.ecs/META-INF/MANIFEST.MF
+++ b/org.apache.ecs/META-INF/MANIFEST.MF
@@ -13,3 +13,4 @@
org.apache.ecs.xhtml;uses:="org.apache.ecs",
org.apache.ecs.xml;uses:="org.apache.ecs"
Bundle-ClassPath: .
+Automatic-Module-Name: org.apache.ecs
diff -r 36f4cd5fd76e -r 16f3e917f6e2 org.compiere.db.oracle.provider/META-INF/MANIFEST.MF
--- a/org.compiere.db.oracle.provider/META-INF/MANIFEST.MF
+++ b/org.compiere.db.oracle.provider/META-INF/MANIFEST.MF
@@ -17,4 +17,5 @@
Bundle-ActivationPolicy: lazy
Bundle-Activator: org.adempiere.db.oracle.OracleBundleActivator
Service-Component: OSGI-INF/oracleprovider.xml
+Automatic-Module-Name: org.compiere.db.oracle.provider
diff -r 36f4cd5fd76e -r 16f3e917f6e2 org.compiere.db.postgresql.provider/META-INF/MANIFEST.MF
--- a/org.compiere.db.postgresql.provider/META-INF/MANIFEST.MF
+++ b/org.compiere.db.postgresql.provider/META-INF/MANIFEST.MF
@@ -18,3 +18,4 @@
Bundle-ActivationPolicy: lazy
Bundle-Activator: org.adempiere.db.postgresql.PostgreSQLBundleActivator
Service-Component: OSGI-INF/pgprovider.xml
+Automatic-Module-Name: org.compiere.db.postgresql.provider
diff -r 36f4cd5fd76e -r 16f3e917f6e2 org.idempiere.felix.webconsole/META-INF/MANIFEST.MF
--- a/org.idempiere.felix.webconsole/META-INF/MANIFEST.MF
+++ b/org.idempiere.felix.webconsole/META-INF/MANIFEST.MF
@@ -28,3 +28,4 @@
Web-ContextPath: osgi
Service-Component: OSGI-INF/securityprovider.xml
Bundle-ClassPath: .
+Automatic-Module-Name: org.idempiere.felix.webconsole
diff -r 36f4cd5fd76e -r 16f3e917f6e2 org.idempiere.fitnesse.fixture/META-INF/MANIFEST.MF
--- a/org.idempiere.fitnesse.fixture/META-INF/MANIFEST.MF
+++ b/org.idempiere.fitnesse.fixture/META-INF/MANIFEST.MF
@@ -64,3 +64,4 @@
Service-Component: OSGI-INF/fitfixturefactory.xml, OSGI-INF/slimfixturefactory.xml
Export-Package: org.idempiere.fitnesse.fixture
Bundle-ClassPath: .
+Automatic-Module-Name: org.idempiere.fitnesse.fixture
diff -r 36f4cd5fd76e -r 16f3e917f6e2 org.idempiere.fitnesse.server/META-INF/MANIFEST.MF
--- a/org.idempiere.fitnesse.server/META-INF/MANIFEST.MF
+++ b/org.idempiere.fitnesse.server/META-INF/MANIFEST.MF
@@ -328,3 +328,4 @@
org.openqa.selenium.support.pagefactory,
org.openqa.selenium.support.pagefactory.internal,
org.openqa.selenium.support.ui
+Automatic-Module-Name: org.idempiere.fitnesse.server
diff -r 36f4cd5fd76e -r 16f3e917f6e2 org.idempiere.fitrecorder/META-INF/MANIFEST.MF
--- a/org.idempiere.fitrecorder/META-INF/MANIFEST.MF
+++ b/org.idempiere.fitrecorder/META-INF/MANIFEST.MF
@@ -13,3 +13,4 @@
Require-Bundle: org.adempiere.base;bundle-version="0.0.0"
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
+Automatic-Module-Name: org.idempiere.fitrecorder
diff -r 36f4cd5fd76e -r 16f3e917f6e2 org.idempiere.hazelcast.service.config/META-INF/MANIFEST.MF
--- a/org.idempiere.hazelcast.service.config/META-INF/MANIFEST.MF
+++ b/org.idempiere.hazelcast.service.config/META-INF/MANIFEST.MF
@@ -6,3 +6,4 @@
Fragment-Host: org.idempiere.hazelcast.service;bundle-version="0.0.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ClassPath: .
+Automatic-Module-Name: org.idempiere.hazelcast.service.config
diff -r 36f4cd5fd76e -r 16f3e917f6e2 org.idempiere.hazelcast.service/META-INF/MANIFEST.MF
--- a/org.idempiere.hazelcast.service/META-INF/MANIFEST.MF
+++ b/org.idempiere.hazelcast.service/META-INF/MANIFEST.MF
@@ -32,3 +32,4 @@
Service-Component: OSGI-INF/clusterservice.xml, OSGI-INF/cacheservice.xml, OSGI-INF/messageservice.xml
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.osgi
+Automatic-Module-Name: org.idempiere.hazelcast.service
diff -r 36f4cd5fd76e -r 16f3e917f6e2 org.idempiere.ui.zk.selenium/META-INF/MANIFEST.MF
--- a/org.idempiere.ui.zk.selenium/META-INF/MANIFEST.MF
+++ b/org.idempiere.ui.zk.selenium/META-INF/MANIFEST.MF
@@ -342,3 +342,4 @@
org.w3c.dom.xpath
Service-Component: OSGI-INF/fitfixturefactory.xml
Bundle-ClassPath: .
+Automatic-Module-Name: org.idempiere.ui.zk.selenium
diff -r 36f4cd5fd76e -r 16f3e917f6e2 org.idempiere.webservices/META-INF/MANIFEST.MF
--- a/org.idempiere.webservices/META-INF/MANIFEST.MF
+++ b/org.idempiere.webservices/META-INF/MANIFEST.MF
@@ -218,3 +218,4 @@
org.springframework.web.util
Web-ContextPath: ADInterface
Bundle-ActivationPolicy: lazy
+Automatic-Module-Name: org.idempiere.webservices
diff -r 36f4cd5fd76e -r 16f3e917f6e2 org.idempiere.zk.extra/META-INF/MANIFEST.MF
--- a/org.idempiere.zk.extra/META-INF/MANIFEST.MF
+++ b/org.idempiere.zk.extra/META-INF/MANIFEST.MF
@@ -197,3 +197,4 @@
javax.servlet.descriptor;version="3.1.0",
javax.servlet.http;version="3.1.0",
org.slf4j;version="1.7.2"
+Automatic-Module-Name: org.idempiere.zk.extra
diff -r 36f4cd5fd76e -r 16f3e917f6e2 org.slf4j.jdk14/META-INF/MANIFEST.MF
--- a/org.slf4j.jdk14/META-INF/MANIFEST.MF
+++ b/org.slf4j.jdk14/META-INF/MANIFEST.MF
@@ -9,3 +9,4 @@
Import-Package: org.slf4j;version=1.7.2,
org.slf4j.spi;version=1.7.2,org.slf4j.helpers;version=1.7.2
Bundle-ClassPath: lib/slf4j-jdk14.jar
+Automatic-Module-Name: org.slf4j.jdk14
https://bitbucket.org/idempiere/idempiere/commits/31d1af7121cd/
Changeset: 31d1af7121cd
Branch: experimental
User:
hie...@hasuvimex.vn
Date: 2018-09-11 14:46:41+00:00
Summary: IDEMPIERE-3531: update eclipse repository to latest photon
https://projects.eclipse.org/projects/rt.equinox/releases/4.8.0-photon/plan
(REMOVED) Plugins Compatibility Fragment - Provides support for old style Eclipse 2.0 plugins
Affected #: 4 files
diff -r 16f3e917f6e2 -r 31d1af7121cd org.adempiere.target.platform-feature/feature.xml
--- a/org.adempiere.target.platform-feature/feature.xml
+++ b/org.adempiere.target.platform-feature/feature.xml
@@ -41,10 +41,6 @@
version="0.0.0"/><includes
- id="org.eclipse.osgi.compatibility.plugins.feature"
- version="0.0.0"/>
-
- <includes
id="org.eclipse.ecf.core.feature"
version="0.0.0"/>
diff -r 16f3e917f6e2 -r 31d1af7121cd org.idempiere.eclipse.platform-feature/feature.xml
--- a/org.idempiere.eclipse.platform-feature/feature.xml
+++ b/org.idempiere.eclipse.platform-feature/feature.xml
@@ -53,10 +53,6 @@
id="org.eclipse.ecf.filetransfer.ssl.feature"
version="0.0.0"/>
- <includes
- id="org.eclipse.osgi.compatibility.plugins.feature"
- version="0.0.0"/>
-
<plugin
id="org.eclipse.core.runtime"
download-size="0"
diff -r 16f3e917f6e2 -r 31d1af7121cd org.idempiere.p2.targetplatform/org.idempiere.p2.targetplatform.target
--- a/org.idempiere.p2.targetplatform/org.idempiere.p2.targetplatform.target
+++ b/org.idempiere.p2.targetplatform/org.idempiere.p2.targetplatform.target
@@ -47,804 +47,12 @@
<unit id="org.restlet.ext.xstream.feature.group" version="2.3.2.v20150501-1520"/><unit id="org.restlet.feature.group" version="2.3.2.v20150501-1520"/><repository location="
http://p2.restlet.com/2.3"/>
-</location>
-<location includeAllPlatforms="true" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
-<unit id="org.eclipse.core.runtime.feature.feature.group" version="1.2.2.v20180210-1608"/>
-<unit id="org.eclipse.cvs.feature.group" version="1.4.403.v20180301-0715"/>
-<unit id="org.eclipse.cvs.source.feature.group" version="1.4.403.v20180301-0715"/>
-<unit id="org.eclipse.e4.core.tools.feature.feature.group" version="4.7.0.v20170515-1617"/>
-<unit id="org.eclipse.e4.core.tools.feature.source.feature.group" version="4.7.0.v20170515-1617"/>
-<unit id="org.eclipse.e4.rcp.feature.group" version="1.6.3.v20180214-0345"/>
-<unit id="org.eclipse.e4.rcp.source.feature.group" version="1.6.3.v20180214-0345"/>
-<unit id="org.eclipse.ecf.core.feature.feature.group" version="1.4.0.v20170516-2248"/>
-<unit id="org.eclipse.ecf.core.feature.source.feature.group" version="1.4.0.v20170516-2248"/>
-<unit id="org.eclipse.ecf.core.ssl.feature.feature.group" version="1.1.0.v20170110-1317"/>
-<unit id="org.eclipse.ecf.core.ssl.feature.source.feature.group" version="1.1.0.v20170110-1317"/>
-<unit id="org.eclipse.ecf.filetransfer.feature.feature.group" version="3.13.7.v20170516-2248"/>
-<unit id="org.eclipse.ecf.filetransfer.feature.source.feature.group" version="3.13.7.v20170516-2248"/>
-<unit id="org.eclipse.ecf.filetransfer.httpclient4.feature.feature.group" version="3.13.7.v20170516-2248"/>
-<unit id="org.eclipse.ecf.filetransfer.httpclient4.feature.source.feature.group" version="3.13.7.v20170516-2248"/>
-<unit id="org.eclipse.ecf.filetransfer.httpclient4.ssl.feature.feature.group" version="1.1.0.v20170110-1317"/>
-<unit id="org.eclipse.ecf.filetransfer.httpclient4.ssl.feature.source.feature.group" version="1.1.0.v20170110-1317"/>
-<unit id="org.eclipse.ecf.filetransfer.ssl.feature.feature.group" version="1.1.0.v20170110-1317"/>
-<unit id="org.eclipse.ecf.filetransfer.ssl.feature.source.feature.group" version="1.1.0.v20170110-1317"/>
-<unit id="org.eclipse.emf.common.feature.group" version="2.13.0.v20170609-0707"/>
-<unit id="org.eclipse.emf.common.source.feature.group" version="2.13.0.v20170609-0707"/>
-<unit id="org.eclipse.emf.ecore.feature.group" version="2.13.0.v20170609-0707"/>
-<unit id="org.eclipse.emf.ecore.source.feature.group" version="2.13.0.v20170609-0707"/>
-<unit id="org.eclipse.equinox.compendium.sdk.feature.group" version="3.13.1.v20170811-1407"/>
-<unit id="org.eclipse.equinox.core.feature.feature.group" version="1.4.2.v20180210-1608"/>
-<unit id="org.eclipse.equinox.core.sdk.feature.group" version="3.13.2.v20180210-1608"/>
-<unit id="org.eclipse.equinox.executable" version="3.7.2.v20171108-1834"/>
-<unit id="org.eclipse.equinox.executable.feature.group" version="3.7.2.v20171108-1834"/>
-<unit id="org.eclipse.equinox.p2.core.feature.feature.group" version="1.4.1.v20170928-1405"/>
-<unit id="org.eclipse.equinox.p2.core.feature.source.feature.group" version="1.4.1.v20170928-1405"/>
-<unit id="org.eclipse.equinox.p2.discovery.feature.feature.group" version="1.1.1.v20170906-1259"/>
-<unit id="org.eclipse.equinox.p2.extras.feature.feature.group" version="1.3.1.v20170928-1405"/>
-<unit id="org.eclipse.equinox.p2.extras.feature.source.feature.group" version="1.3.1.v20170928-1405"/>
-<unit id="org.eclipse.equinox.p2.rcp.feature.feature.group" version="1.3.2.v20171108-1343"/>
-<unit id="org.eclipse.equinox.p2.rcp.feature.source.feature.group" version="1.3.2.v20171108-1343"/>
-<unit id="org.eclipse.equinox.p2.sdk.feature.group" version="3.10.3.v20180207-1239"/>
-<unit id="org.eclipse.equinox.p2.user.ui.feature.group" version="2.3.2.v20171108-1343"/>
-<unit id="org.eclipse.equinox.p2.user.ui.source.feature.group" version="2.3.2.v20171108-1343"/>
-<unit id="org.eclipse.equinox.sdk.feature.group" version="3.13.3.v20180301-1149"/>
-<unit id="org.eclipse.equinox.server.core.feature.group" version="1.5.3.v20180210-1608"/>
-<unit id="org.eclipse.equinox.server.jetty.feature.group" version="1.4.3.v20180301-1149"/>
-<unit id="org.eclipse.equinox.server.p2.feature.group" version="1.3.1.v20170928-1405"/>
-<unit id="org.eclipse.equinox.serverside.sdk.feature.group" version="3.13.3.v20180301-1149"/>
-<unit id="org.eclipse.help.feature.group" version="2.2.103.v20180301-0715"/>
-<unit id="org.eclipse.help.source.feature.group" version="2.2.103.v20180301-0715"/>
-<unit id="org.eclipse.jdt.feature.group" version="3.13.3.v20180301-0715"/>
-<unit id="org.eclipse.jdt.source.feature.group" version="3.13.3.v20180301-0715"/>
-<unit id="org.eclipse.osgi.compatibility.plugins.feature.feature.group" version="1.1.1.v20170811-1325"/>
-<unit id="org.eclipse.pde.api.tools.ee.feature.feature.group" version="1.0.200.v20170515-0910"/>
-<unit id="org.eclipse.pde.feature.group" version="3.13.3.v20180301-1154"/>
-<unit id="org.eclipse.pde.source.feature.group" version="3.13.3.v20180301-1154"/>
-<unit id="org.eclipse.platform.feature.group" version="4.7.3.v20180301-0715"/>
-<unit id="org.eclipse.platform.ide" version="4.7.3.M20180301-0715"/>
-<unit id="org.eclipse.platform.sdk" version="4.7.3.M20180301-0715"/>
-<unit id="org.eclipse.platform.source.feature.group" version="4.7.3.v20180301-0715"/>
-<unit id="org.eclipse.rcp.configuration.feature.group" version="1.1.3.v20180301-0715"/>
-<unit id="org.eclipse.rcp.feature.group" version="4.7.3.v20180301-0715"/>
-<unit id="
org.eclipse.rcp.id" version="4.7.3.M20180301-0715"/>
-<unit id="
org.eclipse.rcp.sdk.id" version="4.7.3.M20180301-0715"/>
-<unit id="org.eclipse.rcp.source.feature.group" version="4.7.3.v20180301-0715"/>
-<unit id="org.eclipse.releng.tools.feature.group" version="3.9.100.v20170516-0717"/>
-<unit id="org.eclipse.sdk.examples.feature.group" version="3.6.3.v20180301-0715"/>
-<unit id="org.eclipse.sdk.examples.source.feature.group" version="3.6.3.v20180301-0715"/>
-<unit id="org.eclipse.sdk.feature.group" version="4.7.3.v20180301-1154"/>
-<unit id="org.eclipse.sdk.ide" version="4.7.3.M20180301-0715"/>
-<unit id="org.eclipse.sdk.tests.feature.group" version="4.7.3.v20180301-0715"/>
-<unit id="org.eclipse.swt.tools.feature.feature.group" version="3.106.0.v20170503-0851"/>
-<unit id="org.eclipse.test.feature.group" version="3.7.200.v20170511-1043"/>
-<repository location="
http://download.eclipse.org/eclipse/updates/4.7"/>
-</location><location includeAllPlatforms="true" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit"><unit id="org.eclipse.jetty.bundles.f.feature.group" version="9.4.9.201803201811"/><unit id="org.eclipse.jetty.bundles.f.source.feature.group" version="9.4.9.201803201811"/><repository location="
http://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.9.v20180320"/></location><location includeAllPlatforms="true" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
-<unit id="ca.odell.glazedlists" version="1.9.0.v201303080712"/>
-<unit id="ca.odell.glazedlists.source" version="1.9.0.v201303080712"/>
-<unit id="cdi.api" version="1.0.0.v201105160744"/>
-<unit id="cdi.api.source" version="1.0.0.v201105160744"/>
-<unit id="ch.ethz.iks.slp" version="1.0.0.RC5_v20080820-1500"/>
-<unit id="ch.ethz.iks.slp.source" version="1.0.0.RC2_v20080604-1500"/>
-<unit id="ch.qos.logback.classic" version="1.0.7.v20121108-1250"/>
-<unit id="ch.qos.logback.classic" version="1.1.2.v20160208-0839"/>
-<unit id="ch.qos.logback.classic.source" version="1.0.7.v20121108-1250"/>
-<unit id="ch.qos.logback.classic.source" version="1.1.2.v20160208-0839"/>
-<unit id="ch.qos.logback.core" version="1.0.7.v20121108-1250"/>
-<unit id="ch.qos.logback.core" version="1.1.2.v20160208-0839"/>
-<unit id="ch.qos.logback.core.source" version="1.0.7.v20121108-1250"/>
-<unit id="ch.qos.logback.core.source" version="1.1.2.v20160208-0839"/>
-<unit id="ch.qos.logback.slf4j" version="1.0.7.v201505121915"/>
-<unit id="ch.qos.logback.slf4j" version="1.1.2.v20160301-0943"/>
-<unit id="ch.qos.logback.slf4j.source" version="1.0.7.v201505121915"/>
-<unit id="ch.qos.logback.slf4j.source" version="1.1.2.v20160301-0943"/>
-<unit id="com.cronutils" version="5.0.5.v20170406-1653"/>
-<unit id="com.cronutils.source" version="5.0.5.v20170406-1653"/>
-<unit id="com.fasterxml.jackson.core.jackson-annotations" version="2.6.2.v20161117-2150"/>
-<unit id="com.fasterxml.jackson.core.jackson-annotations.source" version="2.6.2.v20161117-2150"/>
-<unit id="com.fasterxml.jackson.core.jackson-core" version="2.6.2.v20161117-2150"/>
-<unit id="com.fasterxml.jackson.core.jackson-core.source" version="2.6.2.v20161117-2150"/>
-<unit id="com.fasterxml.jackson.core.jackson-databind" version="2.6.2.v20161117-2150"/>
-<unit id="com.fasterxml.jackson.core.jackson-databind.source" version="2.6.2.v20161117-2150"/>
-<unit id="com.fasterxml.jackson.datatype.jackson-datatype-guava" version="2.6.2.v20161117-2150"/>
-<unit id="com.fasterxml.jackson.datatype.jackson-datatype-guava.source" version="2.6.2.v20161117-2150"/>
-<unit id="com.fasterxml.jackson.jaxrs.jackson-jaxrs-base" version="2.6.2.v20161117-2150"/>
-<unit id="com.fasterxml.jackson.jaxrs.jackson-jaxrs-base.source" version="2.6.2.v20161117-2150"/>
-<unit id="com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider" version="2.6.2.v20161117-2150"/>
-<unit id="com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider.source" version="2.6.2.v20161117-2150"/>
-<unit id="com.github.jnr.constants" version="0.9.1.v20161107-2054"/>
-<unit id="com.github.jnr.constants.source" version="0.9.1.v20161107-2054"/>
-<unit id="com.github.jnr.enxio" version="0.12.0.v20161107-2054"/>
-<unit id="com.github.jnr.enxio.source" version="0.12.0.v20161107-2054"/>
-<unit id="com.github.jnr.ffi" version="2.0.9.v20161107-2054"/>
-<unit id="com.github.jnr.ffi.source" version="2.0.9.v20161107-2054"/>
-<unit id="com.github.jnr.jffi" version="1.2.11.v20170413-2020"/>
-<unit id="com.github.jnr.jffi.native" version="1.2.11.v20170413-2020"/>
-<unit id="com.github.jnr.jffi.native.source" version="1.2.11.v20170413-2020"/>
-<unit id="com.github.jnr.jffi.source" version="1.2.11.v20170413-2020"/>
-<unit id="com.github.jnr.posix" version="3.0.29.v20161107-2054"/>
-<unit id="com.github.jnr.posix.source" version="3.0.29.v20161107-2054"/>
-<unit id="com.github.jnr.unixsocket" version="0.12.0.v20161107-2054"/>
-<unit id="com.github.jnr.unixsocket.source" version="0.12.0.v20161107-2054"/>
-<unit id="com.google.gerrit.common" version="2.1.5.v201112241444"/>
-<unit id="com.google.gerrit.common.source" version="2.1.5.v201112241444"/>
-<unit id="com.google.gerrit.prettify" version="2.1.5.v201112241444"/>
-<unit id="com.google.gerrit.prettify.source" version="2.1.5.v201112241444"/>
-<unit id="com.google.gerrit.reviewdb" version="2.1.5.v201112241444"/>
-<unit id="com.google.gerrit.reviewdb.source" version="2.1.5.v201112241444"/>
-<unit id="com.google.gson" version="2.2.4.v201311231704"/>
-<unit id="com.google.gson" version="2.7.0.v20170129-0911"/>
-<unit id="com.google.gson.source" version="2.2.4.v201311231704"/>
-<unit id="com.google.gson.source" version="2.7.0.v20170129-0911"/>
-<unit id="com.google.guava" version="15.0.0.v201403281430"/>
-<unit id="com.google.guava" version="21.0.0.v20170206-1425"/>
-<unit id="com.google.guava.source" version="15.0.0.v201403281430"/>
-<unit id="com.google.guava.source" version="21.0.0.v20170206-1425"/>
-<unit id="com.google.gwt.servlet" version="2.1.0.v201111291940"/>
-<unit id="com.google.gwt.servlet.source" version="2.1.0.v201111291940"/>
-<unit id="com.google.gwt.user" version="2.1.0.v201505121915"/>
-<unit id="com.google.gwt.user.source" version="2.1.0.v201505121915"/>
-<unit id="com.google.gwtjsonrpc" version="1.2.5.v201112241444"/>
-<unit id="com.google.gwtjsonrpc.source" version="1.2.5.v201112241444"/>
-<unit id="com.google.gwtorm" version="1.1.4.v201112241444"/>
-<unit id="com.google.gwtorm.source" version="1.1.4.v201112241444"/>
-<unit id="com.google.inject" version="3.0.0.v201605172100"/>
-<unit id="com.google.inject.assistedinject" version="3.0.0.v201402270930"/>
-<unit id="com.google.inject.assistedinject.source" version="3.0.0.v201402270930"/>
-<unit id="com.google.inject.multibindings" version="3.0.0.v201605172100"/>
-<unit id="com.google.inject.multibindings.source" version="3.0.0.v201605172100"/>
-<unit id="com.google.inject.source" version="3.0.0.v201605172100"/>
-<unit id="com.google.javascript" version="0.0.20160315.v20161124-1903"/>
-<unit id="com.google.javascript.source" version="0.0.20160315.v20161124-1903"/>
-<unit id="com.google.protobuf" version="2.4.0.v201105131100"/>
-<unit id="com.google.protobuf.source" version="2.4.0.v201105131100"/>
-<unit id="com.ibm.icu" version="56.1.0.v201601250100"/>
-<unit id="com.ibm.icu" version="58.2.0.v20170418-1837"/>
-<unit id="com.ibm.icu.base" version="56.1.0.v201601250100"/>
-<unit id="com.ibm.icu.base" version="58.2.0.v20170418-1837"/>
-<unit id="com.ibm.icu.base.source" version="56.1.0.v201601250100"/>
-<unit id="com.ibm.icu.base.source" version="58.2.0.v20170418-1837"/>
-<unit id="com.ibm.icu.source" version="56.1.0.v201601250100"/>
-<unit id="com.ibm.icu.source" version="58.2.0.v20170418-1837"/>
-<unit id="com.jcraft.jsch" version="0.1.54.v20170116-1932"/>
-<unit id="com.jcraft.jsch.source" version="0.1.54.v20170116-1932"/>
-<unit id="com.jcraft.jzlib" version="1.1.1.v201205102305"/>
-<unit id="com.jcraft.jzlib.source" version="1.1.1.v201205102305"/>
-<unit id="com.kenai.jffi" version="1.2.7.v201505052040"/>
-<unit id="com.lowagie.text" version="2.1.7.v201004222200"/>
-<unit id="com.lowagie.text.source" version="2.1.7.v201004222200"/>
-<unit id="com.novell.ldap" version="2.3.30.v201112011400"/>
-<unit id="com.spotify.docker.client" version="6.1.1.v20170301-1624"/>
-<unit id="com.spotify.docker.client.source" version="6.1.1.v20170301-1624"/>
-<unit id="com.sun.el" version="2.2.0.v201303151357"/>
-<unit id="com.sun.el.source" version="2.2.0.v201303151357"/>
-<unit id="com.sun.grid.drmaa" version="1.0.0.v20170818-1553"/>
-<unit id="com.sun.jersey" version="1.17.0.v201503170330"/>
-<unit id="com.sun.jersey.source" version="1.17.0.v201503170330"/>
-<unit id="com.sun.jna" version="4.1.0.v20170410-1117"/>
-<unit id="com.sun.jna.platform" version="4.1.0.v20170410-1117"/>
-<unit id="com.sun.jna.platform.source" version="4.1.0.v20170410-1117"/>
-<unit id="com.sun.jna.source" version="4.1.0.v20170410-1117"/>
-<unit id="com.sun.syndication" version="0.9.0.v200803061811"/>
-<unit id="com.sun.syndication.source" version="0.9.0.v200803061811"/>
-<unit id="com.sun.xml.bind" version="2.2.0.v201505121915"/>
-<unit id="com.sun.xml.bind.source" version="2.2.0.v201505121915"/>
-<unit id="com.thoughtworks.qdox" version="1.6.3.v20081201-1400"/>
-<unit id="com.thoughtworks.qdox.source" version="1.6.3.v20081201-1400"/>
-<unit id="com.thoughtworks.xstream" version="1.3.1.v201111240924"/>
-<unit id="com.thoughtworks.xstream.source" version="1.3.1.v201111240924"/>
-<unit id="commonj.sdo" version="2.1.1.v201112051852"/>
-<unit id="commonj.sdo.source" version="2.1.1.v201112051852"/>
-<unit id="de.tuberlin.eecs.agg" version="2.1.0.v201512080800"/>
-<unit id="edu.emory.mathcs.backport" version="3.1.0.v201505121915"/>
-<unit id="edu.emory.mathcs.backport.source" version="3.1.0.v201505121915"/>
-<unit id="java_cup.runtime" version="0.10.0.v201005080400"/>
-<unit id="java_cup.runtime.source" version="0.10.0.v201005080400"/>
-<unit id="javaewah" version="0.7.9.v201605172130"/>
-<unit id="javaewah" version="1.1.6.v20160919-1400"/>
-<unit id="javaewah.source" version="0.7.9.v201605172130"/>
-<unit id="javaewah.source" version="1.1.6.v20160919-1400"/>
-<unit id="javassist" version="3.13.0.GA_v201209210905"/>
-<unit id="javassist.source" version="3.13.0.GA_v201209210905"/>
-<unit id="javax.activation" version="1.1.0.v201211130549"/>
-<unit id="javax.activation.source" version="1.1.0.v201211130549"/>
-<unit id="javax.annotation" version="1.2.0.v201602091430"/>
-<unit id="javax.annotation.source" version="1.2.0.v201602091430"/>
-<unit id="javax.ejb" version="3.1.1.v201204261316"/>
-<unit id="javax.ejb.source" version="3.1.1.v201204261316"/>
-<unit id="javax.el" version="2.2.0.v201303151357"/>
-<unit id="javax.el.source" version="2.2.0.v201303151357"/>
-<unit id="javax.inject" version="1.0.0.v20091030"/>
-<unit id="javax.inject.source" version="1.0.0.v20091030"/>
-<unit id="javax.jms" version="1.1.0.v201205091237"/>
-<unit id="javax.jms.source" version="1.1.0.v201205091237"/>
-<unit id="javax.jws" version="2.0.0.v201005080400"/>
-<unit id="javax.jws.source" version="2.0.0.v201005080400"/>
-<unit id="javax.mail" version="1.4.0.v201005080615"/>
-<unit id="javax.mail.glassfish" version="1.4.1.v201108011116"/>
-<unit id="javax.mail.glassfish.source" version="1.4.1.v201108011116"/>
-<unit id="javax.management" version="1.2.0.v20100427-1100"/>
-<unit id="javax.management.remote" version="1.0.0.v20100427-1100"/>
-<unit id="javax.measure.unit-api" version="1.0.0.v20170818-1538"/>
-<unit id="javax.measure.unit-api.source" version="1.0.0.v20170818-1538"/>
-<unit id="javax.persistence" version="1.0.0.v200905011740"/>
-<unit id="javax.persistence.source" version="1.0.0.v200905011740"/>
-<unit id="javax.resource" version="1.6.0.v201204270900"/>
-<unit id="javax.resource.source" version="1.6.0.v201204270900"/>
-<unit id="javax.security.auth.message" version="1.0.0.v201108011116"/>
-<unit id="javax.security.auth.message.source" version="1.0.0.v201108011116"/>
-<unit id="javax.security.jacc" version="1.4.0.v201205031350"/>
-<unit id="javax.security.jacc.source" version="1.4.0.v201205031350"/>
-<unit id="javax.servlet" version="3.1.0.v201410161800"/>
-<unit id="javax.servlet.jsp" version="2.2.0.v201112011158"/>
-<unit id="javax.servlet.jsp.jstl" version="1.2.0.v201105211821"/>
-<unit id="javax.servlet.jsp.jstl.impl" version="1.2.0.v201210211230"/>
-<unit id="javax.servlet.jsp.jstl.impl.source" version="1.2.0.v201210211230"/>
-<unit id="javax.servlet.jsp.jstl.source" version="1.2.0.v201105211821"/>
-<unit id="javax.servlet.jsp.source" version="2.2.0.v201112011158"/>
-<unit id="javax.servlet.source" version="3.1.0.v201410161800"/>
-<unit id="javax.transaction" version="1.1.1.v201105210645"/>
-<unit id="javax.transaction.source" version="1.1.1.v201105210645"/>
-<unit id="javax.validation" version="1.0.0.GA_v201205091237"/>
-<unit id="javax.validation.source" version="1.0.0.GA_v201205091237"/>
-<unit id="javax.websocket" version="1.0.0.v20140310-1603"/>
-<unit id="javax.websocket.source" version="1.0.0.v20140310-1603"/>
-<unit id="
javax.ws.rs" version="2.0.1.v201504171603"/>
-<unit id="javax.wsdl" version="1.6.2.v201012040545"/>
-<unit id="javax.wsdl.source" version="1.6.2.v201012040545"/>
-<unit id="javax.xml" version="1.3.4.v201005080400"/>
-<unit id="javax.xml.bind" version="2.2.0.v201105210648"/>
-<unit id="javax.xml.bind.source" version="2.2.0.v201105210648"/>
-<unit id="javax.xml.rpc" version="1.1.0.v201209140446"/>
-<unit id="javax.xml.soap" version="1.3.0.v201105210645"/>
-<unit id="javax.xml.stream" version="1.0.1.v201004272200"/>
-<unit id="
javax.xml.ws" version="2.1.0.v200902101523"/>
-<unit id="jnr.x86asm" version="1.0.2.v201505052040"/>
-<unit id="lpg.runtime.java" version="2.0.17.v201004271640"/>
-<unit id="lpg.runtime.java.source" version="2.0.17.v201004271640"/>
-<unit id="me.prettyprint.hector" version="0.7.0.0022_v20110412-1025"/>
-<unit id="me.prettyprint.hector.source" version="0.7.0.0022_v20110412-1025"/>
-<unit id="net.miginfocom.layout" version="3.7.1.v200911230030"/>
-<unit id="net.miginfocom.layout.source" version="3.7.1.v200911230030"/>
-<unit id="net.miginfocom.layout.swing" version="3.7.1.v200911230030"/>
-<unit id="net.miginfocom.layout.swing.source" version="3.7.1.v200911230030"/>
-<unit id="net.miginfocom.layout.swt" version="3.7.1.v201505121915"/>
-<unit id="net.miginfocom.layout.swt.source" version="3.7.1.v201505121915"/>
-<unit id="net.sourceforge.lpg.lpgjavaruntime" version="1.1.0.v201004271650"/>
-<unit id="net.sourceforge.lpg.lpgjavaruntime.source" version="1.1.0.v201004271650"/>
-<unit id="net.sourceforge.mx4j" version="3.0.1.v20100427-1100"/>
-<unit id="net.sourceforge.mx4j.remote" version="3.0.1.v20100427-1100"/>
-<unit id="net.sourceforge.nattable.core" version="2.1.0.v201102231538"/>
-<unit id="net.sourceforge.nattable.core.source" version="2.1.0.v201102070845"/>
-<unit id="org.antlr.runtime" version="4.3.0.v201502022030"/>
-<unit id="org.antlr.runtime" version="4.5.1.v20160210-1233"/>
-<unit id="org.antlr.runtime.source" version="4.3.0.v201502022030"/>
-<unit id="org.antlr.runtime.source" version="4.5.1.v20160210-1233"/>
-<unit id="org.aopalliance" version="1.0.0.v201105210816"/>
-<unit id="org.apache.ant" version="1.9.6.v201510161327"/>
-<unit id="org.apache.ant" version="1.10.1.v20170504-0840"/>
-<unit id="org.apache.ant.source" version="1.9.6.v201510161327"/>
-<unit id="org.apache.ant.source" version="1.10.1.v20170504-0840"/>
-<unit id="org.apache.axis" version="1.4.0.v201411182030"/>
-<unit id="org.apache.batik.bridge" version="1.7.0.v201011041433"/>
-<unit id="org.apache.batik.bridge.source" version="1.7.0.v201011041433"/>
-<unit id="org.apache.batik.css" version="1.7.0.v201011041433"/>
-<unit id="org.apache.batik.css" version="1.8.0.v20170214-1941"/>
-<unit id="org.apache.batik.css.source" version="1.7.0.v201011041433"/>
-<unit id="org.apache.batik.css.source" version="1.8.0.v20170214-1941"/>
-<unit id="org.apache.batik.dom" version="1.7.1.v201505191845"/>
-<unit id="org.apache.batik.dom.source" version="1.7.1.v201505191845"/>
-<unit id="org.apache.batik.dom.svg" version="1.7.0.v201011041433"/>
-<unit id="org.apache.batik.dom.svg.source" version="1.7.0.v201011041433"/>
-<unit id="org.apache.batik.ext.awt" version="1.7.0.v201011041433"/>
-<unit id="org.apache.batik.ext.awt.source" version="1.7.0.v201011041433"/>
-<unit id="org.apache.batik.extension" version="1.7.0.v201011041433"/>
-<unit id="org.apache.batik.extension.source" version="1.7.0.v201011041433"/>
-<unit id="org.apache.batik.parser" version="1.7.0.v201011041433"/>
-<unit id="org.apache.batik.parser.source" version="1.7.0.v201011041433"/>
-<unit id="org.apache.batik.pdf" version="1.6.0.v201105071520"/>
-<unit id="org.apache.batik.svggen" version="1.7.0.v201011041433"/>
-<unit id="org.apache.batik.svggen.source" version="1.7.0.v201011041433"/>
-<unit id="org.apache.batik.swing" version="1.7.0.v201302011158"/>
-<unit id="org.apache.batik.swing.source" version="1.7.0.v201302011158"/>
-<unit id="org.apache.batik.transcoder" version="1.7.0.v201011041433"/>
-<unit id="org.apache.batik.transcoder.source" version="1.7.0.v201011041433"/>
-<unit id="org.apache.batik.util" version="1.7.0.v201011041433"/>
-<unit id="org.apache.batik.util" version="1.8.0.v20170214-1941"/>
-<unit id="org.apache.batik.util.gui" version="1.7.0.v200903091627"/>
-<unit id="org.apache.batik.util.gui" version="1.8.0.v20170214-1941"/>
-<unit id="org.apache.batik.util.gui.source" version="1.7.0.v200903091627"/>
-<unit id="org.apache.batik.util.gui.source" version="1.8.0.v20170214-1941"/>
-<unit id="org.apache.batik.util.source" version="1.7.0.v201011041433"/>
-<unit id="org.apache.batik.util.source" version="1.8.0.v20170214-1941"/>
-<unit id="org.apache.batik.xml" version="1.7.0.v201011041433"/>
-<unit id="org.apache.batik.xml.source" version="1.7.0.v201011041433"/>
-<unit id="org.apache.bcel" version="5.2.0.v201005080400"/>
-<unit id="org.apache.bcel.source" version="5.2.0.v201005080400"/>
-<unit id="org.apache.bsf" version="2.4.0.v201103030230"/>
-<unit id="org.apache.bsf.source" version="2.4.0.v201103030230"/>
-<unit id="org.apache.bval" version="0.3.0.v201205161050"/>
-<unit id="org.apache.bval.source" version="0.3.0.v201205161050"/>
-<unit id="org.apache.cassandra" version="0.7.0.v201503170330"/>
-<unit id="org.apache.cassandra.source" version="0.7.0.v201503170330"/>
-<unit id="org.apache.catalina" version="7.0.56.v201503170330"/>
-<unit id="org.apache.catalina.ha" version="7.0.56.v201412180755"/>
-<unit id="org.apache.catalina.ha.source" version="7.0.56.v201412180755"/>
-<unit id="org.apache.catalina.source" version="7.0.56.v201503170330"/>
-<unit id="org.apache.catalina.tribes" version="7.0.56.v201412180755"/>
-<unit id="org.apache.catalina.tribes.source" version="7.0.56.v201412180755"/>
-<unit id="org.apache.commons.beanutils" version="1.8.0.v201205091237"/>
-<unit id="org.apache.commons.beanutils.source" version="1.8.0.v201205091237"/>
-<unit id="org.apache.commons.cli" version="1.2.0.v201404270220"/>
-<unit id="org.apache.commons.cli.source" version="1.2.0.v201404270220"/>
-<unit id="org.apache.commons.codec" version="1.6.0.v201305230611"/>
-<unit id="org.apache.commons.codec" version="1.9.0.v20170208-1614"/>
-<unit id="org.apache.commons.codec.source" version="1.6.0.v201305230611"/>
-<unit id="org.apache.commons.codec.source" version="1.9.0.v20170208-1614"/>
-<unit id="org.apache.commons.collections" version="3.2.2.v201511171945"/>
-<unit id="org.apache.commons.collections.source" version="3.2.2.v201511171945"/>
-<unit id="org.apache.commons.compress" version="1.6.0.v201310281400"/>
-<unit id="org.apache.commons.compress.source" version="1.6.0.v201310281400"/>
-<unit id="org.apache.commons.daemon" version="1.0.5.v20121125-0905"/>
-<unit id="org.apache.commons.daemon.source" version="1.0.5.v20121125-0905"/>
-<unit id="org.apache.commons.dbcp" version="1.4.0.v201204271417"/>
-<unit id="org.apache.commons.dbcp.source" version="1.4.0.v201204271417"/>
-<unit id="org.apache.commons.discovery" version="0.2.0.v201004190315"/>
-<unit id="org.apache.commons.exec" version="1.1.0.v201301240602"/>
-<unit id="org.apache.commons.exec.source" version="1.1.0.v201301240602"/>
-<unit id="org.apache.commons.fileupload" version="1.2.2.v20111214-1400"/>
-<unit id="org.apache.commons.fileupload" version="1.3.2.v20170320-2229"/>
-<unit id="org.apache.commons.fileupload.source" version="1.2.2.v20111214-1400"/>
-<unit id="org.apache.commons.fileupload.source" version="1.3.2.v20170320-2229"/>
-<unit id="org.apache.commons.httpclient" version="3.1.0.v201012070820"/>
-<unit id="org.apache.commons.httpclient.source" version="3.1.0.v201012070820"/>
-<unit id="
org.apache.commons.io" version="2.2.0.v201405211200"/>
-<unit id="org.apache.commons.io.source" version="2.2.0.v201405211200"/>
-<unit id="org.apache.commons.jxpath" version="1.3.0.v200911051830"/>
-<unit id="org.apache.commons.jxpath.source" version="1.3.0.v200911051830"/>
-<unit id="org.apache.commons.lang" version="2.6.0.v201404270220"/>
-<unit id="org.apache.commons.lang.source" version="2.6.0.v201404270220"/>
-<unit id="org.apache.commons.lang3" version="3.1.0.v201403281430"/>
-<unit id="org.apache.commons.lang3.source" version="3.1.0.v201403281430"/>
-<unit id="org.apache.commons.logging" version="1.1.1.v201101211721"/>
-<unit id="org.apache.commons.logging.source" version="1.1.1.v201101211721"/>
-<unit id="org.apache.commons.math" version="2.1.0.v201105210652"/>
-<unit id="org.apache.commons.math.source" version="2.1.0.v201105210652"/>
-<unit id="org.apache.commons.math3" version="3.5.0.v20160301-1110"/>
-<unit id="org.apache.commons.math3.source" version="3.5.0.v20160301-1110"/>
-<unit id="
org.apache.commons.net" version="3.2.0.v201305141515"/>
-<unit id="org.apache.commons.net.source" version="3.2.0.v201305141515"/>
-<unit id="org.apache.commons.pool" version="1.6.0.v201204271246"/>
-<unit id="org.apache.commons.pool.source" version="1.6.0.v201204271246"/>
-<unit id="org.apache.coyote" version="7.0.56.v201412180755"/>
-<unit id="org.apache.coyote.source" version="7.0.56.v201412180755"/>
-<unit id="org.apache.derby" version="10.11.1.1_v201605202053"/>
-<unit id="org.apache.derby.source" version="10.11.1.1_v201605202053"/>
-<unit id="org.apache.el" version="7.0.56.v201412180755"/>
-<unit id="org.apache.el.source" version="7.0.56.v201412180755"/>
-<unit id="org.apache.felix.gogo.command" version="0.10.0.v201209301215"/>
-<unit id="org.apache.felix.gogo.command.source" version="0.10.0.v201209301215"/>
-<unit id="org.apache.felix.gogo.runtime" version="0.10.0.v201209301036"/>
-<unit id="org.apache.felix.gogo.runtime.source" version="0.10.0.v201209301036"/>
-<unit id="org.apache.felix.gogo.shell" version="0.10.0.v201212101605"/>
-<unit id="org.apache.felix.gogo.shell.source" version="0.10.0.v201212101605"/>
-<unit id="org.apache.felix.scr" version="2.0.10.v20170501-2007"/>
-<unit id="org.apache.felix.scr.source" version="2.0.10.v20170501-2007"/>
-<unit id="org.apache.geronimo.components.connector" version="3.1.1.v201205170953"/>
-<unit id="org.apache.geronimo.components.connector.source" version="3.1.1.v201205170953"/>
-<unit id="org.apache.geronimo.components.transaction" version="3.1.1.v201205170710"/>
-<unit id="org.apache.geronimo.components.transaction.source" version="3.1.1.v201205170710"/>
-<unit id="org.apache.geronimo.specs.j2ee.management" version="1.0.0.v201205091237"/>
-<unit id="org.apache.geronimo.specs.j2ee.management.source" version="1.0.0.v201205091237"/>
-<unit id="org.apache.geronimo.specs.osgi.locator" version="1.1.0.v201205170953"/>
-<unit id="org.apache.geronimo.specs.osgi.locator.source" version="1.1.0.v201205170953"/>
-<unit id="org.apache.geronimo.specs.osgi.registry" version="1.1.0.v201205170710"/>
-<unit id="org.apache.geronimo.specs.osgi.registry.source" version="1.1.0.v201205170710"/>
-<unit id="org.apache.hadoop.zookeeper" version="3.4.5.v20121214-1350"/>
-<unit id="org.apache.hadoop.zookeeper.source" version="3.4.5.v20121214-1350"/>
-<unit id="org.apache.httpcomponents.httpclient" version="4.3.6.v201511171540"/>
-<unit id="org.apache.httpcomponents.httpclient" version="4.5.2.v20170210-0925"/>
-<unit id="org.apache.httpcomponents.httpclient.source" version="4.3.6.v201511171540"/>
-<unit id="org.apache.httpcomponents.httpclient.source" version="4.5.2.v20170210-0925"/>
-<unit id="org.apache.httpcomponents.httpclient.win" version="4.5.2.v20170410-1149"/>
-<unit id="org.apache.httpcomponents.httpclient.win.source" version="4.5.2.v20170410-1149"/>
-<unit id="org.apache.httpcomponents.httpcore" version="4.3.3.v201411290715"/>
-<unit id="org.apache.httpcomponents.httpcore" version="4.4.6.v20170210-0925"/>
-<unit id="org.apache.httpcomponents.httpcore.nio" version="4.1.0.v201101201700"/>
-<unit id="org.apache.httpcomponents.httpcore.nio.source" version="4.1.0.v201101201700"/>
-<unit id="org.apache.httpcomponents.httpcore.source" version="4.3.3.v201411290715"/>
-<unit id="org.apache.httpcomponents.httpcore.source" version="4.4.6.v20170210-0925"/>
-<unit id="org.apache.jasper" version="7.0.56.v201412180755"/>
-<unit id="org.apache.jasper.glassfish" version="2.2.2.v201501141630"/>
-<unit id="org.apache.jasper.glassfish.source" version="2.2.2.v201501141630"/>
-<unit id="org.apache.jasper.source" version="7.0.56.v201412180755"/>
-<unit id="org.apache.jclouds.api.cloudwatch" version="1.8.0.v20160301-1110"/>
-<unit id="org.apache.jclouds.api.cloudwatch.source" version="1.8.0.v20160301-1110"/>
-<unit id="org.apache.jclouds.api.ec2" version="1.8.0.v20160301-1110"/>
-<unit id="org.apache.jclouds.api.ec2.source" version="1.8.0.v20160301-1110"/>
-<unit id="org.apache.jclouds.api.openstack-cinder" version="1.8.0.v20160301-1110"/>
-<unit id="org.apache.jclouds.api.openstack-cinder.source" version="1.8.0.v20160301-1110"/>
-<unit id="org.apache.jclouds.api.openstack-keystone" version="1.8.0.v20160301-1110"/>
-<unit id="org.apache.jclouds.api.openstack-keystone.source" version="1.8.0.v20160301-1110"/>
-<unit id="org.apache.jclouds.api.openstack-nova" version="1.8.0.v20160301-1110"/>
-<unit id="org.apache.jclouds.api.openstack-nova.source" version="1.8.0.v20160301-1110"/>
-<unit id="org.apache.jclouds.api.sts" version="1.8.0.v20160301-1110"/>
-<unit id="org.apache.jclouds.api.sts.source" version="1.8.0.v20160301-1110"/>
-<unit id="org.apache.jclouds.common.openstack-common" version="1.8.0.v20160301-1110"/>
-<unit id="org.apache.jclouds.common.openstack-common.source" version="1.8.0.v20160301-1110"/>
-<unit id="org.apache.jclouds.driver.jclouds-slf4j" version="1.8.0.v20160301-1110"/>
-<unit id="org.apache.jclouds.driver.jclouds-slf4j.source" version="1.8.0.v20160301-1110"/>
-<unit id="org.apache.jclouds.jclouds-blobstore" version="1.8.0.v20160301-1110"/>
-<unit id="org.apache.jclouds.jclouds-blobstore.source" version="1.8.0.v20160301-1110"/>
-<unit id="org.apache.jclouds.jclouds-compute" version="1.8.0.v20160301-1110"/>
-<unit id="org.apache.jclouds.jclouds-compute.source" version="1.8.0.v20160301-1110"/>
-<unit id="org.apache.jclouds.jclouds-core" version="1.8.0.v20160301-1110"/>
-<unit id="org.apache.jclouds.jclouds-core.source" version="1.8.0.v20160301-1110"/>
-<unit id="org.apache.jclouds.jclouds-scriptbuilder" version="1.8.0.v20160301-1110"/>
-<unit id="org.apache.jclouds.jclouds-scriptbuilder.source" version="1.8.0.v20160301-1110"/>
-<unit id="org.apache.jclouds.labs.docker" version="1.8.0.v20160301-1110"/>
-<unit id="org.apache.jclouds.labs.docker.source" version="1.8.0.v20160301-1110"/>
-<unit id="org.apache.jclouds.labs.openstack-neutron" version="1.8.0.v20160301-1110"/>
-<unit id="org.apache.jclouds.labs.openstack-neutron.source" version="1.8.0.v20160301-1110"/>
-<unit id="org.apache.juli.extras" version="7.0.56.v201412180755"/>
-<unit id="org.apache.juli.extras.source" version="7.0.56.v201412180755"/>
-<unit id="org.apache.log4j" version="1.2.15.v201012070815"/>
-<unit id="org.apache.log4j.source" version="1.2.15.v201012070815"/>
-<unit id="org.apache.lucene" version="3.5.0.v20120725-1805"/>
-<unit id="org.apache.lucene.analysis" version="3.5.0.v20120725-1805"/>
-<unit id="org.apache.lucene.analysis.source" version="3.5.0.v20120725-1805"/>
-<unit id="org.apache.lucene.analyzers-common" version="6.1.0.v20161115-1612"/>
-<unit id="org.apache.lucene.analyzers-common.source" version="6.1.0.v20161115-1612"/>
-<unit id="org.apache.lucene.analyzers-smartcn" version="6.1.0.v20161115-1612"/>
-<unit id="org.apache.lucene.analyzers-smartcn.source" version="6.1.0.v20161115-1612"/>
-<unit id="org.apache.lucene.core" version="3.5.0.v20120725-1805"/>
-<unit id="org.apache.lucene.core" version="6.1.0.v20170814-1820"/>
-<unit id="org.apache.lucene.core.source" version="3.5.0.v20120725-1805"/>
-<unit id="org.apache.lucene.core.source" version="6.1.0.v20170814-1820"/>
-<unit id="org.apache.lucene.grouping" version="3.5.0.v20120725-1805"/>
-<unit id="org.apache.lucene.grouping.source" version="3.5.0.v20120725-1805"/>
-<unit id="org.apache.lucene.highlighter" version="3.5.0.v20121015-1317"/>
-<unit id="org.apache.lucene.highlighter.source" version="3.5.0.v20121015-1317"/>
-<unit id="org.apache.lucene.memory" version="3.5.0.v20120725-1805"/>
-<unit id="org.apache.lucene.memory.source" version="3.5.0.v20120725-1805"/>
-<unit id="org.apache.lucene.misc" version="3.5.0.v20120725-1805"/>
-<unit id="org.apache.lucene.misc" version="6.1.0.v20180206-1518"/>
-<unit id="org.apache.lucene.misc.source" version="3.5.0.v20120725-1805"/>
-<unit id="org.apache.lucene.misc.source" version="6.1.0.v20180206-1518"/>
-<unit id="org.apache.lucene.queries" version="3.5.0.v20120725-1805"/>
-<unit id="org.apache.lucene.queries" version="5.2.1.v20160926-1534"/>
-<unit id="org.apache.lucene.queries.source" version="3.5.0.v20120725-1805"/>
-<unit id="org.apache.lucene.queries.source" version="5.2.1.v20160926-1534"/>
-<unit id="org.apache.lucene.queryparser" version="6.1.0.v20161115-1612"/>
-<unit id="org.apache.lucene.queryparser.source" version="6.1.0.v20161115-1612"/>
-<unit id="org.apache.lucene.source" version="3.5.0.v20120725-1805"/>
-<unit id="org.apache.lucene.spatial" version="3.5.0.v20120725-1805"/>
-<unit id="org.apache.lucene.spatial.source" version="3.5.0.v20120725-1805"/>
-<unit id="org.apache.lucene.spellchecker" version="3.5.0.v20120725-1805"/>
-<unit id="org.apache.lucene.spellchecker.source" version="3.5.0.v20120725-1805"/>
-<unit id="org.apache.maven.resolver.api" version="1.0.3.v20170405-0725"/>
-<unit id="org.apache.maven.resolver.api.source" version="1.0.3.v20170405-0725"/>
-<unit id="org.apache.maven.resolver.connector.basic" version="1.0.3.v20170405-0725"/>
-<unit id="org.apache.maven.resolver.connector.basic.source" version="1.0.3.v20170405-0725"/>
-<unit id="org.apache.maven.resolver.impl" version="1.0.3.v20170405-0725"/>
-<unit id="org.apache.maven.resolver.impl.source" version="1.0.3.v20170405-0725"/>
-<unit id="org.apache.maven.resolver.spi" version="1.0.3.v20170405-0725"/>
-<unit id="org.apache.maven.resolver.spi.source" version="1.0.3.v20170405-0725"/>
-<unit id="org.apache.maven.resolver.transport.file" version="1.0.3.v20170405-0725"/>
-<unit id="org.apache.maven.resolver.transport.file.source" version="1.0.3.v20170405-0725"/>
-<unit id="org.apache.maven.resolver.transport.http" version="1.0.3.v20170405-0725"/>
-<unit id="org.apache.maven.resolver.transport.http.source" version="1.0.3.v20170405-0725"/>
-<unit id="org.apache.maven.resolver.util" version="1.0.3.v20170405-0725"/>
-<unit id="org.apache.maven.resolver.util.source" version="1.0.3.v20170405-0725"/>
-<unit id="org.apache.mina.core" version="2.0.7.v201401071602"/>
-<unit id="org.apache.mina.core.source" version="2.0.7.v201401071602"/>
-<unit id="org.apache.mina.filter.compression" version="2.0.7.v201401141305"/>
-<unit id="org.apache.mina.filter.compression.source" version="2.0.7.v201401141305"/>
-<unit id="org.apache.neethi" version="2.0.4.1"/>
-<unit id="org.apache.olingo" version="2.0.3.v201605172220"/>
-<unit id="org.apache.onami.configuration" version="6.3.0.v20160301-1110"/>
-<unit id="org.apache.onami.configuration.source" version="6.3.0.v20160301-1110"/>
-<unit id="org.apache.openejb.api" version="4.0.0.beta-2_v201205041047"/>
-<unit id="org.apache.openejb.api.source" version="4.0.0.beta-2_v201205041047"/>
-<unit id="org.apache.openejb.javaagent" version="4.0.0.beta-2_v201205041047"/>
-<unit id="org.apache.openejb.javaagent.source" version="4.0.0.beta-2_v201205041047"/>
-<unit id="org.apache.openejb.jee" version="4.0.0.beta-2_v201205041336"/>
-<unit id="org.apache.openejb.jee.source" version="4.0.0.beta-2_v201205041336"/>
-<unit id="org.apache.openejb.loader" version="4.0.0.beta-2_v201304191030"/>
-<unit id="org.apache.openejb.loader.source" version="4.0.0.beta-2_v201304191030"/>
-<unit id="
org.apache.openwebbeans.ee" version="1.1.7.v201304200545"/>
-<unit id="org.apache.openwebbeans.ee.common" version="1.1.7.v201304201405"/>
-<unit id="org.apache.openwebbeans.ee.common.source" version="1.1.7.v201304201405"/>
-<unit id="org.apache.openwebbeans.ee.source" version="1.1.7.v201304200545"/>
-<unit id="org.apache.openwebbeans.ejb" version="1.1.7.v201304200545"/>
-<unit id="org.apache.openwebbeans.ejb.source" version="1.1.7.v201304200545"/>
-<unit id="org.apache.openwebbeans.impl" version="1.1.7.v201304201405"/>
-<unit id="org.apache.openwebbeans.impl.source" version="1.1.7.v201304201405"/>
-<unit id="org.apache.openwebbeans.jsf" version="1.1.7.v201304201405"/>
-<unit id="org.apache.openwebbeans.jsf.source" version="1.1.7.v201304201405"/>
-<unit id="org.apache.openwebbeans.spi" version="1.1.7.v201505121400"/>
-<unit id="org.apache.openwebbeans.spi.source" version="1.1.7.v201505121400"/>
-<unit id="org.apache.openwebbeans.tomcat7" version="1.1.7.v201304201405"/>
-<unit id="org.apache.openwebbeans.tomcat7.source" version="1.1.7.v201304201405"/>
-<unit id="org.apache.openwebbeans.web" version="1.1.7.v201304201405"/>
-<unit id="org.apache.openwebbeans.web.source" version="1.1.7.v201304201405"/>
-<unit id="org.apache.oro" version="2.0.8.v201005080400"/>
-<unit id="org.apache.oro.source" version="2.0.8.v201005080400"/>
-<unit id="org.apache.poi" version="3.9.0.v201405241750"/>
-<unit id="org.apache.poi.ooxml" version="3.9.0.v201405241905"/>
-<unit id="org.apache.poi.ooxml.schemas" version="3.9.0.v201405241750"/>
-<unit id="org.apache.poi.ooxml.schemas.source" version="3.9.0.v201405241750"/>
-<unit id="org.apache.poi.ooxml.source" version="3.9.0.v201405241905"/>
-<unit id="org.apache.poi.source" version="3.9.0.v201405241750"/>
-<unit id="org.apache.solr.client.solrj" version="3.5.0.v20150506-0844"/>
-<unit id="org.apache.solr.client.solrj.source" version="3.5.0.v20150506-0844"/>
-<unit id="org.apache.solr.core" version="3.5.0.v20150506-0844"/>
-<unit id="org.apache.solr.core.source" version="3.5.0.v20150506-0844"/>
-<unit id="org.apache.sshd.core" version="0.7.0.v201303101611"/>
-<unit id="org.apache.sshd.core.source" version="0.7.0.v201303101611"/>
-<unit id="org.apache.taglibs.standard.glassfish" version="1.2.0.v201112081803"/>
-<unit id="org.apache.taglibs.standard.glassfish.source" version="1.2.0.v201112081803"/>
-<unit id="org.apache.thrift" version="0.5.0.v20110412-1025"/>
-<unit id="org.apache.thrift.source" version="0.5.0.v20110412-1025"/>
-<unit id="org.apache.tika.core" version="1.3.0.v201505121915"/>
-<unit id="org.apache.tika.core.source" version="1.3.0.v201505121915"/>
-<unit id="org.apache.tika.parsers" version="1.3.0.v201605180015"/>
-<unit id="org.apache.tika.parsers.source" version="1.3.0.v201605180015"/>
-<unit id="org.apache.tomcat.api" version="7.0.56.v201412180755"/>
-<unit id="org.apache.tomcat.api.source" version="7.0.56.v201412180755"/>
-<unit id="org.apache.tomcat.util" version="7.0.56.v201412180755"/>
-<unit id="org.apache.tomcat.util.source" version="7.0.56.v201412180755"/>
-<unit id="org.apache.velocity" version="1.5.0.v200905192330"/>
-<unit id="org.apache.ws.commons.schema" version="1.4.2.v201003051240"/>
-<unit id="org.apache.ws.commons.util" version="1.0.1.v20100518-1140"/>
-<unit id="org.apache.ws.commons.util" version="1.0.2.v20160817-1930"/>
-<unit id="org.apache.ws.commons.util.source" version="1.0.2.v20160817-1930"/>
-<unit id="org.apache.ws.jaxme" version="0.5.1.v20100427-1100"/>
-<unit id="org.apache.wsil4j" version="1.0.0.v200901211807"/>
-<unit id="org.apache.xalan" version="2.7.1.v201005080400"/>
-<unit id="org.apache.xbean.asm" version="3.12.0.v201304200545"/>
-<unit id="org.apache.xbean.bundleutils" version="3.12.0.v201304200545"/>
-<unit id="org.apache.xbean.bundleutils.source" version="3.12.0.v201304200545"/>
-<unit id="org.apache.xbean.finder" version="3.12.0.v201304201405"/>
-<unit id="org.apache.xbean.finder.source" version="3.12.0.v201304201405"/>
-<unit id="org.apache.xbean.naming" version="3.12.0.v201304201405"/>
-<unit id="org.apache.xbean.naming.source" version="3.12.0.v201304201405"/>
-<unit id="org.apache.xbean.reflect" version="3.12.0.v201304201405"/>
-<unit id="org.apache.xbean.reflect.source" version="3.12.0.v201304201405"/>
-<unit id="org.apache.xerces" version="2.9.0.v201101211617"/>
-<unit id="org.apache.xml.resolver" version="1.2.0.v201005080400"/>
-<unit id="org.apache.xml.security" version="1.4.2.v201005080400"/>
-<unit id="org.apache.xml.serializer" version="2.7.1.v201005080400"/>
-<unit id="org.apache.xmlbeans" version="2.3.0.v201605172150"/>
-<unit id="org.apache.xmlbeans.source" version="2.3.0.v201605172150"/>
-<unit id="org.apache.xmlgraphics" version="1.4.0.v201301251218"/>
-<unit id="org.apache.xmlrpc" version="3.0.0.v20100427-1100"/>
-<unit id="org.apache.xmlrpc.client" version="3.1.3.v20160817-1930"/>
-<unit id="org.apache.xmlrpc.client.source" version="3.1.3.v20160817-1930"/>
-<unit id="org.apache.xmlrpc.common" version="3.1.3.v20160817-1930"/>
-<unit id="org.apache.xmlrpc.common.source" version="3.1.3.v20160817-1930"/>
-<unit id="org.apache.xmlrpc.server" version="3.1.3.v20160817-1930"/>
-<unit id="org.apache.xmlrpc.server.source" version="3.1.3.v20160817-1930"/>
-<unit id="org.apiguardian" version="1.0.0.v20170910-2246"/>
-<unit id="org.apiguardian.source" version="1.0.0.v20170910-2246"/>
-<unit id="org.assertj" version="1.7.1.v20170413-2026"/>
-<unit id="org.assertj.source" version="1.7.1.v20170413-2026"/>
-<unit id="org.bouncycastle.bcpg" version="1.52.0.v20161004-1854"/>
-<unit id="org.bouncycastle.bcpg.source" version="1.52.0.v20161004-1854"/>
-<unit id="org.bouncycastle.bcpkix" version="1.52.0.v20161004-1854"/>
-<unit id="org.bouncycastle.bcpkix.source" version="1.52.0.v20161004-1854"/>
-<unit id="org.bouncycastle.bcprov" version="1.52.0.v20161004-1854"/>
-<unit id="org.bouncycastle.bcprov.source" version="1.52.0.v20161004-1854"/>
-<unit id="org.ccil.cowan.tagsoup" version="1.2.0.v201202211000"/>
-<unit id="org.cliffc.high_scale_lib" version="1.1.2.v20110412-1025"/>
-<unit id="org.cliffc.high_scale_lib.source" version="1.1.2.v20110412-1025"/>
-<unit id="org.codehaus.jackson.core" version="1.6.0.v20101005-0925"/>
-<unit id="org.codehaus.jackson.core.source" version="1.6.0.v20101005-0925"/>
-<unit id="org.codehaus.jackson.jaxrs" version="1.6.0.v20101005-1100"/>
-<unit id="org.codehaus.jackson.jaxrs.source" version="1.6.0.v20101005-1100"/>
-<unit id="org.codehaus.jackson.mapper" version="1.6.0.v20101005-0925"/>
-<unit id="org.codehaus.jackson.mapper.source" version="1.6.0.v20101005-0925"/>
-<unit id="org.codehaus.jackson.smile" version="1.6.0.v20101005-0925"/>
-<unit id="org.codehaus.jackson.smile.source" version="1.6.0.v20101005-0925"/>
-<unit id="org.codehaus.jackson.xc" version="1.6.0.v20101005-0925"/>
-<unit id="org.codehaus.jackson.xc.source" version="1.6.0.v20101005-0925"/>
-<unit id="org.custommonkey.xmlunit" version="1.3.0.v201605172130"/>
-<unit id="org.custommonkey.xmlunit.source" version="1.3.0.v201605172130"/>
-<unit id="org.cyberneko.html" version="1.9.14.v201105210654"/>
-<unit id="org.dom4j" version="1.6.1.v201312101416"/>
-<unit id="org.dom4j.source" version="1.6.1.v201312101416"/>
-<unit id="org.easymock" version="2.4.0.v20090202-0900"/>
-<unit id="org.easymock.source" version="2.4.0.v20090202-0900"/>
-<unit id="org.eclipse.orbit.mongodb" version="2.10.1.v20130422-1135"/>
-<unit id="org.eclipse.orbit.mongodb" version="3.2.2.v20170222-2110"/>
-<unit id="org.eclipse.orbit.mongodb.source" version="2.10.1.v20130422-1135"/>
-<unit id="org.eclipse.orbit.mongodb.source" version="3.2.2.v20170222-2110"/>
-<unit id="org.eclipse.osgi" version="3.12.100.v20180210-1608"/>
-<unit id="org.eclipse.osgi.services" version="3.6.0.v20170228-1906"/>
-<unit id="org.eclipse.osgi.util" version="3.4.0.v20170111-1608"/>
-<unit id="org.freemarker" version="2.3.22.v20160210-1233"/>
-<unit id="org.freemarker.source" version="2.3.22.v20160210-1233"/>
-<unit id="org.ggf.drmaa" version="1.0.0.v20170818-1553"/>
-<unit id="org.glassfish.com.sun.faces" version="2.1.18.v201304210537"/>
-<unit id="org.glassfish.com.sun.faces.source" version="2.1.18.v201304210537"/>
-<unit id="org.glassfish.hk2.api" version="2.5.0.v20161103-0227"/>
-<unit id="org.glassfish.hk2.api.source" version="2.5.0.v20161103-0227"/>
-<unit id="org.glassfish.hk2.locator" version="2.5.0.v20161103-0227"/>
-<unit id="org.glassfish.hk2.locator.source" version="2.5.0.v20161103-0227"/>
-<unit id="org.glassfish.hk2.osgi-resource-locator" version="2.5.0.v20161103-1916"/>
-<unit id="org.glassfish.hk2.osgi-resource-locator.source" version="2.5.0.v20161103-1916"/>
-<unit id="org.glassfish.hk2.utils" version="2.5.0.v20160210-1508"/>
-<unit id="org.glassfish.hk2.utils.source" version="2.5.0.v20160210-1508"/>
-<unit id="org.glassfish.javax.faces" version="2.1.18.v201304200545"/>
-<unit id="org.glassfish.javax.faces.source" version="2.1.18.v201304200545"/>
-<unit id="org.glassfish.jersey.apache.connector" version="2.22.1.v20161103-1916"/>
-<unit id="org.glassfish.jersey.apache.connector.source" version="2.22.1.v20161103-1916"/>
-<unit id="org.glassfish.jersey.bundles.repackaged.jersey-guava" version="2.22.1.v20161103-1916"/>
-<unit id="org.glassfish.jersey.bundles.repackaged.jersey-guava.source" version="2.22.1.v20161103-1916"/>
-<unit id="org.glassfish.jersey.containers.servlet" version="2.22.1.v20161103-0227"/>
-<unit id="org.glassfish.jersey.containers.servlet.core" version="2.22.1.v20161103-0227"/>
-<unit id="org.glassfish.jersey.containers.servlet.core.source" version="2.22.1.v20161103-0227"/>
-<unit id="org.glassfish.jersey.containers.servlet.source" version="2.22.1.v20161103-0227"/>
-<unit id="org.glassfish.jersey.core.jersey-client" version="2.22.1.v20161103-1916"/>
-<unit id="org.glassfish.jersey.core.jersey-client.source" version="2.22.1.v20161103-1916"/>
-<unit id="org.glassfish.jersey.core.jersey-common" version="2.22.1.v20161103-1916"/>
-<unit id="org.glassfish.jersey.core.jersey-common.source" version="2.22.1.v20161103-1916"/>
-<unit id="org.glassfish.jersey.core.jersey-server" version="2.22.1.v20161103-1916"/>
-<unit id="org.glassfish.jersey.core.jersey-server.source" version="2.22.1.v20161103-1916"/>
-<unit id="org.glassfish.jersey.ext.entityfiltering" version="2.22.1.v20161103-0227"/>
-<unit id="org.glassfish.jersey.ext.entityfiltering.source" version="2.22.1.v20161103-0227"/>
-<unit id="org.glassfish.jersey.media.jersey-media-json-jackson" version="2.22.1.v20161117-2005"/>
-<unit id="org.glassfish.jersey.media.jersey-media-json-jackson.source" version="2.22.1.v20161117-2005"/>
-<unit id="org.h2" version="1.3.168.v201212121212"/>
-<unit id="org.h2.source" version="1.3.168.v201212121212"/>
-<unit id="org.hamcrest" version="1.1.0.v20090501071000"/>
-<unit id="org.hamcrest.core" version="1.3.0.v201303031735"/>
-<unit id="org.hamcrest.core.source" version="1.3.0.v201303031735"/>
-<unit id="org.hamcrest.generator" version="1.3.0.v201305210900"/>
-<unit id="org.hamcrest.generator.source" version="1.3.0.v201305210900"/>
-<unit id="org.hamcrest.integration" version="1.3.0.v201305210900"/>
-<unit id="org.hamcrest.integration.source" version="1.3.0.v201305210900"/>
-<unit id="org.hamcrest.library" version="1.3.0.v201505072020"/>
-<unit id="org.hamcrest.library.source" version="1.3.0.v201505072020"/>
-<unit id="org.hamcrest.text" version="1.1.0.v20090501071000"/>
-<unit id="org.hamcrest.text.source" version="1.1.0.v20090501071000"/>
-<unit id="org.jacoco.agent" version="0.8.1.v20180329-2024"/>
-<unit id="org.jacoco.agent.source" version="0.8.1.v20180329-2024"/>
-<unit id="org.jacoco.core" version="0.8.1.v20180329-2024"/>
-<unit id="org.jacoco.core.source" version="0.8.1.v20180329-2024"/>
-<unit id="org.jacoco.report" version="0.8.1.v20180329-2024"/>
-<unit id="org.jacoco.report.source" version="0.8.1.v20180329-2024"/>
-<unit id="org.jcodings" version="1.0.18.v20170306-1742"/>
-<unit id="org.jcodings.source" version="1.0.18.v20170306-1742"/>
-<unit id="org.jdom" version="1.1.1.v201101151400"/>
-<unit id="org.jdom.source" version="1.1.1.v201101151400"/>
-<unit id="org.jmock" version="1.2.0.v201303080310"/>
-<unit id="org.joni" version="2.1.11.v20170306-1742"/>
-<unit id="org.joni.source" version="2.1.11.v20170306-1742"/>
-<unit id="org.json" version="1.0.0.v201011060100"/>
-<unit id="org.jsoup" version="1.7.2.v201411291515"/>
-<unit id="org.jsoup.source" version="1.7.2.v201411291515"/>
-<unit id="org.junit" version="4.12.0.v201504281640"/>
-<unit id="org.junit.jupiter.api" version="5.0.0.v20170910-2246"/>
-<unit id="org.junit.jupiter.api.source" version="5.0.0.v20170910-2246"/>
-<unit id="org.junit.jupiter.engine" version="5.0.0.v20170910-2246"/>
-<unit id="org.junit.jupiter.engine.source" version="5.0.0.v20170910-2246"/>
-<unit id="org.junit.jupiter.migrationsupport" version="5.0.0.v20170910-2246"/>
-<unit id="org.junit.jupiter.migrationsupport.source" version="5.0.0.v20170910-2246"/>
-<unit id="org.junit.jupiter.params" version="5.0.0.v20170910-2246"/>
-<unit id="org.junit.jupiter.params.source" version="5.0.0.v20170910-2246"/>
-<unit id="org.junit.platform.commons" version="1.0.0.v20170910-2246"/>
-<unit id="org.junit.platform.commons.source" version="1.0.0.v20170910-2246"/>
-<unit id="org.junit.platform.engine" version="1.0.0.v20170910-2246"/>
-<unit id="org.junit.platform.engine.source" version="1.0.0.v20170910-2246"/>
-<unit id="org.junit.platform.launcher" version="1.0.0.v20170910-2246"/>
-<unit id="org.junit.platform.launcher.source" version="1.0.0.v20170910-2246"/>
-<unit id="org.junit.platform.runner" version="1.0.0.v20170910-2246"/>
-<unit id="org.junit.platform.runner.source" version="1.0.0.v20170910-2246"/>
-<unit id="org.junit.platform.suite.api" version="1.0.0.v20170910-2246"/>
-<unit id="org.junit.platform.suite.api.source" version="1.0.0.v20170910-2246"/>
-<unit id="org.junit.source" version="4.12.0.v201504281640"/>
-<unit id="org.junit.vintage.engine" version="4.12.0.v20170910-2246"/>
-<unit id="org.junit.vintage.engine.source" version="4.12.0.v20170910-2246"/>
-<unit id="org.kohsuke.args4j" version="2.0.21.v201301150030"/>
-<unit id="org.kohsuke.args4j" version="2.33.0.v20160323-2218"/>
-<unit id="org.kohsuke.args4j.source" version="2.0.21.v201301150030"/>
-<unit id="org.kohsuke.args4j.source" version="2.33.0.v20160323-2218"/>
-<unit id="org.mockito" version="1.9.5.v201605172210"/>
-<unit id="org.mockito.source" version="1.9.5.v201605172210"/>
-<unit id="org.mozilla.javascript" version="1.7.5.v201504281450"/>
-<unit id="org.mozilla.javascript.source" version="1.7.5.v201504281450"/>
-<unit id="org.objectweb.asm" version="6.0.0.v20180116-1719"/>
-<unit id="org.objectweb.asm.analysis" version="6.0.0.v20180116-1719"/>
-<unit id="org.objectweb.asm.analysis.source" version="6.0.0.v20180116-1719"/>
-<unit id="org.objectweb.asm.commons" version="6.0.0.v20180116-1719"/>
-<unit id="org.objectweb.asm.commons.source" version="6.0.0.v20180116-1719"/>
-<unit id="org.objectweb.asm.source" version="6.0.0.v20180116-1719"/>
-<unit id="org.objectweb.asm.tree" version="6.0.0.v20180116-1719"/>
-<unit id="org.objectweb.asm.tree.source" version="6.0.0.v20180116-1719"/>
-<unit id="org.objectweb.asm.util" version="6.0.0.v20180116-1719"/>
-<unit id="org.objectweb.asm.util.source" version="6.0.0.v20180116-1719"/>
-<unit id="org.objectweb.asm.xml" version="6.0.0.v20180116-1719"/>
-<unit id="org.objectweb.asm.xml.source" version="6.0.0.v20180116-1719"/>
-<unit id="org.objenesis" version="1.0.0.v201505121915"/>
-<unit id="org.objenesis.source" version="1.0.0.v201505121915"/>
-<unit id="org.openid4java" version="0.9.5.v201105210655"/>
-<unit id="org.opensaml" version="1.1.0.v201105210827"/>
-<unit id="org.opentest4j" version="1.0.0.v20170910-2246"/>
-<unit id="org.opentest4j.source" version="1.0.0.v20170910-2246"/>
-<unit id="org.ow2.jotm.jotm-core" version="2.1.9.v201204271116"/>
-<unit id="org.ow2.jotm.jotm-core.source" version="2.1.9.v201204271116"/>
-<unit id="org.prefuse" version="0.1.0.v20100514-1000"/>
-<unit id="org.prefuse.source" version="0.1.0.v20100514-1000"/>
-<unit id="org.pushingpixels.trident" version="1.2.0.v201305152020"/>
-<unit id="org.pushingpixels.trident.source" version="1.2.0.v201305152020"/>
-<unit id="org.quartz" version="1.8.3.v20110329-1420"/>
-<unit id="org.quartz.source" version="1.8.3.v20110329-1420"/>
-<unit id="org.restlet" version="2.0.5.v201605172130"/>
-<unit id="org.restlet.ext.servlet" version="2.0.5.v201605172130"/>
-<unit id="org.restlet.ext.servlet.source" version="2.0.5.v201605172130"/>
-<unit id="org.restlet.source" version="2.0.5.v201605172130"/>
-<unit id="org.sat4j.core" version="2.3.5.v201308161310"/>
-<unit id="org.sat4j.pb" version="2.3.5.v201404071733"/>
-<unit id="org.slf4j.api" version="1.7.2.v20121108-1250"/>
-<unit id="org.slf4j.api" version="1.7.10.v20170428-1633"/>
-<unit id="org.slf4j.api.source" version="1.7.2.v20121108-1250"/>
-<unit id="org.slf4j.api.source" version="1.7.10.v20170428-1633"/>
-<unit id="org.slf4j.apis.jcl" version="1.7.10.v20160208-0839"/>
-<unit id="org.slf4j.apis.jcl.source" version="1.7.10.v20160208-0839"/>
-<unit id="org.slf4j.apis.log4j" version="1.7.10.v20160208-0839"/>
-<unit id="org.slf4j.apis.log4j.source" version="1.7.10.v20160208-0839"/>
-<unit id="org.slf4j.binding.nop" version="1.7.10.v20160301-1109"/>
-<unit id="org.slf4j.binding.nop.source" version="1.7.10.v20160301-1109"/>
-<unit id="org.slf4j.binding.simple" version="1.7.10.v20160301-1109"/>
-<unit id="org.slf4j.binding.simple.source" version="1.7.10.v20160301-1109"/>
-<unit id="org.slf4j.bridge.jul" version="1.7.10.v20160208-0839"/>
-<unit id="org.slf4j.bridge.jul.source" version="1.7.10.v20160208-0839"/>
-<unit id="org.slf4j.ext" version="1.7.2.v20121108-1250"/>
-<unit id="org.slf4j.ext" version="1.7.10.v20170224-1220"/>
-<unit id="org.slf4j.ext.source" version="1.7.2.v20121108-1250"/>
-<unit id="org.slf4j.ext.source" version="1.7.10.v20170224-1220"/>
-<unit id="org.slf4j.impl.log4j12" version="1.7.2.v20131105-2200"/>
-<unit id="org.slf4j.impl.log4j12.source" version="1.7.2.v20131105-2200"/>
-<unit id="org.slf4j.jcl" version="1.7.2.v20130115-1340"/>
-<unit id="org.slf4j.jcl.source" version="1.7.2.v20130115-1340"/>
-<unit id="org.slf4j.jul" version="1.7.2.v20121108-1250"/>
-<unit id="org.slf4j.jul.source" version="1.7.2.v20121108-1250"/>
-<unit id="org.slf4j.log4j" version="1.7.2.v20130115-1340"/>
-<unit id="org.slf4j.log4j.source" version="1.7.2.v20130115-1340"/>
-<unit id="org.slf4j.nop" version="1.7.2.v201212060727"/>
-<unit id="org.slf4j.nop.source" version="1.7.2.v201212060727"/>
-<unit id="org.swtchart" version="0.10.0.v201605200358"/>
-<unit id="org.swtchart.source" version="0.10.0.v201605200358"/>
-<unit id="org.tukaani.xz" version="1.3.0.v201308270617"/>
-<unit id="org.tukaani.xz" version="1.5.0.v20170111-1717"/>
-<unit id="org.tukaani.xz.source" version="1.3.0.v201308270617"/>
-<unit id="org.tukaani.xz.source" version="1.5.0.v20170111-1717"/>
-<unit id="org.uddi4j" version="2.0.5.v200805270300"/>
-<unit id="org.w3c.css.sac" version="1.3.1.v200903091627"/>
-<unit id="org.w3c.css.sac.source" version="1.3.1.v200903091627"/>
-<unit id="org.w3c.dom.events" version="3.0.0.draft20060413_v201105210656"/>
-<unit id="org.w3c.dom.events.source" version="3.0.0.draft20060413_v201105210656"/>
-<unit id="org.w3c.dom.smil" version="1.0.1.v200903091627"/>
-<unit id="org.w3c.dom.smil.source" version="1.0.1.v200903091627"/>
-<unit id="org.w3c.dom.svg" version="1.1.0.v201011041433"/>
-<unit id="org.w3c.dom.svg.source" version="1.1.0.v201011041433"/>
-<unit id="org.xbill.dns" version="2.0.8.v201112050911"/>
-<unit id="org.xbill.dns.source" version="2.0.8.v201112050911"/>
-<unit id="org.xmlpull" version="1.1.3.4_v201201052148"/>
-<unit id="org.yaml.snakeyaml" version="1.14.0.v201604211500"/>
-<unit id="osgi.enterprise" version="4.2.0.v201108120515"/>
-<unit id="osgi.enterprise.source" version="4.2.0.v201108120515"/>
-<unit id="scannotation" version="1.0.2.v201205170710"/>
-<unit id="scannotation.source" version="1.0.2.v201205170710"/>
-<repository location="
http://download.eclipse.org/tools/orbit/downloads/drops/R20180330011457/repository"/>
-</location>
-<location includeAllPlatforms="true" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit"><unit id="bcmail" version="1.58.0"/><unit id="bcmail.source" version="1.58.0"/><unit id="bcpkix" version="1.58.0"/>
@@ -969,6 +177,750 @@
<repository location="
https://sourceforge.net/projects/idempiere/files/binary.file/jarfile/jp-p2/jp-6.3.1/"/><unit id="org.w3c.dom.svg.patch" version="1.1.0"/></location>
+ <location includeAllPlatforms="true" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
+ <unit id="org.eclipse.e4.core.tools.feature.source.feature.group" version="4.8.0.v20180512-1132"/>
+ <unit id="org.eclipse.pde.api.tools.ee.feature.feature.group" version="1.0.300.v20180221-1224"/>
+ <unit id="org.eclipse.releng.tools.feature.group" version="3.10.0.v20180512-1134"/>
+ <unit id="org.eclipse.swt.tools.feature.feature.group" version="3.107.0.v20180516-2110"/>
+ <unit id="org.eclipse.test.feature.group" version="3.7.300.v20180524-2246"/>
+ <unit id="org.eclipse.pde.feature.group" version="3.13.100.v20180611-0826"/>
+ <unit id="org.eclipse.pde.source.feature.group" version="3.13.100.v20180611-0826"/>
+ <unit id="org.eclipse.platform.ide" version="4.8.0.I20180611-0500"/>
+ <unit id="org.eclipse.sdk.ide" version="4.8.0.I20180611-0500"/>
+ <unit id="org.eclipse.equinox.sdk.feature.group" version="3.14.0.v20180518-2029"/>
+ <unit id="org.eclipse.ecf.core.feature.feature.group" version="1.5.0.v20180426-1936"/>
+ <unit id="org.eclipse.ecf.core.ssl.feature.feature.group" version="1.1.100.v20180301-0201"/>
+ <unit id="org.eclipse.ecf.filetransfer.feature.feature.group" version="3.14.0.v20180306-0429"/>
+ <unit id="org.eclipse.ecf.filetransfer.httpclient4.feature.feature.group" version="3.14.0.v20180301-0132"/>
+ <unit id="org.eclipse.ecf.filetransfer.httpclient4.ssl.feature.feature.group" version="1.1.100.v20180301-0132"/>
+ <unit id="org.eclipse.ecf.filetransfer.ssl.feature.feature.group" version="1.1.100.v20180301-0132"/>
+ <repository location="
http://download.eclipse.org/eclipse/updates/4.8"/>
+ </location>
+ <location includeAllPlatforms="true" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
+ <unit id="ca.odell.glazedlists" version="1.9.0.v201303080712"/>
+ <unit id="ca.odell.glazedlists.source" version="1.9.0.v201303080712"/>
+ <unit id="cdi.api" version="1.0.0.v201105160744"/>
+ <unit id="cdi.api.source" version="1.0.0.v201105160744"/>
+ <unit id="ch.ethz.iks.slp" version="1.0.0.RC5_v20080820-1500"/>
+ <unit id="ch.ethz.iks.slp.source" version="1.0.0.RC2_v20080604-1500"/>
+ <unit id="ch.qos.logback.classic" version="1.0.7.v20121108-1250"/>
+ <unit id="ch.qos.logback.classic" version="1.1.2.v20171220-1825"/>
+ <unit id="ch.qos.logback.classic.source" version="1.0.7.v20121108-1250"/>
+ <unit id="ch.qos.logback.classic.source" version="1.1.2.v20171220-1825"/>
+ <unit id="ch.qos.logback.core" version="1.0.7.v20121108-1250"/>
+ <unit id="ch.qos.logback.core" version="1.1.2.v20160208-0839"/>
+ <unit id="ch.qos.logback.core.source" version="1.0.7.v20121108-1250"/>
+ <unit id="ch.qos.logback.core.source" version="1.1.2.v20160208-0839"/>
+ <unit id="ch.qos.logback.slf4j" version="1.0.7.v201505121915"/>
+ <unit id="ch.qos.logback.slf4j" version="1.1.2.v20160301-0943"/>
+ <unit id="ch.qos.logback.slf4j.source" version="1.0.7.v201505121915"/>
+ <unit id="ch.qos.logback.slf4j.source" version="1.1.2.v20160301-0943"/>
+ <unit id="com.cronutils" version="5.0.5.v20170406-1653"/>
+ <unit id="com.cronutils.source" version="5.0.5.v20170406-1653"/>
+ <unit id="com.fasterxml.jackson.core.jackson-annotations" version="2.9.2.v20180207-1730"/>
+ <unit id="com.fasterxml.jackson.core.jackson-annotations.source" version="2.9.2.v20180207-1730"/>
+ <unit id="com.fasterxml.jackson.core.jackson-core" version="2.9.2.v20180207-1730"/>
+ <unit id="com.fasterxml.jackson.core.jackson-core.source" version="2.9.2.v20180207-1730"/>
+ <unit id="com.fasterxml.jackson.core.jackson-databind" version="2.9.2.v20180207-1730"/>
+ <unit id="com.fasterxml.jackson.core.jackson-databind.source" version="2.9.2.v20180207-1730"/>
+ <unit id="com.fasterxml.jackson.datatype.jackson-datatype-guava" version="2.9.2.v20180207-1730"/>
+ <unit id="com.fasterxml.jackson.datatype.jackson-datatype-guava.source" version="2.9.2.v20180207-1730"/>
+ <unit id="com.fasterxml.jackson.jaxrs.jackson-jaxrs-base" version="2.9.2.v20180207-1730"/>
+ <unit id="com.fasterxml.jackson.jaxrs.jackson-jaxrs-base.source" version="2.9.2.v20180207-1730"/>
+ <unit id="com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider" version="2.9.2.v20180207-1730"/>
+ <unit id="com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider.source" version="2.9.2.v20180207-1730"/>
+ <unit id="com.github.jnr.constants" version="0.9.8.v20180207-1730"/>
+ <unit id="com.github.jnr.constants.source" version="0.9.8.v20180207-1730"/>
+ <unit id="com.github.jnr.enxio" version="0.16.0.v20180207-1730"/>
+ <unit id="com.github.jnr.enxio.source" version="0.16.0.v20180207-1730"/>
+ <unit id="com.github.jnr.ffi" version="2.1.4.v20180207-1730"/>
+ <unit id="com.github.jnr.ffi.source" version="2.1.4.v20180207-1730"/>
+ <unit id="com.github.jnr.jffi" version="1.2.15.v20180207-1730"/>
+ <unit id="com.github.jnr.jffi.native" version="1.2.15.v20180207-1730"/>
+ <unit id="com.github.jnr.jffi.native.source" version="1.2.15.v20180207-1730"/>
+ <unit id="com.github.jnr.jffi.source" version="1.2.15.v20180207-1730"/>
+ <unit id="com.github.jnr.posix" version="3.0.35.v20180207-1730"/>
+ <unit id="com.github.jnr.posix.source" version="3.0.35.v20180207-1730"/>
+ <unit id="com.github.jnr.unixsocket" version="0.18.0.v20180207-1730"/>
+ <unit id="com.github.jnr.unixsocket.source" version="0.18.0.v20180207-1730"/>
+ <unit id="com.google.flogger" version="0.1.0.v20180506-0038"/>
+ <unit id="com.google.flogger.source" version="0.1.0.v20180506-0038"/>
+ <unit id="com.google.flogger.systembackend" version="0.1.0.v20180506-0038"/>
+ <unit id="com.google.flogger.systembackend.source" version="0.1.0.v20180506-0038"/>
+ <unit id="com.google.flogger.testing" version="0.1.0.v20180506-0038"/>
+ <unit id="com.google.flogger.testing.source" version="0.1.0.v20180506-0038"/>
+ <unit id="com.google.gerrit.common" version="2.1.5.v201112241444"/>
+ <unit id="com.google.gerrit.common.source" version="2.1.5.v201112241444"/>
+ <unit id="com.google.gerrit.prettify" version="2.1.5.v201112241444"/>
+ <unit id="com.google.gerrit.prettify.source" version="2.1.5.v201112241444"/>
+ <unit id="com.google.gerrit.reviewdb" version="2.1.5.v201112241444"/>
+ <unit id="com.google.gerrit.reviewdb.source" version="2.1.5.v201112241444"/>
+ <unit id="com.google.gson" version="2.2.4.v201311231704"/>
+ <unit id="com.google.gson" version="2.8.2.v20180104-1110"/>
+ <unit id="com.google.gson.source" version="2.2.4.v201311231704"/>
+ <unit id="com.google.gson.source" version="2.8.2.v20180104-1110"/>
+ <unit id="com.google.guava" version="15.0.0.v201403281430"/>
+ <unit id="com.google.guava" version="21.0.0.v20170206-1425"/>
+ <unit id="com.google.guava.source" version="15.0.0.v201403281430"/>
+ <unit id="com.google.guava.source" version="21.0.0.v20170206-1425"/>
+ <unit id="com.google.gwt.servlet" version="2.1.0.v201111291940"/>
+ <unit id="com.google.gwt.servlet.source" version="2.1.0.v201111291940"/>
+ <unit id="com.google.gwt.user" version="2.1.0.v201505121915"/>
+ <unit id="com.google.gwt.user.source" version="2.1.0.v201505121915"/>
+ <unit id="com.google.gwtjsonrpc" version="1.2.5.v201112241444"/>
+ <unit id="com.google.gwtjsonrpc.source" version="1.2.5.v201112241444"/>
+ <unit id="com.google.gwtorm" version="1.1.4.v201112241444"/>
+ <unit id="com.google.gwtorm.source" version="1.1.4.v201112241444"/>
+ <unit id="com.google.inject" version="3.0.0.v201605172100"/>
+ <unit id="com.google.inject.assistedinject" version="3.0.0.v201402270930"/>
+ <unit id="com.google.inject.assistedinject.source" version="3.0.0.v201402270930"/>
+ <unit id="com.google.inject.multibindings" version="3.0.0.v201605172100"/>
+ <unit id="com.google.inject.multibindings.source" version="3.0.0.v201605172100"/>
+ <unit id="com.google.inject.source" version="3.0.0.v201605172100"/>
+ <unit id="com.google.javascript" version="0.0.20160315.v20161124-1903"/>
+ <unit id="com.google.javascript.source" version="0.0.20160315.v20161124-1903"/>
+ <unit id="com.google.protobuf" version="2.4.0.v201105131100"/>
+ <unit id="com.google.protobuf.source" version="2.4.0.v201105131100"/>
+ <unit id="com.ibm.icu" version="56.1.0.v201601250100"/>
+ <unit id="com.ibm.icu" version="58.2.0.v20170418-1837"/>
+ <unit id="com.ibm.icu.base" version="56.1.0.v201601250100"/>
+ <unit id="com.ibm.icu.base" version="58.2.0.v20170418-1837"/>
+ <unit id="com.ibm.icu.base.source" version="56.1.0.v201601250100"/>
+ <unit id="com.ibm.icu.base.source" version="58.2.0.v20170418-1837"/>
+ <unit id="com.ibm.icu.source" version="56.1.0.v201601250100"/>
+ <unit id="com.ibm.icu.source" version="58.2.0.v20170418-1837"/>
+ <unit id="com.jcraft.jsch" version="0.1.54.v20170116-1932"/>
+ <unit id="com.jcraft.jsch.source" version="0.1.54.v20170116-1932"/>
+ <unit id="com.jcraft.jzlib" version="1.1.1.v201205102305"/>
+ <unit id="com.jcraft.jzlib.source" version="1.1.1.v201205102305"/>
+ <unit id="com.kenai.jffi" version="1.2.7.v201505052040"/>
+ <unit id="com.lowagie.text" version="2.1.7.v201004222200"/>
+ <unit id="com.lowagie.text.source" version="2.1.7.v201004222200"/>
+ <unit id="com.novell.ldap" version="2.3.30.v201112011400"/>
+ <unit id="com.spotify.docker.client" version="8.9.2.v20180207-1730"/>
+ <unit id="com.spotify.docker.client.source" version="8.9.2.v20180207-1730"/>
+ <unit id="com.sun.el" version="2.2.0.v201303151357"/>
+ <unit id="com.sun.el.source" version="2.2.0.v201303151357"/>
+ <unit id="com.sun.grid.drmaa" version="1.0.0.v20170818-1553"/>
+ <unit id="com.sun.jersey" version="1.17.0.v201503170330"/>
+ <unit id="com.sun.jersey.source" version="1.17.0.v201503170330"/>
+ <unit id="com.sun.jna" version="4.5.1.v20180403-1933"/>
+ <unit id="com.sun.jna.platform" version="4.5.1.v20180403-1933"/>
+ <unit id="com.sun.jna.platform.source" version="4.5.1.v20180403-1933"/>
+ <unit id="com.sun.jna.source" version="4.5.1.v20180403-1933"/>
+ <unit id="com.sun.syndication" version="0.9.0.v200803061811"/>
+ <unit id="com.sun.syndication.source" version="0.9.0.v200803061811"/>
+ <unit id="com.sun.xml.bind" version="2.2.0.v201505121915"/>
+ <unit id="com.sun.xml.bind.source" version="2.2.0.v201505121915"/>
+ <unit id="com.thoughtworks.qdox" version="1.6.3.v20081201-1400"/>
+ <unit id="com.thoughtworks.qdox.source" version="1.6.3.v20081201-1400"/>
+ <unit id="com.thoughtworks.xstream" version="1.3.1.v201111240924"/>
+ <unit id="com.thoughtworks.xstream.source" version="1.3.1.v201111240924"/>
+ <unit id="commonj.sdo" version="2.1.1.v201112051852"/>
+ <unit id="commonj.sdo.source" version="2.1.1.v201112051852"/>
+ <unit id="de.tuberlin.eecs.agg" version="2.1.0.v201512080800"/>
+ <unit id="edu.emory.mathcs.backport" version="3.1.0.v201505121915"/>
+ <unit id="edu.emory.mathcs.backport.source" version="3.1.0.v201505121915"/>
+ <unit id="java_cup" version="0.11.20150326.v20180425-1030"/>
+ <unit id="java_cup-runtime" version="0.11.20150326.v20180425-1030"/>
+ <unit id="java_cup-runtime.source" version="0.11.20150326.v20180425-1030"/>
+ <unit id="java_cup.runtime" version="0.10.0.v201005080400"/>
+ <unit id="java_cup.runtime.source" version="0.10.0.v201005080400"/>
+ <unit id="java_cup.source" version="0.11.20150326.v20180425-1030"/>
+ <unit id="javaewah" version="0.7.9.v201605172130"/>
+ <unit id="javaewah" version="1.1.6.v20160919-1400"/>
+ <unit id="javaewah.source" version="0.7.9.v201605172130"/>
+ <unit id="javaewah.source" version="1.1.6.v20160919-1400"/>
+ <unit id="javassist" version="3.13.0.GA_v201209210905"/>
+ <unit id="javassist.source" version="3.13.0.GA_v201209210905"/>
+ <unit id="javax.activation" version="1.1.0.v201211130549"/>
+ <unit id="javax.activation.source" version="1.1.0.v201211130549"/>
+ <unit id="javax.annotation" version="1.2.0.v201602091430"/>
+ <unit id="javax.annotation.source" version="1.2.0.v201602091430"/>
+ <unit id="javax.ejb" version="3.1.1.v201204261316"/>
+ <unit id="javax.ejb.source" version="3.1.1.v201204261316"/>
+ <unit id="javax.el" version="2.2.0.v201303151357"/>
+ <unit id="javax.el.source" version="2.2.0.v201303151357"/>
+ <unit id="javax.inject" version="1.0.0.v20091030"/>
+ <unit id="javax.inject.source" version="1.0.0.v20091030"/>
+ <unit id="javax.jms" version="1.1.0.v201205091237"/>
+ <unit id="javax.jms.source" version="1.1.0.v201205091237"/>
+ <unit id="javax.jws" version="2.0.0.v201005080400"/>
+ <unit id="javax.jws.source" version="2.0.0.v201005080400"/>
+ <unit id="javax.mail" version="1.4.0.v201005080615"/>
+ <unit id="javax.mail.glassfish" version="1.4.1.v201108011116"/>
+ <unit id="javax.mail.glassfish.source" version="1.4.1.v201108011116"/>
+ <unit id="javax.management" version="1.2.0.v20100427-1100"/>
+ <unit id="javax.management.remote" version="1.0.0.v20100427-1100"/>
+ <unit id="javax.measure.unit-api" version="1.0.0.v20170818-1538"/>
+ <unit id="javax.measure.unit-api.source" version="1.0.0.v20170818-1538"/>
+ <unit id="javax.persistence" version="1.0.0.v200905011740"/>
+ <unit id="javax.persistence.source" version="1.0.0.v200905011740"/>
+ <unit id="javax.resource" version="1.6.0.v201204270900"/>
+ <unit id="javax.resource.source" version="1.6.0.v201204270900"/>
+ <unit id="javax.security.auth.message" version="1.0.0.v201108011116"/>
+ <unit id="javax.security.auth.message.source" version="1.0.0.v201108011116"/>
+ <unit id="javax.security.jacc" version="1.4.0.v201205031350"/>
+ <unit id="javax.security.jacc.source" version="1.4.0.v201205031350"/>
+ <unit id="javax.servlet" version="3.1.0.v201410161800"/>
+ <unit id="javax.servlet.jsp" version="2.2.0.v201112011158"/>
+ <unit id="javax.servlet.jsp.jstl" version="1.2.0.v201105211821"/>
+ <unit id="javax.servlet.jsp.jstl.impl" version="1.2.0.v201210211230"/>
+ <unit id="javax.servlet.jsp.jstl.impl.source" version="1.2.0.v201210211230"/>
+ <unit id="javax.servlet.jsp.jstl.source" version="1.2.0.v201105211821"/>
+ <unit id="javax.servlet.jsp.source" version="2.2.0.v201112011158"/>
+ <unit id="javax.servlet.source" version="3.1.0.v201410161800"/>
+ <unit id="javax.transaction" version="1.1.1.v201105210645"/>
+ <unit id="javax.transaction.source" version="1.1.1.v201105210645"/>
+ <unit id="javax.validation" version="1.0.0.GA_v201205091237"/>
+ <unit id="javax.validation.source" version="1.0.0.GA_v201205091237"/>
+ <unit id="javax.websocket" version="1.0.0.v20140310-1603"/>
+ <unit id="javax.websocket.source" version="1.0.0.v20140310-1603"/>
+ <unit id="
javax.ws.rs" version="2.0.1.v201504171603"/>
+ <unit id="javax.wsdl" version="1.6.2.v201012040545"/>
+ <unit id="javax.wsdl.source" version="1.6.2.v201012040545"/>
+ <unit id="javax.xml" version="1.3.4.v201005080400"/>
+ <unit id="javax.xml.bind" version="2.2.0.v201105210648"/>
+ <unit id="javax.xml.bind.source" version="2.2.0.v201105210648"/>
+ <unit id="javax.xml.rpc" version="1.1.0.v201209140446"/>
+ <unit id="javax.xml.soap" version="1.3.0.v201105210645"/>
+ <unit id="javax.xml.stream" version="1.0.1.v201004272200"/>
+ <unit id="
javax.xml.ws" version="2.1.0.v200902101523"/>
+ <unit id="jnr.x86asm" version="1.0.2.v201505052040"/>
+ <unit id="lpg.runtime.java" version="2.0.17.v201004271640"/>
+ <unit id="lpg.runtime.java.source" version="2.0.17.v201004271640"/>
+ <unit id="me.prettyprint.hector" version="0.7.0.0022_v20110412-1025"/>
+ <unit id="me.prettyprint.hector.source" version="0.7.0.0022_v20110412-1025"/>
+ <unit id="net.bytebuddy.byte-buddy" version="1.7.9.v20180420-1519"/>
+ <unit id="net.bytebuddy.byte-buddy-agent" version="1.7.9.v20180420-1519"/>
+ <unit id="net.bytebuddy.byte-buddy-agent.source" version="1.7.9.v20180420-1519"/>
+ <unit id="net.bytebuddy.byte-buddy.source" version="1.7.9.v20180420-1519"/>
+ <unit id="net.miginfocom.layout" version="3.7.1.v200911230030"/>
+ <unit id="net.miginfocom.layout.source" version="3.7.1.v200911230030"/>
+ <unit id="net.miginfocom.layout.swing" version="3.7.1.v200911230030"/>
+ <unit id="net.miginfocom.layout.swing.source" version="3.7.1.v200911230030"/>
+ <unit id="net.miginfocom.layout.swt" version="3.7.1.v201505121915"/>
+ <unit id="net.miginfocom.layout.swt.source" version="3.7.1.v201505121915"/>
+ <unit id="net.sourceforge.lpg.lpgjavaruntime" version="1.1.0.v201004271650"/>
+ <unit id="net.sourceforge.lpg.lpgjavaruntime.source" version="1.1.0.v201004271650"/>
+ <unit id="net.sourceforge.mx4j" version="3.0.1.v20100427-1100"/>
+ <unit id="net.sourceforge.mx4j.remote" version="3.0.1.v20100427-1100"/>
+ <unit id="net.sourceforge.nattable.core" version="2.1.0.v201102231538"/>
+ <unit id="net.sourceforge.nattable.core.source" version="2.1.0.v201102070845"/>
+ <unit id="org.antlr.runtime" version="4.3.0.v201502022030"/>
+ <unit id="org.antlr.runtime" version="4.5.1.v20160210-1233"/>
+ <unit id="org.antlr.runtime.source" version="4.3.0.v201502022030"/>
+ <unit id="org.antlr.runtime.source" version="4.5.1.v20160210-1233"/>
+ <unit id="org.aopalliance" version="1.0.0.v201105210816"/>
+ <unit id="org.apache.ant" version="1.9.6.v201510161327"/>
+ <unit id="org.apache.ant" version="1.10.3.v20180417-1627"/>
+ <unit id="org.apache.ant.source" version="1.9.6.v201510161327"/>
+ <unit id="org.apache.ant.source" version="1.10.3.v20180417-1627"/>
+ <unit id="org.apache.axis" version="1.4.0.v201411182030"/>
+ <unit id="org.apache.batik.constants" version="1.9.1.v20180227-1645"/>
+ <unit id="org.apache.batik.constants.source" version="1.9.1.v20180227-1645"/>
+ <unit id="org.apache.batik.css" version="1.9.1.v20180313-1559"/>
+ <unit id="org.apache.batik.css.source" version="1.9.1.v20180313-1559"/>
+ <unit id="org.apache.batik.i18n" version="1.9.1.v20180227-1645"/>
+ <unit id="org.apache.batik.i18n.source" version="1.9.1.v20180227-1645"/>
+ <unit id="org.apache.batik.util" version="1.9.1.v20180227-1645"/>
+ <unit id="org.apache.batik.util.source" version="1.9.1.v20180227-1645"/>
+ <unit id="org.apache.bcel" version="5.2.0.v201005080400"/>
+ <unit id="org.apache.bcel.source" version="5.2.0.v201005080400"/>
+ <unit id="org.apache.bsf" version="2.4.0.v201103030230"/>
+ <unit id="org.apache.bsf.source" version="2.4.0.v201103030230"/>
+ <unit id="org.apache.bval" version="0.3.0.v201205161050"/>
+ <unit id="org.apache.bval.source" version="0.3.0.v201205161050"/>
+ <unit id="org.apache.cassandra" version="0.7.0.v201503170330"/>
+ <unit id="org.apache.cassandra.source" version="0.7.0.v201503170330"/>
+ <unit id="org.apache.catalina" version="7.0.56.v201503170330"/>
+ <unit id="org.apache.catalina.ha" version="7.0.56.v201412180755"/>
+ <unit id="org.apache.catalina.ha.source" version="7.0.56.v201412180755"/>
+ <unit id="org.apache.catalina.source" version="7.0.56.v201503170330"/>
+ <unit id="org.apache.catalina.tribes" version="7.0.56.v201412180755"/>
+ <unit id="org.apache.catalina.tribes.source" version="7.0.56.v201412180755"/>
+ <unit id="org.apache.commons.beanutils" version="1.8.0.v201205091237"/>
+ <unit id="org.apache.commons.beanutils.source" version="1.8.0.v201205091237"/>
+ <unit id="org.apache.commons.cli" version="1.2.0.v201404270220"/>
+ <unit id="org.apache.commons.cli.source" version="1.2.0.v201404270220"/>
+ <unit id="org.apache.commons.codec" version="1.6.0.v201305230611"/>
+ <unit id="org.apache.commons.codec" version="1.10.0.v20180409-1845"/>
+ <unit id="org.apache.commons.codec.source" version="1.6.0.v201305230611"/>
+ <unit id="org.apache.commons.codec.source" version="1.10.0.v20180409-1845"/>
+ <unit id="org.apache.commons.collections" version="3.2.2.v201511171945"/>
+ <unit id="org.apache.commons.collections.source" version="3.2.2.v201511171945"/>
+ <unit id="org.apache.commons.compress" version="1.6.0.v201310281400"/>
+ <unit id="org.apache.commons.compress" version="1.15.0.v20180119-1613"/>
+ <unit id="org.apache.commons.compress.source" version="1.6.0.v201310281400"/>
+ <unit id="org.apache.commons.compress.source" version="1.15.0.v20180119-1613"/>
+ <unit id="org.apache.commons.daemon" version="1.0.5.v20121125-0905"/>
+ <unit id="org.apache.commons.daemon.source" version="1.0.5.v20121125-0905"/>
+ <unit id="org.apache.commons.dbcp" version="1.4.0.v201204271417"/>
+ <unit id="org.apache.commons.dbcp.source" version="1.4.0.v201204271417"/>
+ <unit id="org.apache.commons.discovery" version="0.2.0.v201004190315"/>
+ <unit id="org.apache.commons.exec" version="1.1.0.v201301240602"/>
+ <unit id="org.apache.commons.exec.source" version="1.1.0.v201301240602"/>
+ <unit id="org.apache.commons.fileupload" version="1.2.2.v20111214-1400"/>
+ <unit id="org.apache.commons.fileupload" version="1.3.2.v20170320-2229"/>
+ <unit id="org.apache.commons.fileupload.source" version="1.2.2.v20111214-1400"/>
+ <unit id="org.apache.commons.fileupload.source" version="1.3.2.v20170320-2229"/>
+ <unit id="org.apache.commons.httpclient" version="3.1.0.v201012070820"/>
+ <unit id="org.apache.commons.httpclient.source" version="3.1.0.v201012070820"/>
+ <unit id="
org.apache.commons.io" version="2.2.0.v201405211200"/>
+ <unit id="org.apache.commons.io.source" version="2.2.0.v201405211200"/>
+ <unit id="org.apache.commons.jxpath" version="1.3.0.v200911051830"/>
+ <unit id="org.apache.commons.jxpath.source" version="1.3.0.v200911051830"/>
+ <unit id="org.apache.commons.lang" version="2.6.0.v201404270220"/>
+ <unit id="org.apache.commons.lang.source" version="2.6.0.v201404270220"/>
+ <unit id="org.apache.commons.lang3" version="3.1.0.v201403281430"/>
+ <unit id="org.apache.commons.lang3.source" version="3.1.0.v201403281430"/>
+ <unit id="org.apache.commons.logging" version="1.1.1.v201101211721"/>
+ <unit id="org.apache.commons.logging" version="1.2.0.v20180409-1502"/>
+ <unit id="org.apache.commons.logging.source" version="1.1.1.v201101211721"/>
+ <unit id="org.apache.commons.logging.source" version="1.2.0.v20180409-1502"/>
+ <unit id="org.apache.commons.math" version="2.1.0.v201105210652"/>
+ <unit id="org.apache.commons.math.source" version="2.1.0.v201105210652"/>
+ <unit id="org.apache.commons.math3" version="3.5.0.v20160301-1110"/>
+ <unit id="org.apache.commons.math3.source" version="3.5.0.v20160301-1110"/>
+ <unit id="
org.apache.commons.net" version="3.2.0.v201305141515"/>
+ <unit id="org.apache.commons.net.source" version="3.2.0.v201305141515"/>
+ <unit id="org.apache.commons.pool" version="1.6.0.v201204271246"/>
+ <unit id="org.apache.commons.pool.source" version="1.6.0.v201204271246"/>
+ <unit id="org.apache.coyote" version="7.0.56.v201412180755"/>
+ <unit id="org.apache.coyote.source" version="7.0.56.v201412180755"/>
+ <unit id="org.apache.derby" version="10.11.1.1_v201605202053"/>
+ <unit id="org.apache.derby.source" version="10.11.1.1_v201605202053"/>
+ <unit id="org.apache.el" version="7.0.56.v201412180755"/>
+ <unit id="org.apache.el.source" version="7.0.56.v201412180755"/>
+ <unit id="org.apache.felix.gogo.command" version="0.10.0.v201209301215"/>
+ <unit id="org.apache.felix.gogo.command" version="1.0.2.v20170914-1324"/>
+ <unit id="org.apache.felix.gogo.command.source" version="0.10.0.v201209301215"/>
+ <unit id="org.apache.felix.gogo.command.source" version="1.0.2.v20170914-1324"/>
+ <unit id="org.apache.felix.gogo.runtime" version="0.10.0.v201209301036"/>
+ <unit id="org.apache.felix.gogo.runtime" version="1.0.6.v20170914-1324"/>
+ <unit id="org.apache.felix.gogo.runtime.source" version="0.10.0.v201209301036"/>
+ <unit id="org.apache.felix.gogo.runtime.source" version="1.0.6.v20170914-1324"/>
+ <unit id="org.apache.felix.gogo.shell" version="0.10.0.v201212101605"/>
+ <unit id="org.apache.felix.gogo.shell" version="1.0.0.v20170914-1324"/>
+ <unit id="org.apache.felix.gogo.shell.source" version="0.10.0.v201212101605"/>
+ <unit id="org.apache.felix.gogo.shell.source" version="1.0.0.v20170914-1324"/>
+ <unit id="org.apache.felix.scr" version="2.0.14.v20180117-1452"/>
+ <unit id="org.apache.felix.scr.source" version="2.0.14.v20180117-1452"/>
+ <unit id="org.apache.geronimo.components.connector" version="3.1.1.v201205170953"/>
+ <unit id="org.apache.geronimo.components.connector.source" version="3.1.1.v201205170953"/>
+ <unit id="org.apache.geronimo.components.transaction" version="3.1.1.v201205170710"/>
+ <unit id="org.apache.geronimo.components.transaction.source" version="3.1.1.v201205170710"/>
+ <unit id="org.apache.geronimo.specs.j2ee.management" version="1.0.0.v201205091237"/>
+ <unit id="org.apache.geronimo.specs.j2ee.management.source" version="1.0.0.v201205091237"/>
+ <unit id="org.apache.geronimo.specs.osgi.locator" version="1.1.0.v201205170953"/>
+ <unit id="org.apache.geronimo.specs.osgi.locator.source" version="1.1.0.v201205170953"/>
+ <unit id="org.apache.geronimo.specs.osgi.registry" version="1.1.0.v201205170710"/>
+ <unit id="org.apache.geronimo.specs.osgi.registry.source" version="1.1.0.v201205170710"/>
+ <unit id="org.apache.hadoop.zookeeper" version="3.4.5.v20121214-1350"/>
+ <unit id="org.apache.hadoop.zookeeper.source" version="3.4.5.v20121214-1350"/>
+ <unit id="org.apache.httpcomponents.httpclient" version="4.3.6.v201511171540"/>
+ <unit id="org.apache.httpcomponents.httpclient" version="4.5.5.v20180409-1525"/>
+ <unit id="org.apache.httpcomponents.httpclient.source" version="4.3.6.v201511171540"/>
+ <unit id="org.apache.httpcomponents.httpclient.source" version="4.5.5.v20180409-1525"/>
+ <unit id="org.apache.httpcomponents.httpclient.win" version="4.5.5.v20180409-1525"/>
+ <unit id="org.apache.httpcomponents.httpclient.win.source" version="4.5.5.v20180409-1525"/>
+ <unit id="org.apache.httpcomponents.httpcore" version="4.3.3.v201411290715"/>
+ <unit id="org.apache.httpcomponents.httpcore" version="4.4.9.v20180409-1525"/>
+ <unit id="org.apache.httpcomponents.httpcore.nio" version="4.1.0.v201101201700"/>
+ <unit id="org.apache.httpcomponents.httpcore.nio.source" version="4.1.0.v201101201700"/>
+ <unit id="org.apache.httpcomponents.httpcore.source" version="4.3.3.v201411290715"/>
+ <unit id="org.apache.httpcomponents.httpcore.source" version="4.4.9.v20180409-1525"/>
+ <unit id="org.apache.jasper" version="7.0.56.v201412180755"/>
+ <unit id="org.apache.jasper.glassfish" version="2.2.2.v201501141630"/>
+ <unit id="org.apache.jasper.glassfish.source" version="2.2.2.v201501141630"/>
+ <unit id="org.apache.jasper.source" version="7.0.56.v201412180755"/>
+ <unit id="org.apache.jclouds.api.cloudwatch" version="1.8.0.v20160301-1110"/>
+ <unit id="org.apache.jclouds.api.cloudwatch.source" version="1.8.0.v20160301-1110"/>
+ <unit id="org.apache.jclouds.api.ec2" version="1.8.0.v20160301-1110"/>
+ <unit id="org.apache.jclouds.api.ec2.source" version="1.8.0.v20160301-1110"/>
+ <unit id="org.apache.jclouds.api.openstack-cinder" version="1.8.0.v20160301-1110"/>
+ <unit id="org.apache.jclouds.api.openstack-cinder.source" version="1.8.0.v20160301-1110"/>
+ <unit id="org.apache.jclouds.api.openstack-keystone" version="1.8.0.v20160301-1110"/>
+ <unit id="org.apache.jclouds.api.openstack-keystone.source" version="1.8.0.v20160301-1110"/>
+ <unit id="org.apache.jclouds.api.openstack-nova" version="1.8.0.v20160301-1110"/>
+ <unit id="org.apache.jclouds.api.openstack-nova.source" version="1.8.0.v20160301-1110"/>
+ <unit id="org.apache.jclouds.api.sts" version="1.8.0.v20160301-1110"/>
+ <unit id="org.apache.jclouds.api.sts.source" version="1.8.0.v20160301-1110"/>
+ <unit id="org.apache.jclouds.common.openstack-common" version="1.8.0.v20160301-1110"/>
+ <unit id="org.apache.jclouds.common.openstack-common.source" version="1.8.0.v20160301-1110"/>
+ <unit id="org.apache.jclouds.driver.jclouds-slf4j" version="1.8.0.v20160301-1110"/>
+ <unit id="org.apache.jclouds.driver.jclouds-slf4j.source" version="1.8.0.v20160301-1110"/>
+ <unit id="org.apache.jclouds.jclouds-blobstore" version="1.8.0.v20160301-1110"/>
+ <unit id="org.apache.jclouds.jclouds-blobstore.source" version="1.8.0.v20160301-1110"/>
+ <unit id="org.apache.jclouds.jclouds-compute" version="1.8.0.v20160301-1110"/>
+ <unit id="org.apache.jclouds.jclouds-compute.source" version="1.8.0.v20160301-1110"/>
+ <unit id="org.apache.jclouds.jclouds-core" version="1.8.0.v20160301-1110"/>
+ <unit id="org.apache.jclouds.jclouds-core.source" version="1.8.0.v20160301-1110"/>
+ <unit id="org.apache.jclouds.jclouds-scriptbuilder" version="1.8.0.v20160301-1110"/>
+ <unit id="org.apache.jclouds.jclouds-scriptbuilder.source" version="1.8.0.v20160301-1110"/>
+ <unit id="org.apache.jclouds.labs.docker" version="1.8.0.v20160301-1110"/>
+ <unit id="org.apache.jclouds.labs.docker.source" version="1.8.0.v20160301-1110"/>
+ <unit id="org.apache.jclouds.labs.openstack-neutron" version="1.8.0.v20160301-1110"/>
+ <unit id="org.apache.jclouds.labs.openstack-neutron.source" version="1.8.0.v20160301-1110"/>
+ <unit id="org.apache.juli.extras" version="7.0.56.v201412180755"/>
+ <unit id="org.apache.juli.extras.source" version="7.0.56.v201412180755"/>
+ <unit id="org.apache.log4j" version="1.2.15.v201012070815"/>
+ <unit id="org.apache.log4j.source" version="1.2.15.v201012070815"/>
+ <unit id="org.apache.lucene" version="3.5.0.v20120725-1805"/>
+ <unit id="org.apache.lucene.analysis" version="3.5.0.v20120725-1805"/>
+ <unit id="org.apache.lucene.analysis.source" version="3.5.0.v20120725-1805"/>
+ <unit id="org.apache.lucene.analyzers-common" version="7.1.0.v20180122-2126"/>
+ <unit id="org.apache.lucene.analyzers-common.source" version="7.1.0.v20180122-2126"/>
+ <unit id="org.apache.lucene.analyzers-smartcn" version="7.1.0.v20180122-2126"/>
+ <unit id="org.apache.lucene.analyzers-smartcn.source" version="7.1.0.v20180122-2126"/>
+ <unit id="org.apache.lucene.core" version="3.5.0.v20120725-1805"/>
+ <unit id="org.apache.lucene.core" version="7.1.0.v20171214-1510"/>
+ <unit id="org.apache.lucene.core.source" version="3.5.0.v20120725-1805"/>
+ <unit id="org.apache.lucene.core.source" version="7.1.0.v20171214-1510"/>
+ <unit id="org.apache.lucene.grouping" version="3.5.0.v20120725-1805"/>
+ <unit id="org.apache.lucene.grouping.source" version="3.5.0.v20120725-1805"/>
+ <unit id="org.apache.lucene.highlighter" version="3.5.0.v20121015-1317"/>
+ <unit id="org.apache.lucene.highlighter.source" version="3.5.0.v20121015-1317"/>
+ <unit id="org.apache.lucene.memory" version="3.5.0.v20120725-1805"/>
+ <unit id="org.apache.lucene.memory.source" version="3.5.0.v20120725-1805"/>
+ <unit id="org.apache.lucene.misc" version="3.5.0.v20120725-1805"/>
+ <unit id="org.apache.lucene.misc" version="7.1.0.v20180220-1923"/>
+ <unit id="org.apache.lucene.misc.source" version="3.5.0.v20120725-1805"/>
+ <unit id="org.apache.lucene.misc.source" version="7.1.0.v20180220-1923"/>
+ <unit id="org.apache.lucene.queries" version="3.5.0.v20120725-1805"/>
+ <unit id="org.apache.lucene.queries" version="5.2.1.v20160926-1534"/>
+ <unit id="org.apache.lucene.queries.source" version="3.5.0.v20120725-1805"/>
+ <unit id="org.apache.lucene.queries.source" version="5.2.1.v20160926-1534"/>
+ <unit id="org.apache.lucene.queryparser" version="6.1.0.v20161115-1612"/>
+ <unit id="org.apache.lucene.queryparser.source" version="6.1.0.v20161115-1612"/>
+ <unit id="org.apache.lucene.source" version="3.5.0.v20120725-1805"/>
+ <unit id="org.apache.lucene.spatial" version="3.5.0.v20120725-1805"/>
+ <unit id="org.apache.lucene.spatial.source" version="3.5.0.v20120725-1805"/>
+ <unit id="org.apache.lucene.spellchecker" version="3.5.0.v20120725-1805"/>
+ <unit id="org.apache.lucene.spellchecker.source" version="3.5.0.v20120725-1805"/>
+ <unit id="org.apache.maven.resolver.api" version="1.0.3.v20170405-0725"/>
+ <unit id="org.apache.maven.resolver.api.source" version="1.0.3.v20170405-0725"/>
+ <unit id="org.apache.maven.resolver.connector.basic" version="1.0.3.v20170405-0725"/>
+ <unit id="org.apache.maven.resolver.connector.basic.source" version="1.0.3.v20170405-0725"/>
+ <unit id="org.apache.maven.resolver.impl" version="1.0.3.v20170405-0725"/>
+ <unit id="org.apache.maven.resolver.impl.source" version="1.0.3.v20170405-0725"/>
+ <unit id="org.apache.maven.resolver.spi" version="1.0.3.v20170405-0725"/>
+ <unit id="org.apache.maven.resolver.spi.source" version="1.0.3.v20170405-0725"/>
+ <unit id="org.apache.maven.resolver.transport.file" version="1.0.3.v20170405-0725"/>
+ <unit id="org.apache.maven.resolver.transport.file.source" version="1.0.3.v20170405-0725"/>
+ <unit id="org.apache.maven.resolver.transport.http" version="1.0.3.v20170405-0725"/>
+ <unit id="org.apache.maven.resolver.transport.http.source" version="1.0.3.v20170405-0725"/>
+ <unit id="org.apache.maven.resolver.util" version="1.0.3.v20170405-0725"/>
+ <unit id="org.apache.maven.resolver.util.source" version="1.0.3.v20170405-0725"/>
+ <unit id="org.apache.mina.core" version="2.0.7.v201401071602"/>
+ <unit id="org.apache.mina.core.source" version="2.0.7.v201401071602"/>
+ <unit id="org.apache.mina.filter.compression" version="2.0.7.v201401141305"/>
+ <unit id="org.apache.mina.filter.compression.source" version="2.0.7.v201401141305"/>
+ <unit id="org.apache.neethi" version="2.0.4.1"/>
+ <unit id="org.apache.olingo" version="2.0.3.v201605172220"/>
+ <unit id="org.apache.onami.configuration" version="6.3.0.v20160301-1110"/>
+ <unit id="org.apache.onami.configuration.source" version="6.3.0.v20160301-1110"/>
+ <unit id="org.apache.openejb.api" version="4.0.0.beta-2_v201205041047"/>
+ <unit id="org.apache.openejb.api.source" version="4.0.0.beta-2_v201205041047"/>
+ <unit id="org.apache.openejb.javaagent" version="4.0.0.beta-2_v201205041047"/>
+ <unit id="org.apache.openejb.javaagent.source" version="4.0.0.beta-2_v201205041047"/>
+ <unit id="org.apache.openejb.jee" version="4.0.0.beta-2_v201205041336"/>
+ <unit id="org.apache.openejb.jee.source" version="4.0.0.beta-2_v201205041336"/>
+ <unit id="org.apache.openejb.loader" version="4.0.0.beta-2_v201304191030"/>
+ <unit id="org.apache.openejb.loader.source" version="4.0.0.beta-2_v201304191030"/>
+ <unit id="
org.apache.openwebbeans.ee" version="1.1.7.v201304200545"/>
+ <unit id="org.apache.openwebbeans.ee.common" version="1.1.7.v201304201405"/>
+ <unit id="org.apache.openwebbeans.ee.common.source" version="1.1.7.v201304201405"/>
+ <unit id="org.apache.openwebbeans.ee.source" version="1.1.7.v201304200545"/>
+ <unit id="org.apache.openwebbeans.ejb" version="1.1.7.v201304200545"/>
+ <unit id="org.apache.openwebbeans.ejb.source" version="1.1.7.v201304200545"/>
+ <unit id="org.apache.openwebbeans.impl" version="1.1.7.v201304201405"/>
+ <unit id="org.apache.openwebbeans.impl.source" version="1.1.7.v201304201405"/>
+ <unit id="org.apache.openwebbeans.jsf" version="1.1.7.v201304201405"/>
+ <unit id="org.apache.openwebbeans.jsf.source" version="1.1.7.v201304201405"/>
+ <unit id="org.apache.openwebbeans.spi" version="1.1.7.v201505121400"/>
+ <unit id="org.apache.openwebbeans.spi.source" version="1.1.7.v201505121400"/>
+ <unit id="org.apache.openwebbeans.tomcat7" version="1.1.7.v201304201405"/>
+ <unit id="org.apache.openwebbeans.tomcat7.source" version="1.1.7.v201304201405"/>
+ <unit id="org.apache.openwebbeans.web" version="1.1.7.v201304201405"/>
+ <unit id="org.apache.openwebbeans.web.source" version="1.1.7.v201304201405"/>
+ <unit id="org.apache.oro" version="2.0.8.v201005080400"/>
+ <unit id="org.apache.oro.source" version="2.0.8.v201005080400"/>
+ <unit id="org.apache.poi" version="3.9.0.v201405241750"/>
+ <unit id="org.apache.poi.ooxml" version="3.9.0.v201405241905"/>
+ <unit id="org.apache.poi.ooxml.schemas" version="3.9.0.v201405241750"/>
+ <unit id="org.apache.poi.ooxml.schemas.source" version="3.9.0.v201405241750"/>
+ <unit id="org.apache.poi.ooxml.source" version="3.9.0.v201405241905"/>
+ <unit id="org.apache.poi.source" version="3.9.0.v201405241750"/>
+ <unit id="org.apache.solr.client.solrj" version="3.5.0.v20150506-0844"/>
+ <unit id="org.apache.solr.client.solrj.source" version="3.5.0.v20150506-0844"/>
+ <unit id="org.apache.solr.core" version="3.5.0.v20150506-0844"/>
+ <unit id="org.apache.solr.core.source" version="3.5.0.v20150506-0844"/>
+ <unit id="org.apache.sshd.core" version="0.7.0.v201303101611"/>
+ <unit id="org.apache.sshd.core.source" version="0.7.0.v201303101611"/>
+ <unit id="org.apache.taglibs.standard.glassfish" version="1.2.0.v201112081803"/>
+ <unit id="org.apache.taglibs.standard.glassfish.source" version="1.2.0.v201112081803"/>
+ <unit id="org.apache.thrift" version="0.5.0.v20110412-1025"/>
+ <unit id="org.apache.thrift.source" version="0.5.0.v20110412-1025"/>
+ <unit id="org.apache.tika.core" version="1.3.0.v201505121915"/>
+ <unit id="org.apache.tika.core.source" version="1.3.0.v201505121915"/>
+ <unit id="org.apache.tika.parsers" version="1.3.0.v201605180015"/>
+ <unit id="org.apache.tika.parsers.source" version="1.3.0.v201605180015"/>
+ <unit id="org.apache.tomcat.api" version="7.0.56.v201412180755"/>
+ <unit id="org.apache.tomcat.api.source" version="7.0.56.v201412180755"/>
+ <unit id="org.apache.tomcat.util" version="7.0.56.v201412180755"/>
+ <unit id="org.apache.tomcat.util.source" version="7.0.56.v201412180755"/>
+ <unit id="org.apache.velocity" version="1.5.0.v200905192330"/>
+ <unit id="org.apache.ws.commons.schema" version="1.4.2.v201003051240"/>
+ <unit id="org.apache.ws.commons.util" version="1.0.1.v20100518-1140"/>
+ <unit id="org.apache.ws.commons.util" version="1.0.2.v20160817-1930"/>
+ <unit id="org.apache.ws.commons.util.source" version="1.0.2.v20160817-1930"/>
+ <unit id="org.apache.ws.jaxme" version="0.5.1.v20100427-1100"/>
+ <unit id="org.apache.wsil4j" version="1.0.0.v20180522-1857"/>
+ <unit id="org.apache.xalan" version="2.7.1.v201005080400"/>
+ <unit id="org.apache.xbean.asm" version="3.12.0.v201304200545"/>
+ <unit id="org.apache.xbean.bundleutils" version="3.12.0.v201304200545"/>
+ <unit id="org.apache.xbean.bundleutils.source" version="3.12.0.v201304200545"/>
+ <unit id="org.apache.xbean.finder" version="3.12.0.v201304201405"/>
+ <unit id="org.apache.xbean.finder.source" version="3.12.0.v201304201405"/>
+ <unit id="org.apache.xbean.naming" version="3.12.0.v201304201405"/>
+ <unit id="org.apache.xbean.naming.source" version="3.12.0.v201304201405"/>
+ <unit id="org.apache.xbean.reflect" version="3.12.0.v201304201405"/>
+ <unit id="org.apache.xbean.reflect.source" version="3.12.0.v201304201405"/>
+ <unit id="org.apache.xerces" version="2.9.0.v201101211617"/>
+ <unit id="org.apache.xml.resolver" version="1.2.0.v201005080400"/>
+ <unit id="org.apache.xml.security" version="1.4.2.v201005080400"/>
+ <unit id="org.apache.xml.serializer" version="2.7.1.v201005080400"/>
+ <unit id="org.apache.xmlbeans" version="2.3.0.v201605172150"/>
+ <unit id="org.apache.xmlbeans.source" version="2.3.0.v201605172150"/>
+ <unit id="org.apache.xmlgraphics" version="1.4.0.v201301251218"/>
+ <unit id="org.apache.xmlgraphics" version="2.2.0.v20180410-1551"/>
+ <unit id="org.apache.xmlgraphics.source" version="2.2.0.v20180410-1551"/>
+ <unit id="org.apache.xmlrpc" version="3.0.0.v20100427-1100"/>
+ <unit id="org.apache.xmlrpc.client" version="3.1.3.v20160817-1930"/>
+ <unit id="org.apache.xmlrpc.client.source" version="3.1.3.v20160817-1930"/>
+ <unit id="org.apache.xmlrpc.common" version="3.1.3.v20160817-1930"/>
+ <unit id="org.apache.xmlrpc.common.source" version="3.1.3.v20160817-1930"/>
+ <unit id="org.apache.xmlrpc.server" version="3.1.3.v20180410-1551"/>
+ <unit id="org.apache.xmlrpc.server.source" version="3.1.3.v20180410-1551"/>
+ <unit id="org.apiguardian" version="1.0.0.v20180327-1502"/>
+ <unit id="org.apiguardian.source" version="1.0.0.v20180327-1502"/>
+ <unit id="org.assertj" version="1.7.1.v20170413-2026"/>
+ <unit id="org.assertj.source" version="1.7.1.v20170413-2026"/>
+ <unit id="org.bouncycastle.bcpg" version="1.59.0.v20180326-2325"/>
+ <unit id="org.bouncycastle.bcpg.source" version="1.59.0.v20180326-2325"/>
+ <unit id="org.bouncycastle.bcpkix" version="1.59.0.v20180326-2325"/>
+ <unit id="org.bouncycastle.bcpkix.source" version="1.59.0.v20180326-2325"/>
+ <unit id="org.bouncycastle.bcprov" version="1.59.0.v20180328-2148"/>
+ <unit id="org.bouncycastle.bcprov.source" version="1.59.0.v20180328-2148"/>
+ <unit id="org.ccil.cowan.tagsoup" version="1.2.0.v201202211000"/>
+ <unit id="org.cliffc.high_scale_lib" version="1.1.2.v20110412-1025"/>
+ <unit id="org.cliffc.high_scale_lib.source" version="1.1.2.v20110412-1025"/>
+ <unit id="org.codehaus.jackson.core" version="1.6.0.v20101005-0925"/>
+ <unit id="org.codehaus.jackson.core.source" version="1.6.0.v20101005-0925"/>
+ <unit id="org.codehaus.jackson.jaxrs" version="1.6.0.v20101005-1100"/>
+ <unit id="org.codehaus.jackson.jaxrs.source" version="1.6.0.v20101005-1100"/>
+ <unit id="org.codehaus.jackson.mapper" version="1.6.0.v20101005-0925"/>
+ <unit id="org.codehaus.jackson.mapper.source" version="1.6.0.v20101005-0925"/>
+ <unit id="org.codehaus.jackson.smile" version="1.6.0.v20101005-0925"/>
+ <unit id="org.codehaus.jackson.smile.source" version="1.6.0.v20101005-0925"/>
+ <unit id="org.codehaus.jackson.xc" version="1.6.0.v20101005-0925"/>
+ <unit id="org.codehaus.jackson.xc.source" version="1.6.0.v20101005-0925"/>
+ <unit id="org.custommonkey.xmlunit" version="1.3.0.v201605172130"/>
+ <unit id="org.custommonkey.xmlunit.source" version="1.3.0.v201605172130"/>
+ <unit id="org.cyberneko.html" version="1.9.14.v201105210654"/>
+ <unit id="org.dom4j" version="1.6.1.v20170815-1500"/>
+ <unit id="org.dom4j.source" version="1.6.1.v20170815-1500"/>
+ <unit id="org.easymock" version="2.4.0.v20090202-0900"/>
+ <unit id="org.easymock.source" version="2.4.0.v20090202-0900"/>
+ <unit id="org.eclipse.orbit.mongodb" version="2.10.1.v20130422-1135"/>
+ <unit id="org.eclipse.orbit.mongodb" version="3.2.2.v20170222-2110"/>
+ <unit id="org.eclipse.orbit.mongodb.source" version="2.10.1.v20130422-1135"/>
+ <unit id="org.eclipse.orbit.mongodb.source" version="3.2.2.v20170222-2110"/>
+ <unit id="org.eclipse.osgi" version="3.13.0.v20180409-1500"/>
+ <unit id="org.eclipse.osgi.services" version="3.7.0.v20180223-1712"/>
+ <unit id="org.eclipse.osgi.util" version="3.5.0.v20180219-1511"/>
+ <unit id="org.freemarker" version="2.3.22.v20160210-1233"/>
+ <unit id="org.freemarker.source" version="2.3.22.v20160210-1233"/>
+ <unit id="org.ggf.drmaa" version="1.0.0.v20170818-1553"/>
+ <unit id="org.glassfish.com.sun.faces" version="2.1.18.v201304210537"/>
+ <unit id="org.glassfish.com.sun.faces.source" version="2.1.18.v201304210537"/>
+ <unit id="org.glassfish.hk2.api" version="2.5.0.v20161103-0227"/>
+ <unit id="org.glassfish.hk2.api.source" version="2.5.0.v20161103-0227"/>
+ <unit id="org.glassfish.hk2.locator" version="2.5.0.v20161103-0227"/>
+ <unit id="org.glassfish.hk2.locator.source" version="2.5.0.v20161103-0227"/>
+ <unit id="org.glassfish.hk2.osgi-resource-locator" version="2.5.0.v20161103-1916"/>
+ <unit id="org.glassfish.hk2.osgi-resource-locator.source" version="2.5.0.v20161103-1916"/>
+ <unit id="org.glassfish.hk2.utils" version="2.5.0.v20160210-1508"/>
+ <unit id="org.glassfish.hk2.utils.source" version="2.5.0.v20160210-1508"/>
+ <unit id="org.glassfish.javax.faces" version="2.1.18.v201304200545"/>
+ <unit id="org.glassfish.javax.faces.source" version="2.1.18.v201304200545"/>
+ <unit id="org.glassfish.jersey.apache.connector" version="2.22.1.v20161103-1916"/>
+ <unit id="org.glassfish.jersey.apache.connector.source" version="2.22.1.v20161103-1916"/>
+ <unit id="org.glassfish.jersey.bundles.repackaged.jersey-guava" version="2.22.1.v20161103-1916"/>
+ <unit id="org.glassfish.jersey.bundles.repackaged.jersey-guava.source" version="2.22.1.v20161103-1916"/>
+ <unit id="org.glassfish.jersey.containers.servlet" version="2.22.1.v20161103-0227"/>
+ <unit id="org.glassfish.jersey.containers.servlet.core" version="2.22.1.v20161103-0227"/>
+ <unit id="org.glassfish.jersey.containers.servlet.core.source" version="2.22.1.v20161103-0227"/>
+ <unit id="org.glassfish.jersey.containers.servlet.source" version="2.22.1.v20161103-0227"/>
+ <unit id="org.glassfish.jersey.core.jersey-client" version="2.22.1.v20161103-1916"/>
+ <unit id="org.glassfish.jersey.core.jersey-client.source" version="2.22.1.v20161103-1916"/>
+ <unit id="org.glassfish.jersey.core.jersey-common" version="2.22.1.v20161103-1916"/>
+ <unit id="org.glassfish.jersey.core.jersey-common.source" version="2.22.1.v20161103-1916"/>
+ <unit id="org.glassfish.jersey.core.jersey-server" version="2.22.1.v20161103-1916"/>
+ <unit id="org.glassfish.jersey.core.jersey-server.source" version="2.22.1.v20161103-1916"/>
+ <unit id="org.glassfish.jersey.ext.entityfiltering" version="2.22.1.v20161103-0227"/>
+ <unit id="org.glassfish.jersey.ext.entityfiltering.source" version="2.22.1.v20161103-0227"/>
+ <unit id="org.glassfish.jersey.media.jersey-media-json-jackson" version="2.22.1.v20161117-2005"/>
+ <unit id="org.glassfish.jersey.media.jersey-media-json-jackson.source" version="2.22.1.v20161117-2005"/>
+ <unit id="org.h2" version="1.3.168.v201212121212"/>
+ <unit id="org.h2.source" version="1.3.168.v201212121212"/>
+ <unit id="org.hamcrest" version="1.1.0.v20090501071000"/>
+ <unit id="org.hamcrest.core" version="1.3.0.v20180420-1519"/>
+ <unit id="org.hamcrest.core.source" version="1.3.0.v20180420-1519"/>
+ <unit id="org.hamcrest.generator" version="1.3.0.v201305210900"/>
+ <unit id="org.hamcrest.generator.source" version="1.3.0.v201305210900"/>
+ <unit id="org.hamcrest.integration" version="1.3.0.v201305210900"/>
+ <unit id="org.hamcrest.integration.source" version="1.3.0.v201305210900"/>
+ <unit id="org.hamcrest.library" version="1.3.0.v20180524-2246"/>
+ <unit id="org.hamcrest.library.source" version="1.3.0.v20180524-2246"/>
+ <unit id="org.hamcrest.text" version="1.1.0.v20090501071000"/>
+ <unit id="org.hamcrest.text.source" version="1.1.0.v20090501071000"/>
+ <unit id="org.jacoco.agent" version="0.8.1.v20180328-1646"/>
+ <unit id="org.jacoco.agent.source" version="0.8.1.v20180328-1646"/>
+ <unit id="org.jacoco.core" version="0.8.1.v20180328-1646"/>
+ <unit id="org.jacoco.core.source" version="0.8.1.v20180328-1646"/>
+ <unit id="org.jacoco.report" version="0.8.1.v20180328-1646"/>
+ <unit id="org.jacoco.report.source" version="0.8.1.v20180328-1646"/>
+ <unit id="org.jcodings" version="1.0.18.v20170306-1742"/>
+ <unit id="org.jcodings.source" version="1.0.18.v20170306-1742"/>
+ <unit id="org.jdom" version="1.1.1.v201101151400"/>
+ <unit id="org.jdom.source" version="1.1.1.v201101151400"/>
+ <unit id="org.jmock" version="1.2.0.v201303080310"/>
+ <unit id="org.joni" version="2.1.11.v20170306-1742"/>
+ <unit id="org.joni.source" version="2.1.11.v20170306-1742"/>
+ <unit id="org.json" version="1.0.0.v201011060100"/>
+ <unit id="org.jsoup" version="1.7.2.v201411291515"/>
+ <unit id="org.jsoup.source" version="1.7.2.v201411291515"/>
+ <unit id="org.junit" version="4.12.0.v201504281640"/>
+ <unit id="org.junit.jupiter.api" version="5.1.0.v20180327-1502"/>
+ <unit id="org.junit.jupiter.api.source" version="5.1.0.v20180327-1502"/>
+ <unit id="org.junit.jupiter.engine" version="5.1.0.v20180327-1502"/>
+ <unit id="org.junit.jupiter.engine.source" version="5.1.0.v20180327-1502"/>
+ <unit id="org.junit.jupiter.migrationsupport" version="5.1.0.v20180327-1502"/>
+ <unit id="org.junit.jupiter.migrationsupport.source" version="5.1.0.v20180327-1502"/>
+ <unit id="org.junit.jupiter.params" version="5.1.0.v20180327-1502"/>
+ <unit id="org.junit.jupiter.params.source" version="5.1.0.v20180327-1502"/>
+ <unit id="org.junit.platform.commons" version="1.1.0.v20180327-1502"/>
+ <unit id="org.junit.platform.commons.source" version="1.1.0.v20180327-1502"/>
+ <unit id="org.junit.platform.engine" version="1.1.0.v20180327-1502"/>
+ <unit id="org.junit.platform.engine.source" version="1.1.0.v20180327-1502"/>
+ <unit id="org.junit.platform.launcher" version="1.1.0.v20180327-1502"/>
+ <unit id="org.junit.platform.launcher.source" version="1.1.0.v20180327-1502"/>
+ <unit id="org.junit.platform.runner" version="1.1.0.v20180327-1502"/>
+ <unit id="org.junit.platform.runner.source" version="1.1.0.v20180327-1502"/>
+ <unit id="org.junit.platform.suite.api" version="1.1.0.v20180327-1502"/>
+ <unit id="org.junit.platform.suite.api.source" version="1.1.0.v20180327-1502"/>
+ <unit id="org.junit.source" version="4.12.0.v201504281640"/>
+ <unit id="org.junit.vintage.engine" version="5.1.0.v20180327-1502"/>
+ <unit id="org.junit.vintage.engine.source" version="5.1.0.v20180327-1502"/>
+ <unit id="org.kohsuke.args4j" version="2.0.21.v201301150030"/>
+ <unit id="org.kohsuke.args4j" version="2.33.0.v20160323-2218"/>
+ <unit id="org.kohsuke.args4j.source" version="2.0.21.v201301150030"/>
+ <unit id="org.kohsuke.args4j.source" version="2.33.0.v20160323-2218"/>
+ <unit id="org.mockito" version="1.9.5.v201605172210"/>
+ <unit id="org.mockito" version="2.13.0.v20180426-1843"/>
+ <unit id="org.mockito.source" version="1.9.5.v201605172210"/>
+ <unit id="org.mockito.source" version="2.13.0.v20180426-1843"/>
+ <unit id="org.mozilla.javascript" version="1.7.5.v201504281450"/>
+ <unit id="org.mozilla.javascript.source" version="1.7.5.v201504281450"/>
+ <unit id="org.objectweb.asm" version="6.1.1.v20180414-0329"/>
+ <unit id="org.objectweb.asm.analysis" version="6.1.1.v20180414-0329"/>
+ <unit id="org.objectweb.asm.analysis.source" version="6.1.1.v20180414-0329"/>
+ <unit id="org.objectweb.asm.commons" version="6.1.1.v20180414-0329"/>
+ <unit id="org.objectweb.asm.commons.source" version="6.1.1.v20180414-0329"/>
+ <unit id="org.objectweb.asm.source" version="6.1.1.v20180414-0329"/>
+ <unit id="org.objectweb.asm.tree" version="6.1.1.v20180414-0329"/>
+ <unit id="org.objectweb.asm.tree.source" version="6.1.1.v20180414-0329"/>
+ <unit id="org.objectweb.asm.util" version="6.1.1.v20180414-0329"/>
+ <unit id="org.objectweb.asm.util.source" version="6.1.1.v20180414-0329"/>
+ <unit id="org.objectweb.asm.xml" version="6.1.1.v20180414-0329"/>
+ <unit id="org.objectweb.asm.xml.source" version="6.1.1.v20180414-0329"/>
+ <unit id="org.objenesis" version="1.0.0.v201505121915"/>
+ <unit id="org.objenesis" version="2.6.0.v20180420-1519"/>
+ <unit id="org.objenesis.source" version="1.0.0.v201505121915"/>
+ <unit id="org.objenesis.source" version="2.6.0.v20180420-1519"/>
+ <unit id="org.openid4java" version="0.9.5.v201105210655"/>
+ <unit id="org.opensaml" version="1.1.0.v201105210827"/>
+ <unit id="org.opentest4j" version="1.0.0.v20180327-1502"/>
+ <unit id="org.opentest4j.source" version="1.0.0.v20180327-1502"/>
+ <unit id="org.ow2.jotm.jotm-core" version="2.1.9.v201204271116"/>
+ <unit id="org.ow2.jotm.jotm-core.source" version="2.1.9.v201204271116"/>
+ <unit id="org.prefuse" version="0.1.0.v20100514-1000"/>
+ <unit id="org.prefuse.source" version="0.1.0.v20100514-1000"/>
+ <unit id="org.pushingpixels.trident" version="1.2.0.v201305152020"/>
+ <unit id="org.pushingpixels.trident.source" version="1.2.0.v201305152020"/>
+ <unit id="org.quartz" version="1.8.3.v20110329-1420"/>
+ <unit id="org.quartz.source" version="1.8.3.v20110329-1420"/>
+ <unit id="org.restlet" version="2.0.5.v201605172130"/>
+ <unit id="org.restlet.ext.servlet" version="2.0.5.v201605172130"/>
+ <unit id="org.restlet.ext.servlet.source" version="2.0.5.v201605172130"/>
+ <unit id="org.restlet.source" version="2.0.5.v201605172130"/>
+ <unit id="org.sat4j.core" version="2.3.5.v201308161310"/>
+ <unit id="org.sat4j.pb" version="2.3.5.v201404071733"/>
+ <unit id="org.slf4j.api" version="1.7.2.v20121108-1250"/>
+ <unit id="org.slf4j.api" version="1.7.10.v20170428-1633"/>
+ <unit id="org.slf4j.api.source" version="1.7.2.v20121108-1250"/>
+ <unit id="org.slf4j.api.source" version="1.7.10.v20170428-1633"/>
+ <unit id="org.slf4j.apis.jcl" version="1.7.10.v20160208-0839"/>
+ <unit id="org.slf4j.apis.jcl.source" version="1.7.10.v20160208-0839"/>
+ <unit id="org.slf4j.apis.log4j" version="1.7.10.v20160208-0839"/>
+ <unit id="org.slf4j.apis.log4j.source" version="1.7.10.v20160208-0839"/>
+ <unit id="org.slf4j.binding.nop" version="1.7.10.v20160301-1109"/>
+ <unit id="org.slf4j.binding.nop.source" version="1.7.10.v20160301-1109"/>
+ <unit id="org.slf4j.binding.simple" version="1.7.10.v20160301-1109"/>
+ <unit id="org.slf4j.binding.simple.source" version="1.7.10.v20160301-1109"/>
+ <unit id="org.slf4j.bridge.jul" version="1.7.10.v20160208-0839"/>
+ <unit id="org.slf4j.bridge.jul.source" version="1.7.10.v20160208-0839"/>
+ <unit id="org.slf4j.ext" version="1.7.2.v20121108-1250"/>
+ <unit id="org.slf4j.ext" version="1.7.10.v20170224-1220"/>
+ <unit id="org.slf4j.ext.source" version="1.7.2.v20121108-1250"/>
+ <unit id="org.slf4j.ext.source" version="1.7.10.v20170224-1220"/>
+ <unit id="org.slf4j.impl.log4j12" version="1.7.2.v20131105-2200"/>
+ <unit id="org.slf4j.impl.log4j12.source" version="1.7.2.v20131105-2200"/>
+ <unit id="org.slf4j.jcl" version="1.7.2.v20130115-1340"/>
+ <unit id="org.slf4j.jcl.source" version="1.7.2.v20130115-1340"/>
+ <unit id="org.slf4j.jul" version="1.7.2.v20121108-1250"/>
+ <unit id="org.slf4j.jul.source" version="1.7.2.v20121108-1250"/>
+ <unit id="org.slf4j.log4j" version="1.7.2.v20130115-1340"/>
+ <unit id="org.slf4j.log4j.source" version="1.7.2.v20130115-1340"/>
+ <unit id="org.slf4j.nop" version="1.7.2.v201212060727"/>
+ <unit id="org.slf4j.nop.source" version="1.7.2.v201212060727"/>
+ <unit id="org.swtchart" version="0.10.0.v201605200358"/>
+ <unit id="org.swtchart.source" version="0.10.0.v201605200358"/>
+ <unit id="org.tukaani.xz" version="1.3.0.v201308270617"/>
+ <unit id="org.tukaani.xz" version="1.8.0.v20180207-1613"/>
+ <unit id="org.tukaani.xz.source" version="1.3.0.v201308270617"/>
+ <unit id="org.tukaani.xz.source" version="1.8.0.v20180207-1613"/>
+ <unit id="org.uddi4j" version="2.0.5.v200805270300"/>
+ <unit id="org.w3c.css.sac" version="1.3.1.v200903091627"/>
+ <unit id="org.w3c.css.sac.source" version="1.3.1.v200903091627"/>
+ <unit id="org.w3c.dom.events" version="3.0.0.draft20060413_v201105210656"/>
+ <unit id="org.w3c.dom.events.source" version="3.0.0.draft20060413_v201105210656"/>
+ <unit id="org.w3c.dom.smil" version="1.0.1.v200903091627"/>
+ <unit id="org.w3c.dom.smil.source" version="1.0.1.v200903091627"/>
+ <unit id="org.w3c.dom.svg" version="1.1.0.v201011041433"/>
+ <unit id="org.w3c.dom.svg.source" version="1.1.0.v201011041433"/>
+ <unit id="org.xbill.dns" version="2.0.8.v201112050911"/>
+ <unit id="org.xbill.dns.source" version="2.0.8.v201112050911"/>
+ <unit id="org.xmlpull" version="1.1.3.4_v201201052148"/>
+ <unit id="org.yaml.snakeyaml" version="1.14.0.v201604211500"/>
+ <unit id="osgi.enterprise" version="4.2.0.v201108120515"/>
+ <unit id="osgi.enterprise.source" version="4.2.0.v201108120515"/>
+ <unit id="scannotation" version="1.0.2.v201205170710"/>
+ <unit id="scannotation.source" version="1.0.2.v201205170710"/>
+ <repository location="
http://download.eclipse.org/tools/orbit/downloads/drops/R20180606145124/repository"/>
+ </location></locations><targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/></target>
\ No newline at end of file
diff -r 16f3e917f6e2 -r 31d1af7121cd org.idempiere.parent/pom.xml
--- a/org.idempiere.parent/pom.xml
+++ b/org.idempiere.parent/pom.xml
@@ -20,7 +20,6 @@
<maven.dependency.version>3.0.2</maven.dependency.version><download.maven.version>1.4.0</download.maven.version><lifecycle.mapping.version>1.0.0</lifecycle.mapping.version>
- <asm.version>6.0.0.v20180116-1719</asm.version><!--
https://www.eclipse.org/jetty/documentation/9.3.x/alpn-chapter.html#alpn-versions --><jetty.alpn-boot.version>8.1.12.v20180117</jetty.alpn-boot.version>
@@ -494,80 +493,6 @@
<arch>x86_64</arch></environment></environments>
- <filters>
- <!-- filter out eclipse bundle from eclipse repository. it's version
- 9.4.8.v20171121
https://idempiere.atlassian.net/browse/IDEMPIERE-3531?focusedCommentId=42202&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-42202 -->
- <filter>
- <type>eclipse-plugin</type>
- <id>org.eclipse.jetty.http</id>
- <restrictTo>
- <version>${jetty.version}</version>
- </restrictTo>
- </filter>
- <filter>
- <type>eclipse-plugin</type>
- <id>
org.eclipse.jetty.io</id>
- <restrictTo>
- <version>${jetty.version}</version>
- </restrictTo>
- </filter>
- <filter>
- <type>eclipse-plugin</type>
- <id>org.eclipse.jetty.security</id>
- <restrictTo>
- <version>${jetty.version}</version>
- </restrictTo>
- </filter>
- <filter>
- <type>eclipse-plugin</type>
- <id>org.eclipse.jetty.server</id>
- <restrictTo>
- <version>${jetty.version}</version>
- </restrictTo>
- </filter>
- <filter>
- <type>eclipse-plugin</type>
- <id>org.eclipse.jetty.servlet</id>
- <restrictTo>
- <version>${jetty.version}</version>
- </restrictTo>
- </filter>
- <filter>
- <type>eclipse-plugin</type>
- <id>org.eclipse.jetty.util</id>
- <restrictTo>
- <version>${jetty.version}</version>
- </restrictTo>
- </filter>
- <filter>
- <type>eclipse-plugin</type>
- <id>org.objectweb.asm.tree</id>
- <restrictTo>
- <version>${asm.version}</version>
- </restrictTo>
- </filter>
- <filter>
- <type>eclipse-plugin</type>
- <id>org.objectweb.asm</id>
- <restrictTo>
- <version>${asm.version}</version>
- </restrictTo>
- </filter>
- <filter>
- <type>eclipse-plugin</type>
- <id>org.objectweb.asm.commons</id>
- <restrictTo>
- <version>${asm.version}</version>
- </restrictTo>
- </filter>
- <filter>
- <type>eclipse-plugin</type>
- <id>org.objectweb.asm.commons</id>
- <restrictTo>
- <version>${asm.version}</version>
- </restrictTo>
- </filter>
- </filters></configuration></plugin></plugins>
https://bitbucket.org/idempiere/idempiere/commits/1bc35febbdea/
Changeset: 1bc35febbdea
Branch: experimental
User:
hie...@hasuvimex.vn
Date: 2018-09-11 14:19:12+00:00
Summary: IDEMPIERE-3531: update jetty to 9.4.11.v20180605
Affected #: 2 files
diff -r 31d1af7121cd -r 1bc35febbdea org.idempiere.p2.targetplatform/org.idempiere.p2.targetplatform.target
--- a/org.idempiere.p2.targetplatform/org.idempiere.p2.targetplatform.target
+++ b/org.idempiere.p2.targetplatform/org.idempiere.p2.targetplatform.target
@@ -48,9 +48,9 @@
<unit id="org.restlet.feature.group" version="2.3.2.v20150501-1520"/><repository location="
http://p2.restlet.com/2.3"/><location includeAllPlatforms="true" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
-<unit id="org.eclipse.jetty.bundles.f.feature.group" version="9.4.9.201803201811"/>
-<unit id="org.eclipse.jetty.bundles.f.source.feature.group" version="9.4.9.201803201811"/>
-<repository location="
http://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.9.v20180320"/>
+<unit id="org.eclipse.jetty.bundles.f.feature.group" version="9.4.11.v20180605"/>
+<unit id="org.eclipse.jetty.bundles.f.source.feature.group" version="9.4.11.v20180605"/>
+<repository location="
http://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.11.v20180605"/></location><location includeAllPlatforms="true" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit"><unit id="bcmail" version="1.58.0"/>
diff -r 31d1af7121cd -r 1bc35febbdea org.idempiere.parent/pom.xml
--- a/org.idempiere.parent/pom.xml
+++ b/org.idempiere.parent/pom.xml
@@ -13,7 +13,7 @@
<tycho.version>1.1.0</tycho.version><tycho.extras.version>${tycho.version}</tycho.extras.version><project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <jetty.version>9.4.9.v20180320</jetty.version>
+ <jetty.version>9.4.11.v20180605</jetty.version><jp.version>6.3.1</jp.version><zk.version>8.5.0</zk.version><zk.javassist.src.version>3.18.2-GA</zk.javassist.src.version>
https://bitbucket.org/idempiere/idempiere/commits/c37d73cf10cd/
Changeset: c37d73cf10cd
Branch: experimental
User:
hie...@hasuvimex.vn
Date: 2018-09-11 17:10:22+00:00
Summary: IDEMPIERE-3531: update jasper report to 6.7.0
+ add more Osgi for jasper dependency
+ don't fix incompatibility issue for swing
+ use bootdelegation to resolve org.w3c.dom.events issue. let all use class from jdk
Affected #: 18 files
diff -r 1bc35febbdea -r c37d73cf10cd org.adempiere.base/META-INF/MANIFEST.MF
--- a/org.adempiere.base/META-INF/MANIFEST.MF
+++ b/org.adempiere.base/META-INF/MANIFEST.MF
@@ -67,8 +67,8 @@
junit.framework;version="3.8.2";resolution:=optional,
junit.textui;version="3.8.2";resolution:=optional,
net.sf.cglib.proxy,
- net.sourceforge.barbecue;version="1.5.0.beta1",
- net.sourceforge.barbecue.linear.ean;version="1.5.0.beta1",
+ net.sourceforge.barbecue,
+ net.sourceforge.barbecue.linear.ean,
org.apache.activemq;version="5.3.0",
org.apache.commons.collections;version="3.2.0",
org.apache.commons.collections.keyvalue;version="3.2.0",
diff -r 1bc35febbdea -r c37d73cf10cd org.adempiere.report.jasper-feature/feature.xml
--- a/org.adempiere.report.jasper-feature/feature.xml
+++ b/org.adempiere.report.jasper-feature/feature.xml
@@ -36,13 +36,6 @@
version="0.0.0"/><plugin
- id="com.jaspersoft.studio.bundles.batik"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
id="org.antlr.runtime"
download-size="0"
install-size="0"
@@ -64,20 +57,6 @@
unpack="false"/><plugin
- id="com.jaspersoft.studio.bundles.poi"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="com.jaspersoft.studio.bundles.zxing"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
id="bctsp"
download-size="0"
install-size="0"
@@ -113,13 +92,6 @@
unpack="false"/><plugin
- id="org.apache.servicemix.bundles.jaxen"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
id="org.jfree.chart-osgi"
download-size="0"
install-size="0"
@@ -141,13 +113,6 @@
unpack="false"/><plugin
- id="com.jaspersoft.studio.bundles.jxl"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
id="net.sf.jasperreports.engine"
download-size="0"
install-size="0"
@@ -162,13 +127,6 @@
unpack="false"/><plugin
- id="org.w3c.dom.events"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
id="org.w3c.dom.smil"
download-size="0"
install-size="0"
@@ -204,18 +162,325 @@
unpack="false"/><plugin
- id="org.apache.servicemix.bundles.xmlbeans"
+ id="com.google.zxing.core"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.apache.poi.poi"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.apache.poi.poi-ooxml"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.apache.poi.poi-ooxml-schemas"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.apache.batik.anim"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.apache.batik.bridge"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.apache.batik.codec"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.apache.batik.constants"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.apache.batik.css"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.apache.batik.dom"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.apache.batik.dom.svg"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.apache.batik.ext.awt"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.apache.batik.extension"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.apache.batik.gvt"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.apache.batik.i18n"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.apache.batik.parser"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.apache.batik.pdf"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.apache.batik.script"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.apache.batik.svggen"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.apache.batik.swing"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.apache.batik.transcoder"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.apache.batik.util"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.apache.batik.util.gui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/><plugin
- id="org.w3c.dom.svg.patch"
+ id="org.apache.batik.xml"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.apache.xmlgraphics"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="com.fasterxml.jackson.core.jackson-annotations"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="com.fasterxml.jackson.core.jackson-core"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="com.fasterxml.jackson.core.jackson-databind"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="com.fasterxml.jackson.dataformat.jackson-dataformat-xml"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="com.fasterxml.jackson.datatype.jackson-datatype-guava"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="com.fasterxml.jackson.datatype.jackson-datatype-joda"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="com.fasterxml.jackson.jaxrs.jackson-jaxrs-base"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="com.fasterxml.jackson.jaxrs.jackson-jaxrs-xml-provider"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="com.fasterxml.jackson.module.jackson-module-jaxb-annotations"
download-size="0"
install-size="0"
version="0.0.0"
- fragment="true"
+ unpack="false"/>
+
+ <plugin
+ id="com.fasterxml.jackson.module.jackson-module-jsonSchema"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="com.fasterxml.woodstox.woodstox-core"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="javax.validation.api"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="stax2-api"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="
javax.ws.rs"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="com.google.guava"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.json"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="com.fasterxml.jackson.module.jackson-module-jsonSchema.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="com.fasterxml.jackson.datatype.jackson-datatype-json-org"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="json"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.w3c.dom.events"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
unpack="false"/></feature>
diff -r 1bc35febbdea -r c37d73cf10cd org.adempiere.report.jasper.library/.classpath
--- a/org.adempiere.report.jasper.library/.classpath
+++ b/org.adempiere.report.jasper.library/.classpath
@@ -4,12 +4,11 @@
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/><classpathentry exported="true" kind="lib" path="lib/castor-core.jar"/><classpathentry exported="true" kind="lib" path="lib/castor-xml.jar"/>
- <classpathentry exported="true" kind="lib" path="lib/jasperreports-fonts.jar"/><classpathentry exported="true" kind="lib" path="lib/jasperreports-chart-customizers.jar"/><classpathentry exported="true" kind="lib" path="lib/jasperreports-chart-themes.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/jasperreports-fonts.jar"/><classpathentry exported="true" kind="lib" path="lib/jasperreports-functions.jar"/><classpathentry exported="true" kind="lib" path="lib/olap4j.jar"/>
- <classpathentry exported="true" kind="lib" path="lib/rhino.jar"/><classpathentry exported="true" kind="lib" path="lib/spring-beans.jar"/><classpathentry exported="true" kind="lib" path="lib/spring-core.jar"/><classpathentry exported="true" kind="lib" path="lib/xmpcore.jar"/>
diff -r 1bc35febbdea -r c37d73cf10cd org.adempiere.report.jasper.library/META-INF/MANIFEST.MF
--- a/org.adempiere.report.jasper.library/META-INF/MANIFEST.MF
+++ b/org.adempiere.report.jasper.library/META-INF/MANIFEST.MF
@@ -13,94 +13,9 @@
lib/jasperreports-fonts.jar,
lib/jasperreports-functions.jar,
lib/olap4j.jar,
- lib/rhino.jar,
lib/spring-beans.jar,
lib/spring-core.jar,
lib/xmpcore.jar
-Import-Package: bsh,
- bsh.classpath,
- bsh.collection,
- bsh.commands,
- bsh.engine,
- bsh.org.objectweb.asm,
- bsh.reflect,
- bsh.servlet,
- bsh.util,
- javax.servlet;version="3.1.0",
- javax.servlet.http;version="3.1.0",
- javax.servlet.resources;version="3.1.0",
- org.apache.commons.codec.digest;version="1.6.0",
- org.apache.tools.ant,
- org.apache.tools.ant.attribute,
- org.apache.tools.ant.dispatch,
- org.apache.tools.ant.filters,
- org.apache.tools.ant.filters.util,
- org.apache.tools.ant.helper,
- org.apache.tools.ant.input,
- org.apache.tools.ant.launch,
- org.apache.tools.ant.listener,
- org.apache.tools.ant.loader,
- org.apache.tools.ant.property,
- org.apache.tools.ant.taskdefs,
- org.apache.tools.ant.taskdefs.compilers,
- org.apache.tools.ant.taskdefs.condition,
- org.apache.tools.ant.taskdefs.cvslib,
- org.apache.tools.ant.taskdefs.email,
- org.apache.tools.ant.taskdefs.launcher,
- org.apache.tools.ant.taskdefs.optional,
- org.apache.tools.ant.taskdefs.optional.ccm,
- org.apache.tools.ant.taskdefs.optional.clearcase,
- org.apache.tools.ant.taskdefs.optional.depend,
- org.apache.tools.ant.taskdefs.optional.depend.constantpool,
- org.apache.tools.ant.taskdefs.optional.ejb,
- org.apache.tools.ant.taskdefs.optional.extension,
- org.apache.tools.ant.taskdefs.optional.extension.resolvers,
- org.apache.tools.ant.taskdefs.optional.i18n,
- org.apache.tools.ant.taskdefs.optional.image,
- org.apache.tools.ant.taskdefs.optional.j2ee,
- org.apache.tools.ant.taskdefs.optional.javacc,
- org.apache.tools.ant.taskdefs.optional.javah,
- org.apache.tools.ant.taskdefs.optional.jdepend,
- org.apache.tools.ant.taskdefs.optional.jlink,
- org.apache.tools.ant.taskdefs.optional.jsp,
- org.apache.tools.ant.taskdefs.optional.jsp.compilers,
- org.apache.tools.ant.taskdefs.optional.junit,
- org.apache.tools.ant.taskdefs.optional.native2ascii,
-
org.apache.tools.ant.taskdefs.optional.net,
- org.apache.tools.ant.taskdefs.optional.pvcs,
- org.apache.tools.ant.taskdefs.optional.script,
- org.apache.tools.ant.taskdefs.optional.sos,
- org.apache.tools.ant.taskdefs.optional.sound,
- org.apache.tools.ant.taskdefs.optional.splash,
- org.apache.tools.ant.taskdefs.optional.ssh,
- org.apache.tools.ant.taskdefs.optional.testing,
- org.apache.tools.ant.taskdefs.optional.unix,
- org.apache.tools.ant.taskdefs.optional.vss,
- org.apache.tools.ant.taskdefs.optional.windows,
- org.apache.tools.ant.taskdefs.rmic,
- org.apache.tools.ant.types,
- org.apache.tools.ant.types.mappers,
- org.apache.tools.ant.types.optional,
- org.apache.tools.ant.types.optional.depend,
- org.apache.tools.ant.types.optional.image,
- org.apache.tools.ant.types.resolver,
- org.apache.tools.ant.types.resources,
- org.apache.tools.ant.types.resources.comparators,
- org.apache.tools.ant.types.resources.selectors,
- org.apache.tools.ant.types.selectors,
- org.apache.tools.ant.types.selectors.modifiedselector,
- org.apache.tools.ant.types.spi,
- org.apache.tools.ant.util,
- org.apache.tools.ant.util.depend,
- org.apache.tools.ant.util.depend.bcel,
- org.apache.tools.ant.util.facade,
- org.apache.tools.ant.util.java15,
- org.apache.tools.ant.util.optional,
- org.apache.tools.ant.util.regexp,
- org.apache.tools.bzip2,
- org.apache.tools.mail,
- org.apache.tools.tar,
- org.apache.tools.zip,
- org.apache.xml.serializer;version="2.7.1"
DynamicImport-Package: *
+Import-Package: org.w3c.dom.events;version="[3.0.0,4.0.0)"
Automatic-Module-Name: org.adempiere.report.jasper.library
diff -r 1bc35febbdea -r c37d73cf10cd org.adempiere.report.jasper.library/build.properties
--- a/org.adempiere.report.jasper.library/build.properties
+++ b/org.adempiere.report.jasper.library/build.properties
@@ -7,7 +7,6 @@
lib/jasperreports-fonts.jar,\
lib/jasperreports-functions.jar,\
lib/olap4j.jar,\
- lib/rhino.jar,\
lib/spring-beans.jar,\
lib/spring-core.jar,\
lib/xmpcore.jar
diff -r 1bc35febbdea -r c37d73cf10cd org.adempiere.report.jasper.library/pom.xml
--- a/org.adempiere.report.jasper.library/pom.xml
+++ b/org.adempiere.report.jasper.library/pom.xml
@@ -49,11 +49,6 @@
<version>${jp.version}</version></artifactItem><artifactItem>
- <groupId>org.mozilla</groupId>
- <artifactId>rhino</artifactId>
- <version>1.7.6</version>
- </artifactItem>
- <artifactItem><groupId>org.olap4j</groupId><artifactId>olap4j</artifactId><version>0.9.7.309-JS-3</version>
@@ -93,7 +88,7 @@
<goal>wget</goal></goals><configuration>
- <url>${url.file.srv}/jarfile/jp-6.3.1/jasperreports-fonts-6.3.1.jar</url>
+ <url>${url.file.srv}/jarfile/jp-${jp.version}/jasperreports-fonts-${jp.version}.jar</url><unpack>false</unpack><outputDirectory>lib</outputDirectory><outputFileName>jasperreports-fonts.jar</outputFileName>
diff -r 1bc35febbdea -r c37d73cf10cd org.adempiere.report.jasper.swing/META-INF/MANIFEST.MF
--- a/org.adempiere.report.jasper.swing/META-INF/MANIFEST.MF
+++ b/org.adempiere.report.jasper.swing/META-INF/MANIFEST.MF
@@ -9,6 +9,7 @@
org.adempiere.report.jasper;bundle-version="0.0.0"
Import-Package: net.sf.jasperreports.engine,
net.sf.jasperreports.engine.export,
+ net.sf.jasperreports.swing,
net.sf.jasperreports.view,
org.adempiere.report.jasper,
org.osgi.framework
diff -r 1bc35febbdea -r c37d73cf10cd org.adempiere.report.jasper.swing/src/org/compiere/report/JasperReportViewer.java
--- a/org.adempiere.report.jasper.swing/src/org/compiere/report/JasperReportViewer.java
+++ b/org.adempiere.report.jasper.swing/src/org/compiere/report/JasperReportViewer.java
@@ -22,7 +22,7 @@
import net.sf.jasperreports.engine.JasperPrint;
import net.sf.jasperreports.engine.JasperReport;
import net.sf.jasperreports.engine.export.JRXlsExporter;
-import net.sf.jasperreports.view.JRViewer;
+import net.sf.jasperreports.swing.JRViewer;
import org.compiere.apps.EMailDialog;
import org.compiere.model.MUser;
@@ -76,8 +76,8 @@
tlbToolBar.add(comboBox);
// Set default viewer zoom level
- btnFitPage.setSelected(true);
- setZooms();
+ //btnFitPage.setSelected(true);
+ //setZooms();
}
public JasperPrint getJasperPrint() {
@@ -89,12 +89,12 @@
}
- @Override
+ //@Override
protected void paintPage(Graphics2D grx) {
ClassLoader cl = Thread.currentThread().getContextClassLoader();
try {
Thread.currentThread().setContextClassLoader(JasperReport.class.getClassLoader());
- super.paintPage(grx);
+ //super.paintPage(grx);
} finally {
Thread.currentThread().setContextClassLoader(cl);
}
diff -r 1bc35febbdea -r c37d73cf10cd org.adempiere.report.jasper/META-INF/MANIFEST.MF
--- a/org.adempiere.report.jasper/META-INF/MANIFEST.MF
+++ b/org.adempiere.report.jasper/META-INF/MANIFEST.MF
@@ -4,7 +4,7 @@
Bundle-SymbolicName: org.adempiere.report.jasper;singleton:=true
Bundle-Version: 5.1.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
-Import-Package: net.sourceforge.barbecue;version="1.5.0.beta1",
+Import-Package: net.sourceforge.barbecue,
org.apache.commons.codec,
org.apache.commons.codec.binary,
org.apache.commons.logging;version="1.1.1",
diff -r 1bc35febbdea -r c37d73cf10cd org.adempiere.server-feature/idempiere-server.sh
--- a/org.adempiere.server-feature/idempiere-server.sh
+++ b/org.adempiere.server-feature/idempiere-server.sh
@@ -21,7 +21,7 @@
echo ===================================
-VMOPTS="-Dorg.osgi.framework.bootdelegation=sun.security.ssl
+VMOPTS="-Dorg.osgi.framework.bootdelegation=sun.security.ssl,org.w3c.dom.events
-Dosgi.compatibility.bootdelegation=true
-Djetty.home=$BASE/jettyhome
-Djetty.base=$BASE/jettyhome
diff -r 1bc35febbdea -r c37d73cf10cd org.adempiere.server-feature/server.product
--- a/org.adempiere.server-feature/server.product
+++ b/org.adempiere.server-feature/server.product
@@ -9,7 +9,7 @@
<launcherArgs><programArgs>-console
</programArgs>
- <vmArgs>-Declipse.product=org.adempiere.server.product -Dosgi.noShutdown=true -Dosgi.framework.activeThreadType=normal -Dorg.osgi.framework.bootdelegation=sun.security.ssl -Dosgi.compatibility.bootdelegation=true -Djetty.home=jettyhome -Djetty.etc.config.urls=etc/jetty.xml,etc/jetty-deployer.xml,etc/jetty-ssl.xml,etc/jetty-ssl-context.xml,etc/jetty-http.xml,etc/jetty-alpn.xml,etc/jetty-http2.xml,etc/jetty-https.xml -Dmail.mime.encodefilename=true -Dmail.mime.decodefilename=true -Dmail.mime.encodeparameters=true -Dmail.mime.decodeparameters=true -Dhazelcast.config=hazelcast.xml -Dorg.zkoss.zk.config.path=file://${workspace_loc}/zk.xml
+ <vmArgs>-Declipse.product=org.adempiere.server.product -Dosgi.noShutdown=true -Dosgi.framework.activeThreadType=normal -Dorg.osgi.framework.bootdelegation=sun.security.ssl,org.w3c.dom.events -Dosgi.compatibility.bootdelegation=true -Djetty.home=jettyhome -Djetty.etc.config.urls=etc/jetty.xml,etc/jetty-deployer.xml,etc/jetty-ssl.xml,etc/jetty-ssl-context.xml,etc/jetty-http.xml,etc/jetty-alpn.xml,etc/jetty-http2.xml,etc/jetty-https.xml -Dmail.mime.encodefilename=true -Dmail.mime.decodefilename=true -Dmail.mime.encodeparameters=true -Dmail.mime.decodeparameters=true -Dhazelcast.config=hazelcast.xml -Dorg.zkoss.zk.config.path=file://${workspace_loc}/zk.xml
</vmArgs><vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts
</vmArgsMac>
diff -r 1bc35febbdea -r c37d73cf10cd org.adempiere.server-feature/setup/configuration/config.ini
--- a/org.adempiere.server-feature/setup/configuration/config.ini
+++ b/org.adempiere.server-feature/setup/configuration/config.ini
@@ -1,4 +1,4 @@
-osgi.framework=file\:../plugins/org.eclipse.osgi_3.12.100.v20180210-1608.jar
+osgi.framework=file\:../plugins/org.eclipse.osgi_3.13.0.v20180409-1500.jar
osgi.install.area=setup
osgi.bundles=org.eclipse.equinox.ds@1:start,\
org.eclipse.equinox.util,\
diff -r 1bc35febbdea -r c37d73cf10cd org.idempiere.equinox.p2.director-feature/director/configuration/config.ini
--- a/org.idempiere.equinox.p2.director-feature/director/configuration/config.ini
+++ b/org.idempiere.equinox.p2.director-feature/director/configuration/config.ini
@@ -1,4 +1,4 @@
-osgi.framework=file\:../plugins/org.eclipse.osgi_3.12.100.v20180210-1608.jar
+osgi.framework=file\:../plugins/org.eclipse.osgi_3.13.0.v20180409-1500.jar
osgi.install.area=director
equinox.use.ds=true
osgi.bundles=org.eclipse.core.net@start,\
diff -r 1bc35febbdea -r c37d73cf10cd org.idempiere.maven.to.p2/org.idempiere.maven.to.p2/pom.xml
--- a/org.idempiere.maven.to.p2/org.idempiere.maven.to.p2/pom.xml
+++ b/org.idempiere.maven.to.p2/org.idempiere.maven.to.p2/pom.xml
@@ -1,12 +1,12 @@
<project xmlns="
http://maven.apache.org/POM/4.0.0" xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion><parent><groupId>org.idempiere</groupId><artifactId>org.idempiere.parent</artifactId><version>5.1.0-SNAPSHOT</version><relativePath>../../org.idempiere.parent/pom.xml</relativePath></parent>
+ <modelVersion>4.0.0</modelVersion><artifactId>org.idempiere.maven.to.p2</artifactId><packaging>pom</packaging><properties>
@@ -17,9 +17,29 @@
<jetty.conscrypt.version>8.1.12.v20180117</jetty.conscrypt.version><jetty.osgi.servlet.api.version>3.1.0.M3</jetty.osgi.servlet.api.version><jetty.conscrypt.openjdk.uber.version>1.1.0</jetty.conscrypt.openjdk.uber.version>
-
-
+ <jackson.version>2.9.5</jackson.version><!--it up to version of jasperreport engine-->
+ <stax2.api.version>3.1.4</stax2.api.version><!--it up to version of jasperreport engine-->
+ <validation.api.version>1.1.0.Final</validation.api.version><!--it up to version of jasperreport engine-->
+ <woodstox.core.version>5.0.3</woodstox.core.version><!--it up to version of jasperreport engine-->
+ <json.version>20171018</json.version><!--it up to version of jackson-datatype-json-org--></properties>
+
+ <repositories>
+ <repository>
+ <id>orbit-photon-R20180531190352</id><!--only this repository have bakik 1.9-->
+ <url>
http://download.eclipse.org/tools/orbit/downloads/drops2/R20180531190352/repository</url>
+ <layout>p2</layout>
+ </repository>
+ <repository>
+ <id>org.jfree.chart</id>
+ <url>
http://nexus.orbisgis.org/content/repositories/osgi-maven</url>
+ </repository>
+ <repository>
+ <id>jasperstudio-6.6.0</id>
+ <url>
https://sourceforge.net/projects/jasperstudio/files/updatesite/6.6.0</url>
+ <layout>p2</layout>
+ </repository>
+ </repositories><build><plugins>
@@ -475,18 +495,158 @@
<artifacts><artifact><id>net.sf.jasperreports:jasperreports:jar:${jp.version}</id>
- <source>false</source>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>commons-digester:commons-digester:jar:2.1</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>com.google.zxing:core:jar:3.2.1</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>org.apache.servicemix.bundles:org.apache.servicemix.bundles.jaxen:jar:1.1.1_2</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>org.apache.servicemix.bundles:org.apache.servicemix.bundles.rhino:jar:1.7.6_1</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>org.jfree:jfreechart-osgi:jar:1.0.19</id>
+ <source>true</source><transitive>false</transitive>
- <override>true</override>
+ </artifact>
+ <artifact>
+ <id>org.jfree:jcommon-osgi:jar:1.0.23</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>org.apache.poi:poi:jar:3.15</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ <override>true</override>
+ <instructions>
+ <Bundle-SymbolicName>org.apache.poi.poi</Bundle-SymbolicName>
+ <Bundle-Name>poi-ooxml</Bundle-Name>
+ <Import-Package>*;resolution:=optional</Import-Package>
+ <Export-Package>*</Export-Package>
+ </instructions>
+ </artifact>
+ <artifact>
+ <id>org.apache.poi:poi-ooxml:jar:3.15</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ <override>true</override>
+ <instructions>
+ <Bundle-SymbolicName>org.apache.poi.poi-ooxml</Bundle-SymbolicName>
+ <Bundle-Name>poi-ooxml</Bundle-Name>
+ <Import-Package>*;resolution:=optional</Import-Package>
+ <Export-Package>*</Export-Package>
+ </instructions>
+ </artifact>
+ <artifact>
+ <id>org.apache.poi:poi-ooxml-schemas:jar:3.15</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ <override>true</override><instructions>
- <Bundle-SymbolicName>net.sf.jasperreports.engine</Bundle-SymbolicName>
- <Bundle-Name>net.sf.jasperreports.engine</Bundle-Name>
+ <Bundle-SymbolicName>org.apache.poi.poi-ooxml-schemas</Bundle-SymbolicName>
+ <Bundle-Name>poi-ooxml-schemas</Bundle-Name>
+ <Import-Package>*;resolution:=optional</Import-Package>
+ <Export-Package>*</Export-Package></instructions></artifact>
+ <artifact>
+ <id>com.fasterxml.jackson.core:jackson-core:jar:${jackson.version}</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>com.fasterxml.jackson.core:jackson-annotations:jar:${jackson.version}</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>com.fasterxml.jackson.core:jackson-databind:jar:${jackson.version}</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:${jackson.version}</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>com.fasterxml.jackson.datatype:jackson-datatype-guava:jar:${jackson.version}</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:${jackson.version}</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>com.fasterxml.jackson.datatype:jackson-datatype-json-org:jar:${jackson.version}</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:${jackson.version}</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:${jackson.version}</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>com.fasterxml.jackson.jaxrs:jackson-jaxrs-xml-provider:jar:${jackson.version}</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:${jackson.version}</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>com.fasterxml.jackson.module:jackson-module-jsonSchema:jar:${jackson.version}</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>org.codehaus.woodstox:stax2-api:jar:${stax2.api.version}</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>javax.validation:validation-api:jar:${validation.api.version}</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>com.fasterxml.woodstox:woodstox-core:jar:${woodstox.core.version}</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>org.json:json:jar:${json.version}</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact></artifacts></feature></featureDefinitions>
-
<artifacts><artifact><id>org.javassist:javassist:${zk.javassist.src.version}</id>
@@ -504,7 +664,83 @@
</instructions></artifact></artifacts>
-
+ <p2>
+ <artifact>
+ <id>org.apache.batik.anim:1.9.1.v20180528-1434</id>
+ </artifact>
+ <artifact>
+ <id>org.apache.batik.bridge:1.9.1.v20180313-1559</id>
+ </artifact>
+ <artifact>
+ <id>org.apache.batik.codec:1.9.1.v20180313-1559</id>
+ </artifact>
+ <artifact>
+ <id>org.apache.batik.constants:1.9.1.v20180227-1645</id>
+ </artifact>
+ <artifact>
+ <id>org.apache.batik.css:1.9.1.v20180313-1559</id>
+ </artifact>
+ <artifact>
+ <id>org.apache.batik.dom:1.9.1.v20180528-1434</id>
+ </artifact>
+ <artifact>
+ <id>org.apache.batik.dom.svg:1.9.1.v20180313-1559</id>
+ </artifact>
+ <artifact>
+ <id>org.apache.batik.ext.awt:1.9.1.v20180227-1645</id>
+ </artifact>
+ <artifact>
+ <id>org.apache.batik.extension:1.9.1.v20180313-1559</id>
+ </artifact>
+ <artifact>
+ <id>org.apache.batik.gvt:1.9.1.v20180227-1645</id>
+ </artifact>
+ <artifact>
+ <id>org.apache.batik.i18n:1.9.1.v20180227-1645</id>
+ </artifact>
+ <artifact>
+ <id>org.apache.batik.parser:1.9.1.v20180313-1559</id>
+ </artifact>
+ <artifact>
+ <id>org.apache.batik.pdf:1.9.1.v20180417-1407</id>
+ </artifact>
+ <artifact>
+ <id>org.apache.batik.script:1.9.1.v20180313-1559</id>
+ </artifact>
+ <artifact>
+ <id>org.apache.batik.svggen:1.9.1.v20180313-1559</id>
+ </artifact>
+ <artifact>
+ <id>org.apache.batik.swing:1.9.1.v20180313-1559</id>
+ </artifact>
+ <artifact>
+ <id>org.apache.batik.transcoder:1.9.1.v20180313-1559</id>
+ </artifact>
+ <artifact>
+ <id>org.apache.batik.util:1.9.1.v20180227-1645</id>
+ </artifact>
+ <artifact>
+ <id>org.apache.batik.util.gui:1.9.1.v20180227-1645</id>
+ </artifact>
+ <artifact>
+ <id>org.apache.batik.xml:1.9.1.v20180227-1645</id>
+ </artifact>
+ <artifact>
+ <id>org.apache.xmlgraphics:2.2.0.v20180410-1551</id>
+ </artifact>
+ <artifact>
+ <id>com.jaspersoft.studio.bundles.barbecue:1.5.0.beta1_b02</id>
+ </artifact>
+ <artifact>
+ <id>com.jaspersoft.studio.bundles.itext:2.1.7.js6_b02</id>
+ </artifact>
+ <artifact>
+ <id>org.w3c.dom.svg.patch:1.1.0.b02</id>
+ </artifact>
+ <artifact>
+ <id>org.krysalis.barcode4j:2.1.0</id>
+ </artifact>
+ </p2></configuration></execution></executions>
@@ -539,7 +775,7 @@
<id>rename-file</id><phase>package</phase><goals>
- <goal>rename</goal>
+ <goal>copy</goal></goals><configuration><fileSets>
@@ -607,13 +843,29 @@
</goals><configuration>
- <append>false</append>
+ <append>true</append><sourceLocation>${project.build.directory}/repository</sourceLocation></configuration></execution></executions></plugin>
+ <plugin>
+ <groupId>org.eclipse.tycho.extras</groupId>
+ <artifactId>tycho-eclipserun-plugin</artifactId>
+ <configuration>
+ <appArgLine>-application org.eclipse.equinox.p2.publisher.CategoryPublisher -artifactRepository file:${project.build.directory}/repository -metadataRepository file:${project.build.directory}/repository -categoryDefinition file:${project.build.directory}/repository/category.xml -categoryQualifier -compress</appArgLine>
+ </configuration>
+ <executions>
+ <execution>
+ <goals>
+ <goal>eclipse-run</goal>
+ </goals>
+ <phase>package</phase>
+ </execution>
+ </executions>
+ </plugin>
+
</plugins></build></project>
diff -r 1bc35febbdea -r c37d73cf10cd org.idempiere.p2.targetplatform/org.idempiere.p2.targetplatform.target
--- a/org.idempiere.p2.targetplatform/org.idempiere.p2.targetplatform.target
+++ b/org.idempiere.p2.targetplatform/org.idempiere.p2.targetplatform.target
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?><?pde version="3.8"?><target name="idempiere" sequenceNumber="107">
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><?pde version="3.8"?><target name="idempiere-180911" sequenceNumber="107"><locations><location includeAllPlatforms="true" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit"><unit id="org.restlet.example.feature.group" version="2.3.2.v20150501-1520"/>
@@ -47,136 +47,12 @@
<unit id="org.restlet.ext.xstream.feature.group" version="2.3.2.v20150501-1520"/><unit id="org.restlet.feature.group" version="2.3.2.v20150501-1520"/><repository location="
http://p2.restlet.com/2.3"/>
+</location><location includeAllPlatforms="true" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit"><unit id="org.eclipse.jetty.bundles.f.feature.group" version="9.4.11.v20180605"/><unit id="org.eclipse.jetty.bundles.f.source.feature.group" version="9.4.11.v20180605"/><repository location="
http://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.11.v20180605"/></location>
-<location includeAllPlatforms="true" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
-<unit id="bcmail" version="1.58.0"/>
-<unit id="bcmail.source" version="1.58.0"/>
-<unit id="bcpkix" version="1.58.0"/>
-<unit id="bcpkix.source" version="1.58.0"/>
-<unit id="bcprov" version="1.58.0"/>
-<unit id="bcprov.source" version="1.58.0"/>
-<unit id="bctsp" version="1.46.0"/>
-<unit id="bctsp.source" version="1.46.0"/>
-<unit id="com.ibm.icu" version="60.2.0"/>
-<unit id="com.ibm.icu.source" version="60.2.0"/>
-<unit id="com.itextpdf" version="5.5.12"/>
-<unit id="com.itextpdf.source" version="5.5.12"/>
-<unit id="com.sun.mail.javax.mail" version="1.6.0"/>
-<unit id="com.sun.mail.javax.mail.source" version="1.6.0"/>
-<unit id="groovy-all" version="2.4.13"/>
-<unit id="groovy-all.source" version="2.4.13"/>
-<unit id="javax.annotation-api" version="1.3.1"/>
-<unit id="javax.annotation-api.source" version="1.3.1"/>
-<unit id="javax.management.j2ee-api" version="1.1.1"/>
-<unit id="javax.management.j2ee-api.source" version="1.1.1"/>
-<unit id="javax.websocket-api" version="1.1.0"/>
-<unit id="javax.websocket-api.source" version="1.1.0"/>
-<unit id="joda-time" version="2.9.9"/>
-<unit id="joda-time.source" version="2.9.9"/>
-<unit id="net.sf.jasperreports.engine" version="6.3.1"/>
-<unit id="net.sf.supercsv.super-csv" version="2.4.0"/>
-<unit id="net.sf.supercsv.super-csv.source" version="2.4.0"/>
-<unit id="org.apache.activemq.activemq-core" version="5.7.0"/>
-<unit id="org.apache.activemq.activemq-core.source" version="5.7.0"/>
-<unit id="org.apache.activemq.kahadb" version="5.7.0"/>
-<unit id="org.apache.activemq.kahadb.source" version="5.7.0"/>
-<unit id="org.apache.aries.spifly.dynamic.bundle" version="1.0.10"/>
-<unit id="org.apache.aries.spifly.dynamic.bundle.source" version="1.0.10"/>
-<unit id="org.apache.aries.util" version="1.1.3"/>
-<unit id="org.apache.aries.util.source" version="1.1.3"/>
-<unit id="org.apache.commons.commons-collections4" version="4.2.0"/>
-<unit id="org.apache.commons.commons-collections4.source" version="4.2.0"/>
-<unit id="org.apache.commons.configuration" version="2.2.0"/>
-<unit id="org.apache.commons.configuration.source" version="2.2.0"/>
-<unit id="org.apache.commons.digester" version="2.1.0"/>
-<unit id="org.apache.commons.digester.source" version="2.1.0"/>
-<unit id="org.apache.commons.javaflow" version="1590792.0.0"/>
-<unit id="org.apache.commons.javaflow.source" version="1590792.0.0"/>
-<unit id="org.apache.felix.inventory" version="1.0.6"/>
-<unit id="org.apache.felix.inventory.source" version="1.0.6"/>
-<unit id="org.apache.felix.webconsole" version="4.3.4"/>
-<unit id="org.apache.felix.webconsole.plugins.ds" version="2.0.8"/>
-<unit id="org.apache.felix.webconsole.plugins.ds.source" version="2.0.8"/>
-<unit id="org.apache.felix.webconsole.plugins.memoryusage" version="1.0.6"/>
-<unit id="org.apache.felix.webconsole.plugins.memoryusage.source" version="1.0.6"/>
-<unit id="org.apache.felix.webconsole.plugins.packageadmin" version="1.0.4"/>
-<unit id="org.apache.felix.webconsole.plugins.packageadmin.source" version="1.0.4"/>
-<unit id="org.apache.felix.webconsole.source" version="4.3.4"/>
-<unit id="org.apache.servicemix.bundles.cglib" version="3.2.5.1"/>
-<unit id="org.apache.servicemix.bundles.cglib.source" version="3.2.5.1"/>
-<unit id="org.apache.taglibs.standard-impl" version="1.2.5"/>
-<unit id="org.apache.taglibs.standard-impl.source" version="1.2.5"/>
-<unit id="org.apache.taglibs.standard-jstlel" version="1.2.5"/>
-<unit id="org.apache.taglibs.standard-jstlel.source" version="1.2.5"/>
-<unit id="org.apache.taglibs.taglibs-standard-spec" version="1.2.5"/>
-<unit id="org.apache.taglibs.taglibs-standard-spec.source" version="1.2.5"/>
-<unit id="org.apache.velocity" version="1.7.0"/>
-<unit id="org.apache.velocity.source" version="1.7.0"/>
-<unit id="org.atmosphere.runtime" version="2.4.16"/>
-<unit id="org.atmosphere.runtime.source" version="2.4.16"/>
-<unit id="org.cryptacular" version="1.2.1"/>
-<unit id="org.cryptacular.source" version="1.2.1"/>
-<unit id="org.eclipse.jdt.core.compiler.batch" version="3.8.2.v20130121-145325"/>
-<unit id="org.eclipse.jdt.core.compiler.batch.source" version="3.8.2.v20130121-145325"/>
-<unit id="org.eclipse.jetty.alpn.api" version="1.1.3.v20160715"/>
-<unit id="org.eclipse.jetty.alpn.api.source" version="1.1.3.v20160715"/>
-<unit id="org.eclipse.jetty.alpn.conscrypt.server" version="9.4.9.v20180320"/>
-<unit id="org.eclipse.jetty.alpn.conscrypt.server.source" version="9.4.9.v20180320"/>
-<unit id="org.eclipse.jetty.alpn.openjdk8.server" version="9.4.9.v20180320"/>
-<unit id="org.eclipse.jetty.alpn.openjdk8.server.source" version="9.4.9.v20180320"/>
-<unit id="org.eclipse.jetty.osgi-servlet-api" version="3.1.0.M3"/>
-<unit id="org.eclipse.jetty.osgi-servlet-api.source" version="3.1.0.M3"/>
-<unit id="org.idempiere.org.conscrypt.openjdk-uber" version="1.1.0"/>
-<unit id="org.idempiere.org.conscrypt.openjdk-uber.source" version="1.1.0"/>
-<unit id="org.mortbay.jasper.apache-el" version="8.5.24"/>
-<unit id="org.mortbay.jasper.apache-el.source" version="8.5.24"/>
-<unit id="org.mortbay.jasper.apache-jsp" version="8.5.24"/>
-<unit id="org.passay" version="1.3.0"/>
-<unit id="org.passay.source" version="1.3.0"/>
-<unit id="zcommon" version="8.5.0"/>
-<unit id="zcommon.sources" version="8.5.0"/>
-<unit id="zel" version="8.5.0"/>
-<unit id="zel.sources" version="8.5.0"/>
-<unit id="zhtml" version="8.5.0"/>
-<unit id="zhtml.sources" version="8.5.0"/>
-<unit id="zjavassist" version="8.5.0"/>
-<unit id="zjavassist.sources" version="8.5.0"/>
-<unit id="zk" version="8.5.0"/>
-<unit id="zk.sources" version="8.5.0"/>
-<unit id="zkbind" version="8.5.0"/>
-<unit id="zkbind.sources" version="8.5.0"/>
-<unit id="zkplus" version="8.5.0"/>
-<unit id="zkplus.sources" version="8.5.0"/>
-<unit id="zul" version="8.5.0"/>
-<unit id="zul.sources" version="8.5.0"/>
-<unit id="zweb" version="8.5.0"/>
-<unit id="zweb.sources" version="8.5.0"/>
-<repository location="
https://sourceforge.net/projects/idempiere/files/binary.file/jarfile/maven-p2-R20180726"/>
-</location>
- <location includeAllPlatforms="true" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
- <unit id="com.jaspersoft.studio.bundles.barbecue" version="1.5.0.beta1"/>
- <unit id="com.jaspersoft.studio.bundles.batik" version="1.8.0.js01"/>
- <unit id="com.jaspersoft.studio.bundles.commons-digester" version="2.1.0.201503161008"/>
- <unit id="com.jaspersoft.studio.bundles.itext" version="2.1.7.js5"/>
- <unit id="com.jaspersoft.studio.bundles.jxl" version="2.6.10"/>
- <unit id="com.jaspersoft.studio.bundles.poi" version="3.10.1.201502161145"/>
- <unit id="com.jaspersoft.studio.bundles.zxing" version="2.3.0"/>
- <unit id="net.sf.jasperreports.engine" version="6.3.1"/>
- <unit id="net.sf.jasperreports.engine.source" version="6.3.1"/>
- <unit id="org.apache.commons.collections" version="3.2.2.v201511171945"/>
- <unit id="org.apache.servicemix.bundles.jaxen" version="1.1.1.2"/>
- <unit id="org.apache.servicemix.bundles.rhino" version="1.7.6.1"/>
- <unit id="org.apache.servicemix.bundles.xmlbeans" version="2.5.0.2"/>
- <unit id="org.jfree.chart-osgi" version="1.0.19"/>
- <unit id="org.jfree.jcommon-osgi" version="1.0.23"/>
- <unit id="org.krysalis.barcode4j" version="2.1.0"/>
- <repository location="
https://sourceforge.net/projects/idempiere/files/binary.file/jarfile/jp-p2/jp-6.3.1/"/>
- <unit id="org.w3c.dom.svg.patch" version="1.1.0"/>
- </location><location includeAllPlatforms="true" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit"><unit id="org.eclipse.e4.core.tools.feature.source.feature.group" version="4.8.0.v20180512-1132"/><unit id="org.eclipse.pde.api.tools.ee.feature.feature.group" version="1.0.300.v20180221-1224"/>
@@ -921,6 +797,181 @@
<unit id="scannotation.source" version="1.0.2.v201205170710"/><repository location="
http://download.eclipse.org/tools/orbit/downloads/drops/R20180606145124/repository"/></location>
+ <location includeAllPlatforms="true" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
+ <unit id="bcmail" version="1.58.0"/>
+ <unit id="bcmail.source" version="1.58.0"/>
+ <unit id="bcpkix" version="1.58.0"/>
+ <unit id="bcpkix.source" version="1.58.0"/>
+ <unit id="bcprov" version="1.58.0"/>
+ <unit id="bcprov.source" version="1.58.0"/>
+ <unit id="bctsp" version="1.46.0"/>
+ <unit id="bctsp.source" version="1.46.0"/>
+ <unit id="com.fasterxml.jackson.core.jackson-annotations" version="2.9.5"/>
+ <unit id="com.fasterxml.jackson.core.jackson-annotations.source" version="2.9.5"/>
+ <unit id="com.fasterxml.jackson.core.jackson-core" version="2.9.5"/>
+ <unit id="com.fasterxml.jackson.core.jackson-core.source" version="2.9.5"/>
+ <unit id="com.fasterxml.jackson.core.jackson-databind" version="2.9.5"/>
+ <unit id="com.fasterxml.jackson.core.jackson-databind.source" version="2.9.5"/>
+ <unit id="com.fasterxml.jackson.dataformat.jackson-dataformat-xml" version="2.9.5"/>
+ <unit id="com.fasterxml.jackson.dataformat.jackson-dataformat-xml.source" version="2.9.5"/>
+ <unit id="com.fasterxml.jackson.datatype.jackson-datatype-guava" version="2.9.5"/>
+ <unit id="com.fasterxml.jackson.datatype.jackson-datatype-guava.source" version="2.9.5"/>
+ <unit id="com.fasterxml.jackson.datatype.jackson-datatype-joda" version="2.9.5"/>
+ <unit id="com.fasterxml.jackson.datatype.jackson-datatype-joda.source" version="2.9.5"/>
+ <unit id="com.fasterxml.jackson.datatype.jackson-datatype-json-org" version="2.9.5"/>
+ <unit id="com.fasterxml.jackson.datatype.jackson-datatype-json-org.source" version="2.9.5"/>
+ <unit id="com.fasterxml.jackson.jaxrs.jackson-jaxrs-base" version="2.9.5"/>
+ <unit id="com.fasterxml.jackson.jaxrs.jackson-jaxrs-base.source" version="2.9.5"/>
+ <unit id="com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider" version="2.9.5"/>
+ <unit id="com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider.source" version="2.9.5"/>
+ <unit id="com.fasterxml.jackson.jaxrs.jackson-jaxrs-xml-provider" version="2.9.5"/>
+ <unit id="com.fasterxml.jackson.jaxrs.jackson-jaxrs-xml-provider.source" version="2.9.5"/>
+ <unit id="com.fasterxml.jackson.module.jackson-module-jaxb-annotations" version="2.9.5"/>
+ <unit id="com.fasterxml.jackson.module.jackson-module-jaxb-annotations.source" version="2.9.5"/>
+ <unit id="com.fasterxml.jackson.module.jackson-module-jsonSchema" version="2.9.5"/>
+ <unit id="com.fasterxml.jackson.module.jackson-module-jsonSchema.source" version="2.9.5"/>
+ <unit id="com.fasterxml.woodstox.woodstox-core" version="5.0.3"/>
+ <unit id="com.fasterxml.woodstox.woodstox-core.source" version="5.0.3"/>
+ <unit id="com.google.zxing.core" version="3.2.1"/>
+ <unit id="com.google.zxing.core.source" version="3.2.1"/>
+ <unit id="com.ibm.icu" version="60.2.0"/>
+ <unit id="com.ibm.icu.source" version="60.2.0"/>
+ <unit id="com.itextpdf" version="5.5.12"/>
+ <unit id="com.itextpdf.source" version="5.5.12"/>
+ <unit id="com.jaspersoft.studio.bundles.barbecue" version="1.5.0.beta1_b02"/>
+ <unit id="com.jaspersoft.studio.bundles.itext" version="2.1.7.js6_b02"/>
+ <unit id="com.sun.mail.javax.mail" version="1.6.0"/>
+ <unit id="com.sun.mail.javax.mail.source" version="1.6.0"/>
+ <unit id="groovy-all" version="2.4.13"/>
+ <unit id="groovy-all.source" version="2.4.13"/>
+ <unit id="javax.annotation-api" version="1.3.1"/>
+ <unit id="javax.annotation-api.source" version="1.3.1"/>
+ <unit id="javax.management.j2ee-api" version="1.1.1"/>
+ <unit id="javax.management.j2ee-api.source" version="1.1.1"/>
+ <unit id="javax.validation.api" version="1.1.0.Final"/>
+ <unit id="javax.validation.api.source" version="1.1.0.Final"/>
+ <unit id="javax.websocket-api" version="1.1.0"/>
+ <unit id="javax.websocket-api.source" version="1.1.0"/>
+ <unit id="joda-time" version="2.9.9"/>
+ <unit id="joda-time.source" version="2.9.9"/>
+ <unit id="json" version="20171018.0.0"/>
+ <unit id="json.source" version="20171018.0.0"/>
+ <unit id="net.sf.jasperreports.engine" version="6.6.0"/>
+ <unit id="net.sf.jasperreports.engine.source" version="6.6.0"/>
+ <unit id="net.sf.supercsv.super-csv" version="2.4.0"/>
+ <unit id="net.sf.supercsv.super-csv.source" version="2.4.0"/>
+ <unit id="org.apache.activemq.activemq-core" version="5.7.0"/>
+ <unit id="org.apache.activemq.activemq-core.source" version="5.7.0"/>
+ <unit id="org.apache.activemq.kahadb" version="5.7.0"/>
+ <unit id="org.apache.activemq.kahadb.source" version="5.7.0"/>
+ <unit id="org.apache.aries.spifly.dynamic.bundle" version="1.0.10"/>
+ <unit id="org.apache.aries.spifly.dynamic.bundle.source" version="1.0.10"/>
+ <unit id="org.apache.aries.util" version="1.1.3"/>
+ <unit id="org.apache.aries.util.source" version="1.1.3"/>
+ <unit id="org.apache.batik.anim" version="1.9.1.v20180528-1434"/>
+ <unit id="org.apache.batik.bridge" version="1.9.1.v20180313-1559"/>
+ <unit id="org.apache.batik.codec" version="1.9.1.v20180313-1559"/>
+ <unit id="org.apache.batik.constants" version="1.9.1.v20180227-1645"/>
+ <unit id="org.apache.batik.css" version="1.9.1.v20180313-1559"/>
+ <unit id="org.apache.batik.dom" version="1.9.1.v20180528-1434"/>
+ <unit id="org.apache.batik.dom.svg" version="1.9.1.v20180313-1559"/>
+ <unit id="org.apache.batik.ext.awt" version="1.9.1.v20180227-1645"/>
+ <unit id="org.apache.batik.extension" version="1.9.1.v20180313-1559"/>
+ <unit id="org.apache.batik.gvt" version="1.9.1.v20180227-1645"/>
+ <unit id="org.apache.batik.i18n" version="1.9.1.v20180227-1645"/>
+ <unit id="org.apache.batik.parser" version="1.9.1.v20180313-1559"/>
+ <unit id="org.apache.batik.pdf" version="1.9.1.v20180417-1407"/>
+ <unit id="org.apache.batik.script" version="1.9.1.v20180313-1559"/>
+ <unit id="org.apache.batik.svggen" version="1.9.1.v20180313-1559"/>
+ <unit id="org.apache.batik.swing" version="1.9.1.v20180313-1559"/>
+ <unit id="org.apache.batik.transcoder" version="1.9.1.v20180313-1559"/>
+ <unit id="org.apache.batik.util" version="1.9.1.v20180227-1645"/>
+ <unit id="org.apache.batik.util.gui" version="1.9.1.v20180227-1645"/>
+ <unit id="org.apache.batik.xml" version="1.9.1.v20180227-1645"/>
+ <unit id="org.apache.commons.commons-collections4" version="4.2.0"/>
+ <unit id="org.apache.commons.commons-collections4.source" version="4.2.0"/>
+ <unit id="org.apache.commons.configuration" version="2.2.0"/>
+ <unit id="org.apache.commons.configuration.source" version="2.2.0"/>
+ <unit id="org.apache.commons.digester" version="2.1.0"/>
+ <unit id="org.apache.commons.digester.source" version="2.1.0"/>
+ <unit id="org.apache.commons.javaflow" version="1590792.0.0"/>
+ <unit id="org.apache.commons.javaflow.source" version="1590792.0.0"/>
+ <unit id="org.apache.felix.inventory" version="1.0.6"/>
+ <unit id="org.apache.felix.inventory.source" version="1.0.6"/>
+ <unit id="org.apache.felix.webconsole" version="4.3.4"/>
+ <unit id="org.apache.felix.webconsole.plugins.ds" version="2.0.8"/>
+ <unit id="org.apache.felix.webconsole.plugins.ds.source" version="2.0.8"/>
+ <unit id="org.apache.felix.webconsole.plugins.memoryusage" version="1.0.6"/>
+ <unit id="org.apache.felix.webconsole.plugins.memoryusage.source" version="1.0.6"/>
+ <unit id="org.apache.felix.webconsole.plugins.packageadmin" version="1.0.4"/>
+ <unit id="org.apache.felix.webconsole.plugins.packageadmin.source" version="1.0.4"/>
+ <unit id="org.apache.felix.webconsole.source" version="4.3.4"/>
+ <unit id="org.apache.poi.poi" version="3.15.0"/>
+ <unit id="org.apache.poi.poi-ooxml" version="3.15.0"/>
+ <unit id="org.apache.poi.poi-ooxml-schemas" version="3.15.0"/>
+ <unit id="org.apache.poi.poi-ooxml.source" version="3.15.0"/>
+ <unit id="org.apache.poi.poi.source" version="3.15.0"/>
+ <unit id="org.apache.servicemix.bundles.cglib" version="3.2.5.1"/>
+ <unit id="org.apache.servicemix.bundles.cglib.source" version="3.2.5.1"/>
+ <unit id="org.apache.servicemix.bundles.jaxen" version="1.1.1.2"/>
+ <unit id="org.apache.servicemix.bundles.rhino" version="1.7.6.1"/>
+ <unit id="org.apache.servicemix.bundles.rhino.source" version="1.7.6.1"/>
+ <unit id="org.apache.taglibs.standard-impl" version="1.2.5"/>
+ <unit id="org.apache.taglibs.standard-impl.source" version="1.2.5"/>
+ <unit id="org.apache.taglibs.standard-jstlel" version="1.2.5"/>
+ <unit id="org.apache.taglibs.standard-jstlel.source" version="1.2.5"/>
+ <unit id="org.apache.taglibs.taglibs-standard-spec" version="1.2.5"/>
+ <unit id="org.apache.taglibs.taglibs-standard-spec.source" version="1.2.5"/>
+ <unit id="org.apache.velocity" version="1.7.0"/>
+ <unit id="org.apache.velocity.source" version="1.7.0"/>
+ <unit id="org.apache.xmlgraphics" version="2.2.0.v20180410-1551"/>
+ <unit id="org.atmosphere.runtime" version="2.4.16"/>
+ <unit id="org.atmosphere.runtime.source" version="2.4.16"/>
+ <unit id="org.cryptacular" version="1.2.1"/>
+ <unit id="org.cryptacular.source" version="1.2.1"/>
+ <unit id="org.eclipse.jdt.core.compiler.batch" version="3.8.2.v20130121-145325"/>
+ <unit id="org.eclipse.jdt.core.compiler.batch.source" version="3.8.2.v20130121-145325"/>
+ <unit id="org.eclipse.jetty.alpn.api" version="1.1.3.v20160715"/>
+ <unit id="org.eclipse.jetty.alpn.api.source" version="1.1.3.v20160715"/>
+ <unit id="org.eclipse.jetty.alpn.conscrypt.server" version="9.4.11.v20180605"/>
+ <unit id="org.eclipse.jetty.alpn.conscrypt.server.source" version="9.4.11.v20180605"/>
+ <unit id="org.eclipse.jetty.alpn.openjdk8.server" version="9.4.11.v20180605"/>
+ <unit id="org.eclipse.jetty.alpn.openjdk8.server.source" version="9.4.11.v20180605"/>
+ <unit id="org.eclipse.jetty.osgi-servlet-api" version="3.1.0.M3"/>
+ <unit id="org.eclipse.jetty.osgi-servlet-api.source" version="3.1.0.M3"/>
+ <unit id="org.idempiere.org.conscrypt.openjdk-uber" version="1.1.0"/>
+ <unit id="org.idempiere.org.conscrypt.openjdk-uber.source" version="1.1.0"/>
+ <unit id="org.jfree.chart-osgi" version="1.0.19"/>
+ <unit id="org.jfree.jcommon-osgi" version="1.0.23"/>
+ <unit id="org.krysalis.barcode4j" version="2.1.0"/>
+ <unit id="org.mortbay.jasper.apache-el" version="8.5.24"/>
+ <unit id="org.mortbay.jasper.apache-el.source" version="8.5.24"/>
+ <unit id="org.mortbay.jasper.apache-jsp" version="8.5.24"/>
+ <unit id="org.passay" version="1.3.0"/>
+ <unit id="org.passay.source" version="1.3.0"/>
+ <unit id="org.w3c.dom.svg.patch" version="1.1.0.b02"/>
+ <unit id="stax2-api" version="3.1.4"/>
+ <unit id="stax2-api.source" version="3.1.4"/>
+ <unit id="zcommon" version="8.5.0"/>
+ <unit id="zcommon.sources" version="8.5.0"/>
+ <unit id="zel" version="8.5.0"/>
+ <unit id="zel.sources" version="8.5.0"/>
+ <unit id="zhtml" version="8.5.0"/>
+ <unit id="zhtml.sources" version="8.5.0"/>
+ <unit id="zjavassist" version="8.5.0"/>
+ <unit id="zjavassist.sources" version="8.5.0"/>
+ <unit id="zk" version="8.5.0"/>
+ <unit id="zk.sources" version="8.5.0"/>
+ <unit id="zkbind" version="8.5.0"/>
+ <unit id="zkbind.sources" version="8.5.0"/>
+ <unit id="zkplus" version="8.5.0"/>
+ <unit id="zkplus.sources" version="8.5.0"/>
+ <unit id="zul" version="8.5.0"/>
+ <unit id="zul.sources" version="8.5.0"/>
+ <unit id="zweb" version="8.5.0"/>
+ <unit id="zweb.sources" version="8.5.0"/>
+ <repository location="
https://sourceforge.net/projects/idempiere/files/binary.file/jarfile/maven-p2-R20180911"/>
+ </location></locations><targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/></target>
\ No newline at end of file
diff -r 1bc35febbdea -r c37d73cf10cd org.idempiere.p2/category.xml
--- a/org.idempiere.p2/category.xml
+++ b/org.idempiere.p2/category.xml
@@ -36,36 +36,6 @@
<feature url="features/org.compiere.db.provider.feature_5.1.0.qualifier.jar" id="org.compiere.db.provider.feature" version="5.1.0.qualifier"><category name="idempiere.core"/></feature>
- <feature url="features/org.eclipse.ecf.core.feature_1.4.0.v20170516-2248.jar" id="org.eclipse.ecf.core.feature" version="1.4.0.v20170516-2248">
- <category name="idempiere.core"/>
- </feature>
- <feature url="features/org.eclipse.ecf.core.ssl.feature_1.1.0.v20170110-1317.jar" id="org.eclipse.ecf.core.ssl.feature" version="1.1.0.v20170110-1317">
- <category name="idempiere.core"/>
- </feature>
- <feature url="features/org.eclipse.ecf.filetransfer.feature_3.13.7.v20170516-2248.jar" id="org.eclipse.ecf.filetransfer.feature" version="3.13.7.v20170516-2248">
- <category name="idempiere.core"/>
- </feature>
- <feature url="features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.13.7.v20170516-2248.jar" id="org.eclipse.ecf.filetransfer.httpclient4.feature" version="3.13.7.v20170516-2248">
- <category name="idempiere.core"/>
- </feature>
- <feature url="features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.0.v20170110-1317.jar" id="org.eclipse.ecf.filetransfer.httpclient4.ssl.feature" version="1.1.0.v20170110-1317">
- <category name="idempiere.core"/>
- </feature>
- <feature url="features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.0.v20170110-1317.jar" id="org.eclipse.ecf.filetransfer.ssl.feature" version="1.1.0.v20170110-1317">
- <category name="idempiere.core"/>
- </feature>
- <feature url="features/org.eclipse.equinox.executable_3.7.2.v20171108-1834.jar" id="org.eclipse.equinox.executable" version="3.7.2.v20171108-1834">
- <category name="idempiere.core"/>
- </feature>
- <feature url="features/org.eclipse.equinox.server.core_1.5.3.v20180210-1608.jar" id="org.eclipse.equinox.server.core" version="1.5.3.v20180210-1608">
- <category name="idempiere.core"/>
- </feature>
- <feature url="features/org.eclipse.equinox.server.p2_1.3.1.v20170928-1405.jar" id="org.eclipse.equinox.server.p2" version="1.3.1.v20170928-1405">
- <category name="idempiere.core"/>
- </feature>
- <feature url="features/org.eclipse.osgi.compatibility.plugins.feature_1.1.1.v20170811-1325.jar" id="org.eclipse.osgi.compatibility.plugins.feature" version="1.1.1.v20170811-1325">
- <category name="idempiere.core"/>
- </feature><feature url="features/org.idempiere.eclipse.platform.feature_5.1.0.qualifier.jar" id="org.idempiere.eclipse.platform.feature" version="5.1.0.qualifier"><category name="idempiere.core"/></feature>
@@ -84,5 +54,32 @@
<feature url="features/org.idempiere.zk.feature_5.1.0.qualifier.jar" id="org.idempiere.zk.feature" version="5.1.0.qualifier"><category name="idempiere.core"/></feature>
+ <feature url="features/org.eclipse.ecf.core.feature_1.5.0.v20180426-1936.jar" id="org.eclipse.ecf.core.feature" version="1.5.0.v20180426-1936">
+ <category name="idempiere.core"/>
+ </feature>
+ <feature url="features/org.eclipse.ecf.core.ssl.feature_1.1.100.v20180301-0201.jar" id="org.eclipse.ecf.core.ssl.feature" version="1.1.100.v20180301-0201">
+ <category name="idempiere.core"/>
+ </feature>
+ <feature url="features/org.eclipse.ecf.filetransfer.feature_3.14.0.v20180306-0429.jar" id="org.eclipse.ecf.filetransfer.feature" version="3.14.0.v20180306-0429">
+ <category name="idempiere.core"/>
+ </feature>
+ <feature url="features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.14.0.v20180301-0132.jar" id="org.eclipse.ecf.filetransfer.httpclient4.feature" version="3.14.0.v20180301-0132">
+ <category name="idempiere.core"/>
+ </feature>
+ <feature url="features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.100.v20180301-0132.jar" id="org.eclipse.ecf.filetransfer.httpclient4.ssl.feature" version="1.1.100.v20180301-0132">
+ <category name="idempiere.core"/>
+ </feature>
+ <feature url="features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.100.v20180301-0132.jar" id="org.eclipse.ecf.filetransfer.ssl.feature" version="1.1.100.v20180301-0132">
+ <category name="idempiere.core"/>
+ </feature>
+ <feature url="features/org.eclipse.equinox.executable_3.8.0.v20180518-2029.jar" id="org.eclipse.equinox.executable" version="3.8.0.v20180518-2029">
+ <category name="idempiere.core"/>
+ </feature>
+ <feature url="features/org.eclipse.equinox.server.core_1.6.0.v20180502-1828.jar" id="org.eclipse.equinox.server.core" version="1.6.0.v20180502-1828">
+ <category name="idempiere.core"/>
+ </feature>
+ <feature url="features/org.eclipse.equinox.server.p2_1.4.0.v20180515-2149.jar" id="org.eclipse.equinox.server.p2" version="1.4.0.v20180515-2149">
+ <category name="idempiere.core"/>
+ </feature><category-def name="idempiere.core" label="idempiere core"/></site>
diff -r 1bc35febbdea -r c37d73cf10cd org.idempiere.p2/server.product
--- a/org.idempiere.p2/server.product
+++ b/org.idempiere.p2/server.product
@@ -9,7 +9,7 @@
<launcherArgs><programArgs>-console
</programArgs>
- <vmArgs>-Declipse.product=org.adempiere.server.product -Dosgi.noShutdown=true -Dosgi.framework.activeThreadType=normal -Dorg.osgi.framework.bootdelegation=sun.security.ssl -Dosgi.compatibility.bootdelegation=true -Djetty.home=jettyhome -Djetty.etc.config.urls=etc/jetty.xml,etc/jetty-deployer.xml,etc/jetty-ssl.xml,etc/jetty-ssl-context.xml,etc/jetty-http.xml,etc/jetty-alpn.xml,etc/jetty-http2.xml,etc/jetty-https.xml -Dmail.mime.encodefilename=true -Dmail.mime.decodefilename=true -Dmail.mime.encodeparameters=true -Dmail.mime.decodeparameters=true -Dhazelcast.config=hazelcast.xml -Dorg.zkoss.zk.config.path=file://${workspace_loc}/zk.xml
+ <vmArgs>-Declipse.product=org.adempiere.server.product -Dosgi.noShutdown=true -Dosgi.framework.activeThreadType=normal -Dorg.osgi.framework.bootdelegation=sun.security.ssl,org.w3c.dom.events -Dosgi.compatibility.bootdelegation=true -Djetty.home=jettyhome -Djetty.etc.config.urls=etc/jetty.xml,etc/jetty-deployer.xml,etc/jetty-ssl.xml,etc/jetty-ssl-context.xml,etc/jetty-http.xml,etc/jetty-alpn.xml,etc/jetty-http2.xml,etc/jetty-https.xml -Dmail.mime.encodefilename=true -Dmail.mime.decodefilename=true -Dmail.mime.encodeparameters=true -Dmail.mime.decodeparameters=true -Dhazelcast.config=hazelcast.xml -Dorg.zkoss.zk.config.path=file://${workspace_loc}/zk.xml
</vmArgs><vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts
</vmArgsMac>
diff -r 1bc35febbdea -r c37d73cf10cd org.idempiere.parent/pom.xml
--- a/org.idempiere.parent/pom.xml
+++ b/org.idempiere.parent/pom.xml
@@ -10,11 +10,11 @@
<name>Maven parent project for idempiere</name><properties>
- <tycho.version>1.1.0</tycho.version>
+ <tycho.version>1.2.0</tycho.version><tycho.extras.version>${tycho.version}</tycho.extras.version><project.build.sourceEncoding>UTF-8</project.build.sourceEncoding><jetty.version>9.4.11.v20180605</jetty.version>
- <jp.version>6.3.1</jp.version>
+ <jp.version>6.7.0</jp.version><zk.version>8.5.0</zk.version><zk.javassist.src.version>3.18.2-GA</zk.javassist.src.version><maven.dependency.version>3.0.2</maven.dependency.version>
@@ -493,6 +493,8 @@
<arch>x86_64</arch></environment></environments>
+ <executionEnvironmentDefault>JavaSE-1.8</executionEnvironmentDefault>
+ <executionEnvironment>JavaSE-1.8</executionEnvironment></configuration></plugin></plugins>
https://bitbucket.org/idempiere/idempiere/commits/e6ce0cd8f093/
Changeset: e6ce0cd8f093
Branch: experimental
User:
hie...@hasuvimex.vn
Date: 2018-09-11 17:55:12+00:00
Summary: IDEMPIERE-3531: note
Affected #: 2 files
diff -r c37d73cf10cd -r e6ce0cd8f093 note.for.update.readme
--- /dev/null
+++ b/note.for.update.readme
@@ -0,0 +1,26 @@
+1. cache repository:
+ - org.idempiere.p2.targetplatform.target
+ when update url of repository on target file, should change name of target also. format suggest idempiere-yymmdd
+ - repository on POM file (org.idempiere.parent/pom.xml)
+ each repository link should have unique id
+ <repository>
+ <id>${idempiere-equinox-repository-id}</id>
+ <url>${idempiere-equinox-url}</url>
+ <layout>p2</layout>
+ </repository>
+
+ when change value of url change value of id also
+
+2. feature
+ when feature list on org.idempiere.p2/category.xml change (version, delete, add,...) do update this file before build
+
+3. build
+ maven to p2 ([idempiere-root]/org.idempiere.maven.to.p2) build with profile buildP2FromMaven
+ mvn verify -P buildP2FromMaven
+
+4. equinox repository link
+on org.idempiere.parent/pom.xml have two link idempiere-equinox-url, idempiere-orbit-url
+it for run tycho-eclipserun-plugin and target for run standalone bom like org.idempiere.maven.to.p2
+
+it's don't need up to date and don't need same to link on org.idempiere.p2.targetplatform.target
+but better make it same
\ No newline at end of file
diff -r c37d73cf10cd -r e6ce0cd8f093 org.idempiere.parent/pom.xml
--- a/org.idempiere.parent/pom.xml
+++ b/org.idempiere.parent/pom.xml
@@ -25,10 +25,10 @@
<!-- default value of properties, use when run without profile --><idempiere.target>org.idempiere.p2.targetplatform</idempiere.target>
- <idempiere-equinox-url>
http://download.eclipse.org/eclipse/updates/4.7</idempiere-equinox-url>
- <idempiere-equinox-repository-id>eclipse-oxygen</idempiere-equinox-repository-id>
- <idempiere-orbit-url>
http://download.eclipse.org/tools/orbit/downloads/drops/R20180330011457/repository</idempiere-orbit-url>
- <idempiere-orbit-repository-id>orbit-oxygen3a-R20180330011457</idempiere-orbit-repository-id>
+ <idempiere-equinox-url>
http://download.eclipse.org/eclipse/updates/4.8</idempiere-equinox-url>
+ <idempiere-equinox-repository-id>eclipse-photon</idempiere-equinox-repository-id>
+ <idempiere-orbit-url>
http://download.eclipse.org/tools/orbit/downloads/drops/R20180606145124/repository</idempiere-orbit-url>
+ <idempiere-orbit-repository-id>orbit-photon-R20180606145124</idempiere-orbit-repository-id><url.file.srv>
http://downloads.sourceforge.net/project/idempiere/binary.file</url.file.srv><extra.ui.install>org.eclipse.equinox.p2.director, org.idempiere.equinox.p2.director.feature.feature.group, org.idempiere.fitnesse.feature.feature.group</extra.ui.install><
idempiere.product.id>org.adempiere.server.product</
idempiere.product.id>
https://bitbucket.org/idempiere/idempiere/commits/03331a7f43f4/
Changeset: 03331a7f43f4
Branch: experimental
User:
hie...@hasuvimex.vn
Date: 2018-09-12 10:01:04+00:00
Summary: IDEMPIERE-2610:kill warning:Class path contains multiple SLF4J bindings.
Affected #: 20 files
diff -r e6ce0cd8f093 -r 03331a7f43f4 org.adempiere.install/install.app.launch
--- a/org.adempiere.install/install.app.launch
+++ b/org.adempiere.install/install.app.launch
@@ -24,8 +24,8 @@
<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${workspace_loc}"/><stringAttribute key="pde.version" value="3.3"/><stringAttribute key="product" value="org.adempiere.server.server_product"/>
-<stringAttribute key="selected_target_plugins" value="bcpkix@default:default,bcprov@default:default,com.itextpdf@default:default,com.jaspersoft.studio.bundles.barbecue@default:default,com.sun.mail.javax.mail@default:default,groovy-all@default:default,javax.activation@default:default,javax.ejb@default:default,javax.jms@default:default,javax.management.j2ee-api@default:default,javax.transaction@default:false,javax.xml.rpc@default:default,javax.xml.soap@default:default,javax.xml@default:default,net.sf.supercsv.super-csv@default:default,org.apache.activemq.activemq-core@default:default,org.apache.activemq.kahadb@default:default,org.apache.ant*1.10.1.v20170504-0840@default:default,org.apache.ant*1.9.6.v201510161327@default:default,org.apache.commons.codec*1.6.0.v201305230611@default:false,org.apache.commons.codec*1.9.0.v20170208-1614@default:false,org.apache.commons.collections@default:default,org.apache.commons.logging@default:default,org.apache.commons.net@default:default,org.apache.felix.scr*2.0.10.v20170501-2007@default:default,org.apache.felix.scr*2.0.8.v20170501-2007@default:default,org.apache.poi@default:default,org.apache.servicemix.bundles.cglib@default:default,org.cryptacular@default:default,org.eclipse.ant.core@default:default,org.eclipse.core.contenttype@default:default,org.eclipse.core.jobs@default:default,org.eclipse.core.runtime@default:true,org.eclipse.core.variables@default:default,org.eclipse.equinox.app@default:default,org.eclipse.equinox.common@2:true,org.eclipse.equinox.ds@1:true,org.eclipse.equinox.preferences@default:default,org.eclipse.equinox.registry@default:default,org.eclipse.equinox.util@default:default,org.eclipse.jetty.osgi-servlet-api@default:default,org.eclipse.osgi.compatibility.plugins@default:false,org.eclipse.osgi.compatibility.state@default:false,org.eclipse.osgi.services@default:default,org.eclipse.osgi.util@default:default,org.eclipse.osgi@-1:true,org.hamcrest.core@default:default,org.jfree.chart-osgi@default:default,org.jfree.jcommon-osgi@default:default,org.junit@default:default,org.krysalis.barcode4j@default:default,org.passay@default:default,org.restlet*2.0.5.v201605172130@default:default,org.restlet*2.3.2.v20150501-1520@default:default,org.slf4j.api*1.7.10.v20170428-1633@default:default,org.slf4j.api*1.7.2.v20121108-1250@default:default,org.slf4j.jcl@default:default"/>
-<stringAttribute key="selected_workspace_plugins" value="org.adempiere.base@default:default,org.adempiere.extend@default:false,org.adempiere.install@default:true,org.apache.ecs@default:default,org.compiere.db.oracle.provider@default:default,org.compiere.db.postgresql.provider@default:default,org.slf4j.jdk14@default:false"/>
+<stringAttribute key="selected_target_plugins" value="bcpkix@default:default,bcprov@default:default,com.itextpdf@default:default,com.jaspersoft.studio.bundles.barbecue@default:default,com.sun.mail.javax.mail@default:default,groovy-all@default:default,javax.activation@default:default,javax.ejb@default:default,javax.jms@default:default,javax.management.j2ee-api@default:default,javax.transaction@default:false,javax.xml.rpc@default:default,javax.xml.soap@default:default,javax.xml@default:default,net.sf.supercsv.super-csv@default:default,org.apache.activemq.activemq-core@default:default,org.apache.activemq.kahadb@default:default,org.apache.ant*1.9.6.v201510161327@default:default,org.apache.commons.codec*1.6.0.v201305230611@default:false,org.apache.commons.codec*1.9.0.v20170208-1614@default:false,org.apache.commons.collections@default:default,org.apache.commons.logging*1.1.1.v201101211721@default:default,org.apache.commons.logging*1.2.0.v20180409-1502@default:default,org.apache.commons.net@default:default,org.apache.felix.scr@1:true,org.apache.poi@default:default,org.apache.servicemix.bundles.cglib@default:default,org.cryptacular@default:default,org.eclipse.ant.core@default:default,org.eclipse.core.contenttype@default:default,org.eclipse.core.jobs@default:default,org.eclipse.core.runtime@default:true,org.eclipse.core.variables@default:default,org.eclipse.equinox.app@default:default,org.eclipse.equinox.common@2:true,org.eclipse.equinox.ds@1:true,org.eclipse.equinox.preferences@default:default,org.eclipse.equinox.registry@default:default,org.eclipse.equinox.util@default:default,org.eclipse.jetty.osgi-servlet-api@default:default,org.eclipse.osgi.compatibility.state@default:false,org.eclipse.osgi.services@default:default,org.eclipse.osgi.util@default:default,org.eclipse.osgi@-1:true,org.hamcrest.core@default:default,org.jfree.chart-osgi@default:default,org.jfree.jcommon-osgi@default:default,org.junit@default:default,org.krysalis.barcode4j@default:default,org.passay@default:default,org.restlet*2.0.5.v201605172130@default:default,org.restlet*2.3.2.v20150501-1520@default:default,slf4j.api@default:default,slf4j.jcl@default:default"/>
+<stringAttribute key="selected_workspace_plugins" value="org.adempiere.base@default:default,org.adempiere.extend@default:false,org.adempiere.install@default:true,org.apache.ecs@default:default,org.compiere.db.oracle.provider@default:default,org.compiere.db.postgresql.provider@default:default"/><booleanAttribute key="show_selected_only" value="false"/><stringAttribute key="templateConfig" value="${target_home}/configuration/config.ini"/><booleanAttribute key="tracing" value="false"/>
diff -r e6ce0cd8f093 -r 03331a7f43f4 org.adempiere.server-feature/feature.xml
--- a/org.adempiere.server-feature/feature.xml
+++ b/org.adempiere.server-feature/feature.xml
@@ -90,13 +90,6 @@
unpack="false"/><plugin
- id="org.slf4j.api"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
id="org.adempiere.report.jasper.webapp"
download-size="0"
install-size="0"
@@ -132,13 +125,6 @@
unpack="false"/><plugin
- id="org.slf4j.jcl"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
id="org.adempiere.install"
download-size="0"
install-size="0"
@@ -504,13 +490,6 @@
unpack="false"/><plugin
- id="org.slf4j.jdk14"
- download-size="0"
- install-size="0"
- version="0.0.0"
- fragment="true"/>
-
- <plugin
id="org.eclipse.jetty.alpn.conscrypt.server"
download-size="0"
install-size="0"
@@ -524,4 +503,19 @@
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="slf4j.api"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="slf4j.jcl"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ fragment="true"
+ unpack="false"/>
+
</feature>
diff -r e6ce0cd8f093 -r 03331a7f43f4 org.adempiere.server-feature/server.product.launch
--- a/org.adempiere.server-feature/server.product.launch
+++ b/org.adempiere.server-feature/server.product.launch
@@ -22,13 +22,13 @@
<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/><stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-os ${target.os} -ws ${
target.ws} -arch ${target.arch} -nl ${
target.nl} -consoleLog -console"/><stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.pde.ui.workbenchClasspathProvider"/>
-<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Declipse.product=org.adempiere.server.product -Dosgi.noShutdown=true -Dosgi.framework.activeThreadType=normal -Dorg.osgi.framework.bootdelegation=sun.security.ssl -Dosgi.compatibility.bootdelegation=true -Djetty.home=jettyhome -Djetty.etc.config.urls=etc/jetty.xml,etc/jetty-deployer.xml,etc/jetty-ssl.xml,etc/jetty-ssl-context.xml,etc/jetty-http.xml,etc/jetty-alpn.xml,etc/jetty-http2.xml,etc/jetty-https.xml -Dmail.mime.encodefilename=true -Dmail.mime.decodefilename=true -Dmail.mime.encodeparameters=true -Dmail.mime.decodeparameters=true -Dhazelcast.config=hazelcast.xml -Dorg.zkoss.zk.config.path=file://${workspace_loc}/zk.xml"/>
+<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Declipse.product=org.adempiere.server.product -Dosgi.noShutdown=true -Dosgi.framework.activeThreadType=normal -Dorg.osgi.framework.bootdelegation=sun.security.ssl,org.w3c.dom.events -Dosgi.compatibility.bootdelegation=true -Djetty.home=jettyhome -Djetty.etc.config.urls=etc/jetty.xml,etc/jetty-deployer.xml,etc/jetty-ssl.xml,etc/jetty-ssl-context.xml,etc/jetty-http.xml,etc/jetty-alpn.xml,etc/jetty-http2.xml,etc/jetty-https.xml -Dmail.mime.encodefilename=true -Dmail.mime.decodefilename=true -Dmail.mime.encodeparameters=true -Dmail.mime.decodeparameters=true -Dhazelcast.config=hazelcast.xml -Dorg.zkoss.zk.config.path=file://${workspace_loc}/zk.xml"/><stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${workspace_loc}"/><stringAttribute key="pde.version" value="3.3"/><stringAttribute key="product" value="org.adempiere.server.server_product"/><stringAttribute key="productFile" value="/org.adempiere.server-feature/server.product"/>
-<stringAttribute key="selected_target_plugins" value="bcmail@default:default,bcpkix@default:default,bcprov@default:default,bctsp@default:default,com.fasterxml.jackson.core.jackson-annotations@default:default,com.fasterxml.jackson.core.jackson-core@default:default,com.fasterxml.jackson.core.jackson-databind@default:default,com.ibm.icu*60.2.0@default:default,com.itextpdf@default:default,com.jaspersoft.studio.bundles.barbecue@default:default,com.jaspersoft.studio.bundles.batik@default:default,com.jaspersoft.studio.bundles.itext@default:default,com.jaspersoft.studio.bundles.jxl@default:default,com.jaspersoft.studio.bundles.poi@default:default,com.jaspersoft.studio.bundles.zxing@default:default,com.sun.mail.javax.mail@default:default,groovy-all@default:default,javax.activation@default:default,javax.annotation-api@default:default,javax.ejb@default:default,javax.jms@default:default,javax.management.j2ee-api@default:default,javax.persistence@default:default,javax.transaction@default:false,javax.websocket-api@default:default,javax.xml.bind@default:default,javax.xml.rpc@default:default,javax.xml.soap@default:default,javax.xml.stream@default:default,javax.xml.ws@default:default,javax.xml@default:default,joda-time@default:default,net.sf.jasperreports.engine@default:default,net.sf.supercsv.super-csv@default:default,org.antlr.runtime*4.5.1.v20160210-1233@default:default,org.apache.activemq.activemq-core@default:default,org.apache.activemq.kahadb@default:default,org.apache.ant*1.10.1.v20170504-0840@default:default,org.apache.aries.spifly.dynamic.bundle@default:true,org.apache.aries.util@default:default,org.apache.commons.beanutils@default:default,org.apache.commons.codec*1.9.0.v20170208-1614@default:default,org.apache.commons.collections@default:default,org.apache.commons.commons-collections4@default:default,org.apache.commons.configuration@default:default,org.apache.commons.digester@default:default,org.apache.commons.fileupload*1.3.2.v20170320-2229@default:default,org.apache.commons.io@default:default,org.apache.commons.lang3@default:default,org.apache.commons.lang@default:default,org.apache.commons.logging@default:default,org.apache.commons.net@default:default,org.apache.felix.gogo.command@default:default,org.apache.felix.gogo.runtime@default:default,org.apache.felix.gogo.shell@default:default,org.apache.felix.scr@default:default,org.apache.felix.webconsole@default:true,org.apache.httpcomponents.httpclient*4.5.2.v20170210-0925@default:default,org.apache.httpcomponents.httpcore*4.4.6.v20170210-0925@default:default,org.apache.lucene.analysis@default:default,org.apache.lucene.core*3.5.0.v20120725-1805@default:default,org.apache.poi@default:default,org.apache.servicemix.bundles.cglib@default:default,org.apache.servicemix.bundles.jaxen@default:default,org.apache.servicemix.bundles.rhino@default:default,org.apache.servicemix.bundles.xmlbeans@default:default,org.apache.taglibs.standard-impl@default:default,org.apache.taglibs.standard-jstlel@default:default,org.apache.taglibs.taglibs-standard-spec@default:default,org.apache.xalan@default:default,org.apache.xerces@default:default,org.apache.xml.resolver@default:default,org.apache.xml.serializer@default:default,org.atmosphere.runtime@default:default,org.cryptacular@default:default,org.dom4j@default:default,org.eclipse.ant.core@default:default,org.eclipse.core.contenttype@default:default,org.eclipse.core.jobs@default:default,org.eclipse.core.net@default:default,org.eclipse.core.runtime@default:true,org.eclipse.core.variables@default:default,org.eclipse.ecf.filetransfer@default:default,org.eclipse.ecf.identity@default:default,org.eclipse.ecf.provider.filetransfer.httpclient4.ssl@default:false,org.eclipse.ecf.provider.filetransfer.httpclient4@default:default,org.eclipse.ecf.provider.filetransfer.ssl@default:false,org.eclipse.ecf.provider.filetransfer@default:default,org.eclipse.ecf.ssl@default:false,org.eclipse.ecf@default:default,org.eclipse.equinox.app@default:default,org.eclipse.equinox.cm@default:true,org.eclipse.equinox.common@2:true,org.eclipse.equinox.concurrent@default:default,org.eclipse.equinox.console@default:default,org.eclipse.equinox.ds@2:true,org.eclipse.equinox.event@2:true,org.eclipse.equinox.frameworkadmin.equinox@default:default,org.eclipse.equinox.frameworkadmin@default:default,org.eclipse.equinox.http.registry@default:true,org.eclipse.equinox.launcher.gtk.linux.x86_64@default:false,org.eclipse.equinox.launcher@default:default,org.eclipse.equinox.metatype@default:default,org.eclipse.equinox.p2.artifact.repository@default:default,org.eclipse.equinox.p2.console@default:default,org.eclipse.equinox.p2.core@default:default,org.eclipse.equinox.p2.director.app@default:default,org.eclipse.equinox.p2.director@default:default,org.eclipse.equinox.p2.engine@default:default,org.eclipse.equinox.p2.garbagecollector@default:default,org.eclipse.equinox.p2.jarprocessor@default:default,org.eclipse.equinox.p2.metadata.repository@default:default,org.eclipse.equinox.p2.metadata@default:default,org.eclipse.equinox.p2.publisher@default:default,org.eclipse.equinox.p2.repository@default:default,org.eclipse.equinox.p2.touchpoint.eclipse@default:default,org.eclipse.equinox.p2.touchpoint.natives@default:default,org.eclipse.equinox.p2.transport.ecf@default:default,org.eclipse.equinox.preferences@default:default,org.eclipse.equinox.registry@default:default,org.eclipse.equinox.security@default:default,org.eclipse.equinox.simpleconfigurator.manipulator@default:default,org.eclipse.equinox.simpleconfigurator@1:true,org.eclipse.equinox.util@default:default,org.eclipse.jdt.core.compiler.batch@default:default,org.eclipse.jetty.alpn.api@default:true,org.eclipse.jetty.alpn.conscrypt.server@default:true,org.eclipse.jetty.alpn.server@default:true,org.eclipse.jetty.annotations@default:default,org.eclipse.jetty.apache-jsp@default:true,org.eclipse.jetty.client@default:default,org.eclipse.jetty.deploy@default:default,org.eclipse.jetty.http*9.4.9.v20180320@default:true,org.eclipse.jetty.http2.common@default:true,org.eclipse.jetty.http2.hpack@default:true,org.eclipse.jetty.http2.server@default:true,
org.eclipse.jetty.io*9.4.9.v20180320@default:default,org.eclipse.jetty.jaas@default:default,org.eclipse.jetty.jmx@default:default,org.eclipse.jetty.jndi@default:default,org.eclipse.jetty.osgi-servlet-api@default:default,org.eclipse.jetty.osgi.alpn.fragment@default:false,org.eclipse.jetty.osgi.boot.jsp@default:false,org.eclipse.jetty.osgi.boot@default:true,org.eclipse.jetty.osgi.httpservice@10:true,org.eclipse.jetty.plus@default:default,org.eclipse.jetty.security*9.4.9.v20180320@default:default,org.eclipse.jetty.server*9.4.9.v20180320@default:default,org.eclipse.jetty.servlet*9.4.9.v20180320@default:default,org.eclipse.jetty.servlets@default:default,org.eclipse.jetty.util*9.4.9.v20180320@default:default,org.eclipse.jetty.util.ajax@default:default,org.eclipse.jetty.webapp@default:default,org.eclipse.jetty.websocket.api@default:default,org.eclipse.jetty.websocket.client@default:default,org.eclipse.jetty.websocket.common@default:default,org.eclipse.jetty.websocket.javax.websocket.server@default:default,org.eclipse.jetty.websocket.javax.websocket@default:default,org.eclipse.jetty.websocket.server@default:default,org.eclipse.jetty.websocket.servlet@default:default,org.eclipse.jetty.xml@default:default,org.eclipse.osgi.compatibility.plugins@default:false,org.eclipse.osgi.compatibility.state@default:false,org.eclipse.osgi.services@default:default,org.eclipse.osgi.util@default:default,org.eclipse.osgi@-1:true,org.hamcrest.core@default:default,org.idempiere.org.conscrypt.openjdk-uber@default:default,org.jfree.chart-osgi@default:default,org.jfree.jcommon-osgi@default:default,org.json@default:default,org.junit@default:default,org.krysalis.barcode4j@default:default,org.mortbay.jasper.apache-el@default:true,org.mortbay.jasper.apache-jsp@default:true,org.objectweb.asm.commons@default:default,org.objectweb.asm.tree@default:default,org.objectweb.asm@default:default,org.passay@default:default,org.restlet*2.3.2.v20150501-1520@default:true,org.restlet.ext.servlet*2.3.2.v20150501-1520@default:default,org.sat4j.core@default:default,org.sat4j.pb@default:default,org.slf4j.api*1.7.10.v20170428-1633@default:default,org.slf4j.jcl@default:default,org.tukaani.xz*1.5.0.v20170111-1717@default:default,org.w3c.css.sac@default:default,org.w3c.dom.events@default:default,org.w3c.dom.smil@default:default,org.w3c.dom.svg.patch@default:false,org.w3c.dom.svg@default:default,zcommon@default:default,zel@default:default,zhtml@default:default,zjavassist@default:default,zk@default:default,zkbind@default:default,zkplus@default:default,zul@default:default,zweb@default:default"/>
-<stringAttribute key="selected_workspace_plugins" value="org.adempiere.base.callout@default:default,org.adempiere.base.process@default:default,org.adempiere.base@default:default,org.adempiere.eclipse.equinox.http.servlet@default:true,org.adempiere.eclipse.equinox.http.servletbridge@default:default,org.adempiere.eclipse.equinox.servletbridge@default:default,org.adempiere.extend@default:false,org.adempiere.install@default:default,org.adempiere.payment.processor@default:default,org.adempiere.pipo.handlers@default:default,org.adempiere.pipo@default:true,org.adempiere.plugin.utils@default:default,org.adempiere.replication.server@default:default,org.adempiere.replication@default:default,org.adempiere.report.jasper.library@default:false,org.adempiere.report.jasper.webapp@default:default,org.adempiere.report.jasper@default:default,org.adempiere.server@default:true,org.adempiere.ui.zk@default:true,org.adempiere.ui@default:default,org.adempiere.webstore.resource@default:false,org.adempiere.webstore.servlet@default:false,org.adempiere.webstore@default:default,org.apache.ecs@default:default,org.compiere.db.oracle.provider@default:default,org.compiere.db.postgresql.provider@default:default,org.idempiere.felix.webconsole@default:true,org.idempiere.hazelcast.service.config@default:false,org.idempiere.hazelcast.service@default:default,org.idempiere.webservices@default:default,org.idempiere.zk.extra@default:default,org.slf4j.jdk14@default:false"/>
+<stringAttribute key="selected_target_plugins" value="org.eclipse.jetty.deploy@default:default,org.apache.batik.swing@default:default,javax.xml.soap@default:default,com.fasterxml.jackson.datatype.jackson-datatype-guava*2.9.5@default:default,org.eclipse.equinox.cm@default:true,org.eclipse.equinox.p2.jarprocessor@default:default,org.apache.batik.dom@default:default,org.eclipse.equinox.p2.garbagecollector@default:default,slf4j.jcl@default:default,org.apache.batik.i18n@default:default,org.sat4j.pb@default:default,com.fasterxml.jackson.core.jackson-databind*2.9.5@default:default,com.fasterxml.jackson.datatype.jackson-datatype-joda@default:default,org.apache.batik.dom.svg@default:default,org.eclipse.equinox.console@default:default,org.eclipse.equinox.app@default:default,org.eclipse.jetty.plus@default:default,org.cryptacular@default:default,org.apache.batik.ext.awt@default:default,org.apache.batik.gvt@default:default,org.eclipse.jetty.util.ajax@default:default,org.restlet*2.3.2.v20150501-1520@default:true,javax.management.j2ee-api@default:default,org.apache.commons.io@default:default,org.eclipse.equinox.p2.touchpoint.eclipse@default:default,org.apache.batik.pdf@default:default,org.eclipse.core.jobs@default:default,org.apache.taglibs.standard-jstlel@default:default,net.sf.jasperreports.engine@default:default,org.eclipse.jetty.websocket.server@default:default,org.apache.batik.extension@default:default,org.eclipse.ecf.provider.filetransfer@default:default,org.apache.commons.fileupload*1.3.2.v20170320-2229@default:default,org.w3c.dom.svg@default:default,org.eclipse.equinox.common@2:true,org.jfree.jcommon-osgi@default:default,org.apache.servicemix.bundles.cglib@default:default,org.eclipse.core.variables@default:default,zjavassist@default:default,org.apache.aries.util@default:default,org.eclipse.jetty.alpn.conscrypt.server@default:true,org.hamcrest.core@default:default,org.krysalis.barcode4j@default:default,org.w3c.css.sac@default:default,org.apache.batik.svggen@default:default,org.eclipse.jetty.http2.hpack@default:true,org.apache.commons.codec*1.10.0.v20180409-1845@default:default,org.json@default:default,org.eclipse.jetty.osgi.httpservice@10:true,org.apache.batik.parser@default:default,org.eclipse.jetty.osgi.alpn.fragment@default:default,org.eclipse.jetty.alpn.api@default:true,stax2-api@default:default,org.apache.poi.poi@default:default,org.eclipse.jetty.apache-jsp@default:true,org.apache.commons.beanutils@default:default,org.eclipse.equinox.p2.artifact.repository@default:default,org.apache.lucene.core*3.5.0.v20120725-1805@default:default,javax.ws.rs@default:default,com.fasterxml.jackson.jaxrs.jackson-jaxrs-xml-provider@default:default,org.eclipse.equinox.registry@default:default,org.eclipse.jetty.osgi-servlet-api@default:default,org.apache.felix.gogo.runtime*1.0.6.v20170914-1324@default:default,org.eclipse.jetty.http2.server@default:true,org.eclipse.equinox.frameworkadmin.equinox@default:default,javax.ejb@default:default,org.eclipse.ecf.provider.filetransfer.httpclient4.ssl@default:default,org.eclipse.equinox.frameworkadmin@default:default,slf4j.api@default:default,json@default:default,com.ibm.icu*60.2.0@default:default,org.eclipse.equinox.security@default:default,org.apache.batik.xml@default:default,org.eclipse.equinox.p2.repository@default:default,com.fasterxml.jackson.module.jackson-module-jsonSchema@default:default,org.eclipse.core.net@default:default,org.eclipse.jetty.xml@default:default,org.eclipse.equinox.p2.core@default:default,com.jaspersoft.studio.bundles.itext@default:default,org.eclipse.equinox.launcher@default:default,org.eclipse.equinox.ds@2:true,org.eclipse.jetty.osgi.boot.jsp@default:default,zul@default:default,org.apache.batik.bridge@default:default,org.eclipse.jetty.jmx@default:default,org.eclipse.osgi.services@default:default,org.eclipse.jetty.websocket.api@default:default,org.apache.xml.resolver@default:default,org.eclipse.equinox.simpleconfigurator.manipulator@default:default,javax.websocket-api@default:default,javax.annotation-api@default:default,org.eclipse.equinox.metatype@default:default,org.apache.batik.css@default:default,org.apache.poi@default:default,org.apache.commons.configuration@default:default,org.eclipse.jetty.security*9.4.11.v20180605@default:default,bcpkix@default:default,org.eclipse.equinox.util@default:default,org.apache.taglibs.taglibs-standard-spec@default:default,org.apache.felix.webconsole@default:true,net.sf.supercsv.super-csv@default:default,org.apache.activemq.activemq-core@default:default,org.eclipse.jetty.webapp@default:default,org.apache.xalan@default:default,zhtml@default:default,org.apache.felix.scr@default:default,org.apache.poi.poi-ooxml@default:default,zkplus@default:default,org.eclipse.jetty.osgi.boot@default:true,
org.eclipse.jetty.io*9.4.11.v20180605@default:default,org.restlet.ext.servlet*2.3.2.v20150501-1520@default:default,org.dom4j@default:default,org.mortbay.jasper.apache-el@default:true,org.eclipse.core.contenttype@default:default,org.apache.httpcomponents.httpclient*4.5.5.v20180409-1525@default:default,org.objectweb.asm.commons@default:default,org.apache.batik.anim@default:default,com.fasterxml.jackson.core.jackson-core*2.9.5@default:default,joda-time@default:default,zweb@default:default,bctsp@default:default,org.apache.poi.poi-ooxml-schemas@default:default,org.apache.felix.gogo.shell*1.0.0.v20170914-1324@default:default,org.eclipse.ant.core@default:default,org.jfree.chart-osgi@default:default,bcmail@default:default,org.w3c.dom.events@default:default,javax.xml@default:default,org.apache.lucene.analysis@default:default,org.eclipse.jdt.core.compiler.batch@default:default,com.jaspersoft.studio.bundles.barbecue@default:default,org.apache.batik.util@default:default,org.eclipse.equinox.p2.metadata@default:default,org.eclipse.jetty.websocket.client@default:default,org.eclipse.jetty.websocket.javax.websocket.server@default:default,org.atmosphere.runtime@default:default,com.itextpdf@default:default,org.eclipse.ecf.ssl@default:default,org.objectweb.asm@default:default,zcommon@default:default,org.apache.commons.digester@default:default,org.apache.batik.codec@default:default,org.apache.commons.codec*1.9.0.v20170208-1614@default:default,org.eclipse.ecf.provider.filetransfer.ssl@default:default,org.apache.aries.spifly.dynamic.bundle@default:true,org.eclipse.jetty.jndi@default:default,groovy-all@default:default,javax.transaction@default:default,org.passay@default:default,org.eclipse.equinox.launcher.gtk.linux.x86_64@default:default,org.junit@default:default,org.eclipse.equinox.p2.metadata.repository@default:default,com.google.zxing.core@default:default,org.apache.xml.serializer@default:default,org.eclipse.ecf.filetransfer@default:default,javax.xml.stream@default:default,org.apache.servicemix.bundles.rhino@default:default,com.google.guava*21.0.0.v20170206-1425@default:default,org.eclipse.jetty.jaas@default:default,org.eclipse.equinox.p2.director.app@default:default,com.sun.mail.javax.mail@default:default,org.eclipse.jetty.http2.common@default:true,org.eclipse.equinox.p2.console@default:default,org.eclipse.jetty.servlets@default:default,javax.validation.api@default:default,zkbind@default:default,org.eclipse.ecf.provider.filetransfer.httpclient4@default:default,org.eclipse.equinox.event@2:true,org.eclipse.jetty.websocket.servlet@default:default,org.w3c.dom.smil@default:default,org.eclipse.equinox.http.registry@default:true,org.apache.batik.util.gui@default:default,org.apache.commons.lang@default:default,com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider*2.9.5@default:default,com.fasterxml.jackson.core.jackson-annotations*2.9.5@default:default,org.eclipse.equinox.preferences@default:default,org.apache.commons.commons-collections4@default:default,org.idempiere.org.conscrypt.openjdk-uber@default:default,com.fasterxml.jackson.module.jackson-module-jaxb-annotations@default:default,org.eclipse.equinox.concurrent@default:default,com.fasterxml.jackson.jaxrs.jackson-jaxrs-base*2.9.5@default:default,org.eclipse.jetty.util*9.4.11.v20180605@default:default,org.eclipse.jetty.websocket.javax.websocket@default:default,org.apache.ant*1.10.3.v20180417-1627@default:default,org.eclipse.osgi.compatibility.state@default:default,org.objectweb.asm.tree@default:default,org.eclipse.osgi@default:default,org.apache.httpcomponents.httpcore*4.4.9.v20180409-1525@default:default,org.apache.commons.logging*1.2.0.v20180409-1502@default:default,com.fasterxml.jackson.datatype.jackson-datatype-json-org@default:default,javax.xml.ws@default:default,org.apache.xmlgraphics*2.2.0.v20180410-1551@default:default,org.tukaani.xz*1.8.0.v20180207-1613@default:default,org.eclipse.jetty.alpn.server@default:true,org.apache.felix.gogo.command*1.0.2.v20170914-1324@default:default,com.fasterxml.woodstox.woodstox-core@default:default,javax.xml.rpc@default:default,org.apache.batik.script@default:default,org.apache.commons.net@default:default,org.eclipse.jetty.server*9.4.11.v20180605@default:default,org.apache.activemq.kahadb@default:default,javax.xml.bind@default:default,javax.persistence@default:default,org.eclipse.equinox.p2.transport.ecf@default:default,com.fasterxml.jackson.dataformat.jackson-dataformat-xml@default:default,bcprov@default:default,zk@default:default,org.eclipse.jetty.websocket.common@default:default,org.eclipse.equinox.simpleconfigurator@1:true,zel@default:default,javax.jms@default:default,org.apache.commons.logging*1.1.1.v201101211721@default:default,org.eclipse.jetty.http*9.4.11.v20180605@default:true,org.mortbay.jasper.apache-jsp@default:true,org.eclipse.equinox.p2.director@default:default,org.apache.servicemix.bundles.jaxen@default:default,org.eclipse.jetty.servlet*9.4.11.v20180605@default:default,org.eclipse.core.runtime@default:true,org.eclipse.equinox.p2.publisher@default:default,org.apache.taglibs.standard-impl@default:default,org.sat4j.core@default:default,org.apache.commons.collections@default:default,org.eclipse.ecf@default:default,org.apache.commons.lang3@default:default,org.eclipse.jetty.annotations@default:default,org.antlr.runtime*4.5.1.v20160210-1233@default:default,org.apache.batik.transcoder@default:default,javax.activation@default:default,org.apache.xerces@default:default,org.eclipse.equinox.p2.touchpoint.natives@default:default,com.fasterxml.jackson.module.jackson-module-jsonSchema.source@default:default,org.eclipse.jetty.client@default:default,org.eclipse.osgi.util@default:default,org.apache.batik.constants@default:default,org.eclipse.ecf.identity@default:default,org.eclipse.equinox.p2.engine@default:default,"/>
+<stringAttribute key="selected_workspace_plugins" value="org.apache.ecs@default:default,org.adempiere.extend@default:default,org.adempiere.replication@default:default,org.adempiere.server@default:true,org.compiere.db.postgresql.provider@default:default,org.adempiere.eclipse.equinox.http.servletbridge@default:default,org.adempiere.base.process@default:default,org.idempiere.zk.extra@default:default,org.adempiere.report.jasper.webapp@default:default,org.adempiere.pipo.handlers@default:default,org.idempiere.felix.webconsole@default:true,org.adempiere.plugin.utils@default:default,org.adempiere.replication.server@default:default,org.adempiere.webstore.resource@default:default,org.adempiere.ui.zk@default:true,org.adempiere.ui@default:default,org.idempiere.hazelcast.service@default:default,org.adempiere.webstore.servlet@default:default,org.adempiere.payment.processor@default:default,org.idempiere.hazelcast.service.config@default:default,org.adempiere.report.jasper@default:default,org.adempiere.base.callout@default:default,org.idempiere.webservices@default:default,org.adempiere.install@default:default,org.compiere.db.oracle.provider@default:default,org.adempiere.report.jasper.library@default:default,org.adempiere.eclipse.equinox.http.servlet@default:true,org.adempiere.eclipse.equinox.servletbridge@default:default,org.adempiere.pipo@default:true,org.adempiere.base@default:default,org.adempiere.webstore@default:default,"/><booleanAttribute key="show_selected_only" value="false"/><booleanAttribute key="tracing" value="false"/><booleanAttribute key="useCustomFeatures" value="false"/>
diff -r e6ce0cd8f093 -r 03331a7f43f4 org.adempiere.server-feature/setup/configuration/config.ini
--- a/org.adempiere.server-feature/setup/configuration/config.ini
+++ b/org.adempiere.server-feature/setup/configuration/config.ini
@@ -43,9 +43,8 @@
javax.transaction,\
org.eclipse.jetty.osgi-servlet-api,\
javax.annotation-api,\
- org.slf4j.api,\
- org.slf4j.jcl,\
- org.slf4j.jdk14,\
+ slf4j.api,\
+ slf4j.jcl,\
org.apache.commons.codec,\
org.eclipse.osgi.compatibility.state,\
org.eclipse.osgi.compatibility.plugins,\
diff -r e6ce0cd8f093 -r 03331a7f43f4 org.idempiere.hazelcast.service-feature/feature.xml
--- a/org.idempiere.hazelcast.service-feature/feature.xml
+++ b/org.idempiere.hazelcast.service-feature/feature.xml
@@ -24,20 +24,6 @@
unpack="false"/><plugin
- id="org.slf4j.api"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.slf4j.jcl"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
id="org.idempiere.hazelcast.service.config"
download-size="0"
install-size="0"
diff -r e6ce0cd8f093 -r 03331a7f43f4 org.idempiere.maven.to.p2/org.idempiere.maven.to.p2/pom.xml
--- a/org.idempiere.maven.to.p2/org.idempiere.maven.to.p2/pom.xml
+++ b/org.idempiere.maven.to.p2/org.idempiere.maven.to.p2/pom.xml
@@ -22,6 +22,7 @@
<validation.api.version>1.1.0.Final</validation.api.version><!--it up to version of jasperreport engine--><woodstox.core.version>5.0.3</woodstox.core.version><!--it up to version of jasperreport engine--><json.version>20171018</json.version><!--it up to version of jackson-datatype-json-org-->
+ <slf4j.version>1.7.25</slf4j.version></properties><repositories>
@@ -289,6 +290,21 @@
<Bundle-SymbolicName>org.idempiere.org.conscrypt.openjdk-uber</Bundle-SymbolicName></instructions></artifact>
+ <artifact>
+ <id>org.slf4j:slf4j-api:jar:${slf4j.version}</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>org.slf4j:slf4j-jdk14:jar:${slf4j.version}</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact>
+ <artifact>
+ <id>org.slf4j:slf4j-jcl:jar:${slf4j.version}</id>
+ <source>true</source>
+ <transitive>false</transitive>
+ </artifact></artifacts></feature><!-- zk public zk osgi on zip format download from sourceforge, so
diff -r e6ce0cd8f093 -r 03331a7f43f4 org.idempiere.p2.targetplatform/org.idempiere.p2.targetplatform.target
--- a/org.idempiere.p2.targetplatform/org.idempiere.p2.targetplatform.target
+++ b/org.idempiere.p2.targetplatform/org.idempiere.p2.targetplatform.target
@@ -971,6 +971,12 @@
<unit id="zweb" version="8.5.0"/><unit id="zweb.sources" version="8.5.0"/><repository location="
https://sourceforge.net/projects/idempiere/files/binary.file/jarfile/maven-p2-R20180911"/>
+ <unit id="slf4j.api" version="1.7.25"/>
+ <unit id="slf4j.api.source" version="1.7.25"/>
+ <unit id="slf4j.jcl" version="1.7.25"/>
+ <unit id="slf4j.jcl.source" version="1.7.25"/>
+ <unit id="slf4j.jdk14" version="1.7.25"/>
+ <unit id="slf4j.jdk14.source" version="1.7.25"/></location></locations><targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
diff -r e6ce0cd8f093 -r 03331a7f43f4 org.slf4j.jdk14/.classpath
--- a/org.slf4j.jdk14/.classpath
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry exported="true" kind="lib" path="lib/slf4j-jdk14.jar"/>
- <classpathentry kind="output" path="target/classes"/>
-</classpath>
diff -r e6ce0cd8f093 -r 03331a7f43f4 org.slf4j.jdk14/.project
--- a/org.slf4j.jdk14/.project
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>org.slf4j.jdk14</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.pde.ManifestBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.SchemaBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.m2e.core.maven2Builder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.m2e.core.maven2Nature</nature>
- <nature>org.eclipse.pde.PluginNature</nature>
- <nature>org.eclipse.jdt.core.javanature</nature>
- </natures>
-</projectDescription>
diff -r e6ce0cd8f093 -r 03331a7f43f4 org.slf4j.jdk14/.settings/org.eclipse.core.resources.prefs
--- a/org.slf4j.jdk14/.settings/org.eclipse.core.resources.prefs
+++ /dev/null
@@ -1,2 +0,0 @@
-eclipse.preferences.version=1
-encoding/<project>=UTF-8
diff -r e6ce0cd8f093 -r 03331a7f43f4 org.slf4j.jdk14/.settings/org.eclipse.jdt.core.prefs
--- a/org.slf4j.jdk14/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,7 +0,0 @@
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
-org.eclipse.jdt.core.compiler.compliance=1.8
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.source=1.8
diff -r e6ce0cd8f093 -r 03331a7f43f4 org.slf4j.jdk14/.settings/org.eclipse.m2e.core.prefs
--- a/org.slf4j.jdk14/.settings/org.eclipse.m2e.core.prefs
+++ /dev/null
@@ -1,4 +0,0 @@
-activeProfiles=
-eclipse.preferences.version=1
-resolveWorkspaceProjects=true
-version=1
diff -r e6ce0cd8f093 -r 03331a7f43f4 org.slf4j.jdk14/.settings/org.eclipse.pde.core.prefs
--- a/org.slf4j.jdk14/.settings/org.eclipse.pde.core.prefs
+++ /dev/null
@@ -1,3 +0,0 @@
-eclipse.preferences.version=1
-pluginProject.extensions=false
-resolve.requirebundle=false
diff -r e6ce0cd8f093 -r 03331a7f43f4 org.slf4j.jdk14/META-INF/MANIFEST.MF
--- a/org.slf4j.jdk14/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,12 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: SLF4J with JDK logger
-Bundle-SymbolicName: org.slf4j.jdk14
-Bundle-Version: 5.1.0.qualifier
-Fragment-Host: org.slf4j.api;bundle-version="0.0.0"
-Bundle-RequiredExecutionEnvironment: JavaSE-1.8
-Export-Package: org.slf4j.impl;version=1.7.2
-Import-Package: org.slf4j;version=1.7.2,
- org.slf4j.spi;version=1.7.2,org.slf4j.helpers;version=1.7.2
-Bundle-ClassPath: lib/slf4j-jdk14.jar
-Automatic-Module-Name: org.slf4j.jdk14
diff -r e6ce0cd8f093 -r 03331a7f43f4 org.slf4j.jdk14/buckminster.cspex
--- a/org.slf4j.jdk14/buckminster.cspex
+++ /dev/null
@@ -1,19 +0,0 @@
-<cspecExtension xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance"
- xmlns:bc="
http://www.eclipse.org/buckminster/Common-1.0" xmlns="
http://www.eclipse.org/buckminster/CSpec-1.0"
- xmlns:cs="
http://www.eclipse.org/buckminster/CSpec-1.0">
- <actions>
- <!-- public action with ant actor to do the actual copying -->
- <cs:public name="fetch.dependency.jars" actor="ant">
- <cs:actorProperties>
- <cs:property key="buildFile" value="copyjars.xml" />
- <cs:property key="targets" value="copy" />
- </cs:actorProperties>
- </cs:public>
- </actions>
- <groups>
- <!-- buckminster.prebind the prebind group will be executed during materialization -->
- <cs:private name="buckminster.postbind">
- <cs:attribute name="fetch.dependency.jars" alias="action.requirements" />
- </cs:private>
- </groups>
-</cspecExtension>
diff -r e6ce0cd8f093 -r 03331a7f43f4 org.slf4j.jdk14/build.properties
--- a/org.slf4j.jdk14/build.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-bin.includes = META-INF/,\
- lib/slf4j-jdk14.jar
diff -r e6ce0cd8f093 -r 03331a7f43f4 org.slf4j.jdk14/copyjars.xml
--- a/org.slf4j.jdk14/copyjars.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<project name="zklibrary" basedir="." default="copy">
- <mkdir dir="lib" />
- <target name="copy">
- <get src="${url.maven2}/org/slf4j/slf4j-jdk14/1.7.2/slf4j-jdk14-1.7.2.jar" dest="lib/slf4j-jdk14.jar" usetimestamp="true" verbose="true" retries="5" />
- </target>
-</project>
diff -r e6ce0cd8f093 -r 03331a7f43f4 org.slf4j.jdk14/pom.xml
--- a/org.slf4j.jdk14/pom.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-<project xmlns="
http://maven.apache.org/POM/4.0.0" xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="
http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.idempiere</groupId>
- <artifactId>org.idempiere.parent</artifactId>
- <version>5.1.0-SNAPSHOT</version>
- <relativePath>../org.idempiere.parent/pom.xml</relativePath>
- </parent>
- <artifactId>org.slf4j.jdk14</artifactId>
- <packaging>eclipse-plugin</packaging>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <executions>
- <execution>
- <phase>validate</phase>
- <goals>
- <goal>copy</goal>
- </goals>
- <configuration>
- <artifactItems>
- <artifactItem>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-jdk14</artifactId>
- <version>1.7.2</version>
- </artifactItem>
- </artifactItems>
- <outputDirectory>lib</outputDirectory>
- <stripVersion>true</stripVersion>
- <overWriteReleases>true</overWriteReleases>
- <overWriteSnapshots>true</overWriteSnapshots>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
-</project>
\ No newline at end of file
diff -r e6ce0cd8f093 -r 03331a7f43f4 org.slf4j.jdk14/readme.txt
--- a/org.slf4j.jdk14/readme.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-Need to repackage the slf4j-jdk14 bundle from maven here since the slf4j api bundle from orbit is with the org.slf4j.api
-symbolic name but the slf4j-jdk14 expect the slf4j.api symbolic name.
diff -r e6ce0cd8f093 -r 03331a7f43f4 pom.xml
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,6 @@
<module>org.idempiere.ui.zk.selenium</module><module>org.idempiere.webservices</module><module>org.idempiere.zk.extra</module>
- <module>org.slf4j.jdk14</module><module>org.adempiere.report.jasper-feature</module><module>org.adempiere.bundles.external-feature</module><module>org.adempiere.base-feature</module>
@@ -74,4 +73,4 @@
<module>${idempiere.target}</module></modules>
-</project>
\ No newline at end of file
+</project>
Repository URL:
https://bitbucket.org/idempiere/idempiere/
--
This is a commit notification from
bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.