changeset 13:618d0df5d46c

Renamed project. Add header comments.
author Mikhail Kryshen <mikhail@kryshen.net>
date Tue, 03 Nov 2009 01:59:59 +0300
parents 2f82b0faeb89
children bdda29b7a55b
files build.xml nbproject/build-impl.xml nbproject/genfiles.properties nbproject/project.properties nbproject/project.xml src/kryshen/catalina/startup/HomesUserConfig.java src/kryshen/catalina/startup/PasswdUserConfig.java src/kryshen/catalina/startup/UserConfig.java
diffstat 8 files changed, 56 insertions(+), 13 deletions(-) [+]
line diff
     1.1 --- a/build.xml	Tue Nov 03 00:36:43 2009 +0300
     1.2 +++ b/build.xml	Tue Nov 03 01:59:59 2009 +0300
     1.3 @@ -7,8 +7,8 @@
     1.4  <!-- the Compile on Save feature is turned off for the project. -->
     1.5  <!-- You can turn off the Compile on Save (or Deploy on Save) setting -->
     1.6  <!-- in the project's Project Properties dialog box.-->
     1.7 -<project name="tomcat-userconfig" default="default" basedir=".">
     1.8 -    <description>Builds, tests, and runs the project tomcat-userconfig.</description>
     1.9 +<project name="userconfig" default="default" basedir=".">
    1.10 +    <description>Builds, tests, and runs the project userconfig.</description>
    1.11      <import file="nbproject/build-impl.xml"/>
    1.12      <!--
    1.13  
    1.14 @@ -59,7 +59,7 @@
    1.15  
    1.16      An example of overriding the target for project execution could look like this:
    1.17  
    1.18 -        <target name="run" depends="tomcat-userconfig-impl.jar">
    1.19 +        <target name="run" depends="userconfig-impl.jar">
    1.20              <exec dir="bin" executable="launcher.exe">
    1.21                  <arg file="${dist.jar}"/>
    1.22              </exec>
     2.1 --- a/nbproject/build-impl.xml	Tue Nov 03 00:36:43 2009 +0300
     2.2 +++ b/nbproject/build-impl.xml	Tue Nov 03 01:59:59 2009 +0300
     2.3 @@ -19,7 +19,7 @@
     2.4    - cleanup
     2.5  
     2.6          -->
     2.7 -<project xmlns:j2seproject1="http://www.netbeans.org/ns/j2se-project/1" xmlns:j2seproject3="http://www.netbeans.org/ns/j2se-project/3" xmlns:jaxrpc="http://www.netbeans.org/ns/j2se-project/jax-rpc" basedir=".." default="default" name="tomcat-userconfig-impl">
     2.8 +<project xmlns:j2seproject1="http://www.netbeans.org/ns/j2se-project/1" xmlns:j2seproject3="http://www.netbeans.org/ns/j2se-project/3" xmlns:jaxrpc="http://www.netbeans.org/ns/j2se-project/jax-rpc" basedir=".." default="default" name="userconfig-impl">
     2.9      <fail message="Please build using Ant 1.7.1 or higher.">
    2.10          <condition>
    2.11              <not>
     3.1 --- a/nbproject/genfiles.properties	Tue Nov 03 00:36:43 2009 +0300
     3.2 +++ b/nbproject/genfiles.properties	Tue Nov 03 01:59:59 2009 +0300
     3.3 @@ -1,8 +1,8 @@
     3.4 -build.xml.data.CRC32=8168bf3c
     3.5 -build.xml.script.CRC32=d8558c95
     3.6 -build.xml.stylesheet.CRC32=958a1d3e
     3.7 +build.xml.data.CRC32=696b1cd8
     3.8 +build.xml.script.CRC32=4af43aca
     3.9 +build.xml.stylesheet.CRC32=958a1d3e@1.26.2.45
    3.10  # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
    3.11  # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
    3.12 -nbproject/build-impl.xml.data.CRC32=8168bf3c
    3.13 -nbproject/build-impl.xml.script.CRC32=92172d17
    3.14 +nbproject/build-impl.xml.data.CRC32=696b1cd8
    3.15 +nbproject/build-impl.xml.script.CRC32=cccb1758
    3.16  nbproject/build-impl.xml.stylesheet.CRC32=5c621a33@1.26.2.45
     4.1 --- a/nbproject/project.properties	Tue Nov 03 00:36:43 2009 +0300
     4.2 +++ b/nbproject/project.properties	Tue Nov 03 01:59:59 2009 +0300
     4.3 @@ -21,7 +21,7 @@
     4.4      ${run.test.classpath}
     4.5  # This directory is removed when the project is cleaned:
     4.6  dist.dir=dist
     4.7 -dist.jar=${dist.dir}/tomcat-userconfig.jar
     4.8 +dist.jar=${dist.dir}/userconfig.jar
     4.9  dist.javadoc.dir=${dist.dir}/javadoc
    4.10  excludes=
    4.11  file.reference.catalina.jar=${var.tomcat}/lib/catalina.jar
     5.1 --- a/nbproject/project.xml	Tue Nov 03 00:36:43 2009 +0300
     5.2 +++ b/nbproject/project.xml	Tue Nov 03 01:59:59 2009 +0300
     5.3 @@ -3,7 +3,7 @@
     5.4      <type>org.netbeans.modules.java.j2seproject</type>
     5.5      <configuration>
     5.6          <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
     5.7 -            <name>tomcat-userconfig</name>
     5.8 +            <name>userconfig</name>
     5.9              <minimum-ant-version>1.6.5</minimum-ant-version>
    5.10              <source-roots>
    5.11                  <root id="src.dir"/>
     6.1 --- a/src/kryshen/catalina/startup/HomesUserConfig.java	Tue Nov 03 00:36:43 2009 +0300
     6.2 +++ b/src/kryshen/catalina/startup/HomesUserConfig.java	Tue Nov 03 01:59:59 2009 +0300
     6.3 @@ -1,6 +1,17 @@
     6.4  /*
     6.5 - * To change this template, choose Tools | Templates
     6.6 - * and open the template in the editor.
     6.7 + * Copyright 2009 Mikhail Kryshen
     6.8 + *
     6.9 + * Licensed under the Apache License, Version 2.0 (the "License");
    6.10 + * you may not use this file except in compliance with the License.
    6.11 + * You may obtain a copy of the License at
    6.12 + *
    6.13 + *     http://www.apache.org/licenses/LICENSE-2.0
    6.14 + *
    6.15 + * Unless required by applicable law or agreed to in writing, software
    6.16 + * distributed under the License is distributed on an "AS IS" BASIS,
    6.17 + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    6.18 + * See the License for the specific language governing permissions and
    6.19 + * limitations under the License.
    6.20   */
    6.21  
    6.22  package kryshen.catalina.startup;
     7.1 --- a/src/kryshen/catalina/startup/PasswdUserConfig.java	Tue Nov 03 00:36:43 2009 +0300
     7.2 +++ b/src/kryshen/catalina/startup/PasswdUserConfig.java	Tue Nov 03 01:59:59 2009 +0300
     7.3 @@ -1,3 +1,19 @@
     7.4 +/*
     7.5 + * Copyright 2009 Mikhail Kryshen
     7.6 + *
     7.7 + * Licensed under the Apache License, Version 2.0 (the "License");
     7.8 + * you may not use this file except in compliance with the License.
     7.9 + * You may obtain a copy of the License at
    7.10 + *
    7.11 + *     http://www.apache.org/licenses/LICENSE-2.0
    7.12 + *
    7.13 + * Unless required by applicable law or agreed to in writing, software
    7.14 + * distributed under the License is distributed on an "AS IS" BASIS,
    7.15 + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    7.16 + * See the License for the specific language governing permissions and
    7.17 + * limitations under the License.
    7.18 + */
    7.19 +
    7.20  package kryshen.catalina.startup;
    7.21  
    7.22  import java.io.BufferedReader;
     8.1 --- a/src/kryshen/catalina/startup/UserConfig.java	Tue Nov 03 00:36:43 2009 +0300
     8.2 +++ b/src/kryshen/catalina/startup/UserConfig.java	Tue Nov 03 01:59:59 2009 +0300
     8.3 @@ -1,3 +1,19 @@
     8.4 +/*
     8.5 + * Copyright 2009 Mikhail Kryshen
     8.6 + *
     8.7 + * Licensed under the Apache License, Version 2.0 (the "License");
     8.8 + * you may not use this file except in compliance with the License.
     8.9 + * You may obtain a copy of the License at
    8.10 + *
    8.11 + *     http://www.apache.org/licenses/LICENSE-2.0
    8.12 + *
    8.13 + * Unless required by applicable law or agreed to in writing, software
    8.14 + * distributed under the License is distributed on an "AS IS" BASIS,
    8.15 + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    8.16 + * See the License for the specific language governing permissions and
    8.17 + * limitations under the License.
    8.18 + */
    8.19 +
    8.20  package kryshen.catalina.startup;
    8.21  
    8.22  import java.io.File;