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
+
1
5
package oracle .kubernetes .operator ;
2
6
3
7
import 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
+
1
5
<project name =" coherence.app" default =" build" >
2
6
<description >
3
7
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
+
6
5
package com .examples .web ;
7
6
8
7
import java .io .IOException ;
Original file line number Diff line number Diff line change 1
1
<?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.-->
2
5
<application xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
6
xmlns=" http://java.sun.com/xml/ns/javaee" xmlns : application =" http://java.sun.com/xml/ns/javaee/application_5.xsd"
4
7
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 1
1
<?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.-->
2
5
<weblogic-application >
3
6
<module >
4
7
<!-- this name must match the name given to any individual gars deployed
Original file line number Diff line number Diff line change 1
1
<?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.-->
2
5
3
6
<!DOCTYPE cache-config SYSTEM "cache-config.dtd">
4
7
Original file line number Diff line number Diff line change 1
1
<?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.-->
2
5
3
6
<coherence-application >
4
7
<cache-configuration-ref >META-INF/cache-config.xml
Original file line number Diff line number Diff line change 1
1
<?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.-->
3
5
<!DOCTYPE pof-config SYSTEM "pof-config.dtd">
4
6
<pof-config >
5
7
<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.-->
1
4
<project name =" coherencegar.app" default =" build-gar" >
2
5
<description >
3
6
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
+
4
5
package com .examples .pof ;
5
6
6
7
import com .tangosol .io .pof .PofReader ;
You can’t perform that action at this time.
0 commit comments