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();
5959
6060const firstNumber = myApiInstance .add (5 , 3 );
6161const secondNumber = myApiInstance .multiply (5 , 3 );
62- const customMethod = myApiInstance .customMethod (" sample -custom-stack" );
62+ const customMethod = myApiInstance .customMethod (" tutorial -custom-stack" );
6363const greetingMessage = MyApi .greet ();
6464
6565const data = {
Original file line number Diff line number Diff line change 33 "repository" : {
44 "type" : " git" ,
55 "branch" : " master" ,
6- "url" : " https://github.com/dirigiblelabs/sample -custom-stack.git"
6+ "url" : " https://github.com/dirigiblelabs/tutorial -custom-stack.git"
77 },
88 "actions" : [
99 {
Original file line number Diff line number Diff line change 22DIRIGIBLE_PRODUCT_NAME =${project.title}
33DIRIGIBLE_PRODUCT_VERSION =${project.version}
44DIRIGIBLE_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
66DIRIGIBLE_PRODUCT_TYPE =all
77DIRIGIBLE_INSTANCE_NAME =custom-stack
88DIRIGIBLE_DATABASE_PROVIDER =local
Original file line number Diff line number Diff line change 11const brandingInfo = {
22 name : 'Custom Stack' ,
33 brand : 'Custom Stack' ,
4- brandUrl : 'https://github.com/dirigiblelabs/sample -custom-stack' ,
4+ brandUrl : 'https://github.com/dirigiblelabs/tutorial -custom-stack' ,
55 icons : {
66 faviconIco : '/services/web/ide-branding/favicon-16x16.png' ,
77 favicon32 : '/services/web/ide-branding/favicon-32x32.png' ,
Original file line number Diff line number Diff line change 33 "repository" : {
44 "type" : " git" ,
55 "branch" : " master" ,
6- "url" : " https://github.com/dirigiblelabs/sample -custom-stack.git"
6+ "url" : " https://github.com/dirigiblelabs/tutorial -custom-stack.git"
77 }
88}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const myApiInstance = new MyApi();
55
66const firstNumber = myApiInstance . add ( 5 , 3 ) ;
77const secondNumber = myApiInstance . multiply ( 5 , 3 ) ;
8- const customMethod = myApiInstance . customMethod ( "sample -custom-stack" ) ;
8+ const customMethod = myApiInstance . customMethod ( "tutorial -custom-stack" ) ;
99const greetingMessage = MyApi . greet ( ) ;
1010
1111const data = {
Original file line number Diff line number Diff line change 2323 <url >https://www.eclipse.org</url >
2424 </organization >
2525 <scm >
26- <url >https://github.com/dirigiblelabs/sample -custom-stack</url >
26+ <url >https://github.com/dirigiblelabs/tutorial -custom-stack</url >
2727 </scm >
2828
2929 <modules >
You can’t perform that action at this time.
0 commit comments