File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3030 'source.directory' => 'src' ,
3131 'processing.api' => 'http://processing.github.io/processing-javadocs/core/' ,
3232 'picrate.basedir' => '${project.basedir}' ,
33- 'project.build.sourceEncoding' => 'utf -8' ,
33+ 'project.build.sourceEncoding' => 'UTF -8' ,
3434 'polyglot.dump.pom' => 'pom.xml' )
3535
3636 pom 'org.jruby:jruby:9.2.16.0'
5050 artifactId : 'itextpdf' ,
5151 version : '${itextpdf.version}' ,
5252 type : 'jar' ,
53- outputDirectory : '${propane .basedir}/library/pdf'
53+ outputDirectory : '${picrate .basedir}/library/pdf'
5454 } ,
5555 { groupId : 'org.apache.xmlgraphics' ,
5656 artifactId : 'batik-all' ,
5757 version : '${batik.version}' ,
5858 type : 'jar' ,
59- outputDirectory : '${propane .basedir}/library/svg'
59+ outputDirectory : '${picrate .basedir}/library/svg'
6060 }
6161 ]
6262 )
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ DO NOT MODIFY - GENERATED CODE
7171 <picrate .basedir>${project.basedir} </picrate .basedir>
7272 <polyglot .dump.pom>pom.xml</polyglot .dump.pom>
7373 <processing .api>http://processing.github.io/processing-javadocs/core/</processing .api>
74- <project .build.sourceEncoding>utf -8</project .build.sourceEncoding>
74+ <project .build.sourceEncoding>UTF -8</project .build.sourceEncoding>
7575 <source .directory>src</source .directory>
7676 </properties >
7777 <dependencies >
@@ -146,14 +146,14 @@ DO NOT MODIFY - GENERATED CODE
146146 <artifactId >itextpdf</artifactId >
147147 <version >${itextpdf.version} </version >
148148 <type >jar</type >
149- <outputDirectory >${propane .basedir} /library/pdf</outputDirectory >
149+ <outputDirectory >${picrate .basedir} /library/pdf</outputDirectory >
150150 </artifactItem >
151151 <artifactItem >
152152 <groupId >org.apache.xmlgraphics</groupId >
153153 <artifactId >batik-all</artifactId >
154154 <version >${batik.version} </version >
155155 <type >jar</type >
156- <outputDirectory >${propane .basedir} /library/svg</outputDirectory >
156+ <outputDirectory >${picrate .basedir} /library/svg</outputDirectory >
157157 </artifactItem >
158158 </artifactItems >
159159 </configuration >
You can’t perform that action at this time.
0 commit comments