Compare commits

..

146 Commits

Author SHA1 Message Date
s.bovsunovskyi
76a5c1a17e fix(TPS-3235): [6.5.1] Sub jobs for tParallelize will not die when it is an independent process by tRunJob (TDI-42570) 2019-07-22 15:10:18 +03:00
slushatel
fd1ffcf9e3 feat(TDI-42570): stop process if parent thread has terminated, add log wrapper for tos studio (#3715)
(cherry picked from commit b4196f3ade)
2019-07-15 16:00:40 +03:00
slushatel
92da977b44 Tdi 42570 stop process when thread stops (#3676)
* feat(TDI-42570): stop process if parent thread has terminated

* feat(TDI-42570): stop process if parent thread has terminated

* feat(TDI-42570): stop process if parent thread has terminated. improve indentation

* feat(TDI-42570): stop process if parent thread has terminated. improve indentation

(cherry picked from commit 9e8d8785c2)
2019-07-11 14:26:21 +03:00
Jane Ding
b82651d459 fix(TUP-23663)The connection row between components is getting activated (#3687) (#3696)
* fix(TUP-23663)The connection row between components is getting activated
unexpectedly when using tMSXMLInput component
https://jira.talendforge.org/browse/TUP-23663

* fix(TUP-23663)The connection row between components is getting activated
unexpectedly when using tMSXMLInput component
https://jira.talendforge.org/browse/TUP-23663

* fix(TUP-23663)The connection row between components is getting activated
unexpectedly when using tMSXMLInput component
https://jira.talendforge.org/browse/TUP-23663

* fix(TUP-23663)The connection row between components is getting activated
unexpectedly when using tMSXMLInput component
https://jira.talendforge.org/browse/TUP-23663

* fix(TUP-23663)The connection row between components is getting activated
unexpectedly when using tMSXMLInput component
https://jira.talendforge.org/browse/TUP-23663
2019-07-09 18:50:24 +08:00
Irene Wang
5e1b7f632f Revert "DEVOPS-3416 Deploy all plugins for Black Duck scans"
This reverts commit 1ce0e429ca.
2019-06-28 12:17:54 +02:00
kjwang-talend
22d0566048 TUP-22955 java.lang.ClassNotFoundException: org.gjt.mm.mysql.Driver (Fix can't guess query problem) (#3607) (#3611)
* TUP-22955 java.lang.ClassNotFoundException: org.gjt.mm.mysql.Driver (Fix
can't guess query problem)
https://jira.talendforge.org/browse/TUP-22955

* TUP-22955 java.lang.ClassNotFoundException: org.gjt.mm.mysql.Driver (Fix
can't guess query problem)
https://jira.talendforge.org/browse/TUP-22955
2019-06-14 16:11:34 +08:00
vyu-talend
90796d3bdf Fix(TDI-42407):Fix the issue of lose data. 2019-05-31 18:22:57 +08:00
wchen-talend
510fd3f228 fix(TUP-22955):java.lang.ClassNotFoundException: org.gjt.mm.mysql.Driver (#3534) 2019-05-31 14:26:55 +08:00
Emmanuel GALLOIS
c9393143cb fix(TDI-41920): fix encoding issue when file.encoding is not utf8 (#3353)
(cherry picked from commit 9312e207c8)
2019-05-27 11:49:26 +02:00
Jane Ding
acb680c63a fix(TUP-22342)Joblet referring to objects that do not exist (#3355) (#3359)
https://jira.talendforge.org/browse/TUP-22342
2019-04-02 15:33:26 +08:00
chmyga
56d066cc7d fix(TDI-41951): special chars in column comment (#3318)
* Use text escape method usage in SPSOutput and SalesforceWaveBulkExec components
2019-03-19 14:55:50 +02:00
apoltavtsev
8cb2aa1152 TESB-24784 Propagation of Connection extra properties is added (#3309)
* TESB-24784 Propagation of Connection extra properties is added

* TESB-24784 Propagation of Connection extra properties is added

* Propagation of Connection extra properties is corrected
2019-03-13 08:22:14 +01:00
pyzhou
a66d764999 fix(TDI-41789): Redshift change migration logic (#3304)
Conflicts:
	main/plugins/org.talend.repository/plugin.xml
2019-03-12 17:14:04 +08:00
Dmytro Sylaiev
460f6a57fe fix(TDI-41897): Fix compile error on generated code (#3294) 2019-03-07 15:55:59 +02:00
Dmytro Sylaiev
e56044cb61 fix(TDI-41808): Fix showing pass as clear text NZLoad (#3269)
* fix(TDI-41808): Fix showing pass as clear text NZLoad

* fix(TDI-41808): Rewrite fix to be more efficient

* chore(TDI-41808): Fix indentation

* fix(TDI-41808): Avoid to show real length of password

* fix(TDI-41808): Use constant from util class
2019-03-07 14:32:47 +02:00
pyzhou
a96b76418d Pyzhou/TDI-41789 t redshift fixed log path (#3260)
* fix(TDI-41789): tRedshift require log file path

* redirect log to console

* change tab to space

Conflicts:
	main/plugins/org.talend.repository/plugin.xml

Conflicts:
	main/plugins/org.talend.designer.components.localprovider/components/tRedshiftConnection/tRedshiftConnection_begin.javajet
	main/plugins/org.talend.designer.components.localprovider/components/tRedshiftInput/tRedshiftInput_begin.javajet
2019-02-26 15:09:44 +08:00
Dmytro Sylaiev
d2250094ab feat(TDI-41532): Add http proxy support for FTPS (#3082) 2019-01-16 10:50:31 +02:00
chmyga
429bcec71e fix(TDI-41469): check zip integrity die on error (#3163)
* Fix problem when check zip integrity and die on error are both checked
2019-01-14 11:21:44 +02:00
Zhiwei Xue
806f8972aa fix(TUP-21596):exclude tLibraryLoad jars for independent subjob. (#3149) 2019-01-09 10:26:15 +08:00
Dmytro Sylaiev
0afd0ddb78 Dsylaiev/tdi 41404 backport to 65 (#3124)
* fix(TDI-41404): Avoid 64kb method issue when too many context paramet… (#3025)

* fix(TDI-41404): Avoid 64kb method issue when too many context parameter exists

* fix(TDI-41404): Regain missing warnings

* Dsylaiev/tdi 41404 fix 64kb issue t run job context (#3087)

* fix(TDI-41404): Avoid 64kb method issue when too many context parameter exists

* fix(TDI-41404): Regain missing warnings

* fix(TDI-41404): Fix wrong context processing in footer
2019-01-03 16:59:36 +02:00
Jane Ding
7062c3d870 fix(TUP-21333)OnSubJob Links Not Working (#3079) (#3101)
https://jira.talendforge.org/browse/TUP-21333
2018-12-24 11:43:55 +08:00
chmyga
c87f70d0fb Dchmyga/tdi 41511 backport to 6.5 (#3069)
* fix(TDI-34626):Change the option name for tFileUnArchive. (#1727)

* Cherry-pick Pyzhou/tdi 34626 t file un archive jar integrity (#1726)

* fix(TDI-34626):tFileUnArchive cannot Check the integrity of tar file.

* replace jar

* Cherry-pick Pyzhou/tdi 34625 move check archive jar to plugin custom (#1730)

* Revert "replace jar"

This reverts commit 5162ee9418.

* fix(TDI-34625):move checkArchive.jar to plugin custom

* fix(TDI-41469): tFileUnarchive zip64 format error (#3026)

* fix(TDI-41469): tFileUnarchive zip64 format error

* Use apache commons compress in checkArchive lib

* fix(TDI-41469): tFileUnarchive zip64 format error

* Remove unused method
2018-12-17 09:14:37 +02:00
nrousseau
c0c590e87a fix(TUP-21175) avoid exception during junit execution 2018-12-10 10:20:44 +08:00
zwxue
7cdabce37e fix(TUP-21110):fix job assembly which leads to deploy twice (#3044) 2018-12-05 10:07:46 +08:00
ypiel
be02bb433d fix(TDI-41394) : Qa fix - tCreateTable+Vertica9 backport 6.5
* fix(TDI-41394) : Qa fix - tCreateTable+Vertica9 backport 6.5

* fix(TDI-41394) : Add urlPath for MSSQL as it was before
2018-11-29 10:31:30 +01:00
ypiel
84c09864a1 fix(TDI-41394) : tCreateTable vertica 9 support (#2966) 2018-11-19 12:49:23 +01:00
zwxue
728ebb4608 fix(TUP-21110):Only job artifacts must be deployed (#2939) 2018-11-15 17:57:35 +08:00
Jane Ding
a85deb0d1d fix(TUP-21075)Problem of display in the tMap with Mojave (#2943) (#2956)
https://jira.talendforge.org/browse/TUP-21075
2018-11-15 11:51:54 +08:00
Dmytro Sylaiev
e01a2fe42c fix(TDI-41330): Use sql TIME in setNull for SIQ (#2927) (#2938) 2018-11-12 13:55:07 +02:00
mbasiuk-talend
1c63e5735a Mbasiuk/tdi 40846 date validation fix (#2620) (#2917)
* fix(TDI-40846): improve date validation check

* fix(TDI-40846): correct formatting of code

* fix(TDI-40846): add check box use strict date check

* fix(TDI-40846): move to routines method
2018-11-07 11:35:54 +02:00
Dmytro Sylaiev
9fd902c07f fix(TDI-41276): Use correct SQLType for null Time (#2852) (#2912)
* fix(TDI-41276): Use correct SQLType for null Time

* fix(TDI-41276): Fix codegen error
2018-11-06 13:14:30 +02:00
Jane Ding
764dd74362 fix(TUP-21075)Problem of display in the tMap with Mojave (#2900) (#2908)
* fix(TUP-21075)Problem of display in the tMap with Mojave
https://jira.talendforge.org/browse/TUP-21075

* fix(TUP-21075)use duplicate name for jdbc connection, no error show
https://jira.talendforge.org/browse/TUP-21075

* fix(TUP-21075)Problem of display in the tMap with Mojave
https://jira.talendforge.org/browse/TUP-21075
2018-11-06 16:07:33 +08:00
Jane Ding
2d75f0b4ac fix(TUP-20778)Reference Project - New context group variable not (#2849) (#2855)
getting applied to the jobs
https://jira.talendforge.org/browse/TUP-20778
2018-10-31 10:55:08 +08:00
Dmytro Sylaiev
d323cb117c fix(TDI-41043): SFTP tFTPFileList full file info fix (#2723) (#2767) 2018-10-17 10:47:11 +03:00
jiezhang-tlnd
c9b73d2c25 bugfix(TUP-20711)Cannot "Guess schema" with tSQLDWHInput (#2780) (#2790) 2018-10-15 11:08:44 +08:00
pyzhou
759c9aaa8c fix(TDI-41115):tSalesforceWave throw exception if file exist (#2776) 2018-10-12 10:11:32 +08:00
wang wei
effdee6109 fix(TDI-40318): fix FTP permission issue for tFTPPut component sftp mode (#2199)
fix(TDI-40318): Talend FTP permission issue (#2298)
2018-09-27 15:06:26 +08:00
wang wei
3bb21581d1 fix(TDI-40806): tS3Copy Component does not allow large file (like 8GB) copy from one bucket to another
# Conflicts:
#	main/plugins/org.talend.designer.components.localprovider/components/tS3Copy/tS3Copy_begin.javajet
#	main/plugins/org.talend.designer.components.localprovider/components/tS3Copy/tS3Copy_messages.properties
2018-09-27 11:21:11 +08:00
qiongli
c3161f54e2 feat(TDQ-15611) Add tDataShuffling to this migration (#2695) 2018-09-20 17:45:48 +08:00
msjian
7a6c89f447 fix(TDQ-15391): for type "OSGI Bundle For ESB", when have tDqReportRun (#2693)
must export items for 6.5
2018-09-12 16:30:34 +08:00
kcoepeau
074ef81168 fix(TBD-7678): Migrate tMatchModel (#2682) (#2684) 2018-09-11 11:13:30 +02:00
wchen-talend
ff2c8c47fe fix(TUP-20570):Documentation for tXMLMap does not show the mapping (#2670) 2018-09-10 16:53:01 +08:00
jiezhang-tlnd
ebfa6b4ab5 fix(TUP-20634)Null pointer exception when trying to edit query by (#2660)
double-clicking query in Repository View
https://jira.talendforge.org/browse/TUP-20634
2018-09-10 15:09:00 +08:00
msjian
88e77f66d7 fix(TDQ-15391): when build job has tDqReportRun, must always (#2666)
exportitems.
2018-09-06 11:42:21 +08:00
kcoepeau
5f36dbc652 fix(TBD-7596): Migrate to Timestamp format instead of Date (#2656) (#2658) 2018-09-05 14:59:46 +02:00
wchen-talend
92f72c7bd1 fix(TUP-20570):Documentation for tXMLMap does not show the mapping (#2663) 2018-09-05 18:28:03 +08:00
Dmytro Sylaiev
05e238f110 fix(TDI-40927): Set default Authenticator for ftp socks proxy (#2648) 2018-09-04 13:12:50 +03:00
wchen-talend
ba1b8ce886 Wchen/bugfix/tup 20570 xmlmap doc (#2639)
* fix(TUP-20570):cumentation for tXMLMap does not show the mapping

* fix(TUP-20570):Documentation for tXMLMap does not show the mapping
2018-09-03 17:16:46 +08:00
kcoepeau
493283900b fix(TBD-7495): Add checkbox to transform date type in timestamp (#2593) (#2632) 2018-08-24 16:44:51 +02:00
ypiel
eefe7ac145 feat(TDI-40900) : Update libs versions (#2625)
- bouncycastle/bcprov-jdk15on/1.6
- jackcess/2.1.12
- jackcess-encrypt/2.1.4
2018-08-22 10:47:18 +02:00
wang wei
a1869192ba fix(TDI-40757): Fix Job compilation error related to tJMSInput/Output component 2018-08-13 16:04:23 +08:00
wang wei
3826d057f9 fix(TDI-40833): tSCPFileExists not working with wildcard (#2569) 2018-08-13 12:31:09 +08:00
pyzhou
0b8ca27884 fix(TDI-40825):Provide clear errorMessage for tServiceNow. (#2586) 2018-08-10 11:56:47 +08:00
pyzhou
36d8354a4f fix(TDI-40722):restore the origin logic of import xstream.jar (#2576)
Conflicts:
	main/plugins/org.talend.designer.components.localprovider/components/tBonitaInstantiateProcess/tBonitaInstantiateProcess_java.xml
2018-08-09 19:25:47 +08:00
Vladimir Bogatyrov
6396d5de8f [TESB-22901] cMap with user defined code routine failing in ESB runtime 2018-08-03 17:47:33 +03:00
pyzhou-talend
f9a1064288 fix(TDI-40722):remove xstream.jar for bonita component. 2018-08-03 09:25:04 +08:00
jzhao
8d33eead85 fix(TDI-40271): [6.4.1] tMomInput is not retrieving USR properties and JMS headers from IBM MQSeries(#2218) 2018-07-31 17:21:14 +08:00
wchen-talend
c40d76dbce fix(TUP-20411):Adding context environment in the reference project, they
(#2522)

do not get updated in the main project.
2018-07-23 14:51:36 +08:00
wang wei
9151186ed7 fix(TDI-40688): tVerticaOutput in Copy mode: Nullable Float-values are rounded to the nearest integer(#2478) 2018-07-19 16:54:44 +08:00
Chao MENG
e1ae8738fa fix(TUP-20391): Migration tasks are re-executed and encrypting passwords
https://jira.talendforge.org/browse/TUP-20391
2018-07-19 12:31:13 +08:00
Liu Xinquan
fdc8bb4508 fix(TDQ-15455): using getUniqueName().indexOf("tRecordMatching")>-1 insdead of getComponent().getName().equals("tRecordMatching") to judge the component is tRecordMatching or not (#2510) 2018-07-17 17:00:25 +08:00
nrousseau
dce861710b fix(TUP-20438) fix export with war for tdm (#2506) 2018-07-16 15:26:01 +08:00
zafkirTalend
02eb955315 fix(TBD-7296): Fix duplicate variable (#2499) 2018-07-11 13:24:42 +02:00
Chao MENG
24bd90e9ff fix(TUP-20391): Migration tasks are re-executed and encrypting passwords (#2492)
fix(TUP-20391): Migration tasks are re-executed and encrypting passwords
https://jira.talendforge.org/browse/TUP-20391
2018-07-11 14:53:29 +08:00
Dmytro Chmyga
a799289528 fix(TDI-40641): tTeradataFastLoad select DB Type
* Adjust versions for migration task
2018-07-09 08:03:25 +03:00
chmyga
b0efee64d2 fix(TDI-40641): tTeradataFastLoad select DB Type (#2440)
* fix(TDI-40641): tTeradataFastLoad select DB Type

* Add db type to tTeradataFastLoad

* Add Date,Timestamp and Time handling to tTeradataFastLoad

* Fix tTeradataFastLoadUtility

* fix(TDI-40641): tTeradataFastLoad select DB Type

* Add migration task
2018-07-09 08:01:47 +03:00
wchen-talend
5515e3b30c fix(TUP-20261):Routine editor mixed the code 2018-06-29 18:42:12 +08:00
Chao MENG
ef6f6d3811 fix(TUP-20319): Cloud Studio can't retrieve any project from TMC (#2448)
fix(TUP-20319): Cloud Studio can't retrieve any project from TMC
https://jira.talendforge.org/browse/TUP-20319
2018-06-29 15:21:11 +08:00
Jane Ding
bf3b10dc76 fix(TUP-20333)When upgrading from Talend v5.6.1 to v6.4.1, the tmap has (#2459)
lost many mappings due to name change
https://jira.talendforge.org/browse/TUP-20333
2018-06-29 11:06:57 +08:00
hcyi
9e0b24e666 fix(TUP-20312):java.lang.StackOverflowError in 6.5.1 studio. (#2452) 2018-06-28 18:01:07 +08:00
Jane Ding
61774b7fb9 fix(TUP-20267)Preview in Metadata Delimited File fails with (#2429)
NullPointerException
https://jira.talendforge.org/browse/TUP-20267
2018-06-22 17:26:15 +08:00
Liu Xinquan
330b704233 TDQ-15455 Compile error after refactoring job (#2432) 2018-06-21 15:25:21 +08:00
apoltavtsev
cc21fa013f TESB-22085 Missing links to resources are added 2018-06-15 10:55:38 +03:00
wang wei
00ef9e19b1 fix(TDI-40522): tAS400Output return wrong NB_line with BatchSize 2018-06-15 11:22:33 +08:00
zafkirTalend
9e72843082 feat(TBD-6950): Add location tBigQueryInput (#2409) 2018-06-13 11:22:28 +02:00
Chao MENG
ea270a0cc7 fix(TUP-20156): Cannot open the tMap component, throwing 'An SWT error (#2398)
fix(TUP-20156): Cannot open the tMap component, throwing 'An SWT error has occured'.
https://jira.talendforge.org/browse/TUP-20156
2018-06-08 16:17:07 +08:00
wchen-talend
7f7a54b5d0 fix(TUP-20021):Deactive component will change the execution order (#2390) 2018-06-08 11:10:30 +08:00
zwxue
3924ea2469 fix(TUP-20223):Wrong branch value in the jobs generated by CI. 2018-06-07 15:16:09 +08:00
jzhao
814e813d17 fix(TDI-40441): remove duplicate item in cipher siute list for mom components(#2385) 2018-06-05 11:08:30 +08:00
achursin-talend
c515d133e2 fix(TBD-6923): Fix using hive query name (#2380) 2018-06-04 10:06:22 +02:00
Andreas Mattes
888cac468e fix(TESB-22183): Add support for circular WSDL imports to WSDLLoader. (#2378)
Circular WSDL imports are not prohibited by WS-I basic profile. However, they are currently causing WSDL import to fail in an endless recursion. The present fix corrects this condition and ensures that WSDL documents are not imported more than once.
2018-06-04 08:38:33 +02:00
kjwang-talend
530c116a50 TUP-20199 Studio is way too slow when branching 2 ways with if condition (#2370)
https://jira.talendforge.org/browse/TUP-20199
2018-06-04 10:51:38 +08:00
Roman
1f24cda7e7 fix(TDI-40448): creating of yaml file was fixed (#2314)
* fix(TDI-40448): creating of yaml file was fixed
2018-06-01 14:00:12 +03:00
SunChaoqun
452b72c19f TESB-22085:Dynamic schema column type is always String in Runtime (#2361)
LGTM
2018-05-31 16:53:45 +08:00
wchen-talend
7cc4304116 fix(TUP-20021):Deactive component will change the execution order (#2368) 2018-05-31 11:55:06 +08:00
Vladimir Bogatyrov
2051562ff8 [TESB-20978] java.lang.ClassCastException:javax.mail.internet.MimeMultipart cannot be cast to javax.mail.Multipart
UrlPath of JAF dependency was pointing out to a non-existing library, which resulted in that activation.jar was not included into job's OSGi bundle; removed the UrlPath property to use activation library from the studio repository
2018-05-30 04:13:11 +00:00
Chao MENG
07ea855cef fix(TUP-20166): Studio "Attempted to beginRule: F/.Java/src/main/java,
(#2348)

fix(TUP-20166): Studio "Attempted to beginRule: F/.Java/src/main/java,
does not match outer scope rule" Error
https://jira.talendforge.org/browse/TUP-20166

Conflicts:
	main/plugins/org.talend.designer.core/src/main/java/org/talend/designer/core/ui/action/EditProcess.java
2018-05-29 10:03:01 +08:00
ypiel
98dc390968 fix(TDI-40521) : Encode to base64 byte[]->String (#2346) 2018-05-25 09:24:04 +02:00
jzhao
8959149b0c fix(TDI-40441): tMomXXX components to connect to SSL enabled Websphere
MQ channel (#2341)


* add new parameters to support both ibm and oracle java cipher suite

* Upgrade the jars

* change "cipher spec" to "cipher suite"
2018-05-24 18:02:10 +08:00
wchen-talend
82298e2cce fix(TUP-19943):Generated schema miss some fields while import xsd 2018-05-23 11:57:49 +08:00
wchen-talend
672752f7c3 fix(TUP-20021):Deactive component will change the execution order (#2315) 2018-05-23 10:52:56 +08:00
Chao MENG
8bb557c669 fix(TUP-20133): Edit queries does not display the "SQL Builder" window (#2323)
fix(TUP-20133): Edit queries does not display the "SQL Builder" window in some conditions.
https://jira.talendforge.org/browse/TUP-20133
2018-05-21 10:28:20 +08:00
Anas KHABALI
eab70e6f5a fix(TDI-40473): fix date handling in tservicenowOutput (#2306) 2018-05-18 13:07:10 +01:00
zafkirTalend
c929b1864f fix(TBD-6701): Fix condition left join on for tELTHiveMap (#2301) (#2319) 2018-05-17 15:15:59 +02:00
jzhao
3844862c52 fix(TDI-40443): add check to control tsalesforceinput bulk mode all return null for empty value(#2302)
* set default value true when migration old framework jobs
2018-05-10 17:44:51 +08:00
Emmanuel GALLOIS
3fcaf28b9d fix(TDI-40488): check target column existance in enforcer (#2297)
(cherry picked from commit 457991d)
2018-05-09 15:59:25 +02:00
Chao MENG
312eedb6f9 fix(TUP-19961): tELTMSSqlInput component does not support the schema (#2285)
with a DB-column name having Degree symbol in it
https://jira.talendforge.org/browse/TUP-19961
2018-05-04 18:29:19 +08:00
Chao MENG
be385ada76 fix(TUP-19961): tELTMSSqlInput component does not support the schema (#2284)
with a DB-column name having Degree symbol in it
https://jira.talendforge.org/browse/TUP-19961
2018-05-04 14:56:31 +08:00
zwxue
8bc3869a76 fix(TUP-19806):Error: Could not find or load main class / Remote (#2278)
Execution / routines.jar missing in ZIP file.
2018-05-03 16:45:10 +08:00
Chao MENG
3b498312db fix(TUP-19961): tELTMSSqlInput component does not support the schema (#2277)
fix(TUP-19961): tELTMSSqlInput component does not support the schema with a DB-column name having Degree symbol in it
https://jira.talendforge.org/browse/TUP-19961
2018-05-03 15:24:54 +08:00
pyzhou
7f750f91df fix(TDI-40458):compile error dynamic schema with identity tsybaseOutput (#2274) 2018-05-03 09:37:09 +08:00
Anas KHABALI
db13dbb680 fix(TDI-40464): fix column mapping in servicenowInput component. (#2273)
with more than one result, tServicenownput returns bad data for resolved_at and closed_at fields
2018-05-02 11:53:12 +02:00
Chao MENG
054de1404f fix(TUP-19961): tELTMSSqlInput component does not support the schema
with a DB-column name having Degree symbol in it (#2272)

* fix(TUP-19961): tELTMSSqlInput component does not support the schema
with a DB-column name having Degree symbol in it
https://jira.talendforge.org/browse/TUP-19961

Conflicts:
	test/plugins/org.talend.designer.dbmap.test/src/org/talend/designer/dbmap/language/mysql/MysqlGenerationManagerTest.java
	test/plugins/org.talend.designer.dbmap.test/src/org/talend/designer/dbmap/language/oracle/OracleGenerationManagerTest.java
	test/plugins/org.talend.designer.dbmap.test/src/org/talend/designer/dbmap/language/postgres/PostgresGenerationManagerTest.java
2018-05-02 16:44:39 +08:00
Chao MENG
47b20adf5e fix(TUP-19961): tELTMSSqlInput component does not support the schema (#2266)
fix(TUP-19961): tELTMSSqlInput component does not support the schema with a DB-column name having Degree symbol in it
https://jira.talendforge.org/browse/TUP-19961
2018-04-28 18:57:57 +08:00
Chao MENG
5b65b8ae93 fix(TUP-19961): tELTMSSqlInput component does not support the schema
with a DB-column name having Degree symbol in it

https://jira.talendforge.org/browse/TUP-19961

Conflicts:
	main/plugins/org.talend.designer.core/src/main/java/org/talend/designer/core/model/process/DataProcess.java
	main/plugins/org.talend.designer.dbmap/src/main/java/org/talend/designer/dbmap/language/generation/DbGenerationManager.java
	main/plugins/org.talend.designer.dbmap/src/main/java/org/talend/designer/dbmap/language/postgres/PostgresGenerationManager.java
2018-04-28 18:57:15 +08:00
pyzhou
d2674cba1e fix(TDI-39968):split the string in log. (#1943)
* fix(TDI-39968):split the string in log.

* simplify the code.
2018-04-27 11:21:50 +08:00
kjwang-talend
b5d542daa6 Kjwang/fix(tup 19974)opening a job takes more than half an hour in
studio (#2232)

* fix(TUP-19974)Opening a job takes more than half an hour in studio
https://jira.talendforge.org/browse/TUP-19974

* fix(TUP-19974)Opening a job takes more than half an hour in studio
https://jira.talendforge.org/browse/TUP-19974

Conflicts:
	main/plugins/org.talend.designer.core/src/main/java/org/talend/designer/core/ui/editor/cmd/ChangeValuesFromRepository.java
	main/plugins/org.talend.designer.core/src/main/java/org/talend/designer/core/ui/editor/cmd/RepositoryChangeMetadataCommand.java
	main/plugins/org.talend.repository.generic/src/main/java/org/talend/repository/generic/service/GenericWizardService.java
	main/plugins/org.talend.repository.generic/src/main/java/org/talend/repository/generic/ui/dnd/GenericDragAndDropHandler.java
2018-04-24 16:18:42 +08:00
kjwang-talend
e70298f5e4 Kjwang/fix(tup 19732)joblet not being called after elt components (#2205)
* fix(TUP-19732)Joblet not being called after ELT components
https://jira.talendforge.org/browse/TUP-19732

* fix(TUP-19732)Joblet not being called after ELT components
https://jira.talendforge.org/browse/TUP-19732

* fix(TUP-19732)Joblet not being called after ELT components
https://jira.talendforge.org/browse/TUP-19732

* fix(TUP-19732)Joblet not being called after ELT components
https://jira.talendforge.org/browse/TUP-19732
2018-04-24 15:11:26 +08:00
wang wei
9ef3d1d1f4 fix(TDI-40329): Constant String too long due to a large schema
# Conflicts:
#	main/plugins/org.talend.designer.codegen/jet_stub/generic/component_begin.javajet
2018-04-18 10:45:11 +08:00
Chao MENG
02caed3f06 fix(TUP-19961): tELTMSSqlInput component does not support the schema
(#2219)

fix(TUP-19961): tELTMSSqlInput component does not support the schema
with a DB-column name having Degree symbol in it
https://jira.talendforge.org/browse/TUP-19961

Conflicts:
	main/plugins/org.talend.designer.core/src/main/java/org/talend/designer/core/model/components/EParameterName.java
	main/plugins/org.talend.designer.dbmap/src/main/java/org/talend/designer/dbmap/language/generation/DbGenerationManager.java
2018-04-17 11:17:03 +08:00
kjwang-talend
c4b48eb40c TUP-19064 Studio consuming CPU after opening a Job (no other activity) (#2059)
https://jira.talendforge.org/browse/TUP-19064
2018-04-12 11:26:17 +08:00
Olha Varnavina
4c00e03d26 fix(TDI-40192): surrogate pair FileInputPositional (#2115) (#2149)
* replaced use bytes checkbox with drop down list
* added option with surrogate pairs for pattern units
* added migration task for use bytes checkbox
2018-03-28 11:21:07 +03:00
pyzhou
85ae673a8c fix(TDI-40284): Make dynamic and non-dynamic behave in accordance. (#2144) 2018-03-27 17:53:58 +08:00
wang wei
1920fdd808 fix(TDI-40276): Missing talend_DB_mssqlUtil.jar in 651, 652, 701 (#2135) 2018-03-26 15:08:42 +08:00
hcyi
359771997d fix(TUP-19691):java.lang.StackOverflowException when job is run. (#2039) 2018-03-23 10:50:04 +08:00
pyzhou-talend
77f9b850b7 fix(TDI-30137):tSQLDWHOutput cannot create table. 2018-03-20 16:52:51 +08:00
195858
937fd8e27b fix(TDI-40170): Add HANA support to tJDBCSCDELT (#2063)
* fix(TDI-40170): Add HANA support to tJDBCSCDELT

Adding support for SAP Hana.
Amended the begin template to conditionally include SAP Hana specific template if the appropriate mapping is selected.
Added a SAP HANA specific javajet template,

* fix(TDI-40170): Add HANA support to tJDBCSCDELT

Fixed the generation of UPDATE statements as suggested
2018-03-16 10:53:46 +08:00
wang wei
d6d59de2ea fix(TDI-40201): ts3put is slower than expected 2018-03-15 11:53:44 +08:00
nrousseau
902565c6a1 fix(TUP-19758) generate code even if the jars are missing (#2065) 2018-03-15 11:42:16 +08:00
ypiel
f0d961079f fix(TDI-39447) : Save cookie even if there is HTTP error. (#1740) 2018-03-13 15:17:17 +01:00
ypiel
5f0bddbfd4 fix(TDI-39446) : Redirect 303/302(optional) with GET (#1742)
* fix(TDI-39446) : Redirect 303/302(optional) with GET

* fix(TDI39446) : Use the right redirect url

* fix(TDI-39446) : Update label for force label on 302 redirect option

* fix(TDI-39446) : Update label for 302 redirect option
2018-03-13 15:17:07 +01:00
jzhao
6d30cc80ab fix(TDI-40217) tMSSqlOutput component fails while writing exponential notation data using Dynamic Schema(#2072)
* wrong code caused compiler error
2018-03-13 10:41:33 +08:00
jzhao
ea78bc513b fix(TDI-40217) tMSSqlOutput component fails while writing exponential notation data using Dynamic Schema(#2067)
* Avro to DI  didn't handle BigDecimal correct.
2018-03-12 16:27:36 +08:00
nrousseau
8789a25ae7 fix(TUP-18487) fix problem of junit, avoid to hang (#1635) 2018-03-06 11:13:20 +08:00
Chao MENG
4cca9f3eb3 Don't popup dialog for junit since it will block the junit 2018-03-05 17:15:17 +08:00
Jane Ding
4c9fb96ffc fix(TUP-19402)Can not import in project folder items. (#1954)
https://jira.talendforge.org/browse/TUP-19402
2018-02-28 15:56:28 +08:00
kjwang-talend
fec695a2b9 Kjwang/fix(tup 19528)implicit t context load does not load variables when from file is initialized with a context variable (#2001) 2018-02-28 10:59:08 +08:00
pyzhou
23aa01535b fix(TDI-40057):tAmazonEMRManager fails when enable debug. (#1948) 2018-02-23 14:57:04 +08:00
Emmanuel GALLOIS
f6b4aa24a3 fix(TDI-40106): avoid ConcurrentModificationException (#1982)
(cherry picked from commit baec479)
2018-02-19 11:03:19 +01:00
Emmanuel GALLOIS
18a03e8bfb fix(TDI-40112): tCloudStart doesn't start an existing EC2 instance (#1981)
* fix(TDI-40112): tCloudStart don't start an existing EC2 instance but create a new one
* fix(TDI-40112): manage correctly logging

(cherry picked from commit 8da8a3c)
2018-02-14 13:16:13 +01:00
ypiel
1395afff1e bug(TDI-40026) : Get only exception msg from subjob 2018-02-14 10:54:09 +01:00
Roman Voievidko
881dd1b977 bug(TDI-39879): change adding of binary attribute to context 2018-02-14 11:39:04 +02:00
Kevin Wang
3dea664c37 TUP-19372 Studio crashed after importing projects
https://jira.talendforge.org/browse/TUP-19372
2018-02-13 15:37:59 +08:00
kcoepeau
5bd68ccc3e fix(TBD-6388): Add Migration Task for tImpalaOutput (#1955) 2018-02-12 16:43:31 +01:00
Irene Wang
58f70eb03c DEVOPS-3791 Update copyright year to 2018 2018-02-09 13:14:05 +01:00
kcoepeau
a962602889 fix(TBD-6388): Add Migration Task for tImpalaOutput (#1955) 2018-02-09 11:39:36 +01:00
kjwang-talend
60f1639f70 fix(TUP-19342)Implicit context load from file behavior change (#1931)
https://jira.talendforge.org/browse/TUP-19342
2018-02-05 17:29:57 +08:00
hcyi
92aafb9e85 fix(TUP-19277):Errors when creating tSASoutput component from SAS (#1877)
metadata connection.
2018-02-05 11:10:54 +08:00
jzhao
d9d4ffcd4b fix(TDI-39932): tLDAPXX components does not close TLS connection (#1918) 2018-01-29 14:17:36 +08:00
undx
dafb8680d2 Merge branch 'maintenance/6.5' of https://github.com/Talend/tdi-studio-se into maintenance/6.5 2018-01-23 12:49:49 +00:00
Emmanuel GALLOIS
c15fd2ae4f fix(TDI-39948): change default behavior for USE_EXISTING_CONNECTION (#1893)
(cherry picked from commit 42d2478)
2018-01-23 12:48:05 +00:00
kcoepeau
78810b7f1b fix(TBD-5317): consistent field separator and support without existing connection use (#1881) 2018-01-23 11:03:54 +01:00
wang wei
ba12db5aa5 fix(TDI-39904): make sure use postgresql jdbc driver for postgresql connection component when both redshift and postgresql jdbc driver exist(#1867) 2018-01-17 09:31:23 +08:00
alxtalend
f191b30b88 babili-export (#1864) 2018-01-16 16:40:36 +08:00
wang wei
37e775f069 fix(TDI-39893): Exception in component tRedshiftOutput: "java.sql.SQLException: [Amazon](500310) Invalid operation: there is no parameter $-32768" (#1853) 2018-01-11 15:40:58 +08:00
Jenkins Continuous Build server
b1c7862913 Set version to 6.5.2 SNAPSHOT 2018-01-10 16:37:45 +01:00
3473 changed files with 8141 additions and 5843 deletions

67
PATCH_RELEASE_NOTE.md Normal file
View File

@@ -0,0 +1,67 @@
---
version: 6.5.1
module: https://talend.poolparty.biz/coretaxonomy/42
product:
- https://talend.poolparty.biz/coretaxonomy/23
---
# TPS-3235
| Info | Value |
| ---------------- | ---------------- |
| Patch Name | Patch\_20190809_TPS-3235\_v1-6.5.1 |
| Release Date | 2019-08-09 |
| Target Version | Talend-Studio-20180116\_1512-V6.5.1 |
| Product affected | Talend Studio |
## Introduction
This is a self-contained patch.
**NOTE**: For information on how to obtain this patch, reach out to your Support contact at Talend.
## Fixed issues
This patch contains the following fixes:
- TPS-3235 [6.5.1] Sub jobs for tParallelize will not die when it is an independent process by tRunJob (TDI-42570)
## Prerequisites
Consider the following requirements for your system:
- Talend Studio 6.5.1 must be installed.
## Installation
### Installing the patch using Software update
1) Logon TAC and switch to Configuration->Software Update, then enter the correct values and save referring to the documentation: https://help.talend.com/reader/f7Em9WV_cPm2RRywucSN0Q/j9x5iXV~vyxMlUafnDejaQ
2) Switch to Software update page, where the new patch will be listed. The patch can be downloaded from here into the nexus repository.
3) On Studio Side: Logon Studio with remote mode, on the logon page the Update button is displayed: click this button to install the patch.
### Installing the patch using Talend Studio
1) Create a folder named "patches" under your studio installer directory and copy the patch .zip file to this folder.
2) Restart your studio: a window pops up, then click OK to install the patch, or restart the commandline and the patch will be installed automatically.
### Installing the patch using Commandline
Execute the following commands:
1. Talend-Studio-win-x86_64.exe -nosplash -application org.talend.commandline.CommandLine -consoleLog -data commandline-workspace startServer -p 8002 --talendDebug
2. initRemote {tac_url} -ul {TAC login username} -up {TAC login password}
3. checkAndUpdate -tu {TAC login username} -tup {TAC login password}
## Uninstallation
Backup the Affected files list below. Uninstall the patch by restore the backup files.
## Affected files for this patch
The following files are installed by this patch:
- {Talend\_Studio\_path}/plugins/org.talend.designer.components.localprovider\_6.5.1.20180116\_1512/components/tRunJob/tRunJob\_main.javajet

View File

@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Designer Plug-in Nl Fragment
Bundle-SymbolicName: org.talend.componentdesigner.nl
Bundle-Version: 6.5.1.qualifier
Bundle-Version: 6.5.2.qualifier
Fragment-Host: org.talend.componentdesigner
Bundle-Localization: plugin
Bundle-Vendor: .Talend SA.

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.5.1</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.componentdesigner.nl</artifactId>

View File

@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl Fragment
Bundle-SymbolicName: org.talend.componentdesigner.rcp.nl
Bundle-Version: 6.5.1.qualifier
Bundle-Version: 6.5.2.qualifier
Fragment-Host: org.talend.componentdesigner.rcp

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.5.1</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.componentdesigner.rcp.nl</artifactId>

View File

@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl Fragment
Bundle-SymbolicName: org.talend.designer.abstractmap.nl
Bundle-Version: 6.5.1.qualifier
Bundle-Version: 6.5.2.qualifier
Fragment-Host: org.talend.designer.abstractmap

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.5.1</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.abstractmap.nl</artifactId>

View File

@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl Fragment
Bundle-SymbolicName: org.talend.designer.alfrescooutput.nl
Bundle-Version: 6.5.1.qualifier
Bundle-Version: 6.5.2.qualifier
Fragment-Host: org.talend.designer.alfrescooutput

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.5.1</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.alfrescooutput.nl</artifactId>

View File

@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl Fragment
Bundle-SymbolicName: org.talend.designer.business.diagram.nl
Bundle-Version: 6.5.1.qualifier
Bundle-Version: 6.5.2.qualifier
Bundle-Vendor: .Talend SA.
Fragment-Host: org.talend.designer.business.diagram
Bundle-Localization: plugin

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.5.1</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.business.diagram.nl</artifactId>

View File

@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: org.talend.designer.codegen Nl Fragment
Bundle-SymbolicName: org.talend.designer.codegen.nl
Bundle-Version: 6.5.1.qualifier
Bundle-Version: 6.5.2.qualifier
Fragment-Host: org.talend.designer.codegen
Bundle-Localization: plugin
Bundle-Vendor: .Talend SA.

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.5.1</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.codegen.nl</artifactId>

View File

@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl
Bundle-SymbolicName: org.talend.designer.components.exchange.nl
Bundle-Version: 6.5.1.qualifier
Bundle-Version: 6.5.2.qualifier
Fragment-Host: org.talend.designer.components.exchange

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.5.1</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.components.exchange.nl</artifactId>

View File

@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Designer Plug-in Nl Fragment
Bundle-SymbolicName: org.talend.designer.core.nl
Bundle-Version: 6.5.1.qualifier
Bundle-Version: 6.5.2.qualifier
Fragment-Host: org.talend.designer.core
Bundle-Localization: plugin
Bundle-Vendor: .Talend SA.

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.5.1</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.core.nl</artifactId>

View File

@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl Fragment
Bundle-SymbolicName: org.talend.designer.dbmap.nl
Bundle-Version: 6.5.1.qualifier
Bundle-Version: 6.5.2.qualifier
Fragment-Host: org.talend.designer.dbmap

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.5.1</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.dbmap.nl</artifactId>

View File

@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl
Bundle-SymbolicName: org.talend.designer.documentation.nl
Bundle-Version: 6.5.1.qualifier
Bundle-Version: 6.5.2.qualifier
Fragment-Host: org.talend.designer.documentation

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.5.1</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.documentation.nl</artifactId>

View File

@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl Fragment
Bundle-SymbolicName: org.talend.designer.fileoutputxml.nl
Bundle-Version: 6.5.1.qualifier
Bundle-Version: 6.5.2.qualifier
Fragment-Host: org.talend.designer.fileoutputxml

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.5.1</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.fileoutputxml.nl</artifactId>

View File

@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl Fragment
Bundle-SymbolicName: org.talend.designer.gefabstractmap.nl
Bundle-Version: 6.5.1.qualifier
Bundle-Version: 6.5.2.qualifier
Fragment-Host: org.talend.designer.gefabstractmap

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.5.1</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.gefabstractmap.nl</artifactId>

View File

@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl
Bundle-SymbolicName: org.talend.designer.hl7.nl
Bundle-Version: 6.5.1.qualifier
Bundle-Version: 6.5.2.qualifier
Fragment-Host: org.talend.designer.hl7

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.5.1</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.hl7.nl</artifactId>

View File

@@ -2,6 +2,6 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Mapper component Plug-in Nl Fragment
Bundle-SymbolicName: org.talend.designer.mapper.nl
Bundle-Version: 6.5.1.qualifier
Bundle-Version: 6.5.2.qualifier
Fragment-Host: org.talend.designer.mapper
Bundle-Vendor: .Talend SA.

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.5.1</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.mapper.nl</artifactId>

View File

@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Maven Job NL
Bundle-SymbolicName: org.talend.designer.maven.job.nl
Bundle-Version: 6.5.1.qualifier
Bundle-Version: 6.5.2.qualifier
Bundle-Vendor: .Talend SA.
Fragment-Host: org.talend.designer.maven.job
Bundle-RequiredExecutionEnvironment: JavaSE-1.7

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.5.1</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.maven.job.nl</artifactId>

View File

@@ -2,6 +2,6 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Rowgenerator Nl Fragment
Bundle-SymbolicName: org.talend.designer.rowgenerator.nl
Bundle-Version: 6.5.1.qualifier
Bundle-Version: 6.5.2.qualifier
Fragment-Host: org.talend.designer.rowgenerator
Bundle-Vendor: .Talend SA.

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.5.1</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.rowgenerator.nl</artifactId>

View File

@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: org.talend.designer.runprocess.nl fragment
Bundle-SymbolicName: org.talend.designer.runprocess.nl
Bundle-Version: 6.5.1.qualifier
Bundle-Version: 6.5.2.qualifier
Bundle-Vendor: .Talend SA.
Fragment-Host: org.talend.designer.runprocess
Bundle-Localization: plugin

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.5.1</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.runprocess.nl</artifactId>

View File

@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl Fragment
Bundle-SymbolicName: org.talend.designer.scd.nl
Bundle-Version: 6.5.1.qualifier
Bundle-Version: 6.5.2.qualifier
Fragment-Host: org.talend.designer.scd

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.5.1</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.scd.nl</artifactId>

View File

@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl Fragment
Bundle-SymbolicName: org.talend.designer.webservice.nl
Bundle-Version: 6.5.1.qualifier
Bundle-Version: 6.5.2.qualifier
Fragment-Host: org.talend.designer.webservice

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.5.1</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.webservice.nl</artifactId>

View File

@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl
Bundle-SymbolicName: org.talend.designer.xmlmap.nl
Bundle-Version: 6.5.1.qualifier
Bundle-Version: 6.5.2.qualifier
Fragment-Host: org.talend.designer.xmlmap

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.5.1</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.xmlmap.nl</artifactId>

View File

@@ -2,6 +2,6 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Expression Builder Nl Fragment
Bundle-SymbolicName: org.talend.expressionbuilder.nl
Bundle-Version: 6.5.1.qualifier
Bundle-Version: 6.5.2.qualifier
Fragment-Host: org.talend.expressionbuilder
Bundle-Vendor: .Talend SA.

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.5.1</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.expressionbuilder.nl</artifactId>

View File

@@ -2,6 +2,6 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: NL
Bundle-SymbolicName: org.talend.presentation.onboarding.resource.nl
Bundle-Version: 6.5.1.qualifier
Bundle-Version: 6.5.2.qualifier
Fragment-Host: org.talend.presentation.onboarding.resource
Bundle-Vendor: .Talend SA.

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.5.1</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.presentation.onboarding.resource.nl</artifactId>

View File

@@ -2,6 +2,6 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: NL
Bundle-SymbolicName: org.talend.presentation.onboarding.resource.tos.nl
Bundle-Version: 6.5.1.qualifier
Bundle-Version: 6.5.2.qualifier
Fragment-Host: org.talend.presentation.onboarding.resource.tos
Bundle-Vendor: .Talend SA.

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.5.1</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.presentation.onboarding.resource.tos.nl</artifactId>

View File

@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl
Bundle-SymbolicName: org.talend.repository.ftp.nl
Bundle-Version: 6.5.1.qualifier
Bundle-Version: 6.5.2.qualifier
Fragment-Host: org.talend.repository.ftp

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.5.1</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.repository.ftp.nl</artifactId>

View File

@@ -2,6 +2,6 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl Fragment
Bundle-SymbolicName: org.talend.repository.json.nl
Bundle-Version: 6.5.1.qualifier
Bundle-Version: 6.5.2.qualifier
Fragment-Host: org.talend.repository.json
Bundle-Vendor: .Talend SA.

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.5.1</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.repository.json.nl</artifactId>

View File

@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl Fragment
Bundle-SymbolicName: org.talend.repository.nl
Bundle-Version: 6.5.1.qualifier
Bundle-Version: 6.5.2.qualifier
Fragment-Host: org.talend.repository
Bundle-Localization: plugin
Bundle-Vendor: .Talend SA.

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.5.1</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.repository.nl</artifactId>

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2017 Talend Inc. - www.talend.com
// Copyright (C) 2006-2018 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl
Bundle-SymbolicName: org.talend.repository.view.di.nl
Bundle-Version: 6.5.1.qualifier
Bundle-Version: 6.5.2.qualifier
Fragment-Host: org.talend.repository.view.di

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.5.1</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.repository.view.di.nl</artifactId>

View File

@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl Fragment
Bundle-SymbolicName: org.talend.sbi.engines.client.nl
Bundle-Version: 6.5.1.qualifier
Bundle-Version: 6.5.2.qualifier
Fragment-Host: org.talend.sbi.engines.client

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.5.1</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.sbi.engines.client.nl</artifactId>

View File

@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl Fragment
Bundle-SymbolicName: org.talend.spagic.engines.client.nl
Bundle-Version: 6.5.1.qualifier
Bundle-Version: 6.5.2.qualifier
Fragment-Host: org.talend.spagic.engines.client

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.5.1</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.spagic.engines.client.nl</artifactId>

View File

@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: org.talend.sqlbuilder Nl Fragment
Bundle-SymbolicName: org.talend.sqlbuilder.nl
Bundle-Version: 6.5.1.qualifier
Bundle-Version: 6.5.2.qualifier
Bundle-Vendor: .Talend SA.
Fragment-Host: org.talend.sqlbuilder
Bundle-Localization: plugin

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.5.1</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.sqlbuilder.nl</artifactId>

View File

@@ -2,7 +2,7 @@
<feature
id="org.talend.componentdesigner.feature"
label="Componentdesigner_feature Feature"
version="6.5.1.qualifier"
version="6.5.2.qualifier"
provider-name=".Talend SA.">
<description url="http://www.example.com/description">

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.5.1</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.componentdesigner.feature</artifactId>

View File

@@ -2,7 +2,7 @@
<feature
id="org.talend.designer.business.feature"
label="Business Feature"
version="6.5.1.qualifier"
version="6.5.2.qualifier"
provider-name=".Talend SA.">
<description url="http://www.talend.com/online/featuresdescription.html#business-feature">

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.5.1</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.business.feature</artifactId>

View File

@@ -2,7 +2,7 @@
<feature
id="org.talend.designer.feature"
label="Designer Feature"
version="6.5.1.qualifier"
version="6.5.2.qualifier"
provider-name=".Talend SA.">
<description url="http://www.talend.com/online/featuresdescription.html#designer-feature">

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.5.1</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.feature</artifactId>

View File

@@ -2,7 +2,7 @@
<feature
id="org.talend.rcp.branding.tos.feature"
label="Tos branding feature"
version="6.5.1.qualifier"
version="6.5.2.qualifier"
provider-name=".Talend SA."
plugin="org.talend.rcp.branding.tos">

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.5.1</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.rcp.branding.tos.feature</artifactId>

View File

@@ -2,7 +2,7 @@
<feature
id="org.talend.rcp.branding.tos.test.feature"
label="Test feature for TOS"
version="6.5.1.qualifier">
version="6.5.2.qualifier">
<description url="http://www.example.com/description">
[Enter Feature Description here.]

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.5.1</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.rcp.branding.tos.test.feature</artifactId>

View File

@@ -2,7 +2,7 @@
<feature
id="org.talend.repository.feature"
label="Repository Feature"
version="6.5.1.qualifier"
version="6.5.2.qualifier"
provider-name=".Talend SA.">
<description url="http://www.talend.com/online/featuresdescription.html#repository-feature">

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.5.1</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.repository.feature</artifactId>

View File

@@ -2,7 +2,7 @@
<feature
id="org.talend.sbi.feature"
label="SBI Feature"
version="6.5.1.qualifier"
version="6.5.2.qualifier"
provider-name=".Talend SA.">
<description url="http://www.talend.com/online/featuresdescription.html#sbi-feature">

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.5.1</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.sbi.feature</artifactId>

View File

@@ -2,7 +2,7 @@
<feature
id="org.talend.spagic.feature"
label="SPAGIC Feature"
version="6.5.1.qualifier"
version="6.5.2.qualifier"
provider-name=".Talend SA.">
<description url="http://www.talend.com/online/featuresdescription.html#spagic-feature">

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.5.1</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.spagic.feature</artifactId>

View File

@@ -2,7 +2,7 @@
<feature
id="org.talend.tos.components.feature"
label="Components-feature"
version="6.5.1.qualifier">
version="6.5.2.qualifier">
<description url="http://www.example.com/description">
[Enter Feature Description here.]

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.5.1</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.tos.components.feature</artifactId>

View File

@@ -2,7 +2,7 @@
<feature
id="org.talend.tos.feature"
label="Tos feature"
version="6.5.1.qualifier"
version="6.5.2.qualifier"
provider-name=".Talend SA.">
<description url="http://www.example.com/description">

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.5.1</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.tos.feature</artifactId>

View File

@@ -2,7 +2,7 @@
<feature
id="org.talend.tos.libraries.feature"
label="Libraries_feature"
version="6.5.1.qualifier">
version="6.5.2.qualifier">
<description url="http://www.example.com/description">
[Enter Feature Description here.]

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.5.1</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.tos.libraries.feature</artifactId>

View File

@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Rcp Plug-in
Bundle-SymbolicName: org.talend.componentdesigner.rcp; singleton:=true
Bundle-Version: 6.5.1.qualifier
Bundle-Version: 6.5.2.qualifier
Bundle-Activator: org.talend.componentdesigner.rcp.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.5.1</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.componentdesigner.rcp</artifactId>

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2017 Talend Inc. - www.talend.com
// Copyright (C) 2006-2018 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2017 Talend Inc. - www.talend.com
// Copyright (C) 2006-2018 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2017 Talend Inc. - www.talend.com
// Copyright (C) 2006-2018 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2017 Talend Inc. - www.talend.com
// Copyright (C) 2006-2018 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2017 Talend Inc. - www.talend.com
// Copyright (C) 2006-2018 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2017 Talend Inc. - www.talend.com
// Copyright (C) 2006-2018 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2017 Talend Inc. - www.talend.com
// Copyright (C) 2006-2018 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Componentdesigner Plug-in
Bundle-SymbolicName: org.talend.componentdesigner; singleton:=true
Bundle-Version: 6.5.1.qualifier
Bundle-Version: 6.5.2.qualifier
Bundle-Activator: org.talend.componentdesigner.ComponentDesigenerPlugin
Require-Bundle: org.talend.model,
org.eclipse.ui,

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.5.1</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.componentdesigner</artifactId>

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2017 Talend Inc. - www.talend.com
// Copyright (C) 2006-2018 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2017 Talend Inc. - www.talend.com
// Copyright (C) 2006-2018 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2017 Talend Inc. - www.talend.com
// Copyright (C) 2006-2018 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2017 Talend Inc. - www.talend.com
// Copyright (C) 2006-2018 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2017 Talend Inc. - www.talend.com
// Copyright (C) 2006-2018 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

Some files were not shown because too many files have changed in this diff Show More