Issue #1870 add package-info.java so that the empty src directory gets pushed to git

Change-Id: I75d97d6b54de65507288c1b43aaa02b143218840

Former-commit-id: df00846cfe22e318eafe40eaaa08a13b20fd5c58
This commit is contained in:
Matt Nash 2013-04-15 14:53:07 -05:00
parent 0b0107ccdb
commit 4b896002ac

View file

@ -0,0 +1,37 @@
/**
* This software was developed and / or modified by Raytheon Company,
* pursuant to Contract DG133W-05-CQ-1067 with the US Government.
*
* U.S. EXPORT CONTROLLED TECHNICAL DATA
* This software product contains export-restricted data whose
* export/transfer/disclosure is restricted by U.S. law. Dissemination
* to non-U.S. persons whether in the United States or abroad requires
* an export license or other authorization.
*
* Contractor Name: Raytheon Company
* Contractor Address: 6825 Pine Street, Suite 340
* Mail Stop B8
* Omaha, NE 68106
* 402.291.0100
*
* See the AWIPS II Master Rights File ("Master Rights File.pdf") for
* further licensing information.
**/
/**
* Contains necessary classes for utilizing Python localization through Java classes. This contains nothing at this time, but will contain overriders and its supporting classes in the future.
*
* <pre>
*
* SOFTWARE HISTORY
*
* Date Ticket# Engineer Description
* ------------ ---------- ----------- --------------------------
* Apr 15, 2013 mnash Initial creation
*
* </pre>
*
* @author mnash
* @version 1.0
*/
package com.raytheon.uf.common.localization.python;