Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
[BZ 1069547] Clearing API changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
metlos committed Jul 30, 2014
1 parent 8916c3f commit 582e53e
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
9 changes: 9 additions & 0 deletions modules/core/client-api/pom.xml
Expand Up @@ -119,6 +119,15 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>clirr-maven-plugin</artifactId>
<configuration>
<excludes>
<exclude>**/descriptor/**</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>

Expand Down
29 changes: 29 additions & 0 deletions modules/core/domain/intentional-api-changes-since-4.12.0.xml
@@ -0,0 +1,29 @@
<?xml version="1.0"?>
<!--
~ RHQ Management Platform
~ Copyright (C) 2005-2014 Red Hat, Inc.
~ All rights reserved.
~
~ This program is free software; you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation version 2 of the License.
~
~ This program is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program; if not, write to the Free Software Foundation, Inc.,
~ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
-->

<differences>
<difference>
<className>org/rhq/core/domain/bundle/ResourceTypeBundleConfiguration$BundleDestinationBaseDirectory</className>
<differenceType>7004</differenceType><!-- number of args changed -->
<method>ResourceTypeBundleConfiguration$BundleDestinationBaseDirectory(java.lang.String, java.lang.String, java.lang.String, java.lang.String)</method>
<justification>This is not supposed to be called publicly.</justification>
</difference>
</differences>

0 comments on commit 582e53e

Please sign in to comment.