Skip to content

Commit 2b2fa27

Browse files
authored
Merge pull request #17 from jvelilla/fb_api
Updated Cypress Layout
2 parents 17728e9 + 206f519 commit 2b2fa27

File tree

141 files changed

+2626
-63
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

141 files changed

+2626
-63
lines changed

apis/facebook/api/facebook_api.ecf

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?xml version="1.0" encoding="ISO-8859-1"?>
2+
<system xmlns="http://www.eiffel.com/developers/xml/configuration-1-16-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-16-0 http://www.eiffel.com/developers/xml/configuration-1-16-0.xsd" name="facebook_api" uuid="78631D2A-E962-4464-B45F-FB6CC22ACA79" library_target="facebook_api">
3+
<target name="facebook_api">
4+
<root all_classes="true"/>
5+
<file_rule>
6+
<exclude>/CVS$</exclude>
7+
<exclude>/EIFGENs$</exclude>
8+
<exclude>/\.git$</exclude>
9+
<exclude>/\.svn$</exclude>
10+
</file_rule>
11+
<option warning="true">
12+
<assertions precondition="true" postcondition="true" check="true" invariant="true" loop="true" supplier_precondition="true"/>
13+
</option>
14+
<setting name="console_application" value="true"/>
15+
<capability>
16+
<concurrency support="none"/>
17+
</capability>
18+
<library name="login_with" location="..\..\..\login_with\login_with.ecf" readonly="false"/>
19+
<library name="base" location="$ISE_LIBRARY\library\base\base.ecf"/>
20+
<library name="cypress_consumer" location="..\..\..\consumer\consumer-safe.ecf" readonly="false"/>
21+
<library name="encoder" location="$ISE_LIBRARY\contrib\library\web\framework\ewf\text\encoder\encoder-safe.ecf"/>
22+
<library name="json" location="$ISE_LIBRARY\contrib\library\text\parser\json\library\json-safe.ecf" readonly="false"/>
23+
<library name="uri" location="$ISE_LIBRARY\library\text\uri\uri-safe.ecf"/>
24+
<cluster name="facebook_api" location=".\src\" recursive="true"/>
25+
</target>
26+
</system>

0 commit comments

Comments
 (0)