Skip to content

Commit 57f7d5c

Browse files
author
Igor Fedorenko
committed
moved to org.sonatype.plexus groupId
git-svn-id: file:///opt/svn/repositories/sonatype.org/spice/trunk/plexus-build-api@884 5751e0cb-dcb7-432f-92e2-260806df54be
1 parent 23807bb commit 57f7d5c

File tree

4 files changed

+53
-5
lines changed

4 files changed

+53
-5
lines changed

pom.xml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
1+
<!--
2+
Copyright (c) 2008 Sonatype, Inc. All rights reserved.
3+
4+
This program is licensed to you under the Apache License Version 2.0,
5+
and you may not use this file except in compliance with the Apache License Version 2.0.
6+
You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0.
7+
8+
Unless required by applicable law or agreed to in writing,
9+
software distributed under the Apache License Version 2.0 is distributed on an
10+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11+
See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
12+
-->
13+
114
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
215
<modelVersion>4.0.0</modelVersion>
316
<parent>
417
<groupId>org.sonatype.spice</groupId>
518
<artifactId>spice-parent</artifactId>
619
<version>10</version>
720
</parent>
8-
<groupId>org.codehaus.plexus</groupId>
21+
<groupId>org.sonatype.plexus</groupId>
922
<artifactId>plexus-build-api</artifactId>
1023
<version>0.0.2-SNAPSHOT</version>
1124

src/main/java/org/codehaus/plexus/build/incremental/BuildContext.java renamed to src/main/java/org/sonatype/plexus/build/incremental/BuildContext.java

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
1-
2-
package org.codehaus.plexus.build.incremental;
1+
/*
2+
Copyright (c) 2008 Sonatype, Inc. All rights reserved.
3+
4+
This program is licensed to you under the Apache License Version 2.0,
5+
and you may not use this file except in compliance with the Apache License Version 2.0.
6+
You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0.
7+
8+
Unless required by applicable law or agreed to in writing,
9+
software distributed under the Apache License Version 2.0 is distributed on an
10+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11+
See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
12+
*/
13+
package org.sonatype.plexus.build.incremental;
314

415
import java.io.File;
516
import java.io.IOException;

src/main/java/org/codehaus/plexus/build/incremental/DefaultBuildContext.java renamed to src/main/java/org/sonatype/plexus/build/incremental/DefaultBuildContext.java

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
1+
/*
2+
Copyright (c) 2008 Sonatype, Inc. All rights reserved.
13
2-
package org.codehaus.plexus.build.incremental;
4+
This program is licensed to you under the Apache License Version 2.0,
5+
and you may not use this file except in compliance with the Apache License Version 2.0.
6+
You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0.
7+
8+
Unless required by applicable law or agreed to in writing,
9+
software distributed under the Apache License Version 2.0 is distributed on an
10+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11+
See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
12+
*/
13+
14+
package org.sonatype.plexus.build.incremental;
315

416
import java.io.File;
517
import java.io.FileOutputStream;

src/main/java/org/codehaus/plexus/build/incremental/EmptyScanner.java renamed to src/main/java/org/sonatype/plexus/build/incremental/EmptyScanner.java

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
1+
/*
2+
Copyright (c) 2008 Sonatype, Inc. All rights reserved.
13
2-
package org.codehaus.plexus.build.incremental;
4+
This program is licensed to you under the Apache License Version 2.0,
5+
and you may not use this file except in compliance with the Apache License Version 2.0.
6+
You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0.
7+
8+
Unless required by applicable law or agreed to in writing,
9+
software distributed under the Apache License Version 2.0 is distributed on an
10+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11+
See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
12+
*/
13+
14+
package org.sonatype.plexus.build.incremental;
315

416
import java.io.File;
517

0 commit comments

Comments
 (0)