| 1 | source.. = src/
|
|---|
| 2 | output.. = bin/
|
|---|
| 3 | bin.includes = plugin.xml,\
|
|---|
| 4 | META-INF/,\
|
|---|
| 5 | .,\
|
|---|
| 6 | lib/jdom.jar,\
|
|---|
| 7 | lib/junit.jar,\
|
|---|
| 8 | lib/logback-classic-0.9.6.jar,\
|
|---|
| 9 | lib/logback-core-0.9.6.jar,\
|
|---|
| 10 | lib/rome-0.9.jar,\
|
|---|
| 11 | lib/slf4j-api-1.4.0.jar,\
|
|---|
| 12 | lib/twitter4j-1.0.4.jar,\
|
|---|
| 13 | lib/commons-codec-1.2.jar,\
|
|---|
| 14 | lib/commons-httpclient-3.0.1.jar,\
|
|---|
| 15 | lib/commons-logging-1.0.3.jar,\
|
|---|
| 16 | LICENSE.txt,\
|
|---|
| 17 | plugin.properties,\
|
|---|
| 18 | plugin_ja.properties,\
|
|---|
| 19 | lib/xpp3_min-1.1.4c.jar,\
|
|---|
| 20 | lib/commons-lang-2.4.jar
|
|---|
| 21 | src.includes = .classpath,\
|
|---|
| 22 | .project,\
|
|---|
| 23 | LICENSE.txt,\
|
|---|
| 24 | META-INF/,\
|
|---|
| 25 | build.properties,\
|
|---|
| 26 | lib/,\
|
|---|
| 27 | plugin.xml,\
|
|---|
| 28 | src/,\
|
|---|
| 29 | plugin_ja.properties,\
|
|---|
| 30 | plugin.properties,\
|
|---|
| 31 | licenses/,\
|
|---|
| 32 | .settings/,\
|
|---|
| 33 | schema/
|
|---|
| 34 | jars.extra.classpath = lib/commons-codec-1.2.jar,\
|
|---|
| 35 | lib/commons-httpclient-3.0.1.jar,\
|
|---|
| 36 | lib/commons-lang-2.4.jar,\
|
|---|
| 37 | lib/commons-logging-1.0.3.jar,\
|
|---|
| 38 | lib/jdom.jar,\
|
|---|
| 39 | lib/junit.jar,\
|
|---|
| 40 | lib/logback-classic-0.9.6.jar,\
|
|---|
| 41 | lib/logback-core-0.9.6.jar,\
|
|---|
| 42 | lib/rome-0.9.jar,\
|
|---|
| 43 | lib/slf4j-api-1.4.0.jar,\
|
|---|
| 44 | lib/twitter4j-1.0.4.jar,\
|
|---|
| 45 | lib/xpp3_min-1.1.4c.jar,\
|
|---|