File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
apis/src/main/resources/META-INF/dirigible/custom-api
application/src/main/resources
branding/src/main/resources/META-INF/dirigible/ide-branding Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ const myApiInstance = new MyApi();
59
59
60
60
const firstNumber = myApiInstance .add (5 , 3 );
61
61
const secondNumber = myApiInstance .multiply (5 , 3 );
62
- const customMethod = myApiInstance .customMethod (" sample -custom-stack" );
62
+ const customMethod = myApiInstance .customMethod (" tutorial -custom-stack" );
63
63
const greetingMessage = MyApi .greet ();
64
64
65
65
const data = {
Original file line number Diff line number Diff line change 3
3
"repository" : {
4
4
"type" : " git" ,
5
5
"branch" : " master" ,
6
- "url" : " https://github.com/dirigiblelabs/sample -custom-stack.git"
6
+ "url" : " https://github.com/dirigiblelabs/tutorial -custom-stack.git"
7
7
},
8
8
"actions" : [
9
9
{
Original file line number Diff line number Diff line change 2
2
DIRIGIBLE_PRODUCT_NAME =${project.title}
3
3
DIRIGIBLE_PRODUCT_VERSION =${project.version}
4
4
DIRIGIBLE_PRODUCT_COMMIT_ID =${git.commit.id}
5
- DIRIGIBLE_PRODUCT_REPOSITORY =https://github.com/dirigiblelabs/sample -custom-stack
5
+ DIRIGIBLE_PRODUCT_REPOSITORY =https://github.com/dirigiblelabs/tutorial -custom-stack
6
6
DIRIGIBLE_PRODUCT_TYPE =all
7
7
DIRIGIBLE_INSTANCE_NAME =custom-stack
8
8
DIRIGIBLE_DATABASE_PROVIDER =local
Original file line number Diff line number Diff line change 1
1
const brandingInfo = {
2
2
name : 'Custom Stack' ,
3
3
brand : 'Custom Stack' ,
4
- brandUrl : 'https://github.com/dirigiblelabs/sample -custom-stack' ,
4
+ brandUrl : 'https://github.com/dirigiblelabs/tutorial -custom-stack' ,
5
5
icons : {
6
6
faviconIco : '/services/web/ide-branding/favicon-16x16.png' ,
7
7
favicon32 : '/services/web/ide-branding/favicon-32x32.png' ,
Original file line number Diff line number Diff line change 3
3
"repository" : {
4
4
"type" : " git" ,
5
5
"branch" : " master" ,
6
- "url" : " https://github.com/dirigiblelabs/sample -custom-stack.git"
6
+ "url" : " https://github.com/dirigiblelabs/tutorial -custom-stack.git"
7
7
}
8
8
}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const myApiInstance = new MyApi();
5
5
6
6
const firstNumber = myApiInstance . add ( 5 , 3 ) ;
7
7
const secondNumber = myApiInstance . multiply ( 5 , 3 ) ;
8
- const customMethod = myApiInstance . customMethod ( "sample -custom-stack" ) ;
8
+ const customMethod = myApiInstance . customMethod ( "tutorial -custom-stack" ) ;
9
9
const greetingMessage = MyApi . greet ( ) ;
10
10
11
11
const data = {
Original file line number Diff line number Diff line change 23
23
<url >https://www.eclipse.org</url >
24
24
</organization >
25
25
<scm >
26
- <url >https://github.com/dirigiblelabs/sample -custom-stack</url >
26
+ <url >https://github.com/dirigiblelabs/tutorial -custom-stack</url >
27
27
</scm >
28
28
29
29
<modules >
You can’t perform that action at this time.
0 commit comments