Codebase list openrefine-butterfly / 5d7ca3a
New upstream version 1.2.0 Markus Koschany 2 years ago
9 changed file(s) with 44 addition(s) and 113 deletion(s). Raw diff Collapse all Expand all
+0
-38
.classpath less more
0 <?xml version="1.0" encoding="UTF-8"?>
1 <classpath>
2 <classpathentry kind="src" path="main/src"/>
3 <classpathentry kind="src" path="main/tests/src"/>
4 <classpathentry kind="src" path="modules/samples/extended-examples/MOD-INF/src"/>
5 <classpathentry kind="src" path="server/src"/>
6 <classpathentry kind="lib" path="main/tests/lib/mockito-all-1.8.4.jar"/>
7 <classpathentry kind="lib" path="main/tests/lib/testng-5.12.1.jar"/>
8 <classpathentry kind="lib" path="main/webapp/WEB-INF/lib-src/commons-collections-3.2.1-sources.jar"/>
9 <classpathentry kind="lib" path="main/webapp/WEB-INF/lib-src/commons-io-1.4-sources.jar"/>
10 <classpathentry kind="lib" path="main/webapp/WEB-INF/lib-src/commons-lang-2.5-sources.jar"/>
11 <classpathentry kind="lib" path="main/webapp/WEB-INF/lib-src/rhino-1.7R2-sources.jar"/>
12 <classpathentry kind="lib" path="main/webapp/WEB-INF/lib/commons-collections-3.2.1.jar"/>
13 <classpathentry kind="lib" path="main/webapp/WEB-INF/lib/commons-io-1.4.jar"/>
14 <classpathentry kind="lib" path="main/webapp/WEB-INF/lib/commons-lang-2.5.jar"/>
15 <classpathentry kind="lib" path="main/webapp/WEB-INF/lib/log4j-1.2.15.jar"/>
16 <classpathentry kind="lib" path="main/webapp/WEB-INF/lib/rhino-1.7R2.jar"/>
17 <classpathentry kind="lib" path="main/webapp/WEB-INF/lib/slf4j-api-1.5.6.jar"/>
18 <classpathentry kind="lib" path="main/webapp/WEB-INF/lib/slf4j-log4j12-1.5.6.jar"/>
19 <classpathentry kind="lib" path="main/webapp/WEB-INF/lib/tracer-1.0.jar"/>
20 <classpathentry kind="lib" path="main/webapp/WEB-INF/lib/velocity-1.6.3.jar"/>
21 <classpathentry kind="lib" path="main/webapp/WEB-INF/lib/lessen-trunk-r8.jar"/>
22 <classpathentry kind="lib" path="server/lib/log4j-1.2.15.jar"/>
23 <classpathentry kind="lib" path="server/lib/servlet-api-2.5.jar"/>
24 <classpathentry kind="lib" path="server/lib/slf4j-api-1.5.6.jar"/>
25 <classpathentry kind="lib" path="server/lib/slf4j-log4j12-1.5.6.jar"/>
26 <classpathentry kind="lib" path="server/lib/tracer-1.0.jar"/>
27 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
28 <classpathentry kind="lib" path="server/lib/jetty-client-9.4.26.v20200117.jar"/>
29 <classpathentry kind="lib" path="server/lib/jetty-security-9.4.26.v20200117.jar"/>
30 <classpathentry kind="lib" path="server/lib/jetty-util-9.4.26.v20200117.jar"/>
31 <classpathentry kind="lib" path="server/lib/jetty-webapp-9.4.26.v20200117.jar"/>
32 <classpathentry kind="lib" path="server/lib/jetty-server-9.4.26.v20200117.jar"/>
33 <classpathentry kind="lib" path="server/lib/jetty-http-9.4.26.v20200117.jar"/>
34 <classpathentry kind="lib" path="server/lib/jetty-io-9.4.26.v20200117.jar"/>
35 <classpathentry kind="lib" path="server/lib/jetty-servlet-9.4.26.v20200117.jar"/>
36 <classpathentry kind="output" path="server/classes"/>
37 </classpath>
0 version: 2
1 updates:
2 - package-ecosystem: maven
3 directory: "/"
4 schedule:
5 interval: daily
6 open-pull-requests-limit: 10
1010
1111 jobs:
1212 build:
13 strategy:
14 matrix:
15 java: [ 8, 11, 16 ]
1316
1417 runs-on: ubuntu-latest
1518
1619 steps:
1720 - uses: actions/checkout@v2
18 - name: Set up JDK 1.8
21 - name: Set up JDK ${{ matrix.java }}
1922 uses: actions/setup-java@v1
2023 with:
21 java-version: 1.8
24 distribution: 'adopt'
25 java-version: ${{ matrix.java }}
2226 - name: Build with Maven
2327 run: mvn -B package --file pom.xml
+0
-39
main/.classpath less more
0 <?xml version="1.0" encoding="UTF-8"?>
1 <classpath>
2 <classpathentry including="**/*.java" kind="src" output="target/classes" path="src">
3 <attributes>
4 <attribute name="optional" value="true"/>
5 <attribute name="maven.pomderived" value="true"/>
6 </attributes>
7 </classpathentry>
8 <classpathentry kind="src" output="target/test-classes" path="tests/src">
9 <attributes>
10 <attribute name="optional" value="true"/>
11 <attribute name="maven.pomderived" value="true"/>
12 <attribute name="test" value="true"/>
13 </attributes>
14 </classpathentry>
15 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
16 <attributes>
17 <attribute name="maven.pomderived" value="true"/>
18 </attributes>
19 </classpathentry>
20 <classpathentry kind="lib" path="/butterfly server/lib/servlet-api-2.5.jar"/>
21 <classpathentry kind="lib" path="webapp/WEB-INF/lib/slf4j-api-1.5.6.jar"/>
22 <classpathentry kind="lib" path="webapp/WEB-INF/lib/slf4j-log4j12-1.5.6.jar"/>
23 <classpathentry kind="lib" path="webapp/WEB-INF/lib/log4j-1.2.15.jar"/>
24 <classpathentry kind="lib" path="tests/lib/mockito-all-1.8.4.jar"/>
25 <classpathentry kind="lib" path="tests/lib/testng-5.12.1.jar"/>
26 <classpathentry kind="lib" path="webapp/WEB-INF/lib/rhino-1.7R2.jar" sourcepath="webapp/WEB-INF/lib-src/rhino-1.7R2-sources.jar"/>
27 <classpathentry kind="lib" path="webapp/WEB-INF/lib/tracer-1.0.jar"/>
28 <classpathentry kind="lib" path="webapp/WEB-INF/lib/commons-collections-3.2.1.jar"/>
29 <classpathentry kind="lib" path="webapp/WEB-INF/lib/commons-io-1.4.jar"/>
30 <classpathentry kind="lib" path="webapp/WEB-INF/lib/velocity-1.6.3.jar"/>
31 <classpathentry kind="lib" path="webapp/WEB-INF/lib/lessen-trunk-r8.jar"/>
32 <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
33 <attributes>
34 <attribute name="maven.pomderived" value="true"/>
35 </attributes>
36 </classpathentry>
37 <classpathentry kind="output" path="target/classes"/>
38 </classpath>
66 <parent>
77 <groupId>org.openrefine.dependencies</groupId>
88 <artifactId>butterfly-container</artifactId>
9 <version>1.1.1</version>
9 <version>1.2.0</version>
1010 </parent>
1111
1212 <groupId>org.openrefine.dependencies</groupId>
1313 <artifactId>butterfly</artifactId>
14 <version>1.1.1</version>
14 <version>1.2.0</version>
1515
1616 <name>SIMILE Butterfly Engine</name>
1717 <url>https://github.com/OpenRefine/simile-butterfly/</url>
7474 <dependency>
7575 <groupId>commons-io</groupId>
7676 <artifactId>commons-io</artifactId>
77 <version>1.4</version>
77 <version>2.11.0</version>
7878 </dependency>
7979 <dependency>
8080 <groupId>commons-lang</groupId>
8181 <artifactId>commons-lang</artifactId>
82 <version>2.5</version>
82 <version>2.6</version>
8383 </dependency>
8484 <dependency>
8585 <groupId>org.apache.velocity</groupId>
9494 <dependency>
9595 <groupId>javax.servlet</groupId>
9696 <artifactId>javax.servlet-api</artifactId>
97 <version>3.1.0</version>
97 <version>4.0.1</version>
9898 </dependency>
9999 <dependency>
100100 <groupId>com.metaweb</groupId>
104104 <dependency>
105105 <groupId>org.slf4j</groupId>
106106 <artifactId>slf4j-api</artifactId>
107 <version>1.5.6</version>
107 <version>1.7.32</version>
108108 </dependency>
109109 <dependency>
110110 <groupId>org.slf4j</groupId>
111111 <artifactId>slf4j-log4j12</artifactId>
112 <version>1.5.6</version>
112 <version>1.7.32</version>
113113 </dependency>
114114 <dependency>
115115 <groupId>log4j</groupId>
116116 <artifactId>log4j</artifactId>
117 <version>1.2.16</version>
117 <version>1.2.17</version>
118118 <exclusions>
119119 <exclusion>
120120 <groupId>com.sun.jmx</groupId>
129129 <dependency>
130130 <groupId>org.testng</groupId>
131131 <artifactId>testng</artifactId>
132 <version>7.1.0</version>
132 <version>7.4.0</version>
133133 <scope>test</scope>
134134 </dependency>
135135 <dependency>
136136 <groupId>org.mockito</groupId>
137 <artifactId>mockito-all</artifactId>
138 <version>1.8.4</version>
137 <artifactId>mockito-core</artifactId>
138 <version>3.12.4</version>
139139 <scope>test</scope>
140140 </dependency>
141141 </dependencies>
00 log4j.rootLogger=error, console
1 log4j.logger.butterfly=info
2 log4j.logger.javascript=info
3 log4j.logger.velocity=error
1 log4j.logger.butterfly=INFO
2 log4j.logger.javascript=INFO
3 log4j.logger.velocity=ERROR
44
55 log4j.appender.console=org.apache.log4j.ConsoleAppender
66 log4j.appender.console.layout=edu.mit.simile.tracer.Tracer
1111
1212 <groupId>org.openrefine.dependencies</groupId>
1313 <artifactId>butterfly-container</artifactId>
14 <version>1.1.1</version>
14 <version>1.2.0</version>
1515 <packaging>pom</packaging>
1616
1717 <name>SIMILE Butterfly</name>
7373 <plugin>
7474 <groupId>org.apache.maven.plugins</groupId>
7575 <artifactId>maven-compiler-plugin</artifactId>
76 <version>2.3.2</version>
76 <version>3.8.1</version>
7777 <configuration>
7878 <source>1.8</source>
7979 <target>1.8</target>
8383 <inherited>true</inherited>
8484 <groupId>org.apache.maven.plugins</groupId>
8585 <artifactId>maven-source-plugin</artifactId>
86 <version>2.1.2</version>
86 <version>3.2.1</version>
8787 <executions>
8888 <execution>
8989 <id>attach-sources</id>
9696 <plugin>
9797 <groupId>org.apache.maven.plugins</groupId>
9898 <artifactId>maven-eclipse-plugin</artifactId>
99 <version>2.8</version>
99 <version>2.10</version>
100100 <configuration>
101101 <downloadSources>true</downloadSources>
102102 </configuration>
104104 <plugin>
105105 <groupId>org.apache.maven.plugins</groupId>
106106 <artifactId>maven-javadoc-plugin</artifactId>
107 <version>3.1.1</version>
107 <version>3.3.1</version>
108108 <configuration>
109109 <javadocExecutable>/usr/bin/javadoc</javadocExecutable>
110110 <source>8</source>
121121 <plugin>
122122 <groupId>org.apache.maven.plugins</groupId>
123123 <artifactId>maven-gpg-plugin</artifactId>
124 <version>1.5</version>
124 <version>3.0.1</version>
125125 <executions>
126126 <execution>
127127 <id>sign-artifacts</id>
141141 <plugin>
142142 <groupId>org.apache.maven.plugins</groupId>
143143 <artifactId>maven-javadoc-plugin</artifactId>
144 <version>2.8</version>
144 <version>3.3.1</version>
145145 <configuration>
146146 <aggregate>true</aggregate>
147147 <source>1.8</source>
169169 </plugins>
170170 </reporting>
171171
172 <dependencies>
173 <dependency>
174 <groupId>org.testng</groupId>
175 <artifactId>testng</artifactId>
176 <version>7.4.0</version>
177 <scope>test</scope>
178 </dependency>
179 </dependencies>
180
172181 </project>
+0
-12
server/.classpath less more
0 <?xml version="1.0" encoding="UTF-8"?>
1 <classpath>
2 <classpathentry kind="src" path="src"/>
3 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
4 <classpathentry kind="lib" path="lib/servlet-api-2.5.jar"/>
5 <classpathentry kind="lib" path="lib/jetty-6.1.22.jar"/>
6 <classpathentry kind="lib" path="lib/jetty-util-6.1.22.jar"/>
7 <classpathentry kind="lib" path="lib/slf4j-api-1.5.6.jar"/>
8 <classpathentry kind="lib" path="lib/log4j-1.2.15.jar"/>
9 <classpathentry kind="lib" path="lib/slf4j-log4j12-1.5.6.jar"/>
10 <classpathentry kind="output" path="classes"/>
11 </classpath>
00 log4j.rootLogger=INFO, console
11 log4j.logger.org.mortbay.log=WARN
22 log4j.logger.org.mortbay.jetty=ERROR
3
3 log4j.logger.butterfly=WARN
44 log4j.appender.console=org.apache.log4j.ConsoleAppender
55 log4j.appender.console.layout=edu.mit.simile.tracer.Tracer