mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
reverted system scope as it causes problems in net beans.
This commit is contained in:
parent
3333edcd37
commit
296faad0fa
6 changed files with 4 additions and 8 deletions
2
Mage.Client/install_3d_party_libs.bat
Normal file
2
Mage.Client/install_3d_party_libs.bat
Normal file
|
@ -0,0 +1,2 @@
|
|||
rem installs 3d party libs to local repository
|
||||
mvn install:install-file -Dfile=plugins/core/jspf.core-0.9.0.jar -DgroupId=org.plugins.jspf -DartifactId=jspf-core -Dversion=0.9.1 -Dpackaging=jar -DgeneratePom=true -DcreateChecksum=true
|
2
Mage.Client/install_3d_party_libs.sh
Normal file
2
Mage.Client/install_3d_party_libs.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
# installs 3d party libs to local repository
|
||||
mvn install:install-file -Dfile=plugins/core/jspf.core-0.9.0.jar -DgroupId=org.plugins.jspf -DartifactId=jspf-core -Dversion=0.9.1 -Dpackaging=jar -DgeneratePom=true -DcreateChecksum=true
|
|
@ -36,8 +36,6 @@
|
|||
<groupId>org.plugins.jspf</groupId>
|
||||
<artifactId>jspf-core</artifactId>
|
||||
<version>${jspf-version}</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>${basedir}/plugins/core/jspf.core-0.9.0.jar</systemPath>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
|
|
@ -26,8 +26,6 @@
|
|||
<groupId>org.plugins.jspf</groupId>
|
||||
<artifactId>jspf-core</artifactId>
|
||||
<version>${jspf-version}</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>${basedir}/../Mage.Client/plugins/core/jspf.core-0.9.0.jar</systemPath>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
|
|
@ -21,8 +21,6 @@
|
|||
<groupId>org.plugins.jspf</groupId>
|
||||
<artifactId>jspf-core</artifactId>
|
||||
<version>${jspf-version}</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>${basedir}/../../Mage.Client/plugins/core/jspf.core-0.9.0.jar</systemPath>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
|
|
@ -26,8 +26,6 @@
|
|||
<groupId>org.plugins.jspf</groupId>
|
||||
<artifactId>jspf-core</artifactId>
|
||||
<version>${jspf-version}</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>${basedir}/../../Mage.Client/plugins/core/jspf.core-0.9.0.jar</systemPath>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>log4j</groupId>
|
||||
|
|
Loading…
Reference in a new issue