Skip to content

Commit 0e63624

Browse files
author
ahmadsebak
committed
remove output file from project file
1 parent 313898f commit 0e63624

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

META-INF/plugin.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
<idea-plugin version="2">
22
<id>com.atsebak.raspberrypi</id>
33
<name>Raspberry Pi</name>
4-
<version>0.18</version>
4+
<version>0.20</version>
55
<vendor email="[email protected]" url="http://www.atsebak.com">At Sebak</vendor>
66

77
<description><![CDATA[
88
<p>Raspberry PI Intellij Plugin</p>
99
]]></description>
1010

1111
<change-notes><![CDATA[
12+
Fixed Deployment for Windows O/S
1213
Change Required Build version
1314
Fixed Length of content that can be deployed on remote device.
1415
]]>

raspberrypi-intellij.iml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<module type="PLUGIN_MODULE" version="4">
33
<component name="DevKit.ModuleBuildProperties" url="file://$MODULE_DIR$/META-INF/plugin.xml" />
4-
<component name="NewModuleRootManager" inherit-compiler-output="false">
5-
<output url="file:///production/raspberrypi-intellij" />
6-
<output-test url="file:///test/raspberrypi-intellij" />
4+
<component name="NewModuleRootManager" inherit-compiler-output="true">
75
<content url="file://$MODULE_DIR$">
86
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
97
<sourceFolder url="file://$MODULE_DIR$/Resources" type="java-resource" />

0 commit comments

Comments
 (0)