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 wrap: on
line diff
--- a/build.xml	Tue Nov 03 00:36:43 2009 +0300
+++ b/build.xml	Tue Nov 03 01:59:59 2009 +0300
@@ -7,8 +7,8 @@
 <!-- the Compile on Save feature is turned off for the project. -->
 <!-- You can turn off the Compile on Save (or Deploy on Save) setting -->
 <!-- in the project's Project Properties dialog box.-->
-<project name="tomcat-userconfig" default="default" basedir=".">
-    <description>Builds, tests, and runs the project tomcat-userconfig.</description>
+<project name="userconfig" default="default" basedir=".">
+    <description>Builds, tests, and runs the project userconfig.</description>
     <import file="nbproject/build-impl.xml"/>
     <!--
 
@@ -59,7 +59,7 @@
 
     An example of overriding the target for project execution could look like this:
 
-        <target name="run" depends="tomcat-userconfig-impl.jar">
+        <target name="run" depends="userconfig-impl.jar">
             <exec dir="bin" executable="launcher.exe">
                 <arg file="${dist.jar}"/>
             </exec>
--- a/nbproject/build-impl.xml	Tue Nov 03 00:36:43 2009 +0300
+++ b/nbproject/build-impl.xml	Tue Nov 03 01:59:59 2009 +0300
@@ -19,7 +19,7 @@
   - cleanup
 
         -->
-<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">
+<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">
     <fail message="Please build using Ant 1.7.1 or higher.">
         <condition>
             <not>
--- a/nbproject/genfiles.properties	Tue Nov 03 00:36:43 2009 +0300
+++ b/nbproject/genfiles.properties	Tue Nov 03 01:59:59 2009 +0300
@@ -1,8 +1,8 @@
-build.xml.data.CRC32=8168bf3c
-build.xml.script.CRC32=d8558c95
-build.xml.stylesheet.CRC32=958a1d3e
+build.xml.data.CRC32=696b1cd8
+build.xml.script.CRC32=4af43aca
+build.xml.stylesheet.CRC32=958a1d3e@1.26.2.45
 # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
 # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
-nbproject/build-impl.xml.data.CRC32=8168bf3c
-nbproject/build-impl.xml.script.CRC32=92172d17
+nbproject/build-impl.xml.data.CRC32=696b1cd8
+nbproject/build-impl.xml.script.CRC32=cccb1758
 nbproject/build-impl.xml.stylesheet.CRC32=5c621a33@1.26.2.45
--- a/nbproject/project.properties	Tue Nov 03 00:36:43 2009 +0300
+++ b/nbproject/project.properties	Tue Nov 03 01:59:59 2009 +0300
@@ -21,7 +21,7 @@
     ${run.test.classpath}
 # This directory is removed when the project is cleaned:
 dist.dir=dist
-dist.jar=${dist.dir}/tomcat-userconfig.jar
+dist.jar=${dist.dir}/userconfig.jar
 dist.javadoc.dir=${dist.dir}/javadoc
 excludes=
 file.reference.catalina.jar=${var.tomcat}/lib/catalina.jar
--- a/nbproject/project.xml	Tue Nov 03 00:36:43 2009 +0300
+++ b/nbproject/project.xml	Tue Nov 03 01:59:59 2009 +0300
@@ -3,7 +3,7 @@
     <type>org.netbeans.modules.java.j2seproject</type>
     <configuration>
         <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
-            <name>tomcat-userconfig</name>
+            <name>userconfig</name>
             <minimum-ant-version>1.6.5</minimum-ant-version>
             <source-roots>
                 <root id="src.dir"/>
--- a/src/kryshen/catalina/startup/HomesUserConfig.java	Tue Nov 03 00:36:43 2009 +0300
+++ b/src/kryshen/catalina/startup/HomesUserConfig.java	Tue Nov 03 01:59:59 2009 +0300
@@ -1,6 +1,17 @@
 /*
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
+ * Copyright 2009 Mikhail Kryshen
+ *
+ * Licensed 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.
  */
 
 package kryshen.catalina.startup;
--- a/src/kryshen/catalina/startup/PasswdUserConfig.java	Tue Nov 03 00:36:43 2009 +0300
+++ b/src/kryshen/catalina/startup/PasswdUserConfig.java	Tue Nov 03 01:59:59 2009 +0300
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2009 Mikhail Kryshen
+ *
+ * Licensed 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.
+ */
+
 package kryshen.catalina.startup;
 
 import java.io.BufferedReader;
--- a/src/kryshen/catalina/startup/UserConfig.java	Tue Nov 03 00:36:43 2009 +0300
+++ b/src/kryshen/catalina/startup/UserConfig.java	Tue Nov 03 01:59:59 2009 +0300
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2009 Mikhail Kryshen
+ *
+ * Licensed 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.
+ */
+
 package kryshen.catalina.startup;
 
 import java.io.File;