File tree Expand file tree Collapse file tree 11 files changed +38
-9
lines changed
integration-tests/src/test
java/oracle/kubernetes/operator
resources/apps/coherenceapp Expand file tree Collapse file tree 11 files changed +38
-9
lines changed Original file line number Diff line number Diff line change 1+ / Copyright 2019 , Oracle Corporation and /or its affiliates . All rights reserved .
2+ // Licensed under the Universal Permissive License v 1.0 as shown at
3+ // http://oss.oracle.com/licenses/upl.
4+
15package oracle .kubernetes .operator ;
26
37import oracle .kubernetes .operator .utils .*;
Original file line number Diff line number Diff line change 1+ <!-- Copyright 2019, Oracle Corporation and/or its affiliates. All rights reserved.
2+ Licensed under the Universal Permissive License v 1.0 as shown at
3+ http://oss.oracle.com/licenses/upl.-->
4+
15<project name =" coherence.app" default =" build" >
26 <description >
37 coherence-cache-config file is under
Original file line number Diff line number Diff line change 1- /*
2- * To change this license header, choose License Headers in Project Properties.
3- * To change this template file, choose Tools | Templates
4- * and open the template in the editor.
5- */
1+ # Copyright 2019 , Oracle Corporation and /or its affiliates . All rights reserved .
2+ # Licensed under the Universal Permissive License v 1.0 as shown at
3+ # http ://oss.oracle.com/licenses/upl.
4+
65package com .examples .web ;
76
87import java .io .IOException ;
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!-- Copyright 2019, Oracle Corporation and/or its affiliates. All rights reserved.
3+ Licensed under the Universal Permissive License v 1.0 as shown at
4+ http://oss.oracle.com/licenses/upl.-->
25<application xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
36 xmlns=" http://java.sun.com/xml/ns/javaee" xmlns : application =" http://java.sun.com/xml/ns/javaee/application_5.xsd"
47 xsi:schemaLocation=" http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application_5.xsd"
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
2+ <!-- Copyright 2019, Oracle Corporation and/or its affiliates. All rights reserved.
3+ Licensed under the Universal Permissive License v 1.0 as shown at
4+ http://oss.oracle.com/licenses/upl.-->
25<weblogic-application >
36 <module >
47 <!-- this name must match the name given to any individual gars deployed
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
2+ <!-- Copyright 2019, Oracle Corporation and/or its affiliates. All rights reserved.
3+ Licensed under the Universal Permissive License v 1.0 as shown at
4+ http://oss.oracle.com/licenses/upl.-->
25
36<!DOCTYPE cache-config SYSTEM "cache-config.dtd">
47
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" ISO-8859-1" ?>
2+ <!-- Copyright 2019, Oracle Corporation and/or its affiliates. All rights reserved.
3+ Licensed under the Universal Permissive License v 1.0 as shown at
4+ http://oss.oracle.com/licenses/upl.-->
25
36<coherence-application >
47 <cache-configuration-ref >META-INF/cache-config.xml
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
2-
2+ <!-- Copyright 2019, Oracle Corporation and/or its affiliates. All rights reserved.
3+ Licensed under the Universal Permissive License v 1.0 as shown at
4+ http://oss.oracle.com/licenses/upl.-->
35<!DOCTYPE pof-config SYSTEM "pof-config.dtd">
46<pof-config >
57 <user-type-list >
Original file line number Diff line number Diff line change 1+ <!-- Copyright 2019, Oracle Corporation and/or its affiliates. All rights reserved.
2+ Licensed under the Universal Permissive License v 1.0 as shown at
3+ http://oss.oracle.com/licenses/upl.-->
14<project name =" coherencegar.app" default =" build-gar" >
25 <description >
36 coherence-cache-config file is under
Original file line number Diff line number Diff line change 1- /**
2- * *
3- * */
1+ <!-- Copyright 2019 , Oracle Corporation and /or its affiliates . All rights reserved .
2+ Licensed under the Universal Permissive License v 1.0 as shown at
3+ http ://oss.oracle.com/licenses/upl.-->
4+
45package com .examples .pof ;
56
67import com .tangosol .io .pof .PofReader ;
You can’t perform that action at this time.
0 commit comments