Skip to content

Commit 7e710f9

Browse files
author
roo00
committed
更新脚本
1 parent 84accb3 commit 7e710f9

27 files changed

+561
-419
lines changed

o2server/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ console.jar
2222
/jvm/
2323
*.zip
2424
*.swap
25-
/version.o2
25+
version.o2
2626

o2server/build.xml

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

o2server/build_common.xml

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

o2server/command.swap

-256 Bytes
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
$(cd "$(dirname "$0")"; pwd)/jvm/kylinos_phytium/bin/java -cp $(cd "$(dirname "$0")"; pwd)/console.jar com.x.server.console.Shadow
6.32 KB
Binary file not shown.
132 KB
Binary file not shown.

o2server/package-lock.json

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

o2server/package.json

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

o2server/pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,6 @@
357357
<version>3.8.1</version>
358358
</plugin>
359359
</plugins>
360-
361360
</pluginManagement>
362361
<plugins>
363362
<plugin>
@@ -851,6 +850,10 @@
851850
</dependencies>
852851
</dependencyManagement>
853852
<repositories>
853+
<repository>
854+
<id>nexus-aliyun</id>
855+
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
856+
</repository>
854857
<repository>
855858
<id>mvnrepository.com</id>
856859
<url>https://mvnrepository.com/repos</url>

0 commit comments

Comments
 (0)