summaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2017-09-29Adding entries to .gitignorePamela Dragosh1-0/+24
When "mvn clean install" is run, the following is leftover: Your branch is up-to-date with 'origin/master'. Untracked files: (use "git add <file>..." to include in what will be committed) BRMSGateway/logs/ BRMSGateway/sql/ BRMSGateway/src/test/resources/META-INF/generatedCreate.ddl BRMSGateway/src/test/resources/META-INF/generatedDrop.ddl BRMSGateway/src/test/resources/failure.properties LogParser/logs/ ONAP-PAP-REST/catalina.base_IS_UNDEFINED/ ONAP-PAP-REST/pdps/ ONAP-PAP-REST/sql/ ONAP-PAP-REST/src/test/resources/generatedCreate.ddl ONAP-PAP-REST/src/test/resources/generatedDrop.ddl ONAP-PAP-REST/src/test/resources/webapps/ ONAP-PDP-REST/catalina.base_IS_UNDEFINED/ ONAP-PDP-REST/sql/ ONAP-PDP-REST/src/test/resources/config_testing/ ONAP-PDP-REST/src/test/resources/generatedCreate.ddl ONAP-PDP-REST/src/test/resources/generatedDrop.ddl ONAP-PDP-REST/topicBackup.txt ONAP-PDP/logs/ ONAP-XACML/logs/ ONAP-XACML/src/test/resources/pdpstest/ POLICY-SDK-APP/catalina.base_IS_UNDEFINED/ PolicyEngineAPI/logs/ PolicyEngineUtils/logs/ It is distracting when trying to "git add <Files>" to a new commit. Updating the .gitigore to ignore these so they are not listed anymore. Issue-ID: POLICY-274 Change-Id: Ib04c1903cd1ff00b3a1ab45e0c60af439737699d Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2017-08-14Fixes for eclipse warnings unused variablesTarun Tej Velaga1-0/+1
Removed unused code in PAP REST caused eclipse warnings Issue-Id: POLICY-154 Change-Id: I376a2a96cb0fffd1dc89af6088362c60158e9256 Signed-off-by: Tarun Tej Velaga <tt3868@att.com>
2017-03-03update hardcoded policies with latest template.Pamela Dragosh1-0/+1
Change-Id: Ic57aae242f8a038527e3b4eeac98f3cf3f7f1b0b Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2017-02-23fix pom.xml warning duplicate groupId versionIdPamela Dragosh1-0/+1
Change-Id: I605882d95b8cb61c0689a63ccf1b774f8dbae0d8 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2017-02-14Initial OpenECOMP policy/engine commitPamela Dragosh1-0/+29
Change-Id: I7dbff37733b661643dd4d1caefa3d7dccc361b6e Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>