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+
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
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 ;
314
415import java .io .File ;
516import java .io .IOException ;
Original file line number Diff line number Diff line change 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
416import java .io .File ;
517import java .io .FileOutputStream ;
Original file line number Diff line number Diff line change 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
416import java .io .File ;
517
You can’t perform that action at this time.
0 commit comments