Skip to content

Commit

Permalink
move project builder
Browse files Browse the repository at this point in the history
  • Loading branch information
jmecosta committed Mar 28, 2017
1 parent 10b417e commit 5d9c6b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
package org.sonar.plugins.cxx;
package org.sonar.cxx;

import java.util.HashMap;
import java.util.Map;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
package org.sonar.plugins.cxx;
package org.sonar.cxx;

import static org.fest.assertions.Assertions.assertThat;
import org.junit.Before;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
*/
package org.sonar.plugins.cxx;

import org.sonar.cxx.CxxProjectBuilder;
import java.util.ArrayList;
import java.util.List;
import java.util.Arrays;
Expand Down

0 comments on commit 5d9c6b2

Please sign in to comment.