Skip to content

Commit

Permalink
Adjust default settings
Browse files Browse the repository at this point in the history
  • Loading branch information
shuyangzhou committed Oct 5, 2021
1 parent 181243d commit a8ed1e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ portal.dirs=
## project.dir must be absolute directory
project.dir=portal

ignored.dirs=.git,.gradle,build,node_modules,portal-compat,sample,support-websphere,tmp,tools
ignored.dirs=.git,.gradle,build,node_modules,portal-compat,sample,support-websphere,tmp,tools,.releng

display.gradle.process.output=false

Expand Down
11 changes: 4 additions & 7 deletions portal-module-dependency.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,11 @@
##

#Add modules as dependency to other modules
petra.modules=petra-concurrent,petra-content,petra-encryptor,petra-executor,petra-function,petra-io,petra-lang,petra-log4j,petra-mail,petra-memory,petra-nio,petra-process,petra-reflect,petra-sql-dsl-api,petra-sql-dsl-spi,petra-string,petra-xml
petra.modules=petra-concurrent,petra-executor,petra-function,petra-io,petra-lang,petra-memory,petra-nio,petra-process,petra-reflect,petra-sql-dsl-api,petra-sql-dsl-spi,petra-string,osgi-service-tracker-collections

portal-impl=portal-kernel,registry-api,util-bridges,util-java,util-taglib
portal-kernel=registry-api
portal-test=portal-impl,portal-kernel,registry-api
portal-impl=portal-kernel,util-bridges,util-java,util-taglib,petra-content,petra-log4j,petra-encryptor,petra-mail,petra-xml,petra-portlet-url-builder,petra-url-pattern-mapper
portal-test=portal-impl,portal-kernel,petra-log4j
support-tomcat=portal-kernel
util-bridges=portal-kernel
util-java=portal-kernel,portal-test
util-taglib=portal-kernel,util-java,registry-api

registry-api=
util-taglib=portal-kernel,util-java,petra-encryptor

0 comments on commit a8ed1e2

Please sign in to comment.