You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,15 @@
1
1
talend-codegen
2
2
==============
3
3
4
-
Command line code generation (job export) plugin for talend open studio 7.1.1
4
+
Command line code generation (job export) plugin for Talend open studio 7.3.1
5
5
6
6
Building/Installation
7
7
---------------------
8
8
9
9
* mvn clean package
10
10
* Copy generated .jar in target directory to plugins directory of Talend
11
+
* Open the file config.info in the folder configuration/ of your Talend Studio 7.3.1
12
+
* At the end of the very long line for osgi.bundles= add ,au.org.emii.talend.codegen (so something like osgi.bundles=blalbblabla,au.org.emii.talend.codegen )
11
13
12
14
Usage
13
15
-----
@@ -45,8 +47,7 @@ This example is taken from our Jenkins build process - $WORKSPACE is the locatio
This project was originally developed for the [Australian Ocean Data Network](https://portal.aodn.org.au/).
53
+
This project was originally developed for the [Australian Ocean Data Network](https://portal.aodn.org.au/). The project came with docker support, which you can still find in the [original branch](../original).
0 commit comments