File tree Expand file tree Collapse file tree 17 files changed +33
-32
lines changed
src/org/signalml/plugin/exampleplugin
resources/org/signalml/help Expand file tree Collapse file tree 17 files changed +33
-32
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ svarog\target\svarog-{version}.jar
33target\svarog-{version}-full.dir\svarog-{version}\lib\log4j.jar
44target\svarog-{version}-full.dir\svarog-{version}\lib\spring-context.jar
55
6- If the version of Svarog changes from 1.1.5 to something else you will also have to modify the configuration of the project.
6+ If the version of Svarog changes from 1.1.6 to something else you will also have to modify the configuration of the project.
Original file line number Diff line number Diff line change 2323 * <p>
2424 * To create such plug-in it is necessary to include some libraries:
2525 * <ul>
26- * <li>{@code svarog-1.1.5 .jar} - to use Svarog classes, for example
26+ * <li>{@code svarog-1.1.6 .jar} - to use Svarog classes, for example
2727 * the plug-in interface ;) (can be found in {@code svarog\target}),</li>
2828 * <li>{@code log4j.jar} - to use logging interface consistent with that used
2929 * in Svarog
30- * ({@code svarog\target\svarog-1.1.5 -full\svarog-1.1.5 \lib}),
30+ * ({@code svarog\target\svarog-1.1.6 -full\svarog-1.1.6 \lib}),
3131 * </li>
3232 * <li>{@code spring-context.jar} - to use classes such as {@code Tag}
3333 * and {@code TagStyle}
34- * ({@code svarog\target\svarog-1.1.5 -full\svarog-1.1.5 \lib}),
34+ * ({@code svarog\target\svarog-1.1.6 -full\svarog-1.1.6 \lib}),
3535 * </li>
3636 * </ul>
3737 * <p>
Original file line number Diff line number Diff line change 44
55 <groupId >org.signalml</groupId >
66 <artifactId >svarog-installer</artifactId >
7- <version >1.1.5 </version >
7+ <version >1.1.6 </version >
88
99 <name >svarog-installer</name >
1010 <parent >
1111 <groupId >org.signalml</groupId >
1212 <artifactId >svarog-top</artifactId >
13- <version >1.1.5 </version >
13+ <version >1.1.6 </version >
1414 <relativePath >../pom.xml</relativePath >
1515 </parent >
1616
Original file line number Diff line number Diff line change 1111 <parent >
1212 <groupId >org.signalml</groupId >
1313 <artifactId >svarog-top</artifactId >
14- <version >1.1.5 </version >
14+ <version >1.1.6 </version >
1515 <relativePath >../../pom.xml</relativePath >
1616 </parent >
1717
8686 <dependency >
8787 <groupId >org.signalml</groupId >
8888 <artifactId >svarog</artifactId >
89- <version >1.1.5 </version >
89+ <version >1.1.6 </version >
9090 <type >jar</type >
9191 <scope >provided</scope >
9292 </dependency >
Original file line number Diff line number Diff line change 1212 <parent >
1313 <groupId >org.signalml</groupId >
1414 <artifactId >svarog-top</artifactId >
15- <version >1.1.5 </version >
15+ <version >1.1.6 </version >
1616 <relativePath >../../pom.xml</relativePath >
1717 </parent >
1818
123123 <dependency >
124124 <groupId >org.signalml</groupId >
125125 <artifactId >svarog</artifactId >
126- <version >1.1.5 </version >
126+ <version >1.1.6 </version >
127127 <type >jar</type >
128128 <scope >provided</scope >
129129 </dependency >
Original file line number Diff line number Diff line change 1111 <parent >
1212 <groupId >org.signalml</groupId >
1313 <artifactId >svarog-top</artifactId >
14- <version >1.1.5 </version >
14+ <version >1.1.6 </version >
1515 <relativePath >../../pom.xml</relativePath >
1616 </parent >
1717
7171 <dependency >
7272 <groupId >org.signalml</groupId >
7373 <artifactId >svarog</artifactId >
74- <version >1.1.5 </version >
74+ <version >1.1.6 </version >
7575 <scope >provided</scope >
7676 </dependency >
7777
Original file line number Diff line number Diff line change 1111 <parent >
1212 <groupId >org.signalml</groupId >
1313 <artifactId >svarog-top</artifactId >
14- <version >1.1.5 </version >
14+ <version >1.1.6 </version >
1515 <relativePath >../../pom.xml</relativePath >
1616 </parent >
1717
6363 <dependency >
6464 <groupId >org.signalml</groupId >
6565 <artifactId >svarog</artifactId >
66- <version >1.1.5 </version >
66+ <version >1.1.6 </version >
6767 <type >jar</type >
6868 <scope >provided</scope >
6969 </dependency >
Original file line number Diff line number Diff line change 1111 <parent >
1212 <groupId >org.signalml</groupId >
1313 <artifactId >svarog-top</artifactId >
14- <version >1.1.5 </version >
14+ <version >1.1.6 </version >
1515 <relativePath >../../pom.xml</relativePath >
1616 </parent >
1717
8686 <dependency >
8787 <groupId >org.signalml</groupId >
8888 <artifactId >svarog</artifactId >
89- <version >1.1.5 </version >
89+ <version >1.1.6 </version >
9090 <type >jar</type >
9191 <scope >provided</scope >
9292 </dependency >
Original file line number Diff line number Diff line change 1111 <parent >
1212 <groupId >org.signalml</groupId >
1313 <artifactId >svarog-top</artifactId >
14- <version >1.1.5 </version >
14+ <version >1.1.6 </version >
1515 <relativePath >../../pom.xml</relativePath >
1616 </parent >
1717
7171 <dependency >
7272 <groupId >org.signalml</groupId >
7373 <artifactId >svarog</artifactId >
74- <version >1.1.5 </version >
74+ <version >1.1.6 </version >
7575 <scope >provided</scope >
7676 </dependency >
7777 <dependency >
Original file line number Diff line number Diff line change 1212 <parent >
1313 <groupId >org.signalml</groupId >
1414 <artifactId >svarog-top</artifactId >
15- <version >1.1.5 </version >
15+ <version >1.1.6 </version >
1616 <relativePath >../../pom.xml</relativePath >
1717 </parent >
1818
145145 <dependency >
146146 <groupId >org.signalml</groupId >
147147 <artifactId >svarog</artifactId >
148- <version >1.1.5 </version >
148+ <version >1.1.6 </version >
149149 <type >jar</type >
150150 <scope >provided</scope >
151151 </dependency >
You can’t perform that action at this time.
0 commit comments