Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move java and scm from sst_cs_apps to sst_cs_base_utils #1299

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 1
data:
name: Apache Ant
description: Java build tool
maintainer: sst_cs_apps
maintainer: sst_cs_base_utils
packages:
- ant
- ant-antlr
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ data:
bootstrap mode. Not pulled-in via dependency resolution because
in normal conditions bootstrapping is disabled, so RPM
dependencies on bootstrap packages are absent.
maintainer: sst_cs_apps
maintainer: sst_cs_base_utils
packages:
- javapackages-bootstrap
labels:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 1
data:
name: Jakarta XML Binding
description: API and tools that automate the mapping between XML documents and Java objects
maintainer: sst_cs_apps
maintainer: sst_cs_base_utils
packages:
- jaxb-runtime
- jaxb-xjc
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 1
data:
name: Apache Log4j
description: Java logging library
maintainer: sst_cs_apps
maintainer: sst_cs_base_utils
packages:
- log4j
- log4j-jcl
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 1
data:
name: Apache Maven
description: Java project management and project comprehension tool
maintainer: sst_cs_apps
maintainer: sst_cs_base_utils
packages:
- maven
labels:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 1
data:
name: SCM
description: Pupular source-management tools
maintainer: sst_cs_apps
maintainer: sst_cs_base_utils
packages:
- git
- git-daemon
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 1
data:
name: Unwanted packages for Java
description: Packages we do not want to ship for Java
maintainer: sst_cs_apps
maintainer: sst_cs_base_utils
unwanted_source_packages:
- ant-contrib
- apache-commons-lang
Expand Down