Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
webmagic
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
沈俊林
webmagic
Commits
4f84b5f8
Commit
4f84b5f8
authored
Aug 20, 2013
by
yihua.huang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update jar
parent
586fa1b8
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
3 additions
and
2 deletions
+3
-2
webmagic-core-0.2.0.jar
bin/lib/webmagic-core-0.2.0.jar
+0
-0
webmagic-core-0.2.1.jar
bin/lib/webmagic-core-0.2.1.jar
+0
-0
webmagic-extension-0.2.0.jar
bin/lib/webmagic-extension-0.2.0.jar
+0
-0
webmagic-extension-0.2.1.jar
bin/lib/webmagic-extension-0.2.1.jar
+0
-0
make.sh
make.sh
+2
-2
pom.xml
pom.xml
+1
-0
No files found.
bin/lib/webmagic-core-0.2.0.jar
deleted
100644 → 0
View file @
586fa1b8
File deleted
bin/lib/webmagic-core-0.2.1.jar
0 → 100644
View file @
4f84b5f8
File added
bin/lib/webmagic-extension-0.2.0.jar
deleted
100644 → 0
View file @
586fa1b8
File deleted
bin/lib/webmagic-extension-0.2.1.jar
0 → 100644
View file @
4f84b5f8
File added
make.sh
View file @
4f84b5f8
#!/bin/sh
mvn clean package
cp
./webmagic-samples/target/webmagic-0.2.1.jar ./bin/
cp
./webmagic-samples/target/webmagic-0.2.1
*
.jar ./bin/
rsync
-avz
--delete
./webmagic-samples/target/lib/ ./bin/lib/
git add
.
git add
-u
git cim
"update jar"
git push
\ No newline at end of file
git push
pom.xml
View file @
4f84b5f8
...
...
@@ -44,6 +44,7 @@
<modules>
<module>
webmagic-core
</module>
<module>
webmagic-extension/
</module>
<module>
webmagic-samples/
</module>
</modules>
<dependencyManagement>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment