This repository was archived by the owner on Nov 25, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +18
-5
lines changed Expand file tree Collapse file tree 2 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 146
146
<property name =" passed_directory" value =" ${INNER_DIRECTORY}" />
147
147
</phingcall >
148
148
149
- <!-- BUILD JAVASCRIPT -->
150
- <exec command =" npm install" dir =" ${INNER_DIRECTORY}/plugins/gui.ajax" passthru =" true" />
149
+ <!-- BUILD JAVASCRIPT -->
150
+ <exec command =" npm install" dir =" ${INNER_DIRECTORY}/plugins/gui.ajax" passthru =" true" />
151
151
<exec command =" grunt" dir =" ${INNER_DIRECTORY}/plugins/gui.ajax" passthru =" true" />
152
- <delete dir =" ${INNER_DIRECTORY}/plugins/gui.ajax/node_modules" />
152
+ <delete dir =" ${INNER_DIRECTORY}/plugins/gui.ajax/node_modules" />
153
153
154
154
<!-- DISCRIMINATE PLUGINS -->
155
155
<mkdir dir =" ${build.working_folder}/ext_plugins" />
181
181
<property name =" passed_directory" value =" ${upgrade_export}" />
182
182
</phingcall >
183
183
184
+ <if >
185
+ <available type =" dir" file =" ${upgrade_export}/plugins/gui.ajax" />
186
+ <then >
187
+ <echo message =" Copying full gui.ajax folder" level =" info" />
188
+ <property name =" new_package_name" value =" ${build.source_folder}/pydio-core-${build.version}" />
189
+ <copy todir =" ${upgrade_export}/plugins/gui.ajax" >
190
+ <fileset dir =" ${new_package_name}/plugins/gui.ajax" defaultexcludes =" false" >
191
+ <include name =" */**" />
192
+ </fileset >
193
+ </copy >
194
+ </then >
195
+ </if >
196
+
184
197
<!-- COPY RELEASE NOTE -->
185
198
<copy file =" ${upgrade_export}/conf/RELEASE_NOTE" toFile =" ${upgrade_export}/UPGRADE/NOTE" />
186
199
<copy file =" ${git.local_repository}/core/src/conf/VERSION" toFile =" ${upgrade_export}/conf/VERSION" >
Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ ALTER TABLE `ajxp_log`
14
14
;
15
15
/* SEPARATOR */
16
16
ALTER TABLE ` ajxp_roles`
17
- ADD COLUMN ` last_udpated ` INT (11 ) NOT NULL DEFAULT 0 ,
18
- ADD INDEX (` last_udpated ` )
17
+ ADD COLUMN ` last_updated ` INT (11 ) NOT NULL DEFAULT 0 ,
18
+ ADD INDEX (` last_updated ` )
You can’t perform that action at this time.
0 commit comments