File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed
Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1414 <packaging >pom</packaging >
1515 <name >Java EE 7 Extra Samples</name >
1616
17- <modules >
18- <module >quartz</module >
19- </modules >
17+ <modules >
18+ <module >quartz</module >
19+ <module >twitter-search</module >
20+ </modules >
2021</project >
Original file line number Diff line number Diff line change 22<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
33 <modelVersion >4.0.0</modelVersion >
44 <parent >
5- <groupId >org.javaee7.json </groupId >
6- <artifactId >json -samples</artifactId >
5+ <groupId >org.javaee7.extra </groupId >
6+ <artifactId >extra -samples</artifactId >
77 <version >1.0-SNAPSHOT</version >
88 <relativePath >../pom.xml</relativePath >
99 </parent >
1010
11- <groupId >org.javaee7.json </groupId >
11+ <groupId >org.javaee7.extra </groupId >
1212 <artifactId >twitter-search</artifactId >
1313 <version >1.0-SNAPSHOT</version >
1414 <packaging >war</packaging >
Original file line number Diff line number Diff line change 3737 * only if the new code is made subject to such option by the copyright
3838 * holder.
3939 */
40- package org .javaee7 .json .twitter .search ;
40+ package org .javaee7 .extra .twitter .search ;
4141
4242import java .io .IOException ;
4343import java .io .PrintWriter ;
Original file line number Diff line number Diff line change 3737 * only if the new code is made subject to such option by the copyright
3838 * holder.
3939 */
40- package org .javaee7 .json .twitter .search ;
40+ package org .javaee7 .extra .twitter .search ;
4141
4242import javax .inject .Inject ;
4343import org .glassfish .samples .twitter .api .SearchResults ;
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 1919 <module >object-reader</module >
2020 <module >streaming-generate</module >
2121 <module >streaming-parser</module >
22- <module >twitter-search</module >
2322 </modules >
2423
2524</project >
You can’t perform that action at this time.
0 commit comments