Skip to content

Commit aefc3e5

Browse files
hujunxianligongbriefcopy
authored andcommitted
change project structure for 2.73
1 parent c73ac78 commit aefc3e5

File tree

99 files changed

+7994
-7975
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+7994
-7975
lines changed

.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
/WebCollector/target/
2-
/WebCollector/.idea/
3-
/WebCollector-JRuby/lib/*.jar
1+
target/
2+
.idea/
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Code Coverage Report generation
2-
3-
To generate the code coverage report, execute the following command:
4-
> mvn cobertura:cobertura
5-
6-
This will generate code coverage report in each of the modules. In order to view the same, open the following file in your browser.
7-
> target/site/cobertura/index.html
8-
9-
1+
# Code Coverage Report generation
2+
3+
To generate the code coverage report, execute the following command:
4+
> mvn cobertura:cobertura
5+
6+
This will generate code coverage report in each of the modules. In order to view the same, open the following file in your browser.
7+
> target/site/cobertura/index.html
8+
9+

WebCollector-JRuby/lib/webcollector.rb

Lines changed: 0 additions & 34 deletions
This file was deleted.
-6.88 MB
Binary file not shown.

WebCollector-JRuby/webcollector.gemspec

Lines changed: 0 additions & 19 deletions
This file was deleted.

WebCollector/WebCollector.iml renamed to WebCollector.iml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_6">
44
<output url="file://$MODULE_DIR$/target/classes" />
55
<output-test url="file://$MODULE_DIR$/target/test-classes" />
6-
<option name="createStubs" value="true" />
76
<content url="file://$MODULE_DIR$">
87
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
98
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />

0 commit comments

Comments
 (0)