trying scriptss

This commit is contained in:
dginovker
2019-07-17 11:57:27 -04:00
parent 48d706d073
commit f849a3da84
67 changed files with 37 additions and 107 deletions
@@ -1,13 +1,13 @@
<component name="libraryTable"> <component name="libraryTable">
<library name="Maven: org.parabot:317-api-minified:1.21.5"> <library name="Maven: org.parabot:317-api-minified:1.21.3">
<CLASSES> <CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/parabot/317-api-minified/1.21.5/317-api-minified-1.21.5.jar!/" /> <root url="jar://$MAVEN_REPOSITORY$/org/parabot/317-api-minified/1.21.3/317-api-minified-1.21.3.jar!/" />
</CLASSES> </CLASSES>
<JAVADOC> <JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/org/parabot/317-api-minified/1.21.5/317-api-minified-1.21.5-javadoc.jar!/" /> <root url="jar://$MAVEN_REPOSITORY$/org/parabot/317-api-minified/1.21.3/317-api-minified-1.21.3-javadoc.jar!/" />
</JAVADOC> </JAVADOC>
<SOURCES> <SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/org/parabot/317-api-minified/1.21.5/317-api-minified-1.21.5-sources.jar!/" /> <root url="jar://$MAVEN_REPOSITORY$/org/parabot/317-api-minified/1.21.3/317-api-minified-1.21.3-sources.jar!/" />
</SOURCES> </SOURCES>
</library> </library>
</component> </component>
+13
View File
@@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Maven: org.parabot:client:2.7">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/parabot/client/2.7/client-2.7.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/org/parabot/client/2.7/client-2.7-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/org/parabot/client/2.7/client-2.7-sources.jar!/" />
</SOURCES>
</library>
</component>
-13
View File
@@ -1,13 +0,0 @@
<component name="libraryTable">
<library name="Maven: org.parabot:client:2.8.1">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/parabot/client/2.8.1/client-2.8.1.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/org/parabot/client/2.8.1/client-2.8.1-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/org/parabot/client/2.8.1/client-2.8.1-sources.jar!/" />
</SOURCES>
</library>
</component>
@@ -1,13 +1,13 @@
<component name="libraryTable"> <component name="libraryTable">
<library name="Maven: org.parabot:internal-api:1.53.1"> <library name="Maven: org.parabot:internal-api:1.52.1">
<CLASSES> <CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/parabot/internal-api/1.53.1/internal-api-1.53.1.jar!/" /> <root url="jar://$MAVEN_REPOSITORY$/org/parabot/internal-api/1.52.1/internal-api-1.52.1.jar!/" />
</CLASSES> </CLASSES>
<JAVADOC> <JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/org/parabot/internal-api/1.53.1/internal-api-1.53.1-javadoc.jar!/" /> <root url="jar://$MAVEN_REPOSITORY$/org/parabot/internal-api/1.52.1/internal-api-1.52.1-javadoc.jar!/" />
</JAVADOC> </JAVADOC>
<SOURCES> <SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/org/parabot/internal-api/1.53.1/internal-api-1.53.1-sources.jar!/" /> <root url="jar://$MAVEN_REPOSITORY$/org/parabot/internal-api/1.52.1/internal-api-1.52.1-sources.jar!/" />
</SOURCES> </SOURCES>
</library> </library>
</component> </component>
+9 -79
View File
@@ -1,25 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" <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">
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> <modelVersion>4.0.0</modelVersion>
<groupId>org.parabot.scripts</groupId> <groupId>src</groupId>
<artifactId>script-factory</artifactId> <artifactId>script-factory</artifactId>
<version>1.5</version> <version>1.5</version>
<name>Script Factory</name>
<properties> <properties>
<script.id>1000197</script.id> <jdk.version>1.7</jdk.version>
<jdk.version>1.8</jdk.version>
<buildType.id>SCRIPT_${script.id}</buildType.id>
</properties> </properties>
<repositories> <repositories>
<repository> <repository>
<id>parabot-maven</id> <id>parabot-maven</id>
<name>Parabot its Maven Repository</name> <name>Parabot its Maven Repository</name>
<url>https://maven.parabot.org/</url> <url>http://maven.parabot.org/</url>
</repository> </repository>
</repositories> </repositories>
@@ -27,19 +22,17 @@
<dependency> <dependency>
<groupId>org.parabot</groupId> <groupId>org.parabot</groupId>
<artifactId>client</artifactId> <artifactId>client</artifactId>
<version>2.8.1</version> <version>2.7</version>
<scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.parabot</groupId> <groupId>org.parabot</groupId>
<artifactId>317-api-minified</artifactId> <artifactId>317-api-minified</artifactId>
<version>1.21.5</version> <version>1.21.3</version>
<scope>provided</scope>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>
<finalName>${buildType.id}</finalName> <finalName>1000191</finalName>
<resources> <resources>
<resource> <resource>
<directory>src/main/resources</directory> <directory>src/main/resources</directory>
@@ -63,36 +56,10 @@
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version> <version>2.3.2</version>
<configuration> <configuration>
<source>${jdk.version}</source> <source>1.7</source>
<target>${jdk.version}</target> <target>1.7</target>
<excludes>
<exclude>**/aiofighter/**</exclude>
</excludes>
</configuration> </configuration>
</plugin> </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.1.0</version>
<configuration>
<outputDirectory>${project.build.directory}/final/</outputDirectory>
</configuration>
<executions>
<execution>
<id>make-assembly</id>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<shadedArtifactAttached>true</shadedArtifactAttached>
<finalName>Shadowrs-Bs-miner-V${buildType.id}</finalName>
</configuration>
</execution>
</executions>
</plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId> <artifactId>maven-jar-plugin</artifactId>
@@ -100,45 +67,8 @@
<excludes> <excludes>
<exclude>src/main/resources/config.xml</exclude> <exclude>src/main/resources/config.xml</exclude>
</excludes> </excludes>
<outputDirectory>${project.build.directory}/final/</outputDirectory>
</configuration> </configuration>
</plugin> </plugin>
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>3.5.1</version>
<executions>
<execution>
<id>attach-descriptor</id>
<goals>
<goal>attach-descriptor</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- ENABLE WHEN ADDING TO BDN
-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.8</version>
<executions>
<execution>
<phase>package</phase>
<configuration>
<target>
<ant antfile="${basedir}/src/main/resources/build.xml">
<target name="allatori"/>
</ant>
</target>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins> </plugins>
</build> </build>
</project> </project>
+6 -6
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4"> <module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8"> <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7">
<output url="file://$MODULE_DIR$/target/classes" /> <output url="file://$MODULE_DIR$/target/classes" />
<output-test url="file://$MODULE_DIR$/target/test-classes" /> <output-test url="file://$MODULE_DIR$/target/test-classes" />
<content url="file://$MODULE_DIR$"> <content url="file://$MODULE_DIR$">
@@ -20,10 +20,10 @@
<SOURCES /> <SOURCES />
</library> </library>
</orderEntry> </orderEntry>
<orderEntry type="library" scope="PROVIDED" name="Maven: org.parabot:client:2.8.1" level="project" /> <orderEntry type="library" name="Maven: org.parabot:client:2.7" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Maven: org.ow2.asm:asm-all:5.0.4" level="project" /> <orderEntry type="library" name="Maven: org.ow2.asm:asm-all:5.0.4" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Maven: com.googlecode.json-simple:json-simple:1.1.1" level="project" /> <orderEntry type="library" name="Maven: com.googlecode.json-simple:json-simple:1.1.1" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Maven: org.parabot:internal-api:1.53.1" level="project" /> <orderEntry type="library" name="Maven: org.parabot:internal-api:1.52.1" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Maven: org.parabot:317-api-minified:1.21.5" level="project" /> <orderEntry type="library" name="Maven: org.parabot:317-api-minified:1.21.3" level="project" />
</component> </component>
</module> </module>
+1 -1
View File
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<config> <config>
<jars basedir="/home/dr_bracket/Projects/PBScripts/ScriptFactory/target/"> <jars basedir="/home/dr_bracket/Projects/PBScripts/ScriptFactory/target/">
<jar in="SCRIPT_1000197.jar" out="/home/ci/jars/SCRIPT_1000197.jar"/> <jar in="1000191.jar" out="/home/ci/jars/1000191.jar"/>
</jars> </jars>
<classpath basedir="/home/ci/allatori/libs"> <classpath basedir="/home/ci/allatori/libs">
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.