mirror of
https://github.com/2006-Scape/Script-Factory.git
synced 2026-07-02 16:49:10 +00:00
Why won't the script appear?
This commit is contained in:
@@ -0,0 +1,13 @@
|
|||||||
|
<component name="libraryTable">
|
||||||
|
<library name="Maven: com.googlecode.json-simple:json-simple:1.1.1">
|
||||||
|
<CLASSES>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar!/" />
|
||||||
|
</CLASSES>
|
||||||
|
<JAVADOC>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1-javadoc.jar!/" />
|
||||||
|
</JAVADOC>
|
||||||
|
<SOURCES>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1-sources.jar!/" />
|
||||||
|
</SOURCES>
|
||||||
|
</library>
|
||||||
|
</component>
|
||||||
@@ -0,0 +1,13 @@
|
|||||||
|
<component name="libraryTable">
|
||||||
|
<library name="Maven: org.ow2.asm:asm-all:5.0.4">
|
||||||
|
<CLASSES>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/org/ow2/asm/asm-all/5.0.4/asm-all-5.0.4.jar!/" />
|
||||||
|
</CLASSES>
|
||||||
|
<JAVADOC>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/org/ow2/asm/asm-all/5.0.4/asm-all-5.0.4-javadoc.jar!/" />
|
||||||
|
</JAVADOC>
|
||||||
|
<SOURCES>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/org/ow2/asm/asm-all/5.0.4/asm-all-5.0.4-sources.jar!/" />
|
||||||
|
</SOURCES>
|
||||||
|
</library>
|
||||||
|
</component>
|
||||||
+4
-4
@@ -1,13 +1,13 @@
|
|||||||
<component name="libraryTable">
|
<component name="libraryTable">
|
||||||
<library name="Maven: org.parabot:317-api-minified:1.201">
|
<library name="Maven: org.parabot:317-api-minified:1.21.5">
|
||||||
<CLASSES>
|
<CLASSES>
|
||||||
<root url="jar://$MAVEN_REPOSITORY$/org/parabot/317-api-minified/1.201/317-api-minified-1.201.jar!/" />
|
<root url="jar://$MAVEN_REPOSITORY$/org/parabot/317-api-minified/1.21.5/317-api-minified-1.21.5.jar!/" />
|
||||||
</CLASSES>
|
</CLASSES>
|
||||||
<JAVADOC>
|
<JAVADOC>
|
||||||
<root url="jar://$MAVEN_REPOSITORY$/org/parabot/317-api-minified/1.201/317-api-minified-1.201-javadoc.jar!/" />
|
<root url="jar://$MAVEN_REPOSITORY$/org/parabot/317-api-minified/1.21.5/317-api-minified-1.21.5-javadoc.jar!/" />
|
||||||
</JAVADOC>
|
</JAVADOC>
|
||||||
<SOURCES>
|
<SOURCES>
|
||||||
<root url="jar://$MAVEN_REPOSITORY$/org/parabot/317-api-minified/1.201/317-api-minified-1.201-sources.jar!/" />
|
<root url="jar://$MAVEN_REPOSITORY$/org/parabot/317-api-minified/1.21.5/317-api-minified-1.21.5-sources.jar!/" />
|
||||||
</SOURCES>
|
</SOURCES>
|
||||||
</library>
|
</library>
|
||||||
</component>
|
</component>
|
||||||
@@ -0,0 +1,13 @@
|
|||||||
|
<component name="libraryTable">
|
||||||
|
<library name="Maven: org.parabot:internal-api:1.53.1">
|
||||||
|
<CLASSES>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/org/parabot/internal-api/1.53.1/internal-api-1.53.1.jar!/" />
|
||||||
|
</CLASSES>
|
||||||
|
<JAVADOC>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/org/parabot/internal-api/1.53.1/internal-api-1.53.1-javadoc.jar!/" />
|
||||||
|
</JAVADOC>
|
||||||
|
<SOURCES>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/org/parabot/internal-api/1.53.1/internal-api-1.53.1-sources.jar!/" />
|
||||||
|
</SOURCES>
|
||||||
|
</library>
|
||||||
|
</component>
|
||||||
+5
-3
@@ -1,8 +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_7">
|
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7" inherit-compiler-output="true">
|
||||||
<output url="file://$MODULE_DIR$/target/classes" />
|
|
||||||
<output-test url="file://$MODULE_DIR$/target/test-classes" />
|
|
||||||
<content url="file://$MODULE_DIR$">
|
<content url="file://$MODULE_DIR$">
|
||||||
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
|
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
|
||||||
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
|
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
|
||||||
@@ -21,5 +19,9 @@
|
|||||||
</library>
|
</library>
|
||||||
</orderEntry>
|
</orderEntry>
|
||||||
<orderEntry type="library" name="Maven: org.parabot:client:2.8.1" level="project" />
|
<orderEntry type="library" name="Maven: org.parabot:client:2.8.1" level="project" />
|
||||||
|
<orderEntry type="library" name="Maven: org.ow2.asm:asm-all:5.0.4" level="project" />
|
||||||
|
<orderEntry type="library" name="Maven: com.googlecode.json-simple:json-simple:1.1.1" level="project" />
|
||||||
|
<orderEntry type="library" name="Maven: org.parabot:internal-api:1.53.1" level="project" />
|
||||||
|
<orderEntry type="library" name="Maven: org.parabot:317-api-minified:1.21.5" level="project" />
|
||||||
</component>
|
</component>
|
||||||
</module>
|
</module>
|
||||||
@@ -1,37 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<config>
|
|
||||||
<jars basedir="/home/dr_bracket/Projects/PBScripts/ScriptFactory/target/">
|
|
||||||
<jar in="98.jar" out="/home/ci/jars/98.jar"/>
|
|
||||||
</jars>
|
|
||||||
|
|
||||||
<classpath basedir="/home/ci/allatori/libs">
|
|
||||||
<jar name="./*.jar"/>
|
|
||||||
</classpath>
|
|
||||||
|
|
||||||
<!-- String encryption -->
|
|
||||||
<property name="string-encryption" value="enable"/>
|
|
||||||
<property name="string-encryption-type" value="fast"/>
|
|
||||||
<property name="string-encryption-version" value="v4"/>
|
|
||||||
|
|
||||||
<!-- Control flow obfuscation -->
|
|
||||||
<property name="control-flow-obfuscation" value="enable"/>
|
|
||||||
<property name="extensive-flow-obfuscation" value="normal"/>
|
|
||||||
|
|
||||||
<!-- Renaming -->
|
|
||||||
<property name="default-package" value=""/>
|
|
||||||
<property name="force-default-package" value="disable"/>
|
|
||||||
|
|
||||||
<property name="classes-naming" value="unique"/>
|
|
||||||
<property name="methods-naming" value="iii"/>
|
|
||||||
<property name="fields-naming" value="iii"/>
|
|
||||||
<property name="local-variables-naming" value="abc"/>
|
|
||||||
|
|
||||||
<!-- Other -->
|
|
||||||
<property name="line-numbers" value="keep"/>
|
|
||||||
<property name="generics" value="keep"/>
|
|
||||||
<property name="member-reorder" value="enable"/>
|
|
||||||
<property name="finalize" value="disable"/>
|
|
||||||
<property name="synthetize-methods" value="private"/>
|
|
||||||
<property name="synthetize-fields" value="private"/>
|
|
||||||
<property name="remove-toString" value="disable"/>
|
|
||||||
</config>
|
|
||||||
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.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
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.
Reference in New Issue
Block a user