Skip to content

Commit

Permalink
Merge pull request fabric8io#56 from jboss-fuse/ENTESB-2184
Browse files Browse the repository at this point in the history
  • Loading branch information
fusesource-ci committed Dec 14, 2014
2 parents b1afba7 + b77e171 commit 94179c3
Show file tree
Hide file tree
Showing 105 changed files with 4,040 additions and 104 deletions.
40 changes: 2 additions & 38 deletions esb/esb-assembly/jboss-fuse-full/src/main/descriptors/unix-bin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,45 +26,9 @@

<componentDescriptors>
<componentDescriptor>target/shared/common-bin.xml</componentDescriptor>
<componentDescriptor>target/shared/common-unix-bin.xml</componentDescriptor>
<componentDescriptor>target/shared/common-fabric8-bin.xml</componentDescriptor>
<componentDescriptor>target/shared/common-extras-bin.xml</componentDescriptor>
<componentDescriptor>target/shared/examples-unix-bin.xml</componentDescriptor>
</componentDescriptors>

<files>
<file>
<source>${basedir}/target/dependencies/unix/apache-camel-${camel-version}.zip</source>
<outputDirectory>extras</outputDirectory>
<fileMode>0644</fileMode>
</file>
<file>
<source>${basedir}/target/dependencies/unix/apache-cxf-${cxf-version}.zip</source>
<outputDirectory>extras</outputDirectory>
<fileMode>0644</fileMode>
</file>
</files>

<fileSets>
<fileSet>
<outputDirectory>extras/fusecdc</outputDirectory>
<directory>src/main/filtered-resources/extras/fusecdc</directory>
<includes>
<include>*.profile</include>
<include>README.md</include>
</includes>
<fileMode>0644</fileMode>
<filtered>true</filtered>
</fileSet>
</fileSets>

<dependencySets>
<dependencySet>
<outputDirectory>extras/fusecdc</outputDirectory>
<includes>
<include>com.fusesource.tooling:fuse-cdc-assembly:zip:win-bin</include>
<include>com.fusesource.tooling:fuse-cdc-assembly:tar.gz:unix-bin</include>
</includes>
<outputFileNameMapping>${artifact.artifactId}-${artifact.version}.${artifact.extension}</outputFileNameMapping>
</dependencySet>
</dependencySets>

</assembly>
Original file line number Diff line number Diff line change
Expand Up @@ -26,46 +26,10 @@

<componentDescriptors>
<componentDescriptor>target/shared/common-bin.xml</componentDescriptor>
<componentDescriptor>target/shared/common-unix-bin.xml</componentDescriptor>
<componentDescriptor>target/shared/common-fabric8-bin.xml</componentDescriptor>
<componentDescriptor>target/shared/common-extras-bin.xml</componentDescriptor>
<componentDescriptor>target/shared/notices-unix-bin.xml</componentDescriptor>
<componentDescriptor>target/shared/examples-unix-bin.xml</componentDescriptor>
</componentDescriptors>

<files>
<file>
<source>${basedir}/target/dependencies/unix/apache-camel-${camel-version}.zip</source>
<outputDirectory>extras</outputDirectory>
<fileMode>0644</fileMode>
</file>
<file>
<source>${basedir}/target/dependencies/unix/apache-cxf-${cxf-version}.zip</source>
<outputDirectory>extras</outputDirectory>
<fileMode>0644</fileMode>
</file>
</files>

<fileSets>
<fileSet>
<outputDirectory>extras/fusecdc</outputDirectory>
<directory>src/main/filtered-resources/extras/fusecdc</directory>
<includes>
<include>*.profile</include>
<include>README.md</include>
</includes>
<fileMode>0644</fileMode>
<filtered>true</filtered>
</fileSet>
</fileSets>

<dependencySets>
<dependencySet>
<outputDirectory>extras/fusecdc</outputDirectory>
<includes>
<include>com.fusesource.tooling:fuse-cdc-assembly:zip:win-bin</include>
<include>com.fusesource.tooling:fuse-cdc-assembly:tar.gz:unix-bin</include>
</includes>
<outputFileNameMapping>${artifact.artifactId}-${artifact.version}.${artifact.extension}</outputFileNameMapping>
</dependencySet>
</dependencySets>

</assembly>
359 changes: 359 additions & 0 deletions esb/esb-assembly/jboss-fuse-karaf-full/pom.xml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,9 @@

<componentDescriptors>
<componentDescriptor>target/shared/common-bin.xml</componentDescriptor>
<componentDescriptor>target/shared/common-windows-bin.xml</componentDescriptor>
<componentDescriptor>target/shared/examples-windows-bin.xml</componentDescriptor>
<componentDescriptor>target/shared/common-karaf-bin.xml</componentDescriptor>
<componentDescriptor>target/shared/common-extras-bin.xml</componentDescriptor>
<componentDescriptor>target/shared/examples-unix-bin.xml</componentDescriptor>
</componentDescriptors>

<files>
<file>
<source>${basedir}/target/dependencies/win/apache-camel-${camel-version}.zip</source>
<outputDirectory>extras</outputDirectory>
</file>
<file>
<source>${basedir}/target/dependencies/win/apache-cxf-${cxf-version}.zip</source>
<outputDirectory>extras</outputDirectory>
</file>
</files>

</assembly>
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) FuseSource, Inc.
http://fusesource.com
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<assembly>
<id>fuse</id>

<formats>
<format>zip</format>
</formats>

<baseDirectory>jboss-fuse-${version}</baseDirectory>

<componentDescriptors>
<componentDescriptor>target/shared/common-bin.xml</componentDescriptor>
<componentDescriptor>target/shared/common-karaf-bin.xml</componentDescriptor>
<componentDescriptor>target/shared/common-extras-bin.xml</componentDescriptor>
<componentDescriptor>target/shared/notices-unix-bin.xml</componentDescriptor>
<componentDescriptor>target/shared/examples-unix-bin.xml</componentDescriptor>
</componentDescriptors>

</assembly>
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
################################################################################
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
################################################################################

#
# Generic JMX ACL
#
# This file defines the roles required for MBean operations for MBeans that
# do not have this defined explicitly.
#
# The definition of ACLs for JMX operations works as follows:
#
# The required roles for JMX operations are defined in configuration files
# read via OSGi ConfigAdmin.
#
# JMX RBAC-related configuration is prefixed with jmx.acl and based on the
# JMX ObjectName that it applies to. For example specific configuration for
# an MBean with the following objectName: foo.bar:type=Test can be placed in
# a configuration file called jmx.acl.foo.bar.Test.cfg. More generic
# configuration can be placed in the domain (e.g. jmx.acl.foo.bar.cfg) or
# at the top level (jmx.acl.cfg). A simple configuration file looks like
# this:
# test : admin
# getVal : manager, viewer
#
# The system looks for required roles using the following process:
# The most specific configuration file/pid is tried first. E.g. in the
# above example the jmx.acl.foo.bar.Test.cfg is looked at first. In this
# configuration, the system looks for a:
# 1. Specific match for the current invocation, e.g. test(int)["17"] : role1
# 2. Reg exp match for the current invocation, e.g. test(int)[/[0-9]/] : role2
# In both cases the passed argument is converted to a String for the
# comparison.
# If any of the above match all the roles with matching definitions
# are collected and allowed. If no matches are found the following is tried:
# 3. Signature match for the invocation, e.g. test(int) : role3. If
# matched the associated roles are used.
# 4. Method name match for the invocation, e.g. test : role4. If matched
# the associated roles are used.
# 5. A method name wildcard match, e.g. te* : role5. For all the
# wildcard matches found in the current configuration file, the roles
# associated with the longest match are used. So if you have te* and * and
# the method invoked is 'test', then the roles defined with te* are used,
# not the ones defined with *.
# If no matching definition is found in the current configuration file, a
# more general configuration file is looked for. So jmx.acl.foo.bar.cfg is
# tried next, this matches the domain of the MBean. If there is no match
# found in the domain the most generic configuration file is consulted
# (jmx.acl.cfg).
# If a matching definition is found, this is used and the process will not
# look for any other matching definitions. So the most specific definition
# always takes precedence.
#
list* = viewer, Monitor, Operator, Maintainer,Deployer, Auditor, Administrator, SuperUser
get* = viewer, Monitor, Operator, Maintainer,Deployer, Auditor, Administrator, SuperUser
is* = viewer, Monitor, Operator, Maintainer,Deployer, Auditor, Administrator, SuperUser
set* = admin, Administrator, SuperUser
* = admin, Administrator, SuperUser
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
################################################################################
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
################################################################################

#
# JMX ACL specific to the com.sun.management MBean
#
# For a description of the format of this file, see jmx.acl.cfg
#
dumpHeap = Monitor, Operator, Maintainer,Deployer, Auditor, Administrator, SuperUser
getVMOption = Monitor, Operator, Maintainer,Deployer, Auditor, Administrator, SuperUser
setVMOption = Administrator, SuperUser
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
################################################################################
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
################################################################################

#
# JMX ACL specific to the connector MBean
#
# For a description of the format of this file, see jmx.acl.cfg
#
stop = Administrator, SuperUser
start = Administrator, SuperUser
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
################################################################################
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
################################################################################

#
# JMX ACL specific to hawtio.ConfigAdmin MBean
#
# For a description of the format of this file, see jmx.acl.cfg
#
configAdminUpdate = Deployer, Auditor, Administrator, SuperUser




Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
################################################################################
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
################################################################################

#
# JMX ACL specific to hawtio.Indexer MBean
#
# For a description of the format of this file, see jmx.acl.cfg
#
artifactIdComplete = Monitor, Operator, Maintainer, Deployer, Auditor, Administrator, SuperUser
groupIdComplete = Monitor, Operator, Maintainer, Deployer, Auditor, Administrator, SuperUser
search = Monitor, Operator, Maintainer, Deployer, Auditor, Administrator, SuperUser
versionComplete = Monitor, Operator, Maintainer, Deployer, Auditor, Administrator, SuperUser
search* = Monitor, Operator, Maintainer, Deployer, Auditor, Administrator, SuperUser




Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
################################################################################
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
################################################################################

#
# JMX ACL specific to hawtio.OSGiTools MBean
#
# For a description of the format of this file, see jmx.acl.cfg
#
getResourceURL = Monitor, Operator, Maintainer, Deployer, Auditor, Administrator, SuperUser
getLoadClassOrigin = Monitor, Operator, Maintainer, Deployer, Auditor, Administrator, SuperUser




Loading

0 comments on commit 94179c3

Please sign in to comment.