Skip to content

Commit

Permalink
Update base module and submodule metadata to include base-events.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericf committed Jun 22, 2012
1 parent f1544a1 commit b1e13ff
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/base/base-base.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ srcdir=../..

component=base-base
component.jsfiles=Base.js
component.requires=base-core, attribute-base
component.requires=base-core, base-events
6 changes: 6 additions & 0 deletions src/base/base-events.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
builddir=../../../builder/componentbuild
srcdir=../..

component=base-events
component.jsfiles=BaseEvents.js
component.requires=attribute-base
6 changes: 6 additions & 0 deletions src/base/base-events.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="YuiBase" default="local">
<description>Component Build File</description>
<property file="base-events.properties" />
<import file="${builddir}/3.x/bootstrap.xml" description="Default Build Properties and Targets" />
</project>
1 change: 1 addition & 0 deletions src/base/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<sequential>
<ant antfile="base-base.xml" target="@{target}"/>
<ant antfile="base-core.xml" target="@{target}"/>
<ant antfile="base-events.xml" target="@{target}"/>
<ant antfile="base-build.xml" target="@{target}"/>
<ant antfile="base-pluginhost.xml" target="@{target}"/>
</sequential>
Expand Down
17 changes: 11 additions & 6 deletions src/base/meta/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,20 @@
"base": {
"use": ["base-base", "base-pluginhost", "base-build"],
"submodules": {
"base-core": {
"requires": [
"base-core": {
"requires": [
"attribute-core"
]
},
},
"base-events": {
"requires": [
"attribute-base"
]
},
"base-base": {
"requires": [
"base-core",
"attribute-base"
"base-events"
],
"after": [
"attribute-complex"
Expand All @@ -20,10 +25,10 @@
"requires": [
"base-base"
]
},
},
"base-pluginhost": {
"requires": [
"base-base",
"base-base",
"pluginhost"
]
}
Expand Down

0 comments on commit b1e13ff

Please sign in to comment.