File tree 5 files changed +7
-21
lines changed
jcp/src/main/java/com/igormaznitsa/jcp
5 files changed +7
-21
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Mind Map generated by NB MindMap plugin
2
2
> __version__=`1.1`,showJumps=`true`
3
3
---
4
4
5
- # JCP<br/>v 6\.1\.4
5
+ # JCP<br/>v 7\.0\.0
6
6
> mmd.emoticon=`teapot`
7
7
8
8
@@ -20,11 +20,9 @@ Mind Map generated by NB MindMap plugin
20
20
> topicLinkUID=`155B0D1A29FA`
21
21
22
22
23
- ### Gradle
23
+ ### Gradle plugin
24
24
25
- #### just use the ANT task<br/>in script
26
- - TOPIC
27
- <pre>155B0D1A29FA</pre>
25
+ #### com\.igormaznitsa\.jcp
28
26
29
27
### Maven plugin<br/>\(MAVEN version\>=3\.0\)
30
28
> topicLinkUID=`155B0A81B4AA`
Original file line number Diff line number Diff line change 9
9
10
10
# Changelog
11
11
- ** 7.0.0 (SNAPSHOT)**
12
+ - reworked some parameters for Maven and ANT plug-ins
13
+ - added embedded Gradle plugin ` com.igormaznitsa.jcp `
12
14
- added function ` STR esc(STR) `
13
15
- fixed build under JDK 9+
14
16
- XML functions work through embedded [ Apache Xalan] ( https://xalan.apache.org/ ) and [ Apache Xerces] ( http://xerces.apache.org/ )
Original file line number Diff line number Diff line change 1
1
7.0.0 (SNAPSHOT)
2
+ - added embedded Gradle plugin `com.igormaznitsa.jcp`
3
+ - reworked some parameters for Maven and ANT plug-ins
2
4
- added function `STR esc(STR)`
3
5
- fixed build under JDK 9+
4
6
- XML functions work through embedded [Apache Xalan](https://xalan.apache.org/) and [Apache Xerces](http://xerces.apache.org/)
Original file line number Diff line number Diff line change @@ -240,12 +240,6 @@ public void setTarget(@Nonnull final File file) {
240
240
this .target = file .isAbsolute () ? file : new File (this .getBaseDir (), file .getPath ());
241
241
}
242
242
243
- /**
244
- * Get patterns for excluded folders.
245
- *
246
- * @return array of patterns in Ant pattern format
247
- */
248
-
249
243
/**
250
244
* Check that the preprocessor context is a clone of another context.
251
245
*
Original file line number Diff line number Diff line change 26
26
27
27
/**
28
28
* Strategy interface for {@code String}-based path matching.
29
- *
30
- * <p>
31
- * Used by {@link org.springframework.core.io.support.PathMatchingResourcePatternResolver},
32
- * {@link org.springframework.web.servlet.handler.AbstractUrlHandlerMapping},
33
- * and {@link org.springframework.web.servlet.mvc.WebContentInterceptor}.
34
- *
35
- * <p>
36
- * The default implementation is {@link AntPathMatcher}, supporting the
37
- * Ant-style pattern syntax.
38
- *
39
29
* @author Juergen Hoeller
40
30
* @see AntPathMatcher
41
31
* @since 1.2
You can’t perform that action at this time.
0 commit comments