如何在xml中手动为清单文件指定清单文件的路径?

时间:2018-06-24 12:37:43

标签: intellij-idea

由于Ubuntu或Intellij想法中的错误,我无法使用Artifacts窗口选择清单,该清单太小且无法滚动或调整大小。 我是否有任何变体可以在人工制品xml中手动进行操作?
我的工件配置:

<component name="ArtifactManager">
  <artifact type="javafx" name="fss">
    <output-path>$PROJECT_DIR$/out/artifacts/fss</output-path>
    <properties id="javafx-properties">
      <options>
        <option name="appClass" value="com.contedevel.fss.Main" />
        <option name="description" value="" />
        <option name="htmlPlaceholderId" value="" />
        <option name="title" value="Fish School Search" />
        <option name="vendor" value="ConteDevel" />
        <option name="version" value="1.0.1" />
      </options>
    </properties>
    <root id="root">
      <element id="archive" name="fss.jar">
        <element id="module-output" name="fss" />
      </element>
    </root>
  </artifact>
</component>

0 个答案:

没有答案