You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by rd...@apache.org on 2012/05/20 18:05:41 UTC

svn commit: r1340759 - /creadur/whisker/trunk/apache-whisker-model/src/main/java/org/apache/creadur/whisker/model/package-info.java

Author: rdonkin
Date: Sun May 20 16:05:40 2012
New Revision: 1340759

URL: http://svn.apache.org/viewvc?rev=1340759&view=rev
Log:
More documentation

Added:
    creadur/whisker/trunk/apache-whisker-model/src/main/java/org/apache/creadur/whisker/model/package-info.java   (with props)

Added: creadur/whisker/trunk/apache-whisker-model/src/main/java/org/apache/creadur/whisker/model/package-info.java
URL: http://svn.apache.org/viewvc/creadur/whisker/trunk/apache-whisker-model/src/main/java/org/apache/creadur/whisker/model/package-info.java?rev=1340759&view=auto
==============================================================================
--- creadur/whisker/trunk/apache-whisker-model/src/main/java/org/apache/creadur/whisker/model/package-info.java (added)
+++ creadur/whisker/trunk/apache-whisker-model/src/main/java/org/apache/creadur/whisker/model/package-info.java Sun May 20 16:05:40 2012
@@ -0,0 +1,23 @@
+/*
+ * 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.
+ */
+/**
+ * Models the domain, linking expected distribution contents to 
+ * licensing meta-data.
+ */
+package org.apache.creadur.whisker.model;

Propchange: creadur/whisker/trunk/apache-whisker-model/src/main/java/org/apache/creadur/whisker/model/package-info.java
------------------------------------------------------------------------------
    svn:eol-style = native