Skip to content

Commit 471d273

Browse files
author
Cedric Dugas
committed
version 2.0
1 parent e8f5335 commit 471d273

Some content is hidden

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

47 files changed

+5735
-1738
lines changed

.classpath

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" path="test"/>
4+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
5+
<classpathentry kind="output" path="test"/>
6+
</classpath>

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.tmp_*~
2+
.DS_Store
3+
/js/jquery.validationEngine.log.txt
4+
/js/jquery.validationEngine.js.min.js.log.txt
5+
/js/jquery.validationEngine-en.log.txt

.project

+19
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,32 @@
55
<projects>
66
</projects>
77
<buildSpec>
8+
<buildCommand>
9+
<name>com.rockstarapps.html.refactoring.WebOptimizer</name>
10+
<arguments>
11+
<dictionary>
12+
<key>rockstarapps-build-file</key>
13+
<value>.rockstarapps</value>
14+
</dictionary>
15+
<dictionary>
16+
<key>rockstarapps-build-version</key>
17+
<value>1.5</value>
18+
</dictionary>
19+
</arguments>
20+
</buildCommand>
821
<buildCommand>
922
<name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
1023
<arguments>
1124
</arguments>
1225
</buildCommand>
26+
<buildCommand>
27+
<name>org.eclipse.jdt.core.javabuilder</name>
28+
<arguments>
29+
</arguments>
30+
</buildCommand>
1331
</buildSpec>
1432
<natures>
1533
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
34+
<nature>org.eclipse.jdt.core.javanature</nature>
1635
</natures>
1736
</projectDescription>

.rockstarapps

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<rockstarapps>
3+
4+
5+
6+
7+
<file name="js/jquery.validationEngine.js">
8+
<min>false</min>
9+
<comp>false</comp>
10+
<closureCompiler>true</closureCompiler>
11+
<gZip>false</gZip>
12+
<resolveImports>false</resolveImports>
13+
<urlRewriting>false</urlRewriting>
14+
<autoBuild>true</autoBuild>
15+
<lineLength>-1</lineLength>
16+
<autoTimestamps>false</autoTimestamps>
17+
<removeLogs>false</removeLogs>
18+
<oldFileNames>false</oldFileNames>
19+
<dependencies>
20+
<file>js/jquery.validationEngine.js</file>
21+
</dependencies>
22+
<properties/>
23+
</file>
24+
</rockstarapps>

.settings/com.aptana.editor.php.prefs

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#Tue Jan 04 12:29:28 EST 2011
2+
eclipse.preferences.version=1
3+
phpVersion=php5.3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#Mon Dec 13 15:35:01 EST 2010
2+
eclipse.preferences.version=1
3+
encoding//js/jquery.validationEngine-fr.js=UTF-8
4+
encoding//js/jquery.validationEngine-pt.js=UTF-8

DOCUMENTATION.html

-279
This file was deleted.

0 commit comments

Comments
 (0)