Skip to content

Commit

Permalink
fix config for removed files
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Kraynyukhov committed Oct 15, 2018
1 parent 8a93c39 commit f483e6a
Showing 1 changed file with 18 additions and 51 deletions.
69 changes: 18 additions & 51 deletions nbproject/configurations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@
<itemPath>include/modules/wsSend.h</itemPath>
</logicalFolder>
<itemPath>include/AppInEvent.h</itemPath>
<itemPath>include/Application.h</itemPath>
<itemPath>include/ApplicationContext.h</itemPath>
<itemPath>include/ApplicationRegistry.h</itemPath>
<itemPath>include/Balancer.h</itemPath>
<itemPath>include/Broadcast.h</itemPath>
<itemPath>include/Broadcasts.h</itemPath>
Expand All @@ -45,9 +42,6 @@
<itemPath>include/Env.h</itemPath>
<itemPath>include/HTTPRequestParser.h</itemPath>
<itemPath>include/IOWorker.h</itemPath>
<itemPath>include/InternalAppContext.h</itemPath>
<itemPath>include/InternalApplication.h</itemPath>
<itemPath>include/InternalApplicationRegistry.h</itemPath>
<itemPath>include/LuaReactiveService.h</itemPath>
<itemPath>include/LuaReactiveServiceContext.h</itemPath>
<itemPath>include/LuaStandaloneService.h</itemPath>
Expand Down Expand Up @@ -883,6 +877,12 @@
perm="755"
owner="root"
group="bin"/>
<packFileListElem type="File"
to="${PACKAGE_TOP_DIR}bin/${OUTPUT_BASENAME}"
from="${OUTPUT_PATH}"
perm="755"
owner="root"
group="bin"/>
</packFileList>
<packInfoList>
<packInfoListElem name="Package" value="lapps" mandatory="true"/>
Expand All @@ -896,12 +896,6 @@
</item>
<item path="include/AppInEvent.h" ex="false" tool="3" flavor2="0">
</item>
<item path="include/Application.h" ex="false" tool="3" flavor2="0">
</item>
<item path="include/ApplicationContext.h" ex="false" tool="3" flavor2="0">
</item>
<item path="include/ApplicationRegistry.h" ex="false" tool="3" flavor2="0">
</item>
<item path="include/Balancer.h" ex="false" tool="3" flavor2="0">
</item>
<item path="include/Broadcast.h" ex="false" tool="3" flavor2="0">
Expand All @@ -922,15 +916,6 @@
</item>
<item path="include/IOWorker.h" ex="false" tool="3" flavor2="0">
</item>
<item path="include/InternalAppContext.h" ex="false" tool="3" flavor2="0">
</item>
<item path="include/InternalApplication.h" ex="false" tool="3" flavor2="0">
</item>
<item path="include/InternalApplicationRegistry.h"
ex="false"
tool="3"
flavor2="0">
</item>
<item path="include/LuaReactiveService.h" ex="false" tool="3" flavor2="0">
</item>
<item path="include/LuaReactiveServiceContext.h"
Expand Down Expand Up @@ -1813,6 +1798,12 @@
perm="755"
owner="root"
group="bin"/>
<packFileListElem type="File"
to="${PACKAGE_TOP_DIR}bin/${OUTPUT_BASENAME}"
from="${OUTPUT_PATH}"
perm="755"
owner="root"
group="bin"/>
</packFileList>
<packInfoList>
<packInfoListElem name="Package" value="lapps" mandatory="true"/>
Expand All @@ -1826,12 +1817,6 @@
</item>
<item path="include/AppInEvent.h" ex="false" tool="3" flavor2="0">
</item>
<item path="include/Application.h" ex="false" tool="3" flavor2="0">
</item>
<item path="include/ApplicationContext.h" ex="false" tool="3" flavor2="0">
</item>
<item path="include/ApplicationRegistry.h" ex="false" tool="3" flavor2="0">
</item>
<item path="include/Balancer.h" ex="false" tool="3" flavor2="0">
</item>
<item path="include/Broadcast.h" ex="false" tool="3" flavor2="0">
Expand All @@ -1852,15 +1837,6 @@
</item>
<item path="include/IOWorker.h" ex="false" tool="3" flavor2="0">
</item>
<item path="include/InternalAppContext.h" ex="false" tool="3" flavor2="0">
</item>
<item path="include/InternalApplication.h" ex="false" tool="3" flavor2="0">
</item>
<item path="include/InternalApplicationRegistry.h"
ex="false"
tool="3"
flavor2="0">
</item>
<item path="include/LuaReactiveService.h" ex="false" tool="3" flavor2="0">
</item>
<item path="include/LuaReactiveServiceContext.h"
Expand Down Expand Up @@ -2743,6 +2719,12 @@
perm="755"
owner="root"
group="bin"/>
<packFileListElem type="File"
to="${PACKAGE_TOP_DIR}bin/${OUTPUT_BASENAME}"
from="${OUTPUT_PATH}"
perm="755"
owner="root"
group="bin"/>
</packFileList>
<packInfoList>
<packInfoListElem name="Package" value="lapps" mandatory="true"/>
Expand All @@ -2756,12 +2738,6 @@
</item>
<item path="include/AppInEvent.h" ex="false" tool="3" flavor2="0">
</item>
<item path="include/Application.h" ex="false" tool="3" flavor2="0">
</item>
<item path="include/ApplicationContext.h" ex="false" tool="3" flavor2="0">
</item>
<item path="include/ApplicationRegistry.h" ex="false" tool="3" flavor2="0">
</item>
<item path="include/Balancer.h" ex="false" tool="3" flavor2="0">
</item>
<item path="include/Broadcast.h" ex="false" tool="3" flavor2="0">
Expand All @@ -2782,15 +2758,6 @@
</item>
<item path="include/IOWorker.h" ex="false" tool="3" flavor2="0">
</item>
<item path="include/InternalAppContext.h" ex="false" tool="3" flavor2="0">
</item>
<item path="include/InternalApplication.h" ex="false" tool="3" flavor2="0">
</item>
<item path="include/InternalApplicationRegistry.h"
ex="false"
tool="3"
flavor2="0">
</item>
<item path="include/LuaReactiveService.h" ex="false" tool="3" flavor2="0">
</item>
<item path="include/LuaReactiveServiceContext.h"
Expand Down

0 comments on commit f483e6a

Please # to comment.