-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* lib: Import package deps Signed-off-by: Ce Gao <ce.gao@outlook.com> * lib: Add maven-ant-tasks Signed-off-by: Ce Gao <ce.gao@outlook.com> * ant: Update the stragety about libraries Signed-off-by: Ce Gao <ce.gao@outlook.com> * BuiltinApplet: Update the engine Signed-off-by: Ce Gao <ce.gao@outlook.com>
- Loading branch information
Showing
108 changed files
with
135 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ build.number | |
# Processing.R | ||
bin/ | ||
dist/ | ||
build/ | ||
/build/ | ||
try/ | ||
*.log | ||
build.xml | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,102 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<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"> | ||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<parent> | ||
<groupId>com.github.fommil.netlib</groupId> | ||
<artifactId>parent</artifactId> | ||
<version>1.1</version> | ||
</parent> | ||
|
||
<artifactId>all</artifactId> | ||
<packaging>pom</packaging> | ||
<version>1.1.2</version> | ||
|
||
<dependencies> | ||
<dependency> | ||
<!-- WORKAROUND: https://github.com/sbt/sbt/issues/861 --> | ||
<groupId>net.sourceforge.f2j</groupId> | ||
<artifactId>arpack_combined_all</artifactId> | ||
<version>0.1</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>${project.parent.groupId}</groupId> | ||
<artifactId>core</artifactId> | ||
<version>1.1.2</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>${project.parent.groupId}</groupId> | ||
<artifactId>netlib-native_ref-osx-x86_64</artifactId> | ||
<version>${project.parent.version}</version> | ||
<classifier>natives</classifier> | ||
</dependency> | ||
<dependency> | ||
<groupId>${project.parent.groupId}</groupId> | ||
<artifactId>netlib-native_ref-linux-x86_64</artifactId> | ||
<version>${project.parent.version}</version> | ||
<classifier>natives</classifier> | ||
</dependency> | ||
<dependency> | ||
<groupId>${project.parent.groupId}</groupId> | ||
<artifactId>netlib-native_ref-linux-i686</artifactId> | ||
<version>${project.parent.version}</version> | ||
<classifier>natives</classifier> | ||
</dependency> | ||
<dependency> | ||
<groupId>${project.parent.groupId}</groupId> | ||
<artifactId>netlib-native_ref-win-x86_64</artifactId> | ||
<version>${project.parent.version}</version> | ||
<classifier>natives</classifier> | ||
</dependency> | ||
<dependency> | ||
<groupId>${project.parent.groupId}</groupId> | ||
<artifactId>netlib-native_ref-win-i686</artifactId> | ||
<version>${project.parent.version}</version> | ||
<classifier>natives</classifier> | ||
</dependency> | ||
<dependency> | ||
<groupId>${project.parent.groupId}</groupId> | ||
<artifactId>netlib-native_ref-linux-armhf</artifactId> | ||
<version>${project.parent.version}</version> | ||
<classifier>natives</classifier> | ||
</dependency> | ||
<dependency> | ||
<groupId>${project.parent.groupId}</groupId> | ||
<artifactId>netlib-native_system-osx-x86_64</artifactId> | ||
<version>${project.parent.version}</version> | ||
<classifier>natives</classifier> | ||
</dependency> | ||
<dependency> | ||
<groupId>${project.parent.groupId}</groupId> | ||
<artifactId>netlib-native_system-linux-x86_64</artifactId> | ||
<version>${project.parent.version}</version> | ||
<classifier>natives</classifier> | ||
</dependency> | ||
<dependency> | ||
<groupId>${project.parent.groupId}</groupId> | ||
<artifactId>netlib-native_system-linux-i686</artifactId> | ||
<version>${project.parent.version}</version> | ||
<classifier>natives</classifier> | ||
</dependency> | ||
<dependency> | ||
<groupId>${project.parent.groupId}</groupId> | ||
<artifactId>netlib-native_system-linux-armhf</artifactId> | ||
<version>${project.parent.version}</version> | ||
<classifier>natives</classifier> | ||
</dependency> | ||
<dependency> | ||
<groupId>${project.parent.groupId}</groupId> | ||
<artifactId>netlib-native_system-win-x86_64</artifactId> | ||
<version>${project.parent.version}</version> | ||
<classifier>natives</classifier> | ||
</dependency> | ||
<dependency> | ||
<groupId>${project.parent.groupId}</groupId> | ||
<artifactId>netlib-native_system-win-i686</artifactId> | ||
<version>${project.parent.version}</version> | ||
<classifier>natives</classifier> | ||
</dependency> | ||
</dependencies> | ||
</project> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters