Skip Wonnell | 2c977e2 | 2018-03-01 08:30:15 -0600 | [diff] [blame] | 1 | <!-- |
| 2 | ============LICENSE_START========================================== |
| 3 | =================================================================== |
| 4 | Copyright (C) 2018 AT&T Intellectual Property. All rights reserved. |
| 5 | =================================================================== |
| 6 | |
| 7 | Unless otherwise specified, all software contained herein is licensed |
| 8 | under the Apache License, Version 2.0 (the License); |
| 9 | you may not use this software except in compliance with the License. |
| 10 | You may obtain a copy of the License at |
| 11 | |
| 12 | http://www.apache.org/licenses/LICENSE-2.0 |
| 13 | |
| 14 | Unless required by applicable law or agreed to in writing, software |
| 15 | distributed under the License is distributed on an "AS IS" BASIS, |
| 16 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 17 | See the License for the specific language governing permissions and |
| 18 | limitations under the License. |
| 19 | |
| 20 | ECOMP is a trademark and service mark of AT&T Intellectual Property. |
| 21 | ============LICENSE_END============================================ |
| 22 | --> |
| 23 | <?xml version="1.0" encoding="UTF-8"?> |
| 24 | <classpath> |
Skip Wonnell | ed798ab | 2018-03-01 09:00:36 -0600 | [diff] [blame] | 25 | <classpathentry kind="src" output="target/classes" path="src/main/java"> |
| 26 | <attributes> |
| 27 | <attribute name="optional" value="true"/> |
| 28 | <attribute name="maven.pomderived" value="true"/> |
| 29 | </attributes> |
| 30 | </classpathentry> |
| 31 | <classpathentry kind="src" output="target/test-classes" path="src/test/java"> |
| 32 | <attributes> |
| 33 | <attribute name="optional" value="true"/> |
| 34 | <attribute name="maven.pomderived" value="true"/> |
| 35 | </attributes> |
| 36 | </classpathentry> |
| 37 | <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"> |
| 38 | <attributes> |
| 39 | <attribute name="maven.pomderived" value="true"/> |
| 40 | </attributes> |
| 41 | </classpathentry> |
| 42 | <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> |
| 43 | <attributes> |
| 44 | <attribute name="maven.pomderived" value="true"/> |
| 45 | </attributes> |
| 46 | </classpathentry> |
| 47 | <classpathentry kind="output" path="target/classes"/> |
Skip Wonnell | 2c977e2 | 2018-03-01 08:30:15 -0600 | [diff] [blame] | 48 | </classpath> |