Author: xavier
Date: Fri Mar 23 05:32:50 2007
New Revision: 521701
URL: http://svn.apache.org/viewvc?view=rev&rev=521701
Log:
add license header to properties files
Modified:
incubator/ivy/core/trunk/build.properties
incubator/ivy/core/trunk/src/example/configurations/jdbc-example/src/dev.properties
incubator/ivy/core/trunk/src/example/configurations/jdbc-example/src/prod.properties
incubator/ivy/core/trunk/src/example/dependence/config/ivysettings.properties
incubator/ivy/core/trunk/src/example/multi-project/common/build.properties
incubator/ivy/core/trunk/src/example/multi-project/projects/console/build.properties
incubator/ivy/core/trunk/src/example/multi-project/projects/find/build.properties
incubator/ivy/core/trunk/src/example/multi-project/projects/list/build.properties
incubator/ivy/core/trunk/src/example/multi-project/projects/size/build.properties
incubator/ivy/core/trunk/src/example/multi-project/projects/sizewhere/build.properties
incubator/ivy/core/trunk/src/example/multi-project/projects/version/build.properties
incubator/ivy/core/trunk/src/java/org/apache/ivy/core/settings/ivy.properties
incubator/ivy/core/trunk/src/java/org/apache/ivy/core/settings/repository.properties
incubator/ivy/core/trunk/src/java/org/apache/ivy/core/settings/typedef.properties
incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivysettings-props.properties
incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/vartest.properties
incubator/ivy/core/trunk/test/java/org/apache/ivy/core/settings/ivysettings.properties
incubator/ivy/core/trunk/test/repositories/bug148/ivysettings.properties
incubator/ivy/core/trunk/test/repositories/ivysettings.properties
incubator/ivy/core/trunk/version.properties
Modified: incubator/ivy/core/trunk/build.properties
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/build.properties?view=diff&rev=521701&r1=521700&r2=521701
==============================================================================
--- incubator/ivy/core/trunk/build.properties (original)
+++ incubator/ivy/core/trunk/build.properties Fri Mar 23 05:32:50 2007
@@ -1,3 +1,21 @@
+# ***************************************************************
+# * Licensed to the Apache Software Foundation (ASF) under one
+# * or more contributor license agreements. See the NOTICE file
+# * distributed with this work for additional information
+# * regarding copyright ownership. The ASF licenses this file
+# * to you under the Apache License, Version 2.0 (the
+# * "License"); you may not use this file except in compliance
+# * with the License. You may obtain a copy of the License at
+# *
+# * http://www.apache.org/licenses/LICENSE-2.0
+# *
+# * Unless required by applicable law or agreed to in writing,
+# * software distributed under the License is distributed on an
+# * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# * KIND, either express or implied. See the License for the
+# * specific language governing permissions and limitations
+# * under the License.
+# ***************************************************************
lib.dir=${basedir}/lib
src.dir=${basedir}/src/java
test.dir=${basedir}/test/java
Modified:
incubator/ivy/core/trunk/src/example/configurations/jdbc-example/src/dev.properties
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/src/example/configurations/jdbc-example/src/dev.properties?view=diff&rev=521701&r1=521700&r2=521701
==============================================================================
---
incubator/ivy/core/trunk/src/example/configurations/jdbc-example/src/dev.properties
(original)
+++
incubator/ivy/core/trunk/src/example/configurations/jdbc-example/src/dev.properties
Fri Mar 23 05:32:50 2007
@@ -1 +1,19 @@
+# ***************************************************************
+# * Licensed to the Apache Software Foundation (ASF) under one
+# * or more contributor license agreements. See the NOTICE file
+# * distributed with this work for additional information
+# * regarding copyright ownership. The ASF licenses this file
+# * to you under the Apache License, Version 2.0 (the
+# * "License"); you may not use this file except in compliance
+# * with the License. You may obtain a copy of the License at
+# *
+# * http://www.apache.org/licenses/LICENSE-2.0
+# *
+# * Unless required by applicable law or agreed to in writing,
+# * software distributed under the License is distributed on an
+# * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# * KIND, either express or implied. See the License for the
+# * specific language governing permissions and limitations
+# * under the License.
+# ***************************************************************
driver.class=com.mckoi.JDBCDriver
Modified:
incubator/ivy/core/trunk/src/example/configurations/jdbc-example/src/prod.properties
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/src/example/configurations/jdbc-example/src/prod.properties?view=diff&rev=521701&r1=521700&r2=521701
==============================================================================
---
incubator/ivy/core/trunk/src/example/configurations/jdbc-example/src/prod.properties
(original)
+++
incubator/ivy/core/trunk/src/example/configurations/jdbc-example/src/prod.properties
Fri Mar 23 05:32:50 2007
@@ -1 +1,19 @@
+# ***************************************************************
+# * Licensed to the Apache Software Foundation (ASF) under one
+# * or more contributor license agreements. See the NOTICE file
+# * distributed with this work for additional information
+# * regarding copyright ownership. The ASF licenses this file
+# * to you under the Apache License, Version 2.0 (the
+# * "License"); you may not use this file except in compliance
+# * with the License. You may obtain a copy of the License at
+# *
+# * http://www.apache.org/licenses/LICENSE-2.0
+# *
+# * Unless required by applicable law or agreed to in writing,
+# * software distributed under the License is distributed on an
+# * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# * KIND, either express or implied. See the License for the
+# * specific language governing permissions and limitations
+# * under the License.
+# ***************************************************************
driver.class=org.gjt.mm.mysql.Driver
Modified:
incubator/ivy/core/trunk/src/example/dependence/config/ivysettings.properties
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/src/example/dependence/config/ivysettings.properties?view=diff&rev=521701&r1=521700&r2=521701
==============================================================================
---
incubator/ivy/core/trunk/src/example/dependence/config/ivysettings.properties
(original)
+++
incubator/ivy/core/trunk/src/example/dependence/config/ivysettings.properties
Fri Mar 23 05:32:50 2007
@@ -1 +1,19 @@
+# ***************************************************************
+# * Licensed to the Apache Software Foundation (ASF) under one
+# * or more contributor license agreements. See the NOTICE file
+# * distributed with this work for additional information
+# * regarding copyright ownership. The ASF licenses this file
+# * to you under the Apache License, Version 2.0 (the
+# * "License"); you may not use this file except in compliance
+# * with the License. You may obtain a copy of the License at
+# *
+# * http://www.apache.org/licenses/LICENSE-2.0
+# *
+# * Unless required by applicable law or agreed to in writing,
+# * software distributed under the License is distributed on an
+# * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# * KIND, either express or implied. See the License for the
+# * specific language governing permissions and limitations
+# * under the License.
+# ***************************************************************
repository.dir=${ivy.settings.dir}/repository
Modified:
incubator/ivy/core/trunk/src/example/multi-project/common/build.properties
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/src/example/multi-project/common/build.properties?view=diff&rev=521701&r1=521700&r2=521701
==============================================================================
--- incubator/ivy/core/trunk/src/example/multi-project/common/build.properties
(original)
+++ incubator/ivy/core/trunk/src/example/multi-project/common/build.properties
Fri Mar 23 05:32:50 2007
@@ -1,3 +1,21 @@
+# ***************************************************************
+# * Licensed to the Apache Software Foundation (ASF) under one
+# * or more contributor license agreements. See the NOTICE file
+# * distributed with this work for additional information
+# * regarding copyright ownership. The ASF licenses this file
+# * to you under the Apache License, Version 2.0 (the
+# * "License"); you may not use this file except in compliance
+# * with the License. You may obtain a copy of the License at
+# *
+# * http://www.apache.org/licenses/LICENSE-2.0
+# *
+# * Unless required by applicable law or agreed to in writing,
+# * software distributed under the License is distributed on an
+# * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# * KIND, either express or implied. See the License for the
+# * specific language governing permissions and limitations
+# * under the License.
+# ***************************************************************
lib.dir = ${basedir}/lib
build.dir = ${basedir}/build
classes.dir = ${build.dir}/classes
Modified:
incubator/ivy/core/trunk/src/example/multi-project/projects/console/build.properties
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/src/example/multi-project/projects/console/build.properties?view=diff&rev=521701&r1=521700&r2=521701
==============================================================================
---
incubator/ivy/core/trunk/src/example/multi-project/projects/console/build.properties
(original)
+++
incubator/ivy/core/trunk/src/example/multi-project/projects/console/build.properties
Fri Mar 23 05:32:50 2007
@@ -1,3 +1,21 @@
+# ***************************************************************
+# * Licensed to the Apache Software Foundation (ASF) under one
+# * or more contributor license agreements. See the NOTICE file
+# * distributed with this work for additional information
+# * regarding copyright ownership. The ASF licenses this file
+# * to you under the Apache License, Version 2.0 (the
+# * "License"); you may not use this file except in compliance
+# * with the License. You may obtain a copy of the License at
+# *
+# * http://www.apache.org/licenses/LICENSE-2.0
+# *
+# * Unless required by applicable law or agreed to in writing,
+# * software distributed under the License is distributed on an
+# * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# * KIND, either express or implied. See the License for the
+# * specific language governing permissions and limitations
+# * under the License.
+# ***************************************************************
projects.dir = ${basedir}/..
wkspace.dir = ${projects.dir}/..
common.dir = ${wkspace.dir}/common
Modified:
incubator/ivy/core/trunk/src/example/multi-project/projects/find/build.properties
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/src/example/multi-project/projects/find/build.properties?view=diff&rev=521701&r1=521700&r2=521701
==============================================================================
---
incubator/ivy/core/trunk/src/example/multi-project/projects/find/build.properties
(original)
+++
incubator/ivy/core/trunk/src/example/multi-project/projects/find/build.properties
Fri Mar 23 05:32:50 2007
@@ -1,3 +1,21 @@
+# ***************************************************************
+# * Licensed to the Apache Software Foundation (ASF) under one
+# * or more contributor license agreements. See the NOTICE file
+# * distributed with this work for additional information
+# * regarding copyright ownership. The ASF licenses this file
+# * to you under the Apache License, Version 2.0 (the
+# * "License"); you may not use this file except in compliance
+# * with the License. You may obtain a copy of the License at
+# *
+# * http://www.apache.org/licenses/LICENSE-2.0
+# *
+# * Unless required by applicable law or agreed to in writing,
+# * software distributed under the License is distributed on an
+# * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# * KIND, either express or implied. See the License for the
+# * specific language governing permissions and limitations
+# * under the License.
+# ***************************************************************
projects.dir = ${basedir}/..
wkspace.dir = ${projects.dir}/..
common.dir = ${wkspace.dir}/common
Modified:
incubator/ivy/core/trunk/src/example/multi-project/projects/list/build.properties
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/src/example/multi-project/projects/list/build.properties?view=diff&rev=521701&r1=521700&r2=521701
==============================================================================
---
incubator/ivy/core/trunk/src/example/multi-project/projects/list/build.properties
(original)
+++
incubator/ivy/core/trunk/src/example/multi-project/projects/list/build.properties
Fri Mar 23 05:32:50 2007
@@ -1,3 +1,21 @@
+# ***************************************************************
+# * Licensed to the Apache Software Foundation (ASF) under one
+# * or more contributor license agreements. See the NOTICE file
+# * distributed with this work for additional information
+# * regarding copyright ownership. The ASF licenses this file
+# * to you under the Apache License, Version 2.0 (the
+# * "License"); you may not use this file except in compliance
+# * with the License. You may obtain a copy of the License at
+# *
+# * http://www.apache.org/licenses/LICENSE-2.0
+# *
+# * Unless required by applicable law or agreed to in writing,
+# * software distributed under the License is distributed on an
+# * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# * KIND, either express or implied. See the License for the
+# * specific language governing permissions and limitations
+# * under the License.
+# ***************************************************************
projects.dir = ${basedir}/..
wkspace.dir = ${projects.dir}/..
common.dir = ${wkspace.dir}/common
Modified:
incubator/ivy/core/trunk/src/example/multi-project/projects/size/build.properties
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/src/example/multi-project/projects/size/build.properties?view=diff&rev=521701&r1=521700&r2=521701
==============================================================================
---
incubator/ivy/core/trunk/src/example/multi-project/projects/size/build.properties
(original)
+++
incubator/ivy/core/trunk/src/example/multi-project/projects/size/build.properties
Fri Mar 23 05:32:50 2007
@@ -1,3 +1,21 @@
+# ***************************************************************
+# * Licensed to the Apache Software Foundation (ASF) under one
+# * or more contributor license agreements. See the NOTICE file
+# * distributed with this work for additional information
+# * regarding copyright ownership. The ASF licenses this file
+# * to you under the Apache License, Version 2.0 (the
+# * "License"); you may not use this file except in compliance
+# * with the License. You may obtain a copy of the License at
+# *
+# * http://www.apache.org/licenses/LICENSE-2.0
+# *
+# * Unless required by applicable law or agreed to in writing,
+# * software distributed under the License is distributed on an
+# * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# * KIND, either express or implied. See the License for the
+# * specific language governing permissions and limitations
+# * under the License.
+# ***************************************************************
projects.dir = ${basedir}/..
wkspace.dir = ${projects.dir}/..
common.dir = ${wkspace.dir}/common
Modified:
incubator/ivy/core/trunk/src/example/multi-project/projects/sizewhere/build.properties
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/src/example/multi-project/projects/sizewhere/build.properties?view=diff&rev=521701&r1=521700&r2=521701
==============================================================================
---
incubator/ivy/core/trunk/src/example/multi-project/projects/sizewhere/build.properties
(original)
+++
incubator/ivy/core/trunk/src/example/multi-project/projects/sizewhere/build.properties
Fri Mar 23 05:32:50 2007
@@ -1,3 +1,21 @@
+# ***************************************************************
+# * Licensed to the Apache Software Foundation (ASF) under one
+# * or more contributor license agreements. See the NOTICE file
+# * distributed with this work for additional information
+# * regarding copyright ownership. The ASF licenses this file
+# * to you under the Apache License, Version 2.0 (the
+# * "License"); you may not use this file except in compliance
+# * with the License. You may obtain a copy of the License at
+# *
+# * http://www.apache.org/licenses/LICENSE-2.0
+# *
+# * Unless required by applicable law or agreed to in writing,
+# * software distributed under the License is distributed on an
+# * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# * KIND, either express or implied. See the License for the
+# * specific language governing permissions and limitations
+# * under the License.
+# ***************************************************************
projects.dir = ${basedir}/..
wkspace.dir = ${projects.dir}/..
common.dir = ${wkspace.dir}/common
Modified:
incubator/ivy/core/trunk/src/example/multi-project/projects/version/build.properties
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/src/example/multi-project/projects/version/build.properties?view=diff&rev=521701&r1=521700&r2=521701
==============================================================================
---
incubator/ivy/core/trunk/src/example/multi-project/projects/version/build.properties
(original)
+++
incubator/ivy/core/trunk/src/example/multi-project/projects/version/build.properties
Fri Mar 23 05:32:50 2007
@@ -1,3 +1,21 @@
+# ***************************************************************
+# * Licensed to the Apache Software Foundation (ASF) under one
+# * or more contributor license agreements. See the NOTICE file
+# * distributed with this work for additional information
+# * regarding copyright ownership. The ASF licenses this file
+# * to you under the Apache License, Version 2.0 (the
+# * "License"); you may not use this file except in compliance
+# * with the License. You may obtain a copy of the License at
+# *
+# * http://www.apache.org/licenses/LICENSE-2.0
+# *
+# * Unless required by applicable law or agreed to in writing,
+# * software distributed under the License is distributed on an
+# * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# * KIND, either express or implied. See the License for the
+# * specific language governing permissions and limitations
+# * under the License.
+# ***************************************************************
projects.dir = ${basedir}/..
wkspace.dir = ${projects.dir}/..
common.dir = ${wkspace.dir}/common
Modified:
incubator/ivy/core/trunk/src/java/org/apache/ivy/core/settings/ivy.properties
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/src/java/org/apache/ivy/core/settings/ivy.properties?view=diff&rev=521701&r1=521700&r2=521701
==============================================================================
---
incubator/ivy/core/trunk/src/java/org/apache/ivy/core/settings/ivy.properties
(original)
+++
incubator/ivy/core/trunk/src/java/org/apache/ivy/core/settings/ivy.properties
Fri Mar 23 05:32:50 2007
@@ -1,3 +1,21 @@
+# ***************************************************************
+# * Licensed to the Apache Software Foundation (ASF) under one
+# * or more contributor license agreements. See the NOTICE file
+# * distributed with this work for additional information
+# * regarding copyright ownership. The ASF licenses this file
+# * to you under the Apache License, Version 2.0 (the
+# * "License"); you may not use this file except in compliance
+# * with the License. You may obtain a copy of the License at
+# *
+# * http://www.apache.org/licenses/LICENSE-2.0
+# *
+# * Unless required by applicable law or agreed to in writing,
+# * software distributed under the License is distributed on an
+# * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# * KIND, either express or implied. See the License for the
+# * specific language governing permissions and limitations
+# * under the License.
+# ***************************************************************
ivy.project.dir = ${basedir}
ivy.lib.dir = ${ivy.project.dir}/lib
ivy.build.artifacts.dir = ${ivy.project.dir}/build/artifacts
Modified:
incubator/ivy/core/trunk/src/java/org/apache/ivy/core/settings/repository.properties
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/src/java/org/apache/ivy/core/settings/repository.properties?view=diff&rev=521701&r1=521700&r2=521701
==============================================================================
---
incubator/ivy/core/trunk/src/java/org/apache/ivy/core/settings/repository.properties
(original)
+++
incubator/ivy/core/trunk/src/java/org/apache/ivy/core/settings/repository.properties
Fri Mar 23 05:32:50 2007
@@ -1,3 +1,21 @@
+# ***************************************************************
+# * Licensed to the Apache Software Foundation (ASF) under one
+# * or more contributor license agreements. See the NOTICE file
+# * distributed with this work for additional information
+# * regarding copyright ownership. The ASF licenses this file
+# * to you under the Apache License, Version 2.0 (the
+# * "License"); you may not use this file except in compliance
+# * with the License. You may obtain a copy of the License at
+# *
+# * http://www.apache.org/licenses/LICENSE-2.0
+# *
+# * Unless required by applicable law or agreed to in writing,
+# * software distributed under the License is distributed on an
+# * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# * KIND, either express or implied. See the License for the
+# * specific language governing permissions and limitations
+# * under the License.
+# ***************************************************************
ivy.ibiblio.default.artifact.root = http://www.ibiblio.org/maven/
ivy.ibiblio.default.artifact.pattern =
[module]/[type]s/[artifact]-[revision].[ext]
Modified:
incubator/ivy/core/trunk/src/java/org/apache/ivy/core/settings/typedef.properties
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/src/java/org/apache/ivy/core/settings/typedef.properties?view=diff&rev=521701&r1=521700&r2=521701
==============================================================================
---
incubator/ivy/core/trunk/src/java/org/apache/ivy/core/settings/typedef.properties
(original)
+++
incubator/ivy/core/trunk/src/java/org/apache/ivy/core/settings/typedef.properties
Fri Mar 23 05:32:50 2007
@@ -1,3 +1,21 @@
+# ***************************************************************
+# * Licensed to the Apache Software Foundation (ASF) under one
+# * or more contributor license agreements. See the NOTICE file
+# * distributed with this work for additional information
+# * regarding copyright ownership. The ASF licenses this file
+# * to you under the Apache License, Version 2.0 (the
+# * "License"); you may not use this file except in compliance
+# * with the License. You may obtain a copy of the License at
+# *
+# * http://www.apache.org/licenses/LICENSE-2.0
+# *
+# * Unless required by applicable law or agreed to in writing,
+# * software distributed under the License is distributed on an
+# * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# * KIND, either express or implied. See the License for the
+# * specific language governing permissions and limitations
+# * under the License.
+# ***************************************************************
filesystem = org.apache.ivy.plugins.resolver.FileSystemResolver
chain = org.apache.ivy.plugins.resolver.ChainResolver
ibiblio = org.apache.ivy.plugins.resolver.IBiblioResolver
Modified:
incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivysettings-props.properties
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivysettings-props.properties?view=diff&rev=521701&r1=521700&r2=521701
==============================================================================
---
incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivysettings-props.properties
(original)
+++
incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivysettings-props.properties
Fri Mar 23 05:32:50 2007
@@ -1 +1,19 @@
+# ***************************************************************
+# * Licensed to the Apache Software Foundation (ASF) under one
+# * or more contributor license agreements. See the NOTICE file
+# * distributed with this work for additional information
+# * regarding copyright ownership. The ASF licenses this file
+# * to you under the Apache License, Version 2.0 (the
+# * "License"); you may not use this file except in compliance
+# * with the License. You may obtain a copy of the License at
+# *
+# * http://www.apache.org/licenses/LICENSE-2.0
+# *
+# * Unless required by applicable law or agreed to in writing,
+# * software distributed under the License is distributed on an
+# * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# * KIND, either express or implied. See the License for the
+# * specific language governing permissions and limitations
+# * under the License.
+# ***************************************************************
ivy.retrieve.pattern = lib/test/[artifact]-[revision].[ext]
Modified:
incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/vartest.properties
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/vartest.properties?view=diff&rev=521701&r1=521700&r2=521701
==============================================================================
--- incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/vartest.properties
(original)
+++ incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/vartest.properties
Fri Mar 23 05:32:50 2007
@@ -1,2 +1,20 @@
+# ***************************************************************
+# * Licensed to the Apache Software Foundation (ASF) under one
+# * or more contributor license agreements. See the NOTICE file
+# * distributed with this work for additional information
+# * regarding copyright ownership. The ASF licenses this file
+# * to you under the Apache License, Version 2.0 (the
+# * "License"); you may not use this file except in compliance
+# * with the License. You may obtain a copy of the License at
+# *
+# * http://www.apache.org/licenses/LICENSE-2.0
+# *
+# * Unless required by applicable law or agreed to in writing,
+# * software distributed under the License is distributed on an
+# * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# * KIND, either express or implied. See the License for the
+# * specific language governing permissions and limitations
+# * under the License.
+# ***************************************************************
mytest1=myvalue1
mytest2=myvalue2
Modified:
incubator/ivy/core/trunk/test/java/org/apache/ivy/core/settings/ivysettings.properties
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/java/org/apache/ivy/core/settings/ivysettings.properties?view=diff&rev=521701&r1=521700&r2=521701
==============================================================================
---
incubator/ivy/core/trunk/test/java/org/apache/ivy/core/settings/ivysettings.properties
(original)
+++
incubator/ivy/core/trunk/test/java/org/apache/ivy/core/settings/ivysettings.properties
Fri Mar 23 05:32:50 2007
@@ -1 +1,19 @@
+# ***************************************************************
+# * Licensed to the Apache Software Foundation (ASF) under one
+# * or more contributor license agreements. See the NOTICE file
+# * distributed with this work for additional information
+# * regarding copyright ownership. The ASF licenses this file
+# * to you under the Apache License, Version 2.0 (the
+# * "License"); you may not use this file except in compliance
+# * with the License. You may obtain a copy of the License at
+# *
+# * http://www.apache.org/licenses/LICENSE-2.0
+# *
+# * Unless required by applicable law or agreed to in writing,
+# * software distributed under the License is distributed on an
+# * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# * KIND, either express or implied. See the License for the
+# * specific language governing permissions and limitations
+# * under the License.
+# ***************************************************************
libraries.dir=lib
Modified:
incubator/ivy/core/trunk/test/repositories/bug148/ivysettings.properties
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/repositories/bug148/ivysettings.properties?view=diff&rev=521701&r1=521700&r2=521701
==============================================================================
--- incubator/ivy/core/trunk/test/repositories/bug148/ivysettings.properties
(original)
+++ incubator/ivy/core/trunk/test/repositories/bug148/ivysettings.properties
Fri Mar 23 05:32:50 2007
@@ -1,2 +1,20 @@
+# ***************************************************************
+# * Licensed to the Apache Software Foundation (ASF) under one
+# * or more contributor license agreements. See the NOTICE file
+# * distributed with this work for additional information
+# * regarding copyright ownership. The ASF licenses this file
+# * to you under the Apache License, Version 2.0 (the
+# * "License"); you may not use this file except in compliance
+# * with the License. You may obtain a copy of the License at
+# *
+# * http://www.apache.org/licenses/LICENSE-2.0
+# *
+# * Unless required by applicable law or agreed to in writing,
+# * software distributed under the License is distributed on an
+# * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# * KIND, either express or implied. See the License for the
+# * specific language governing permissions and limitations
+# * under the License.
+# ***************************************************************
lib.jtv=${ivy.settings.dir}/jtv
lib.3rd=${ivy.settings.dir}/3rd
Modified: incubator/ivy/core/trunk/test/repositories/ivysettings.properties
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/repositories/ivysettings.properties?view=diff&rev=521701&r1=521700&r2=521701
==============================================================================
--- incubator/ivy/core/trunk/test/repositories/ivysettings.properties (original)
+++ incubator/ivy/core/trunk/test/repositories/ivysettings.properties Fri Mar
23 05:32:50 2007
@@ -1,3 +1,21 @@
+# ***************************************************************
+# * Licensed to the Apache Software Foundation (ASF) under one
+# * or more contributor license agreements. See the NOTICE file
+# * distributed with this work for additional information
+# * regarding copyright ownership. The ASF licenses this file
+# * to you under the Apache License, Version 2.0 (the
+# * "License"); you may not use this file except in compliance
+# * with the License. You may obtain a copy of the License at
+# *
+# * http://www.apache.org/licenses/LICENSE-2.0
+# *
+# * Unless required by applicable law or agreed to in writing,
+# * software distributed under the License is distributed on an
+# * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# * KIND, either express or implied. See the License for the
+# * specific language governing permissions and limitations
+# * under the License.
+# ***************************************************************
ivy.publish.src.artifacts.pattern=${build}/[artifact]-[revision].[ext]
cache.dir=build/cache
vfs.host=
Modified: incubator/ivy/core/trunk/version.properties
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/version.properties?view=diff&rev=521701&r1=521700&r2=521701
==============================================================================
--- incubator/ivy/core/trunk/version.properties (original)
+++ incubator/ivy/core/trunk/version.properties Fri Mar 23 05:32:50 2007
@@ -1 +1,19 @@
+# ***************************************************************
+# * Licensed to the Apache Software Foundation (ASF) under one
+# * or more contributor license agreements. See the NOTICE file
+# * distributed with this work for additional information
+# * regarding copyright ownership. The ASF licenses this file
+# * to you under the Apache License, Version 2.0 (the
+# * "License"); you may not use this file except in compliance
+# * with the License. You may obtain a copy of the License at
+# *
+# * http://www.apache.org/licenses/LICENSE-2.0
+# *
+# * Unless required by applicable law or agreed to in writing,
+# * software distributed under the License is distributed on an
+# * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# * KIND, either express or implied. See the License for the
+# * specific language governing permissions and limitations
+# * under the License.
+# ***************************************************************
target.ivy.version=1.5.0-incubating