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

Former-commit-id: 7e6cbbeca8 [formerly 56c1fe7422] [formerly 0cbf561f7c] [formerly 7e6cbbeca8 [formerly 56c1fe7422] [formerly 0cbf561f7c] [formerly d411aad285 [formerly 0cbf561f7c [formerly 3d866c91c40a5addb5268c274f2cf25eef8b5fc1]]]]
Former-commit-id: d411aad285
Former-commit-id: 959a8867e9 [formerly d785d3f1c2] [formerly 13c131b4ba733ec8bfe111d53be343dd584dd76c [formerly 9d0e3fd0c2]]
Former-commit-id: 8612484a7e2a30162bc90a91e8c23595f6b0fdca [formerly 2eaf49612c]
Former-commit-id: f8c3cb4589
This commit is contained in:
Nate Jensen 2013-04-15 14:57:03 -05:00 committed by Gerrit Code Review
commit 2fa9a1cc65

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;