File tree Expand file tree Collapse file tree 4 files changed +53
-5
lines changed
src/main/java/org/sonatype/plexus/build/incremental Expand file tree Collapse file tree 4 files changed +53
-5
lines changed Original file line number Diff line number Diff line change
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
+
1
14
<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" >
2
15
<modelVersion >4.0.0</modelVersion >
3
16
<parent >
4
17
<groupId >org.sonatype.spice</groupId >
5
18
<artifactId >spice-parent</artifactId >
6
19
<version >10</version >
7
20
</parent >
8
- <groupId >org.codehaus .plexus</groupId >
21
+ <groupId >org.sonatype .plexus</groupId >
9
22
<artifactId >plexus-build-api</artifactId >
10
23
<version >0.0.2-SNAPSHOT</version >
11
24
Original file line number Diff line number Diff line change 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 ;
3
14
4
15
import java .io .File ;
5
16
import java .io .IOException ;
Original file line number Diff line number Diff line change
1
+ /*
2
+ Copyright (c) 2008 Sonatype, Inc. All rights reserved.
1
3
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 ;
3
15
4
16
import java .io .File ;
5
17
import java .io .FileOutputStream ;
Original file line number Diff line number Diff line change
1
+ /*
2
+ Copyright (c) 2008 Sonatype, Inc. All rights reserved.
1
3
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 ;
3
15
4
16
import java .io .File ;
5
17
You can’t perform that action at this time.
0 commit comments