Skip to content

Instantly share code, notes, and snippets.

@adrianlee
Created May 16, 2012 21:28
Show Gist options
  • Save adrianlee/2714092 to your computer and use it in GitHub Desktop.
Save adrianlee/2714092 to your computer and use it in GitHub Desktop.
Searching 2906 files for "BBX"
D:\git\BB10-WebWorks-Framework\build\build.js:
22 function _done(error) {
23 if (error) {
24: util.puts("BBX-Framework BUILD FAILED:\n" + error);
25 process.exit(1);
26 } else {
27: util.puts("BBX-Framework BUILD SUCCESS");
28 process.exit();
29 }
D:\git\BB10-WebWorks-Framework\dependencies\bootstrap\index.html:
4 <meta charset="utf-8">
5 <meta name="viewport" content="user-scalable=no, target-densitydpi=device-dpi, width=device-width">
6: <title>WebWorks For BBX Bootstrap</title>
7 <script src="./require.js"></script>
8 <script src="./frameworkModules.js"></script>
D:\git\BB10-WebWorks-Framework\dependencies\webplatform-framework\build\build\conf.js:
25 DOCS: path.normalize(__dirname + "/../../docs"),
26 DEPENDENCIES: path.normalize(__dirname + "/../../dependencies"),
27: DEPENDENCIES_EMU_LIB: path.normalize(__dirname + "/../../dependencies/BBX-Emulator/lib"),
28 DEPENDENCIES_BOOTSTRAP: path.normalize(__dirname + "/../../dependencies/bootstrap"),
29 DEPENDENCIES_JSDOC: path.normalize(__dirname + "/../../dependencies/jsdoc_toolkit-2.4.0/jsdoc-toolkit/"),
D:\git\BB10-WebWorks-Framework\package.json:
1 {
2: "name": "bbx-framework",
3 "version": "0.0.1",
4: "description": "The BBX Framework",
5: "repository": "git://github.com/blackberry-webworks/BBX-Framework.git",
6 "author": {
7 "name": "Research In Motion",
8: "url": "http://github.com/blackberry-webworks/BBX-Framework"
9 },
10 "licenses": [{
..
12 "url": "http://www.apache.org/licenses/LICENSE-2.0"
13 }],
14: "bin": { "bbx-framework": "./bin/bbx-framework" },
15 "dependencies": {
16 "connect": "1.7.x",
..
29 "LICENSE",
30 "lib",
31: "bin/bbx-framework"
32 ]
33 }
D:\git\BB10-WebWorks-Framework\pom.xml:
1 <project>
2: <groupId>net.rim.BBXwebworks</groupId>
3 <artifactId>framework</artifactId>
4 <version>1.0.0.0</version>
.
81 <build>
82 <directory>target</directory>
83: <finalName>BBXwebworks</finalName>
84
85 <plugins>
D:\git\BB10-Webworks-Packager\Framework\build\build.js:
22 function _done(error) {
23 if (error) {
24: util.puts("BBX-Framework BUILD FAILED:\n" + error);
25 process.exit(1);
26 } else {
27: util.puts("BBX-Framework BUILD SUCCESS");
28 process.exit();
29 }
D:\git\BB10-Webworks-Packager\Framework\dependencies\BBX-Emulator\package.json:
1 {
2: "name": "bbx-emulator",
3 "version": "0.0.1",
4: "description": "A BBX Emulator",
5: "repository": "git://github.com/blackberry-webworks/BBX-Emulator.git",
6 "author": {
7 "name": "Research In Motion",
8: "url": "http://github.com/blackberry-webworks/BBX-Emulator"
9 },
10 "licenses": [{
D:\git\BB10-Webworks-Packager\Framework\dependencies\BBX-Emulator\pom.xml:
1 <project>
2: <groupId>net.rim.BBXwebworks</groupId>
3 <artifactId>emulator</artifactId>
4 <version>1.0.0.0</version>
D:\git\BB10-Webworks-Packager\Framework\dependencies\BBX-Emulator\README.md:
1: ## BBX Emulator
2 ## Usage
3: 1. Clone the repo ``` git clone git@github.com:blackberry-webworks/BBX-Emulator.git ```
4: 2. ``` cd BBX-Emulator ```
5
6 3. ``` ./configure ```
D:\git\BB10-Webworks-Packager\Framework\dependencies\bootstrap\index.html:
4 <meta charset="utf-8">
5 <meta name="viewport" content="user-scalable=no, target-densitydpi=device-dpi, width=device-width">
6: <title>WebWorks For BBX Bootstrap</title>
7 <script src="./require.js"></script>
8 <script src="./frameworkModules.js"></script>
D:\git\BB10-Webworks-Packager\Framework\dependencies\webplatform-framework\build\build\conf.js:
25 DOCS: path.normalize(__dirname + "/../../docs"),
26 DEPENDENCIES: path.normalize(__dirname + "/../../dependencies"),
27: DEPENDENCIES_EMU_LIB: path.normalize(__dirname + "/../../dependencies/BBX-Emulator/lib"),
28 DEPENDENCIES_BOOTSTRAP: path.normalize(__dirname + "/../../dependencies/bootstrap"),
29 DEPENDENCIES_JSDOC: path.normalize(__dirname + "/../../dependencies/jsdoc_toolkit-2.4.0/jsdoc-toolkit/"),
D:\git\BB10-Webworks-Packager\Framework\package.json:
1 {
2: "name": "bbx-framework",
3 "version": "0.0.1",
4: "description": "The BBX Framework",
5: "repository": "git://github.com/blackberry-webworks/BBX-Framework.git",
6 "author": {
7 "name": "Research In Motion",
8: "url": "http://github.com/blackberry-webworks/BBX-Framework"
9 },
10 "licenses": [{
..
12 "url": "http://www.apache.org/licenses/LICENSE-2.0"
13 }],
14: "bin": { "bbx-framework": "./bin/bbx-framework" },
15 "dependencies": {
16 "connect": "1.7.x",
..
29 "LICENSE",
30 "lib",
31: "bin/bbx-framework"
32 ]
33 }
D:\git\BB10-Webworks-Packager\Framework\pom.xml:
1 <project>
2: <groupId>net.rim.BBXwebworks</groupId>
3 <artifactId>framework</artifactId>
4 <version>1.0.0.0</version>
.
81 <build>
82 <directory>target</directory>
83: <finalName>BBXwebworks</finalName>
84
85 <plugins>
D:\git\BB10-Webworks-Packager\Framework\target\zip\dependencies\bootstrap\index.html:
4 <meta charset="utf-8">
5 <meta name="viewport" content="user-scalable=no, target-densitydpi=device-dpi, width=device-width">
6: <title>WebWorks For BBX Bootstrap</title>
7 <script src="./require.js"></script>
8 <script src="./frameworkModules.js"></script>
D:\git\BB10-Webworks-Packager\lib\conf.js:
25 DEPENDENCIES_BOOTSTRAP: path.normalize(__dirname + "/../Framework/dependencies/bootstrap"),
26 DEPENDENCIES_TOOLS: path.normalize(__dirname + "/../dependencies/tools"),
27: DEPENDENCIES_EMU: path.normalize(__dirname + "/../Framework/dependencies/BBX-Emulator"),
28 DEPENDENCIES_WWE: path.normalize(__dirname + "/../dependencies/%s-wwe"),
29 DEPENDENCIES_BAR: path.normalize(__dirname + "/../dependencies/bar-dependencies/%s"),
D:\git\BB10-Webworks-Packager\pom.xml:
1 <project>
2 <modelVersion>4.0.0</modelVersion>
3: <groupId>net.rim.BBXwebworks</groupId>
4 <artifactId>BB10webworks</artifactId>
5 <version>1.0.0.0</version>
.
187 <artifactItems>
188 <artifactItem>
189: <groupId>net.rim.BBXwebworks</groupId>
190 <artifactId>packager-bin</artifactId>
191 <version>1.0.0.15</version>
...
205 <artifactItems>
206 <artifactItem>
207: <groupId>net.rim.BBXwebworks</groupId>
208 <artifactId>bar-dependencies</artifactId>
209 <version>1.0.0.3</version>
39 matches across 16 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment