File tree 9 files changed +166
-16
lines changed
main/java/org/apache/commons/jcs/jcache/lang
test/java/org/apache/commons/jcs/jcache
9 files changed +166
-16
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!--
3
+ Licensed to the Apache Software Foundation (ASF) under one
4
+ or more contributor license agreements. See the NOTICE file
5
+ distributed with this work for additional information
6
+ regarding copyright ownership. The ASF licenses this file
7
+ to you under the Apache License, Version 2.0 (the
8
+ "License"); you may not use this file except in compliance
9
+ with the License. You may obtain a copy of the License at
10
+
11
+ http://www.apache.org/licenses/LICENSE-2.0
12
+
13
+ Unless required by applicable law or agreed to in writing,
14
+ software distributed under the License is distributed on an
15
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16
+ KIND, either express or implied. See the License for the
17
+ specific language governing permissions and limitations
18
+ under the License.
19
+ -->
20
+ <beans xmlns =" http://java.sun.com/xml/ns/javaee"
21
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
22
+ xsi : schemaLocation =" http://java.sun.com/xml/ns/javaee
23
+ http://java.sun.com/xml/ns/javaee/beans_1_0.xsd" />
24
+
25
+
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Licensed to the Apache Software Foundation (ASF) under one
3
+ * or more contributor license agreements. See the NOTICE file
4
+ * distributed with this work for additional information
5
+ * regarding copyright ownership. The ASF licenses this file
6
+ * to you under the Apache License, Version 2.0 (the
7
+ * "License"); you may not use this file except in compliance
8
+ * with the License. You may obtain a copy of the License at
9
+ *
10
+ * http://www.apache.org/licenses/LICENSE-2.0
11
+ *
12
+ * Unless required by applicable law or agreed to in writing,
13
+ * software distributed under the License is distributed on an
14
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15
+ * KIND, either express or implied. See the License for the
16
+ * specific language governing permissions and limitations
17
+ * under the License.
18
+ */
19
+
1
20
package org .apache .commons .jcs .jcache .lang ;
2
21
3
22
public class DefaultSubsitutor implements Subsitutor
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Licensed to the Apache Software Foundation (ASF) under one
3
+ * or more contributor license agreements. See the NOTICE file
4
+ * distributed with this work for additional information
5
+ * regarding copyright ownership. The ASF licenses this file
6
+ * to you under the Apache License, Version 2.0 (the
7
+ * "License"); you may not use this file except in compliance
8
+ * with the License. You may obtain a copy of the License at
9
+ *
10
+ * http://www.apache.org/licenses/LICENSE-2.0
11
+ *
12
+ * Unless required by applicable law or agreed to in writing,
13
+ * software distributed under the License is distributed on an
14
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15
+ * KIND, either express or implied. See the License for the
16
+ * specific language governing permissions and limitations
17
+ * under the License.
18
+ */
19
+
1
20
package org .apache .commons .jcs .jcache .lang ;
2
21
3
22
import org .apache .commons .lang3 .text .StrSubstitutor ;
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Licensed to the Apache Software Foundation (ASF) under one
3
+ * or more contributor license agreements. See the NOTICE file
4
+ * distributed with this work for additional information
5
+ * regarding copyright ownership. The ASF licenses this file
6
+ * to you under the Apache License, Version 2.0 (the
7
+ * "License"); you may not use this file except in compliance
8
+ * with the License. You may obtain a copy of the License at
9
+ *
10
+ * http://www.apache.org/licenses/LICENSE-2.0
11
+ *
12
+ * Unless required by applicable law or agreed to in writing,
13
+ * software distributed under the License is distributed on an
14
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15
+ * KIND, either express or implied. See the License for the
16
+ * specific language governing permissions and limitations
17
+ * under the License.
18
+ */
19
+
1
20
package org .apache .commons .jcs .jcache .lang ;
2
21
3
22
public interface Subsitutor
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Licensed to the Apache Software Foundation (ASF) under one
3
+ * or more contributor license agreements. See the NOTICE file
4
+ * distributed with this work for additional information
5
+ * regarding copyright ownership. The ASF licenses this file
6
+ * to you under the Apache License, Version 2.0 (the
7
+ * "License"); you may not use this file except in compliance
8
+ * with the License. You may obtain a copy of the License at
9
+ *
10
+ * http://www.apache.org/licenses/LICENSE-2.0
11
+ *
12
+ * Unless required by applicable law or agreed to in writing,
13
+ * software distributed under the License is distributed on an
14
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15
+ * KIND, either express or implied. See the License for the
16
+ * specific language governing permissions and limitations
17
+ * under the License.
18
+ */
19
+
1
20
package org .apache .commons .jcs .jcache ;
2
21
3
22
import org .junit .Test ;
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
+
3
+ # Licensed to the Apache Software Foundation (ASF) under one or more
4
+ # contributor license agreements. See the NOTICE file distributed with
5
+ # this work for additional information regarding copyright ownership.
6
+ # The ASF licenses this file to You under the Apache License, Version 2.0
7
+ # (the "License"); you may not use this file except in compliance with
8
+ # the License. You may obtain a copy of the License at
9
+ #
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
+ #
12
+ # Unless required by applicable law or agreed to in writing, software
13
+ # distributed under the License is distributed on an "AS IS" BASIS,
14
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ # See the License for the specific language governing permissions and
16
+ # limitations under the License.
17
+
2
18
mvn clean install -Djcache.tck
3
19
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
+ # Licensed to the Apache Software Foundation (ASF) under one or more
4
+ # contributor license agreements. See the NOTICE file distributed with
5
+ # this work for additional information regarding copyright ownership.
6
+ # The ASF licenses this file to You under the Apache License, Version 2.0
7
+ # (the "License"); you may not use this file except in compliance with
8
+ # the License. You may obtain a copy of the License at
9
+ #
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
+ #
12
+ # Unless required by applicable law or agreed to in writing, software
13
+ # distributed under the License is distributed on an "AS IS" BASIS,
14
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ # See the License for the specific language governing permissions and
16
+ # limitations under the License.
17
+
3
18
cd commons-jcs-core && mvn clean install -Dmaven.test.skip=true && cd -
4
19
cd commons-jcs-jcache && mvn clean install && cd -
5
20
cd commons-jcs-jcache-openjpa && mvn clean install && cd -
Original file line number Diff line number Diff line change 189
189
</contributors >
190
190
191
191
<build >
192
- <pluginManagement >
193
- <plugins >
194
- <plugin >
195
- <groupId >org.apache.rat</groupId >
196
- <artifactId >apache-rat-plugin</artifactId >
197
- <configuration >
198
- <excludes combine.children=" append" >
199
- <exclude >.java-version</exclude >
200
- <exclude >LICENSE.xerox</exclude >
201
- <exclude >src/scripts/zipcodes.txt</exclude >
202
- </excludes >
203
- </configuration >
204
- </plugin >
205
- </plugins >
206
- </pluginManagement >
192
+ <plugins >
193
+ <plugin >
194
+ <groupId >org.apache.rat</groupId >
195
+ <artifactId >apache-rat-plugin</artifactId >
196
+ <configuration >
197
+ <excludes combine.children=" append" >
198
+ <exclude >.java-version</exclude >
199
+ <exclude >**/LICENSE.xerox</exclude >
200
+ <exclude >**/zipcodes.txt</exclude >
201
+ <exclude >**/download_jcs.cgi</exclude >
202
+ <exclude >**/.gitignore</exclude >
203
+ <exclude >**/META-INF/services/javax.*</exclude >
204
+ </excludes >
205
+ </configuration >
206
+ </plugin >
207
+ </plugins >
207
208
</build >
208
209
209
210
<dependencyManagement >
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
+
3
+ # Licensed to the Apache Software Foundation (ASF) under one or more
4
+ # contributor license agreements. See the NOTICE file distributed with
5
+ # this work for additional information regarding copyright ownership.
6
+ # The ASF licenses this file to You under the Apache License, Version 2.0
7
+ # (the "License"); you may not use this file except in compliance with
8
+ # the License. You may obtain a copy of the License at
9
+ #
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
+ #
12
+ # Unless required by applicable law or agreed to in writing, software
13
+ # distributed under the License is distributed on an "AS IS" BASIS,
14
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ # See the License for the specific language governing permissions and
16
+ # limitations under the License.
17
+
18
+
2
19
# Just call the standard mirrors.cgi script. It will use download.html
3
20
# as the input template.
4
- exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $*
21
+ exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $*
You can’t perform that action at this time.
0 commit comments